diff --git a/.gitmodules b/.gitmodules
index d8e372a2f5..8cdc33c02e 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,4 +1,4 @@
[submodule "autorest.powershell"]
path = autorest.powershell
url = https://github.com/microsoftgraph/autorest.powershell
- branch = powershell-v2
+ branch = powershell_v2
diff --git a/autorest.powershell b/autorest.powershell
index 747638f7db..99541472d9 160000
--- a/autorest.powershell
+++ b/autorest.powershell
@@ -1 +1 @@
-Subproject commit 747638f7dbb12bcaa76b4790c7072dfb2bff5af7
+Subproject commit 99541472d90ae6b7621e376d5b10d2ab3eb90b15
diff --git a/src/Authentication/Authentication/Models/GraphCommand.cs b/src/Authentication/Authentication/Models/GraphCommand.cs
index 4dd5147f90..521f2f58e6 100644
--- a/src/Authentication/Authentication/Models/GraphCommand.cs
+++ b/src/Authentication/Authentication/Models/GraphCommand.cs
@@ -73,6 +73,10 @@ public class GraphCommand : IGraphCommand
///
public string OutputType { get; set; }
///
+ /// The response type of the command.
+ ///
+ public string ApiReferenceLink { get; set; }
+ ///
/// The parameter sets of the command.
///
public string[] Variants { get; set; }
diff --git a/src/Authentication/Authentication/custom/common/MgCommandMetadata.json b/src/Authentication/Authentication/custom/common/MgCommandMetadata.json
index e40ba64f5d..8b8e234604 100644
--- a/src/Authentication/Authentication/custom/common/MgCommandMetadata.json
+++ b/src/Authentication/Authentication/custom/common/MgCommandMetadata.json
@@ -1,16 +1,8 @@
[
{
"Module": "Applications",
- "Variants": [
- "Add",
- "AddExpanded",
- "AddViaIdentity",
- "AddViaIdentityExpanded"
- ],
- "OutputType": "IMicrosoftGraphKeyCredential",
- "Command": "Add-MgApplicationKey",
- "Method": "POST",
"Uri": "/applications/{application-id}/addKey",
+ "OutputType": "IMicrosoftGraphKeyCredential",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -37,20 +29,21 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Applications",
+ ],
"Variants": [
"Add",
"AddExpanded",
"AddViaIdentity",
"AddViaIdentityExpanded"
],
- "OutputType": "IMicrosoftGraphPasswordCredential",
- "Command": "Add-MgApplicationPassword",
"Method": "POST",
+ "Command": "Add-MgApplicationKey",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-addkey?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Applications",
"Uri": "/applications/{application-id}/addPassword",
+ "OutputType": "IMicrosoftGraphPasswordCredential",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -77,18 +70,21 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.Governance",
+ ],
"Variants": [
- "Apply",
- "ApplyViaIdentity"
+ "Add",
+ "AddExpanded",
+ "AddViaIdentity",
+ "AddViaIdentityExpanded"
],
- "OutputType": null,
- "Command": "Add-MgBetaAccessReviewDecision",
"Method": "POST",
+ "Command": "Add-MgApplicationPassword",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-addpassword?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.Governance",
"Uri": "/accessReviews/{accessReview-id}/applyDecisions",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -107,33 +103,33 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Apply",
+ "ApplyViaIdentity"
+ ],
+ "Method": "POST",
+ "Command": "Add-MgBetaAccessReviewDecision",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreview-apply?view=graph-rest-1.0"
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/applyDecisions",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Apply",
"ApplyViaIdentity"
],
- "OutputType": null,
- "Command": "Add-MgBetaAccessReviewInstanceDecision",
"Method": "POST",
- "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/applyDecisions",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Add-MgBetaAccessReviewInstanceDecision",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreview-apply?view=graph-rest-1.0"
},
{
"Module": "Beta.Applications",
- "Variants": [
- "Add",
- "AddExpanded",
- "AddViaIdentity",
- "AddViaIdentityExpanded"
- ],
- "OutputType": "IMicrosoftGraphKeyCredential",
- "Command": "Add-MgBetaApplicationKey",
- "Method": "POST",
"Uri": "/applications/{application-id}/addKey",
+ "OutputType": "IMicrosoftGraphKeyCredential",
"ApiVersion": "beta",
"Permissions": [
{
@@ -160,20 +156,21 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Applications",
+ ],
"Variants": [
"Add",
"AddExpanded",
"AddViaIdentity",
"AddViaIdentityExpanded"
],
- "OutputType": "IMicrosoftGraphPasswordCredential",
- "Command": "Add-MgBetaApplicationPassword",
"Method": "POST",
+ "Command": "Add-MgBetaApplicationKey",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-addkey?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Applications",
"Uri": "/applications/{application-id}/addPassword",
+ "OutputType": "IMicrosoftGraphPasswordCredential",
"ApiVersion": "beta",
"Permissions": [
{
@@ -200,35 +197,37 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Teams",
+ ],
"Variants": [
"Add",
"AddExpanded",
"AddViaIdentity",
"AddViaIdentityExpanded"
],
- "OutputType": "IMicrosoftGraphActionResultPart",
- "Command": "Add-MgBetaChatMember",
"Method": "POST",
- "Uri": "/chats/{chat-id}/members/add",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Add-MgBetaApplicationPassword",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-addpassword?view=graph-rest-1.0"
},
{
- "Module": "Beta.CloudCommunications",
+ "Module": "Beta.Teams",
+ "Uri": "/chats/{chat-id}/members/add",
+ "OutputType": "IMicrosoftGraphActionResultPart",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Add",
"AddExpanded",
"AddViaIdentity",
"AddViaIdentityExpanded"
],
- "OutputType": "IMicrosoftGraphAddLargeGalleryViewOperation",
- "Command": "Add-MgBetaCommunicationCallLargeGalleryView",
"Method": "POST",
+ "Command": "Add-MgBetaChatMember",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.CloudCommunications",
"Uri": "/communications/calls/{call-id}/addLargeGalleryView",
+ "OutputType": "IMicrosoftGraphAddLargeGalleryViewOperation",
"ApiVersion": "beta",
"Permissions": [
{
@@ -255,10 +254,23 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Add",
+ "AddExpanded",
+ "AddViaIdentity",
+ "AddViaIdentityExpanded"
+ ],
+ "Method": "POST",
+ "Command": "Add-MgBetaCommunicationCallLargeGalleryView",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-addlargegalleryview?view=graph-rest-1.0"
},
{
"Module": "Beta.Compliance",
+ "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/applyHold",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Apply",
"Apply1",
@@ -267,15 +279,16 @@
"ApplyViaIdentity1",
"ApplyViaIdentityExpanded"
],
- "OutputType": null,
- "Command": "Add-MgBetaComplianceEdiscoveryCaseCustodianHold",
"Method": "POST",
- "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/applyHold",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Add-MgBetaComplianceEdiscoveryCaseCustodianHold",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Compliance",
+ "Uri": "/compliance/ediscovery/cases/{case-id}/noncustodialDataSources/{noncustodialDataSource-id}/applyHold",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Apply",
"Apply1",
@@ -284,25 +297,14 @@
"ApplyViaIdentity1",
"ApplyViaIdentityExpanded"
],
- "OutputType": null,
- "Command": "Add-MgBetaComplianceEdiscoveryCaseNoncustodialDataSourceHold",
"Method": "POST",
- "Uri": "/compliance/ediscovery/cases/{case-id}/noncustodialDataSources/{noncustodialDataSource-id}/applyHold",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Add-MgBetaComplianceEdiscoveryCaseNoncustodialDataSourceHold",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Compliance",
- "Variants": [
- "Apply",
- "ApplyExpanded",
- "ApplyViaIdentity",
- "ApplyViaIdentityExpanded"
- ],
- "OutputType": null,
- "Command": "Add-MgBetaComplianceEdiscoveryCaseReviewSetQueryTag",
- "Method": "POST",
"Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}/queries/{reviewSetQuery-id}/applyTags",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -321,20 +323,21 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Compliance",
+ ],
"Variants": [
- "Add",
- "AddExpanded",
- "AddViaIdentity",
- "AddViaIdentityExpanded"
+ "Apply",
+ "ApplyExpanded",
+ "ApplyViaIdentity",
+ "ApplyViaIdentityExpanded"
],
- "OutputType": null,
- "Command": "Add-MgBetaComplianceEdiscoveryCaseReviewSetToReviewSet",
"Method": "POST",
+ "Command": "Add-MgBetaComplianceEdiscoveryCaseReviewSetQueryTag",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-reviewsetquery-applytags?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Compliance",
"Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}/addToReviewSet",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -353,282 +356,299 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Add",
+ "AddExpanded",
+ "AddViaIdentity",
+ "AddViaIdentityExpanded"
+ ],
+ "Method": "POST",
+ "Command": "Add-MgBetaComplianceEdiscoveryCaseReviewSetToReviewSet",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-reviewset-addtoreviewset?view=graph-rest-1.0"
},
{
"Module": "Beta.DeviceManagement.Actions",
+ "Uri": "/deviceManagement/androidManagedStoreAccountEnterpriseSettings/addApps",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Add",
"AddExpanded"
],
- "OutputType": null,
- "Command": "Add-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSettingApp",
"Method": "POST",
- "Uri": "/deviceManagement/androidManagedStoreAccountEnterpriseSettings/addApps",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Add-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSettingApp",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Actions",
+ "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/addLanguageFiles",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Add",
"AddExpanded",
"AddViaIdentity",
"AddViaIdentityExpanded"
],
- "OutputType": null,
- "Command": "Add-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileLanguageFile",
"Method": "POST",
- "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/addLanguageFiles",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Add-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileLanguageFile",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Actions",
+ "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/apply",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Apply",
"ApplyExpanded",
"ApplyViaIdentity",
"ApplyViaIdentityExpanded"
],
- "OutputType": null,
- "Command": "Add-MgBetaDeviceManagementVirtualEndpointProvisioningPolicy",
"Method": "POST",
- "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/apply",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Add-MgBetaDeviceManagementVirtualEndpointProvisioningPolicy",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcprovisioningpolicy-apply?view=graph-rest-1.0"
},
{
"Module": "Beta.DeviceManagement.Actions",
+ "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/applyConfig",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Apply",
"ApplyExpanded"
],
- "OutputType": null,
- "Command": "Add-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyConfig",
"Method": "POST",
- "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/applyConfig",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Add-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyConfig",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcprovisioningpolicy-applyconfig?view=graph-rest-1.0"
},
{
"Module": "Beta.Files",
+ "Uri": "/drives/{drive-id}/list/contentTypes/addCopy",
+ "OutputType": "IMicrosoftGraphContentType",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Add",
"AddExpanded",
"AddViaIdentity",
"AddViaIdentityExpanded"
],
- "OutputType": "IMicrosoftGraphContentType",
- "Command": "Add-MgBetaDriveListContentTypeCopy",
"Method": "POST",
- "Uri": "/drives/{drive-id}/list/contentTypes/addCopy",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Add-MgBetaDriveListContentTypeCopy",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-1.0"
},
{
"Module": "Beta.Files",
+ "Uri": "/drives/{drive-id}/list/contentTypes/addCopyFromContentTypeHub",
+ "OutputType": "IMicrosoftGraphContentType",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Add",
"AddExpanded",
"AddViaIdentity",
"AddViaIdentityExpanded"
],
- "OutputType": "IMicrosoftGraphContentType",
- "Command": "Add-MgBetaDriveListContentTypeCopyFromContentTypeHub",
"Method": "POST",
- "Uri": "/drives/{drive-id}/list/contentTypes/addCopyFromContentTypeHub",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Add-MgBetaDriveListContentTypeCopyFromContentTypeHub",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-1.0"
},
{
"Module": "Beta.Search",
+ "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/addActivities",
+ "OutputType": "IMicrosoftGraphExternalConnectorsExternalActivityResult",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Add",
"AddExpanded",
"AddViaIdentity",
"AddViaIdentityExpanded"
],
- "OutputType": "IMicrosoftGraphExternalConnectorsExternalActivityResult",
- "Command": "Add-MgBetaExternalConnectionItemActivity",
"Method": "POST",
- "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/addActivities",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Add-MgBetaExternalConnectionItemActivity",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Groups",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/addCopy",
+ "OutputType": "IMicrosoftGraphContentType",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Add",
"AddExpanded",
"AddViaIdentity",
"AddViaIdentityExpanded"
],
- "OutputType": "IMicrosoftGraphContentType",
- "Command": "Add-MgBetaGroupDriveListContentTypeCopy",
"Method": "POST",
- "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/addCopy",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Add-MgBetaGroupDriveListContentTypeCopy",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-1.0"
},
{
"Module": "Beta.Groups",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/addCopyFromContentTypeHub",
+ "OutputType": "IMicrosoftGraphContentType",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Add",
"AddExpanded",
"AddViaIdentity",
"AddViaIdentityExpanded"
],
- "OutputType": "IMicrosoftGraphContentType",
- "Command": "Add-MgBetaGroupDriveListContentTypeCopyFromContentTypeHub",
"Method": "POST",
- "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/addCopyFromContentTypeHub",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Add-MgBetaGroupDriveListContentTypeCopyFromContentTypeHub",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-1.0"
},
{
"Module": "Beta.Groups",
+ "Uri": "/groups/{group-id}/addFavorite",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Add",
"AddViaIdentity"
],
- "OutputType": null,
- "Command": "Add-MgBetaGroupFavorite",
"Method": "POST",
- "Uri": "/groups/{group-id}/addFavorite",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Add-MgBetaGroupFavorite",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-addfavorite?view=graph-rest-1.0"
},
{
"Module": "Beta.Groups",
+ "Uri": "/groups/{group-id}/sites/add",
+ "OutputType": "IMicrosoftGraphSite",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Add",
"AddExpanded",
"AddViaIdentity",
"AddViaIdentityExpanded"
],
- "OutputType": "IMicrosoftGraphSite",
- "Command": "Add-MgBetaGroupSite",
"Method": "POST",
- "Uri": "/groups/{group-id}/sites/add",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Add-MgBetaGroupSite",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-follow?view=graph-rest-1.0"
},
{
"Module": "Beta.Groups",
+ "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/addCopy",
+ "OutputType": "IMicrosoftGraphContentType",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Add",
"AddExpanded",
"AddViaIdentity",
"AddViaIdentityExpanded"
],
- "OutputType": "IMicrosoftGraphContentType",
- "Command": "Add-MgBetaGroupSiteContentTypeCopy",
"Method": "POST",
- "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/addCopy",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Add-MgBetaGroupSiteContentTypeCopy",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-1.0"
},
{
"Module": "Beta.Groups",
+ "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/addCopyFromContentTypeHub",
+ "OutputType": "IMicrosoftGraphContentType",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Add",
"AddExpanded",
"AddViaIdentity",
"AddViaIdentityExpanded"
],
- "OutputType": "IMicrosoftGraphContentType",
- "Command": "Add-MgBetaGroupSiteContentTypeCopyFromContentTypeHub",
"Method": "POST",
- "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/addCopyFromContentTypeHub",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Add-MgBetaGroupSiteContentTypeCopyFromContentTypeHub",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-1.0"
},
{
"Module": "Beta.Groups",
+ "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/addCopy",
+ "OutputType": "IMicrosoftGraphContentType",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Add",
"AddExpanded",
"AddViaIdentity",
"AddViaIdentityExpanded"
],
- "OutputType": "IMicrosoftGraphContentType",
- "Command": "Add-MgBetaGroupSiteListContentTypeCopy",
"Method": "POST",
- "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/addCopy",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Add-MgBetaGroupSiteListContentTypeCopy",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-1.0"
},
{
"Module": "Beta.Groups",
+ "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/addCopyFromContentTypeHub",
+ "OutputType": "IMicrosoftGraphContentType",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Add",
"AddExpanded",
"AddViaIdentity",
"AddViaIdentityExpanded"
],
- "OutputType": "IMicrosoftGraphContentType",
- "Command": "Add-MgBetaGroupSiteListContentTypeCopyFromContentTypeHub",
"Method": "POST",
- "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/addCopyFromContentTypeHub",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Add-MgBetaGroupSiteListContentTypeCopyFromContentTypeHub",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-1.0"
},
{
"Module": "Beta.Groups",
+ "Uri": "/groupLifecyclePolicies/{groupLifecyclePolicy-id}/addGroup",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Add",
"AddExpanded",
"AddViaIdentity",
"AddViaIdentityExpanded"
],
- "OutputType": null,
- "Command": "Add-MgBetaGroupToLifecyclePolicy",
"Method": "POST",
- "Uri": "/groupLifecyclePolicies/{groupLifecyclePolicy-id}/addGroup",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Add-MgBetaGroupToLifecyclePolicy",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/applyDecisions",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Apply",
"ApplyViaIdentity"
],
- "OutputType": null,
- "Command": "Add-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecision",
"Method": "POST",
- "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/applyDecisions",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Add-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecision",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-applydecisions?view=graph-rest-1.0"
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/applyDecisions",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Apply",
"ApplyViaIdentity"
],
- "OutputType": null,
- "Command": "Add-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecision",
"Method": "POST",
- "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/applyDecisions",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Add-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecision",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-applydecisions?view=graph-rest-1.0"
},
{
"Module": "Beta.Security",
- "Variants": [
- "Apply",
- "Apply1",
- "ApplyExpanded",
- "ApplyViaIdentity",
- "ApplyViaIdentity1",
- "ApplyViaIdentityExpanded"
- ],
- "OutputType": null,
- "Command": "Add-MgBetaSecurityCaseEdiscoveryCaseCustodianHold",
- "Method": "POST",
"Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/applyHold",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -647,10 +667,7 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Security",
+ ],
"Variants": [
"Apply",
"Apply1",
@@ -659,10 +676,14 @@
"ApplyViaIdentity1",
"ApplyViaIdentityExpanded"
],
- "OutputType": null,
- "Command": "Add-MgBetaSecurityCaseEdiscoveryCaseNoncustodialDataSourceHold",
"Method": "POST",
+ "Command": "Add-MgBetaSecurityCaseEdiscoveryCaseCustodianHold",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycustodian-applyhold?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Security",
"Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}/applyHold",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -681,20 +702,23 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Security",
+ ],
"Variants": [
"Apply",
+ "Apply1",
"ApplyExpanded",
"ApplyViaIdentity",
+ "ApplyViaIdentity1",
"ApplyViaIdentityExpanded"
],
- "OutputType": null,
- "Command": "Add-MgBetaSecurityCaseEdiscoveryCaseReviewSetQueryTag",
"Method": "POST",
+ "Command": "Add-MgBetaSecurityCaseEdiscoveryCaseNoncustodialDataSourceHold",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverynoncustodialdatasource-applyhold?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Security",
"Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/{ediscoveryReviewSetQuery-id}/applyTags",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -713,20 +737,21 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Security",
+ ],
"Variants": [
- "Add",
- "AddExpanded",
- "AddViaIdentity",
- "AddViaIdentityExpanded"
+ "Apply",
+ "ApplyExpanded",
+ "ApplyViaIdentity",
+ "ApplyViaIdentityExpanded"
],
- "OutputType": null,
- "Command": "Add-MgBetaSecurityCaseEdiscoveryCaseReviewSetToReviewSet",
"Method": "POST",
+ "Command": "Add-MgBetaSecurityCaseEdiscoveryCaseReviewSetQueryTag",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryreviewsetquery-applytags?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Security",
"Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/addToReviewSet",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -745,20 +770,21 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Applications",
+ ],
"Variants": [
"Add",
"AddExpanded",
"AddViaIdentity",
"AddViaIdentityExpanded"
],
- "OutputType": "IMicrosoftGraphSelfSignedCertificate",
- "Command": "Add-MgBetaServicePrincipalTokenSigningCertificate",
"Method": "POST",
+ "Command": "Add-MgBetaSecurityCaseEdiscoveryCaseReviewSetToReviewSet",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryreviewset-addtoreviewset?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Applications",
"Uri": "/servicePrincipals/{servicePrincipal-id}/addTokenSigningCertificate",
+ "OutputType": "IMicrosoftGraphSelfSignedCertificate",
"ApiVersion": "beta",
"Permissions": [
{
@@ -785,78 +811,83 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Add",
+ "AddExpanded",
+ "AddViaIdentity",
+ "AddViaIdentityExpanded"
+ ],
+ "Method": "POST",
+ "Command": "Add-MgBetaServicePrincipalTokenSigningCertificate",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-addtokensigningcertificate?view=graph-rest-1.0"
},
{
"Module": "Beta.Files",
+ "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/addCopy",
+ "OutputType": "IMicrosoftGraphContentType",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Add",
"AddExpanded",
"AddViaIdentity",
"AddViaIdentityExpanded"
],
- "OutputType": "IMicrosoftGraphContentType",
- "Command": "Add-MgBetaShareListContentTypeCopy",
"Method": "POST",
- "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/addCopy",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Add-MgBetaShareListContentTypeCopy",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-1.0"
},
{
"Module": "Beta.Files",
+ "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/addCopyFromContentTypeHub",
+ "OutputType": "IMicrosoftGraphContentType",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Add",
"AddExpanded",
"AddViaIdentity",
"AddViaIdentityExpanded"
],
- "OutputType": "IMicrosoftGraphContentType",
- "Command": "Add-MgBetaShareListContentTypeCopyFromContentTypeHub",
"Method": "POST",
- "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/addCopyFromContentTypeHub",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Add-MgBetaShareListContentTypeCopyFromContentTypeHub",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-1.0"
},
{
"Module": "Beta.Sites",
+ "Uri": "/sites/add",
+ "OutputType": "IMicrosoftGraphSite",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Add",
"AddExpanded"
],
- "OutputType": "IMicrosoftGraphSite",
- "Command": "Add-MgBetaSite",
"Method": "POST",
- "Uri": "/sites/add",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Add-MgBetaSite",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-follow?view=graph-rest-1.0"
},
{
"Module": "Beta.Sites",
+ "Uri": "/sites/{site-id}/contentTypes/addCopy",
+ "OutputType": "IMicrosoftGraphContentType",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Add",
"AddExpanded",
"AddViaIdentity",
"AddViaIdentityExpanded"
],
- "OutputType": "IMicrosoftGraphContentType",
- "Command": "Add-MgBetaSiteContentTypeCopy",
"Method": "POST",
- "Uri": "/sites/{site-id}/contentTypes/addCopy",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Add-MgBetaSiteContentTypeCopy",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-1.0"
},
{
"Module": "Beta.Sites",
- "Variants": [
- "Add",
- "AddExpanded",
- "AddViaIdentity",
- "AddViaIdentityExpanded"
- ],
- "OutputType": "IMicrosoftGraphContentType",
- "Command": "Add-MgBetaSiteContentTypeCopyFromContentTypeHub",
- "Method": "POST",
"Uri": "/sites/{site-id}/contentTypes/addCopyFromContentTypeHub",
+ "OutputType": "IMicrosoftGraphContentType",
"ApiVersion": "beta",
"Permissions": [
{
@@ -875,20 +906,21 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Sites",
+ ],
"Variants": [
"Add",
"AddExpanded",
"AddViaIdentity",
"AddViaIdentityExpanded"
],
- "OutputType": "IMicrosoftGraphContentType",
- "Command": "Add-MgBetaSiteListContentTypeCopy",
"Method": "POST",
+ "Command": "Add-MgBetaSiteContentTypeCopyFromContentTypeHub",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Sites",
"Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/addCopy",
+ "OutputType": "IMicrosoftGraphContentType",
"ApiVersion": "beta",
"Permissions": [
{
@@ -907,20 +939,21 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Sites",
+ ],
"Variants": [
"Add",
"AddExpanded",
"AddViaIdentity",
"AddViaIdentityExpanded"
],
- "OutputType": "IMicrosoftGraphContentType",
- "Command": "Add-MgBetaSiteListContentTypeCopyFromContentTypeHub",
"Method": "POST",
+ "Command": "Add-MgBetaSiteListContentTypeCopy",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Sites",
"Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/addCopyFromContentTypeHub",
+ "OutputType": "IMicrosoftGraphContentType",
"ApiVersion": "beta",
"Permissions": [
{
@@ -939,333 +972,355 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Add",
+ "AddExpanded",
+ "AddViaIdentity",
+ "AddViaIdentityExpanded"
+ ],
+ "Method": "POST",
+ "Command": "Add-MgBetaSiteListContentTypeCopyFromContentTypeHub",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-1.0"
},
{
"Module": "Beta.Teams",
+ "Uri": "/teams/{team-id}/channels/{channel-id}/members/add",
+ "OutputType": "IMicrosoftGraphActionResultPart",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Add",
"AddExpanded",
"AddViaIdentity",
"AddViaIdentityExpanded"
],
- "OutputType": "IMicrosoftGraphActionResultPart",
- "Command": "Add-MgBetaTeamChannelMember",
"Method": "POST",
- "Uri": "/teams/{team-id}/channels/{channel-id}/members/add",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Add-MgBetaTeamChannelMember",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-1.0"
},
{
"Module": "Beta.Teams",
+ "Uri": "/teams/{team-id}/members/add",
+ "OutputType": "IMicrosoftGraphActionResultPart",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Add",
"AddExpanded",
"AddViaIdentity",
"AddViaIdentityExpanded"
],
- "OutputType": "IMicrosoftGraphActionResultPart",
- "Command": "Add-MgBetaTeamMember",
"Method": "POST",
- "Uri": "/teams/{team-id}/members/add",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Add-MgBetaTeamMember",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-1.0"
},
{
"Module": "Beta.Teams",
+ "Uri": "/teams/{team-id}/primaryChannel/members/add",
+ "OutputType": "IMicrosoftGraphActionResultPart",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Add",
"AddExpanded",
"AddViaIdentity",
"AddViaIdentityExpanded"
],
- "OutputType": "IMicrosoftGraphActionResultPart",
- "Command": "Add-MgBetaTeamPrimaryChannelMember",
"Method": "POST",
- "Uri": "/teams/{team-id}/primaryChannel/members/add",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Add-MgBetaTeamPrimaryChannelMember",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-1.0"
},
{
"Module": "Beta.Teams",
+ "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members/add",
+ "OutputType": "IMicrosoftGraphActionResultPart",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Add",
"AddExpanded",
"AddViaIdentity",
"AddViaIdentityExpanded"
],
- "OutputType": "IMicrosoftGraphActionResultPart",
- "Command": "Add-MgBetaTeamworkDeletedTeamChannelMember",
"Method": "POST",
- "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members/add",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Add-MgBetaTeamworkDeletedTeamChannelMember",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-1.0"
},
{
"Module": "Beta.Identity.DirectoryManagement",
+ "Uri": "/tenantRelationships/managedTenants/managedTenantAlerts/{managedTenantAlert-id}/addUserInputLog",
+ "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlert",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Add",
"AddExpanded",
"AddViaIdentity",
"AddViaIdentityExpanded"
],
- "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlert",
- "Command": "Add-MgBetaTenantRelationshipManagedTenantAlertUserInputLog",
"Method": "POST",
- "Uri": "/tenantRelationships/managedTenants/managedTenantAlerts/{managedTenantAlert-id}/addUserInputLog",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Add-MgBetaTenantRelationshipManagedTenantAlertUserInputLog",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.DirectoryManagement",
+ "Uri": "/tenantRelationships/managedTenants/managementActions/{managementAction-id}/apply",
+ "OutputType": "IMicrosoftGraphManagedTenantsManagementActionDeploymentStatus",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Apply",
"ApplyExpanded",
"ApplyViaIdentity",
"ApplyViaIdentityExpanded"
],
- "OutputType": "IMicrosoftGraphManagedTenantsManagementActionDeploymentStatus",
- "Command": "Add-MgBetaTenantRelationshipManagedTenantManagementAction",
"Method": "POST",
- "Uri": "/tenantRelationships/managedTenants/managementActions/{managementAction-id}/apply",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Add-MgBetaTenantRelationshipManagedTenantManagementAction",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managementaction-apply?view=graph-rest-1.0"
},
{
"Module": "Beta.Users.Actions",
+ "Uri": "/users/{user-id}/chats/{chat-id}/members/add",
+ "OutputType": "IMicrosoftGraphActionResultPart",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Add",
"AddExpanded",
"AddViaIdentity",
"AddViaIdentityExpanded"
],
- "OutputType": "IMicrosoftGraphActionResultPart",
- "Command": "Add-MgBetaUserChatMember",
"Method": "POST",
- "Uri": "/users/{user-id}/chats/{chat-id}/members/add",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Add-MgBetaUserChatMember",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-1.0"
},
{
"Module": "Beta.Users.Actions",
+ "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/addCopy",
+ "OutputType": "IMicrosoftGraphContentType",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Add",
"AddExpanded",
"AddViaIdentity",
"AddViaIdentityExpanded"
],
- "OutputType": "IMicrosoftGraphContentType",
- "Command": "Add-MgBetaUserDriveListContentTypeCopy",
"Method": "POST",
- "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/addCopy",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Add-MgBetaUserDriveListContentTypeCopy",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-1.0"
},
{
"Module": "Beta.Users.Actions",
+ "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/addCopyFromContentTypeHub",
+ "OutputType": "IMicrosoftGraphContentType",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Add",
"AddExpanded",
"AddViaIdentity",
"AddViaIdentityExpanded"
],
- "OutputType": "IMicrosoftGraphContentType",
- "Command": "Add-MgBetaUserDriveListContentTypeCopyFromContentTypeHub",
"Method": "POST",
- "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/addCopyFromContentTypeHub",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Add-MgBetaUserDriveListContentTypeCopyFromContentTypeHub",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-1.0"
},
{
"Module": "Beta.Users.Actions",
+ "Uri": "/users/{user-id}/followedSites/add",
+ "OutputType": "IMicrosoftGraphSite",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Add",
"AddExpanded",
"AddViaIdentity",
"AddViaIdentityExpanded"
],
- "OutputType": "IMicrosoftGraphSite",
- "Command": "Add-MgBetaUserFollowedSite",
"Method": "POST",
- "Uri": "/users/{user-id}/followedSites/add",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Add-MgBetaUserFollowedSite",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-follow?view=graph-rest-1.0"
},
{
"Module": "Beta.Users.Actions",
+ "Uri": "/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/applyDecisions",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Apply",
"ApplyViaIdentity"
],
- "OutputType": null,
- "Command": "Add-MgBetaUserPendingAccessReviewInstanceDecision",
"Method": "POST",
- "Uri": "/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/applyDecisions",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Add-MgBetaUserPendingAccessReviewInstanceDecision",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-applydecisions?view=graph-rest-1.0"
},
{
"Module": "Beta.WindowsUpdates",
+ "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/exclusions/{updatableAsset-id}/addMembersById",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Add",
"AddExpanded",
"AddViaIdentity",
"AddViaIdentityExpanded"
],
- "OutputType": null,
- "Command": "Add-MgBetaWindowsUpdatesDeploymentAudienceExclusionMemberById",
"Method": "POST",
- "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/exclusions/{updatableAsset-id}/addMembersById",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Add-MgBetaWindowsUpdatesDeploymentAudienceExclusionMemberById",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-addmembersbyid?view=graph-rest-1.0"
},
{
"Module": "Beta.WindowsUpdates",
+ "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/members/{updatableAsset-id}/addMembers",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Add",
"AddExpanded",
"AddViaIdentity",
"AddViaIdentityExpanded"
],
- "OutputType": null,
- "Command": "Add-MgBetaWindowsUpdatesDeploymentAudienceMember",
"Method": "POST",
- "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/members/{updatableAsset-id}/addMembers",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Add-MgBetaWindowsUpdatesDeploymentAudienceMember",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-addmembers?view=graph-rest-1.0"
},
{
"Module": "Beta.WindowsUpdates",
+ "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/members/{updatableAsset-id}/addMembersById",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Add",
"AddExpanded",
"AddViaIdentity",
"AddViaIdentityExpanded"
],
- "OutputType": null,
- "Command": "Add-MgBetaWindowsUpdatesDeploymentAudienceMemberById",
"Method": "POST",
- "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/members/{updatableAsset-id}/addMembersById",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Add-MgBetaWindowsUpdatesDeploymentAudienceMemberById",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-addmembersbyid?view=graph-rest-1.0"
},
{
"Module": "Beta.WindowsUpdates",
+ "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/exclusions/{updatableAsset-id}/addMembers",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Add",
"AddExpanded",
"AddViaIdentity",
"AddViaIdentityExpanded"
],
- "OutputType": null,
- "Command": "Add-MgBetaWindowsUpdatesPolicyAudienceExclusionMember",
"Method": "POST",
- "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/exclusions/{updatableAsset-id}/addMembers",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Add-MgBetaWindowsUpdatesPolicyAudienceExclusionMember",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-addmembers?view=graph-rest-1.0"
},
{
"Module": "Beta.WindowsUpdates",
+ "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/exclusions/{updatableAsset-id}/addMembersById",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Add",
"AddExpanded",
"AddViaIdentity",
"AddViaIdentityExpanded"
],
- "OutputType": null,
- "Command": "Add-MgBetaWindowsUpdatesPolicyAudienceExclusionMemberById",
"Method": "POST",
- "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/exclusions/{updatableAsset-id}/addMembersById",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Add-MgBetaWindowsUpdatesPolicyAudienceExclusionMemberById",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-addmembersbyid?view=graph-rest-1.0"
},
{
"Module": "Beta.WindowsUpdates",
+ "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/members/{updatableAsset-id}/addMembers",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Add",
"AddExpanded",
"AddViaIdentity",
"AddViaIdentityExpanded"
],
- "OutputType": null,
- "Command": "Add-MgBetaWindowsUpdatesPolicyAudienceMember",
"Method": "POST",
- "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/members/{updatableAsset-id}/addMembers",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Add-MgBetaWindowsUpdatesPolicyAudienceMember",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-addmembers?view=graph-rest-1.0"
},
{
"Module": "Beta.WindowsUpdates",
+ "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/members/{updatableAsset-id}/addMembersById",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Add",
"AddExpanded",
"AddViaIdentity",
"AddViaIdentityExpanded"
],
- "OutputType": null,
- "Command": "Add-MgBetaWindowsUpdatesPolicyAudienceMemberById",
"Method": "POST",
- "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/members/{updatableAsset-id}/addMembersById",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Add-MgBetaWindowsUpdatesPolicyAudienceMemberById",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-addmembersbyid?view=graph-rest-1.0"
},
{
"Module": "Beta.WindowsUpdates",
+ "Uri": "/admin/windows/updates/updatableAssets/{updatableAsset-id}/addMembers",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Add",
"AddExpanded",
"AddViaIdentity",
"AddViaIdentityExpanded"
],
- "OutputType": null,
- "Command": "Add-MgBetaWindowsUpdatesUpdatableAssetMember",
"Method": "POST",
- "Uri": "/admin/windows/updates/updatableAssets/{updatableAsset-id}/addMembers",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Add-MgBetaWindowsUpdatesUpdatableAssetMember",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-addmembers?view=graph-rest-1.0"
},
{
"Module": "Beta.WindowsUpdates",
+ "Uri": "/admin/windows/updates/updatableAssets/{updatableAsset-id}/addMembersById",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Add",
"AddExpanded",
"AddViaIdentity",
"AddViaIdentityExpanded"
],
- "OutputType": null,
- "Command": "Add-MgBetaWindowsUpdatesUpdatableAssetMemberById",
"Method": "POST",
- "Uri": "/admin/windows/updates/updatableAssets/{updatableAsset-id}/addMembersById",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Add-MgBetaWindowsUpdatesUpdatableAssetMemberById",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-addmembersbyid?view=graph-rest-1.0"
},
{
"Module": "Teams",
+ "Uri": "/chats/{chat-id}/members/add",
+ "OutputType": "IMicrosoftGraphActionResultPart",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Add",
"AddExpanded",
"AddViaIdentity",
"AddViaIdentityExpanded"
],
- "OutputType": "IMicrosoftGraphActionResultPart",
- "Command": "Add-MgChatMember",
"Method": "POST",
- "Uri": "/chats/{chat-id}/members/add",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Add-MgChatMember",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-1.0"
},
{
"Module": "CloudCommunications",
- "Variants": [
- "Add",
- "AddExpanded",
- "AddViaIdentity",
- "AddViaIdentityExpanded"
- ],
- "OutputType": "IMicrosoftGraphAddLargeGalleryViewOperation",
- "Command": "Add-MgCommunicationCallLargeGalleryView",
- "Method": "POST",
"Uri": "/communications/calls/{call-id}/addLargeGalleryView",
+ "OutputType": "IMicrosoftGraphAddLargeGalleryViewOperation",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -1292,213 +1347,225 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Add",
+ "AddExpanded",
+ "AddViaIdentity",
+ "AddViaIdentityExpanded"
+ ],
+ "Method": "POST",
+ "Command": "Add-MgCommunicationCallLargeGalleryView",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-addlargegalleryview?view=graph-rest-1.0"
},
{
"Module": "Files",
+ "Uri": "/drives/{drive-id}/list/contentTypes/addCopy",
+ "OutputType": "IMicrosoftGraphContentType",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Add",
"AddExpanded",
"AddViaIdentity",
"AddViaIdentityExpanded"
],
- "OutputType": "IMicrosoftGraphContentType",
- "Command": "Add-MgDriveListContentTypeCopy",
"Method": "POST",
- "Uri": "/drives/{drive-id}/list/contentTypes/addCopy",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Add-MgDriveListContentTypeCopy",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-1.0"
},
{
"Module": "Files",
+ "Uri": "/drives/{drive-id}/list/contentTypes/addCopyFromContentTypeHub",
+ "OutputType": "IMicrosoftGraphContentType",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Add",
"AddExpanded",
"AddViaIdentity",
"AddViaIdentityExpanded"
],
- "OutputType": "IMicrosoftGraphContentType",
- "Command": "Add-MgDriveListContentTypeCopyFromContentTypeHub",
"Method": "POST",
- "Uri": "/drives/{drive-id}/list/contentTypes/addCopyFromContentTypeHub",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Add-MgDriveListContentTypeCopyFromContentTypeHub",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-1.0"
},
{
"Module": "Search",
+ "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/addActivities",
+ "OutputType": "IMicrosoftGraphExternalConnectorsExternalActivityResult",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Add",
"AddExpanded",
"AddViaIdentity",
"AddViaIdentityExpanded"
],
- "OutputType": "IMicrosoftGraphExternalConnectorsExternalActivityResult",
- "Command": "Add-MgExternalConnectionItemActivity",
"Method": "POST",
- "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/addActivities",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Add-MgExternalConnectionItemActivity",
+ "ApiReferenceLink": null
},
{
"Module": "Groups",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/addCopy",
+ "OutputType": "IMicrosoftGraphContentType",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Add",
"AddExpanded",
"AddViaIdentity",
"AddViaIdentityExpanded"
],
- "OutputType": "IMicrosoftGraphContentType",
- "Command": "Add-MgGroupDriveListContentTypeCopy",
"Method": "POST",
- "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/addCopy",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Add-MgGroupDriveListContentTypeCopy",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-1.0"
},
{
"Module": "Groups",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/addCopyFromContentTypeHub",
+ "OutputType": "IMicrosoftGraphContentType",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Add",
"AddExpanded",
"AddViaIdentity",
"AddViaIdentityExpanded"
],
- "OutputType": "IMicrosoftGraphContentType",
- "Command": "Add-MgGroupDriveListContentTypeCopyFromContentTypeHub",
"Method": "POST",
- "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/addCopyFromContentTypeHub",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Add-MgGroupDriveListContentTypeCopyFromContentTypeHub",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-1.0"
},
{
"Module": "Groups",
+ "Uri": "/groups/{group-id}/addFavorite",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Add",
"AddViaIdentity"
],
- "OutputType": null,
- "Command": "Add-MgGroupFavorite",
"Method": "POST",
- "Uri": "/groups/{group-id}/addFavorite",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Add-MgGroupFavorite",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-addfavorite?view=graph-rest-1.0"
},
{
"Module": "Groups",
+ "Uri": "/groups/{group-id}/sites/add",
+ "OutputType": "IMicrosoftGraphSite",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Add",
"AddExpanded",
"AddViaIdentity",
"AddViaIdentityExpanded"
],
- "OutputType": "IMicrosoftGraphSite",
- "Command": "Add-MgGroupSite",
"Method": "POST",
- "Uri": "/groups/{group-id}/sites/add",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Add-MgGroupSite",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-follow?view=graph-rest-1.0"
},
{
"Module": "Groups",
+ "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/addCopy",
+ "OutputType": "IMicrosoftGraphContentType",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Add",
"AddExpanded",
"AddViaIdentity",
"AddViaIdentityExpanded"
],
- "OutputType": "IMicrosoftGraphContentType",
- "Command": "Add-MgGroupSiteContentTypeCopy",
"Method": "POST",
- "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/addCopy",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Add-MgGroupSiteContentTypeCopy",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-1.0"
},
{
"Module": "Groups",
+ "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/addCopyFromContentTypeHub",
+ "OutputType": "IMicrosoftGraphContentType",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Add",
"AddExpanded",
"AddViaIdentity",
"AddViaIdentityExpanded"
],
- "OutputType": "IMicrosoftGraphContentType",
- "Command": "Add-MgGroupSiteContentTypeCopyFromContentTypeHub",
"Method": "POST",
- "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/addCopyFromContentTypeHub",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Add-MgGroupSiteContentTypeCopyFromContentTypeHub",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-1.0"
},
{
"Module": "Groups",
+ "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/addCopy",
+ "OutputType": "IMicrosoftGraphContentType",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Add",
"AddExpanded",
"AddViaIdentity",
"AddViaIdentityExpanded"
],
- "OutputType": "IMicrosoftGraphContentType",
- "Command": "Add-MgGroupSiteListContentTypeCopy",
"Method": "POST",
- "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/addCopy",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Add-MgGroupSiteListContentTypeCopy",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-1.0"
},
{
"Module": "Groups",
+ "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/addCopyFromContentTypeHub",
+ "OutputType": "IMicrosoftGraphContentType",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Add",
"AddExpanded",
"AddViaIdentity",
"AddViaIdentityExpanded"
],
- "OutputType": "IMicrosoftGraphContentType",
- "Command": "Add-MgGroupSiteListContentTypeCopyFromContentTypeHub",
"Method": "POST",
- "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/addCopyFromContentTypeHub",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Add-MgGroupSiteListContentTypeCopyFromContentTypeHub",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-1.0"
},
{
"Module": "Groups",
+ "Uri": "/groupLifecyclePolicies/{groupLifecyclePolicy-id}/addGroup",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Add",
"AddExpanded",
"AddViaIdentity",
"AddViaIdentityExpanded"
],
- "OutputType": null,
- "Command": "Add-MgGroupToLifecyclePolicy",
"Method": "POST",
- "Uri": "/groupLifecyclePolicies/{groupLifecyclePolicy-id}/addGroup",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Add-MgGroupToLifecyclePolicy",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/grouplifecyclepolicy-addgroup?view=graph-rest-1.0"
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/applyDecisions",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Apply",
"ApplyViaIdentity"
],
- "OutputType": null,
- "Command": "Add-MgIdentityGovernanceAccessReviewDefinitionInstanceDecision",
"Method": "POST",
- "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/applyDecisions",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Add-MgIdentityGovernanceAccessReviewDefinitionInstanceDecision",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-applydecisions?view=graph-rest-1.0"
},
{
"Module": "Security",
- "Variants": [
- "Apply",
- "Apply1",
- "ApplyExpanded",
- "ApplyViaIdentity",
- "ApplyViaIdentity1",
- "ApplyViaIdentityExpanded"
- ],
- "OutputType": null,
- "Command": "Add-MgSecurityCaseEdiscoveryCaseCustodianHold",
- "Method": "POST",
"Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/applyHold",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -1517,10 +1584,7 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Security",
+ ],
"Variants": [
"Apply",
"Apply1",
@@ -1529,10 +1593,14 @@
"ApplyViaIdentity1",
"ApplyViaIdentityExpanded"
],
- "OutputType": null,
- "Command": "Add-MgSecurityCaseEdiscoveryCaseNoncustodialDataSourceHold",
"Method": "POST",
+ "Command": "Add-MgSecurityCaseEdiscoveryCaseCustodianHold",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycustodian-applyhold?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Security",
"Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}/applyHold",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -1551,20 +1619,23 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Security",
+ ],
"Variants": [
"Apply",
+ "Apply1",
"ApplyExpanded",
"ApplyViaIdentity",
+ "ApplyViaIdentity1",
"ApplyViaIdentityExpanded"
],
- "OutputType": null,
- "Command": "Add-MgSecurityCaseEdiscoveryCaseReviewSetQueryTag",
"Method": "POST",
+ "Command": "Add-MgSecurityCaseEdiscoveryCaseNoncustodialDataSourceHold",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverynoncustodialdatasource-applyhold?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Security",
"Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/{ediscoveryReviewSetQuery-id}/applyTags",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -1583,20 +1654,21 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Security",
+ ],
"Variants": [
- "Add",
- "AddExpanded",
- "AddViaIdentity",
- "AddViaIdentityExpanded"
+ "Apply",
+ "ApplyExpanded",
+ "ApplyViaIdentity",
+ "ApplyViaIdentityExpanded"
],
- "OutputType": null,
- "Command": "Add-MgSecurityCaseEdiscoveryCaseReviewSetToReviewSet",
"Method": "POST",
+ "Command": "Add-MgSecurityCaseEdiscoveryCaseReviewSetQueryTag",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryreviewsetquery-applytags?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Security",
"Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/addToReviewSet",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -1615,20 +1687,21 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Applications",
+ ],
"Variants": [
"Add",
"AddExpanded",
"AddViaIdentity",
"AddViaIdentityExpanded"
],
- "OutputType": "IMicrosoftGraphKeyCredential",
- "Command": "Add-MgServicePrincipalKey",
"Method": "POST",
+ "Command": "Add-MgSecurityCaseEdiscoveryCaseReviewSetToReviewSet",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryreviewset-addtoreviewset?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Applications",
"Uri": "/servicePrincipals/{servicePrincipal-id}/addKey",
+ "OutputType": "IMicrosoftGraphKeyCredential",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -1655,20 +1728,21 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Applications",
+ ],
"Variants": [
"Add",
"AddExpanded",
"AddViaIdentity",
"AddViaIdentityExpanded"
],
- "OutputType": "IMicrosoftGraphPasswordCredential",
- "Command": "Add-MgServicePrincipalPassword",
"Method": "POST",
+ "Command": "Add-MgServicePrincipalKey",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-addkey?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Applications",
"Uri": "/servicePrincipals/{servicePrincipal-id}/addPassword",
+ "OutputType": "IMicrosoftGraphPasswordCredential",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -1695,20 +1769,21 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Applications",
+ ],
"Variants": [
"Add",
"AddExpanded",
"AddViaIdentity",
"AddViaIdentityExpanded"
],
- "OutputType": "IMicrosoftGraphSelfSignedCertificate",
- "Command": "Add-MgServicePrincipalTokenSigningCertificate",
"Method": "POST",
+ "Command": "Add-MgServicePrincipalPassword",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-addpassword?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Applications",
"Uri": "/servicePrincipals/{servicePrincipal-id}/addTokenSigningCertificate",
+ "OutputType": "IMicrosoftGraphSelfSignedCertificate",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -1735,78 +1810,83 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Add",
+ "AddExpanded",
+ "AddViaIdentity",
+ "AddViaIdentityExpanded"
+ ],
+ "Method": "POST",
+ "Command": "Add-MgServicePrincipalTokenSigningCertificate",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-addtokensigningcertificate?view=graph-rest-1.0"
},
{
"Module": "Files",
+ "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/addCopy",
+ "OutputType": "IMicrosoftGraphContentType",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Add",
"AddExpanded",
"AddViaIdentity",
"AddViaIdentityExpanded"
],
- "OutputType": "IMicrosoftGraphContentType",
- "Command": "Add-MgShareListContentTypeCopy",
"Method": "POST",
- "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/addCopy",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Add-MgShareListContentTypeCopy",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-1.0"
},
{
"Module": "Files",
+ "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/addCopyFromContentTypeHub",
+ "OutputType": "IMicrosoftGraphContentType",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Add",
"AddExpanded",
"AddViaIdentity",
"AddViaIdentityExpanded"
],
- "OutputType": "IMicrosoftGraphContentType",
- "Command": "Add-MgShareListContentTypeCopyFromContentTypeHub",
"Method": "POST",
- "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/addCopyFromContentTypeHub",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Add-MgShareListContentTypeCopyFromContentTypeHub",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-1.0"
},
{
"Module": "Sites",
+ "Uri": "/sites/add",
+ "OutputType": "IMicrosoftGraphSite",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Add",
"AddExpanded"
],
- "OutputType": "IMicrosoftGraphSite",
- "Command": "Add-MgSite",
"Method": "POST",
- "Uri": "/sites/add",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Add-MgSite",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-follow?view=graph-rest-1.0"
},
{
"Module": "Sites",
+ "Uri": "/sites/{site-id}/contentTypes/addCopy",
+ "OutputType": "IMicrosoftGraphContentType",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Add",
"AddExpanded",
"AddViaIdentity",
"AddViaIdentityExpanded"
],
- "OutputType": "IMicrosoftGraphContentType",
- "Command": "Add-MgSiteContentTypeCopy",
"Method": "POST",
- "Uri": "/sites/{site-id}/contentTypes/addCopy",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Add-MgSiteContentTypeCopy",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-1.0"
},
{
"Module": "Sites",
- "Variants": [
- "Add",
- "AddExpanded",
- "AddViaIdentity",
- "AddViaIdentityExpanded"
- ],
- "OutputType": "IMicrosoftGraphContentType",
- "Command": "Add-MgSiteContentTypeCopyFromContentTypeHub",
- "Method": "POST",
"Uri": "/sites/{site-id}/contentTypes/addCopyFromContentTypeHub",
+ "OutputType": "IMicrosoftGraphContentType",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -1825,20 +1905,21 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Sites",
+ ],
"Variants": [
"Add",
"AddExpanded",
"AddViaIdentity",
"AddViaIdentityExpanded"
],
- "OutputType": "IMicrosoftGraphContentType",
- "Command": "Add-MgSiteListContentTypeCopy",
"Method": "POST",
+ "Command": "Add-MgSiteContentTypeCopyFromContentTypeHub",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Sites",
"Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/addCopy",
+ "OutputType": "IMicrosoftGraphContentType",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -1857,20 +1938,21 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Sites",
+ ],
"Variants": [
"Add",
"AddExpanded",
"AddViaIdentity",
"AddViaIdentityExpanded"
],
- "OutputType": "IMicrosoftGraphContentType",
- "Command": "Add-MgSiteListContentTypeCopyFromContentTypeHub",
"Method": "POST",
+ "Command": "Add-MgSiteListContentTypeCopy",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Sites",
"Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/addCopyFromContentTypeHub",
+ "OutputType": "IMicrosoftGraphContentType",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -1889,168 +1971,179 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Add",
+ "AddExpanded",
+ "AddViaIdentity",
+ "AddViaIdentityExpanded"
+ ],
+ "Method": "POST",
+ "Command": "Add-MgSiteListContentTypeCopyFromContentTypeHub",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-1.0"
},
{
"Module": "Teams",
+ "Uri": "/teams/{team-id}/channels/{channel-id}/members/add",
+ "OutputType": "IMicrosoftGraphActionResultPart",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Add",
"AddExpanded",
"AddViaIdentity",
"AddViaIdentityExpanded"
],
- "OutputType": "IMicrosoftGraphActionResultPart",
- "Command": "Add-MgTeamChannelMember",
"Method": "POST",
- "Uri": "/teams/{team-id}/channels/{channel-id}/members/add",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Add-MgTeamChannelMember",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-1.0"
},
{
"Module": "Teams",
+ "Uri": "/teams/{team-id}/members/add",
+ "OutputType": "IMicrosoftGraphActionResultPart",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Add",
"AddExpanded",
"AddViaIdentity",
"AddViaIdentityExpanded"
],
- "OutputType": "IMicrosoftGraphActionResultPart",
- "Command": "Add-MgTeamMember",
"Method": "POST",
- "Uri": "/teams/{team-id}/members/add",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Add-MgTeamMember",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-1.0"
},
{
"Module": "Teams",
+ "Uri": "/teams/{team-id}/primaryChannel/members/add",
+ "OutputType": "IMicrosoftGraphActionResultPart",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Add",
"AddExpanded",
"AddViaIdentity",
"AddViaIdentityExpanded"
],
- "OutputType": "IMicrosoftGraphActionResultPart",
- "Command": "Add-MgTeamPrimaryChannelMember",
"Method": "POST",
- "Uri": "/teams/{team-id}/primaryChannel/members/add",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Add-MgTeamPrimaryChannelMember",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-1.0"
},
{
"Module": "Teams",
+ "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members/add",
+ "OutputType": "IMicrosoftGraphActionResultPart",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Add",
"AddExpanded",
"AddViaIdentity",
"AddViaIdentityExpanded"
],
- "OutputType": "IMicrosoftGraphActionResultPart",
- "Command": "Add-MgTeamworkDeletedTeamChannelMember",
"Method": "POST",
- "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members/add",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Add-MgTeamworkDeletedTeamChannelMember",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-1.0"
},
{
"Module": "Users.Actions",
+ "Uri": "/users/{user-id}/chats/{chat-id}/members/add",
+ "OutputType": "IMicrosoftGraphActionResultPart",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Add",
"AddExpanded",
"AddViaIdentity",
"AddViaIdentityExpanded"
],
- "OutputType": "IMicrosoftGraphActionResultPart",
- "Command": "Add-MgUserChatMember",
"Method": "POST",
- "Uri": "/users/{user-id}/chats/{chat-id}/members/add",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Add-MgUserChatMember",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-1.0"
},
{
"Module": "Users.Actions",
+ "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/addCopy",
+ "OutputType": "IMicrosoftGraphContentType",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Add",
"AddExpanded",
"AddViaIdentity",
"AddViaIdentityExpanded"
],
- "OutputType": "IMicrosoftGraphContentType",
- "Command": "Add-MgUserDriveListContentTypeCopy",
"Method": "POST",
- "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/addCopy",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Add-MgUserDriveListContentTypeCopy",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-1.0"
},
{
"Module": "Users.Actions",
+ "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/addCopyFromContentTypeHub",
+ "OutputType": "IMicrosoftGraphContentType",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Add",
"AddExpanded",
"AddViaIdentity",
"AddViaIdentityExpanded"
],
- "OutputType": "IMicrosoftGraphContentType",
- "Command": "Add-MgUserDriveListContentTypeCopyFromContentTypeHub",
"Method": "POST",
- "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/addCopyFromContentTypeHub",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Add-MgUserDriveListContentTypeCopyFromContentTypeHub",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-1.0"
},
{
"Module": "Users.Actions",
+ "Uri": "/users/{user-id}/followedSites/add",
+ "OutputType": "IMicrosoftGraphSite",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Add",
"AddExpanded",
"AddViaIdentity",
"AddViaIdentityExpanded"
],
- "OutputType": "IMicrosoftGraphSite",
- "Command": "Add-MgUserFollowedSite",
"Method": "POST",
- "Uri": "/users/{user-id}/followedSites/add",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Add-MgUserFollowedSite",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-follow?view=graph-rest-1.0"
},
{
"Module": "Beta.DeviceManagement.Actions",
+ "Uri": "/deviceManagement/androidManagedStoreAccountEnterpriseSettings/approveApps",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Approve",
"ApproveExpanded"
],
- "OutputType": null,
- "Command": "Approve-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSettingApp",
"Method": "POST",
- "Uri": "/deviceManagement/androidManagedStoreAccountEnterpriseSettings/approveApps",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Approve-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSettingApp",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Actions",
+ "Uri": "/deviceManagement/elevationRequests/{privilegeManagementElevationRequest-id}/approve",
+ "OutputType": "IMicrosoftGraphPrivilegeManagementElevationRequest",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Approve",
"ApproveExpanded",
"ApproveViaIdentity",
"ApproveViaIdentityExpanded"
],
- "OutputType": "IMicrosoftGraphPrivilegeManagementElevationRequest",
- "Command": "Approve-MgBetaDeviceManagementElevationRequest",
"Method": "POST",
- "Uri": "/deviceManagement/elevationRequests/{privilegeManagementElevationRequest-id}/approve",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Approve-MgBetaDeviceManagementElevationRequest",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Actions",
- "Variants": [
- "Approve",
- "ApproveExpanded",
- "ApproveViaIdentity",
- "ApproveViaIdentityExpanded"
- ],
- "OutputType": null,
- "Command": "Approve-MgBetaDeviceManagementOperationApprovalRequest",
- "Method": "POST",
"Uri": "/deviceManagement/operationApprovalRequests/{operationApprovalRequest-id}/approve",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -2069,127 +2162,138 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Approve",
+ "ApproveExpanded",
+ "ApproveViaIdentity",
+ "ApproveViaIdentityExpanded"
+ ],
+ "Method": "POST",
+ "Command": "Approve-MgBetaDeviceManagementOperationApprovalRequest",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Actions",
+ "Uri": "/deviceManagement/zebraFotaConnector/approveFotaApps",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Approve"
],
- "OutputType": null,
- "Command": "Approve-MgBetaDeviceManagementZebraFotaConnectorFotaApp",
"Method": "POST",
- "Uri": "/deviceManagement/zebraFotaConnector/approveFotaApps",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Approve-MgBetaDeviceManagementZebraFotaConnectorFotaApp",
+ "ApiReferenceLink": null
},
{
"Module": "Applications",
+ "Uri": "/applications/{application-id}/unsetVerifiedPublisher",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Unset",
"UnsetViaIdentity"
],
- "OutputType": null,
- "Command": "Clear-MgApplicationVerifiedPublisher",
"Method": "POST",
- "Uri": "/applications/{application-id}/unsetVerifiedPublisher",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Clear-MgApplicationVerifiedPublisher",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-unsetverifiedpublisher?view=graph-rest-1.0"
},
{
"Module": "Beta.Applications",
+ "Uri": "/applications/{application-id}/unsetVerifiedPublisher",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Unset",
"UnsetViaIdentity"
],
- "OutputType": null,
- "Command": "Clear-MgBetaApplicationVerifiedPublisher",
"Method": "POST",
- "Uri": "/applications/{application-id}/unsetVerifiedPublisher",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Clear-MgBetaApplicationVerifiedPublisher",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-unsetverifiedpublisher?view=graph-rest-1.0"
},
{
"Module": "Beta.Teams",
+ "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/unsetReaction",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Unset",
"UnsetExpanded",
"UnsetViaIdentity",
"UnsetViaIdentityExpanded"
],
- "OutputType": null,
- "Command": "Clear-MgBetaChatMessageReaction",
"Method": "POST",
- "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/unsetReaction",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Clear-MgBetaChatMessageReaction",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Teams",
+ "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Unset",
"UnsetExpanded",
"UnsetViaIdentity",
"UnsetViaIdentityExpanded"
],
- "OutputType": null,
- "Command": "Clear-MgBetaChatMessageReplyReaction",
"Method": "POST",
- "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Clear-MgBetaChatMessageReplyReaction",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.CloudCommunications",
+ "Uri": "/communications/presences/{presence-id}/clearPresence",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Clear",
"ClearExpanded",
"ClearViaIdentity",
"ClearViaIdentityExpanded"
],
- "OutputType": null,
- "Command": "Clear-MgBetaCommunicationPresence",
"Method": "POST",
- "Uri": "/communications/presences/{presence-id}/clearPresence",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Clear-MgBetaCommunicationPresence",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-clearpresence?view=graph-rest-1.0"
},
{
"Module": "Beta.CloudCommunications",
+ "Uri": "/communications/presences/{presence-id}/clearUserPreferredPresence",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Clear",
"ClearViaIdentity"
],
- "OutputType": null,
- "Command": "Clear-MgBetaCommunicationPresenceUserPreferredPresence",
"Method": "POST",
- "Uri": "/communications/presences/{presence-id}/clearUserPreferredPresence",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Clear-MgBetaCommunicationPresenceUserPreferredPresence",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-clearuserpreferredpresence?view=graph-rest-1.0"
},
{
"Module": "Beta.Compliance",
+ "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/purgeData",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Purge",
"PurgeViaIdentity"
],
- "OutputType": null,
- "Command": "Clear-MgBetaComplianceEdiscoveryCaseSourceCollectionData",
"Method": "POST",
- "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/purgeData",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Clear-MgBetaComplianceEdiscoveryCaseSourceCollectionData",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-sourcecollection-purgedata?view=graph-rest-1.0"
},
{
"Module": "Beta.Devices.CorporateManagement",
- "Variants": [
- "Wipe",
- "WipeViaIdentity"
- ],
- "OutputType": null,
- "Command": "Clear-MgBetaDeviceAppManagementWindowsInformationProtectionDeviceRegistration",
- "Method": "POST",
"Uri": "/deviceAppManagement/windowsInformationProtectionDeviceRegistrations/{windowsInformationProtectionDeviceRegistration-id}/wipe",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -2208,20 +2312,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Actions",
+ ],
"Variants": [
"Wipe",
- "WipeExpanded",
- "WipeViaIdentity",
- "WipeViaIdentityExpanded"
+ "WipeViaIdentity"
],
- "OutputType": null,
- "Command": "Clear-MgBetaDeviceManagementComanagedDevice",
"Method": "POST",
+ "Command": "Clear-MgBetaDeviceAppManagementWindowsInformationProtectionDeviceRegistration",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement.Actions",
"Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/wipe",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -2248,20 +2351,21 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Actions",
+ ],
"Variants": [
"Wipe",
"WipeExpanded",
"WipeViaIdentity",
"WipeViaIdentityExpanded"
],
- "OutputType": null,
- "Command": "Clear-MgBetaDeviceManagementManagedDevice",
"Method": "POST",
+ "Command": "Clear-MgBetaDeviceManagementComanagedDevice",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement.Actions",
"Uri": "/deviceManagement/managedDevices/{managedDevice-id}/wipe",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -2288,123 +2392,133 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Wipe",
+ "WipeExpanded",
+ "WipeViaIdentity",
+ "WipeViaIdentityExpanded"
+ ],
+ "Method": "POST",
+ "Command": "Clear-MgBetaDeviceManagementManagedDevice",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Security",
+ "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/purgeData",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Purge",
"PurgeExpanded",
"PurgeViaIdentity",
"PurgeViaIdentityExpanded"
],
- "OutputType": null,
- "Command": "Clear-MgBetaSecurityCaseEdiscoveryCaseSearchData",
"Method": "POST",
- "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/purgeData",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Clear-MgBetaSecurityCaseEdiscoveryCaseSearchData",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverysearch-purgedata?view=graph-rest-1.0"
},
{
"Module": "Beta.Teams",
+ "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/unsetReaction",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Unset",
"UnsetExpanded",
"UnsetViaIdentity",
"UnsetViaIdentityExpanded"
],
- "OutputType": null,
- "Command": "Clear-MgBetaTeamChannelMessageReaction",
"Method": "POST",
- "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/unsetReaction",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Clear-MgBetaTeamChannelMessageReaction",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Teams",
+ "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Unset",
"UnsetExpanded",
"UnsetViaIdentity",
"UnsetViaIdentityExpanded"
],
- "OutputType": null,
- "Command": "Clear-MgBetaTeamChannelMessageReplyReaction",
"Method": "POST",
- "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Clear-MgBetaTeamChannelMessageReplyReaction",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Teams",
+ "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/unsetReaction",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Unset",
"UnsetExpanded",
"UnsetViaIdentity",
"UnsetViaIdentityExpanded"
],
- "OutputType": null,
- "Command": "Clear-MgBetaTeamPrimaryChannelMessageReaction",
"Method": "POST",
- "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/unsetReaction",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Clear-MgBetaTeamPrimaryChannelMessageReaction",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Teams",
+ "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Unset",
"UnsetExpanded",
"UnsetViaIdentity",
"UnsetViaIdentityExpanded"
],
- "OutputType": null,
- "Command": "Clear-MgBetaTeamPrimaryChannelMessageReplyReaction",
"Method": "POST",
- "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Clear-MgBetaTeamPrimaryChannelMessageReplyReaction",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Teams",
+ "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/unsetReaction",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Unset",
"UnsetExpanded",
"UnsetViaIdentity",
"UnsetViaIdentityExpanded"
],
- "OutputType": null,
- "Command": "Clear-MgBetaTeamworkDeletedTeamChannelMessageReaction",
"Method": "POST",
- "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/unsetReaction",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Clear-MgBetaTeamworkDeletedTeamChannelMessageReaction",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Teams",
+ "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Unset",
"UnsetExpanded",
"UnsetViaIdentity",
"UnsetViaIdentityExpanded"
],
- "OutputType": null,
- "Command": "Clear-MgBetaTeamworkDeletedTeamChannelMessageReplyReaction",
"Method": "POST",
- "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Clear-MgBetaTeamworkDeletedTeamChannelMessageReplyReaction",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Users.Actions",
- "Variants": [
- "Wipe",
- "WipeViaIdentity"
- ],
- "OutputType": null,
- "Command": "Clear-MgBetaUserAndBlockManagedApp",
- "Method": "POST",
"Uri": "/users/{user-id}/wipeAndBlockManagedApps",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -2423,20 +2537,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Users.Actions",
+ ],
"Variants": [
- "Unset",
- "UnsetExpanded",
- "UnsetViaIdentity",
- "UnsetViaIdentityExpanded"
+ "Wipe",
+ "WipeViaIdentity"
],
- "OutputType": null,
- "Command": "Clear-MgBetaUserChatMessageReaction",
"Method": "POST",
+ "Command": "Clear-MgBetaUserAndBlockManagedApp",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Users.Actions",
"Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/unsetReaction",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -2455,35 +2568,37 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Users.Actions",
+ ],
"Variants": [
"Unset",
"UnsetExpanded",
"UnsetViaIdentity",
"UnsetViaIdentityExpanded"
],
- "OutputType": null,
- "Command": "Clear-MgBetaUserChatMessageReplyReaction",
"Method": "POST",
- "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Clear-MgBetaUserChatMessageReaction",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Users.Actions",
+ "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
- "Wipe",
- "WipeExpanded",
- "WipeViaIdentity",
- "WipeViaIdentityExpanded"
+ "Unset",
+ "UnsetExpanded",
+ "UnsetViaIdentity",
+ "UnsetViaIdentityExpanded"
],
- "OutputType": null,
- "Command": "Clear-MgBetaUserManagedAppRegistrationByAzureAdDeviceId",
"Method": "POST",
+ "Command": "Clear-MgBetaUserChatMessageReplyReaction",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Users.Actions",
"Uri": "/users/{user-id}/wipeManagedAppRegistrationsByAzureAdDeviceId",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -2502,50 +2617,53 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Wipe",
+ "WipeExpanded",
+ "WipeViaIdentity",
+ "WipeViaIdentityExpanded"
+ ],
+ "Method": "POST",
+ "Command": "Clear-MgBetaUserManagedAppRegistrationByAzureAdDeviceId",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Users.Actions",
+ "Uri": "/users/{user-id}/wipeManagedAppRegistrationsByDeviceTag",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Wipe1",
"WipeExpanded1",
"WipeViaIdentity1",
"WipeViaIdentityExpanded1"
],
- "OutputType": null,
- "Command": "Clear-MgBetaUserManagedAppRegistrationByDeviceTag",
"Method": "POST",
- "Uri": "/users/{user-id}/wipeManagedAppRegistrationsByDeviceTag",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Clear-MgBetaUserManagedAppRegistrationByDeviceTag",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Users.Actions",
+ "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/wipe",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Wipe",
"WipeExpanded",
"WipeViaIdentity",
"WipeViaIdentityExpanded"
],
- "OutputType": null,
- "Command": "Clear-MgBetaUserManagedDevice",
"Method": "POST",
- "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/wipe",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Clear-MgBetaUserManagedDevice",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Users.Actions",
- "Variants": [
- "Clear",
- "ClearExpanded",
- "ClearViaIdentity",
- "ClearViaIdentityExpanded"
- ],
- "OutputType": null,
- "Command": "Clear-MgBetaUserPresence",
- "Method": "POST",
"Uri": "/users/{user-id}/presence/clearPresence",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -2564,18 +2682,21 @@
"PermissionType": "Application",
"IsLeastPrivilege": true
}
- ]
- },
- {
- "Module": "Beta.Users.Actions",
+ ],
"Variants": [
"Clear",
- "ClearViaIdentity"
+ "ClearExpanded",
+ "ClearViaIdentity",
+ "ClearViaIdentityExpanded"
],
- "OutputType": null,
- "Command": "Clear-MgBetaUserPresenceUserPreferredPresence",
"Method": "POST",
+ "Command": "Clear-MgBetaUserPresence",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-clearpresence?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Users.Actions",
"Uri": "/users/{user-id}/presence/clearUserPreferredPresence",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -2594,78 +2715,81 @@
"PermissionType": "Application",
"IsLeastPrivilege": true
}
- ]
+ ],
+ "Variants": [
+ "Clear",
+ "ClearViaIdentity"
+ ],
+ "Method": "POST",
+ "Command": "Clear-MgBetaUserPresenceUserPreferredPresence",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-clearuserpreferredpresence?view=graph-rest-1.0"
},
{
"Module": "Teams",
+ "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/unsetReaction",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Unset",
"UnsetExpanded",
"UnsetViaIdentity",
"UnsetViaIdentityExpanded"
],
- "OutputType": null,
- "Command": "Clear-MgChatMessageReaction",
"Method": "POST",
- "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/unsetReaction",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Clear-MgChatMessageReaction",
+ "ApiReferenceLink": null
},
{
"Module": "Teams",
+ "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Unset",
"UnsetExpanded",
"UnsetViaIdentity",
"UnsetViaIdentityExpanded"
],
- "OutputType": null,
- "Command": "Clear-MgChatMessageReplyReaction",
"Method": "POST",
- "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Clear-MgChatMessageReplyReaction",
+ "ApiReferenceLink": null
},
{
"Module": "CloudCommunications",
+ "Uri": "/communications/presences/{presence-id}/clearPresence",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Clear",
"ClearExpanded",
"ClearViaIdentity",
"ClearViaIdentityExpanded"
],
- "OutputType": null,
- "Command": "Clear-MgCommunicationPresence",
"Method": "POST",
- "Uri": "/communications/presences/{presence-id}/clearPresence",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Clear-MgCommunicationPresence",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-clearpresence?view=graph-rest-1.0"
},
{
"Module": "CloudCommunications",
+ "Uri": "/communications/presences/{presence-id}/clearUserPreferredPresence",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Clear",
"ClearViaIdentity"
],
- "OutputType": null,
- "Command": "Clear-MgCommunicationPresenceUserPreferredPresence",
"Method": "POST",
- "Uri": "/communications/presences/{presence-id}/clearUserPreferredPresence",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Clear-MgCommunicationPresenceUserPreferredPresence",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-clearuserpreferredpresence?view=graph-rest-1.0"
},
{
"Module": "DeviceManagement.Actions",
- "Variants": [
- "Wipe",
- "WipeExpanded",
- "WipeViaIdentity",
- "WipeViaIdentityExpanded"
- ],
- "OutputType": null,
- "Command": "Clear-MgDeviceManagementManagedDevice",
- "Method": "POST",
"Uri": "/deviceManagement/managedDevices/{managedDevice-id}/wipe",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -2692,125 +2816,133 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Wipe",
+ "WipeExpanded",
+ "WipeViaIdentity",
+ "WipeViaIdentityExpanded"
+ ],
+ "Method": "POST",
+ "Command": "Clear-MgDeviceManagementManagedDevice",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-wipe?view=graph-rest-1.0"
},
{
"Module": "Security",
+ "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/purgeData",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Purge",
"PurgeExpanded",
"PurgeViaIdentity",
"PurgeViaIdentityExpanded"
],
- "OutputType": null,
- "Command": "Clear-MgSecurityCaseEdiscoveryCaseSearchData",
"Method": "POST",
- "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/purgeData",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Clear-MgSecurityCaseEdiscoveryCaseSearchData",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverysearch-purgedata?view=graph-rest-1.0"
},
{
"Module": "Teams",
+ "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/unsetReaction",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Unset",
"UnsetExpanded",
"UnsetViaIdentity",
"UnsetViaIdentityExpanded"
],
- "OutputType": null,
- "Command": "Clear-MgTeamChannelMessageReaction",
"Method": "POST",
- "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/unsetReaction",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Clear-MgTeamChannelMessageReaction",
+ "ApiReferenceLink": null
},
{
"Module": "Teams",
+ "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Unset",
"UnsetExpanded",
"UnsetViaIdentity",
"UnsetViaIdentityExpanded"
],
- "OutputType": null,
- "Command": "Clear-MgTeamChannelMessageReplyReaction",
"Method": "POST",
- "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Clear-MgTeamChannelMessageReplyReaction",
+ "ApiReferenceLink": null
},
{
"Module": "Teams",
+ "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/unsetReaction",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Unset",
"UnsetExpanded",
"UnsetViaIdentity",
"UnsetViaIdentityExpanded"
],
- "OutputType": null,
- "Command": "Clear-MgTeamPrimaryChannelMessageReaction",
"Method": "POST",
- "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/unsetReaction",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Clear-MgTeamPrimaryChannelMessageReaction",
+ "ApiReferenceLink": null
},
{
"Module": "Teams",
+ "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Unset",
"UnsetExpanded",
"UnsetViaIdentity",
"UnsetViaIdentityExpanded"
],
- "OutputType": null,
- "Command": "Clear-MgTeamPrimaryChannelMessageReplyReaction",
"Method": "POST",
- "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Clear-MgTeamPrimaryChannelMessageReplyReaction",
+ "ApiReferenceLink": null
},
{
"Module": "Teams",
+ "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/unsetReaction",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Unset",
"UnsetExpanded",
"UnsetViaIdentity",
"UnsetViaIdentityExpanded"
],
- "OutputType": null,
- "Command": "Clear-MgTeamworkDeletedTeamChannelMessageReaction",
"Method": "POST",
- "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/unsetReaction",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Clear-MgTeamworkDeletedTeamChannelMessageReaction",
+ "ApiReferenceLink": null
},
{
"Module": "Teams",
+ "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Unset",
"UnsetExpanded",
"UnsetViaIdentity",
"UnsetViaIdentityExpanded"
],
- "OutputType": null,
- "Command": "Clear-MgTeamworkDeletedTeamChannelMessageReplyReaction",
"Method": "POST",
- "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Clear-MgTeamworkDeletedTeamChannelMessageReplyReaction",
+ "ApiReferenceLink": null
},
{
"Module": "Users.Actions",
- "Variants": [
- "Unset",
- "UnsetExpanded",
- "UnsetViaIdentity",
- "UnsetViaIdentityExpanded"
- ],
- "OutputType": null,
- "Command": "Clear-MgUserChatMessageReaction",
- "Method": "POST",
"Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/unsetReaction",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -2829,50 +2961,53 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Unset",
+ "UnsetExpanded",
+ "UnsetViaIdentity",
+ "UnsetViaIdentityExpanded"
+ ],
+ "Method": "POST",
+ "Command": "Clear-MgUserChatMessageReaction",
+ "ApiReferenceLink": null
},
{
"Module": "Users.Actions",
+ "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Unset",
"UnsetExpanded",
"UnsetViaIdentity",
"UnsetViaIdentityExpanded"
],
- "OutputType": null,
- "Command": "Clear-MgUserChatMessageReplyReaction",
"Method": "POST",
- "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Clear-MgUserChatMessageReplyReaction",
+ "ApiReferenceLink": null
},
{
"Module": "Users.Actions",
+ "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/wipe",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Wipe",
"WipeExpanded",
"WipeViaIdentity",
"WipeViaIdentityExpanded"
],
- "OutputType": null,
- "Command": "Clear-MgUserManagedDevice",
"Method": "POST",
- "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/wipe",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Clear-MgUserManagedDevice",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-wipe?view=graph-rest-1.0"
},
{
"Module": "Users.Actions",
- "Variants": [
- "Clear",
- "ClearExpanded",
- "ClearViaIdentity",
- "ClearViaIdentityExpanded"
- ],
- "OutputType": null,
- "Command": "Clear-MgUserPresence",
- "Method": "POST",
"Uri": "/users/{user-id}/presence/clearPresence",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -2891,18 +3026,21 @@
"PermissionType": "Application",
"IsLeastPrivilege": true
}
- ]
- },
- {
- "Module": "Users.Actions",
+ ],
"Variants": [
"Clear",
- "ClearViaIdentity"
+ "ClearExpanded",
+ "ClearViaIdentity",
+ "ClearViaIdentityExpanded"
],
- "OutputType": null,
- "Command": "Clear-MgUserPresenceUserPreferredPresence",
"Method": "POST",
+ "Command": "Clear-MgUserPresence",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-clearpresence?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Users.Actions",
"Uri": "/users/{user-id}/presence/clearUserPreferredPresence",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -2921,18 +3059,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": true
}
- ]
- },
- {
- "Module": "Beta.Compliance",
+ ],
"Variants": [
- "Close",
- "CloseViaIdentity"
+ "Clear",
+ "ClearViaIdentity"
],
- "OutputType": null,
- "Command": "Close-MgBetaComplianceEdiscoveryCase",
"Method": "POST",
+ "Command": "Clear-MgUserPresenceUserPreferredPresence",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-clearuserpreferredpresence?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Compliance",
"Uri": "/compliance/ediscovery/cases/{case-id}/close",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -2951,18 +3090,19 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Security",
+ ],
"Variants": [
"Close",
"CloseViaIdentity"
],
- "OutputType": null,
- "Command": "Close-MgBetaSecurityCaseEdiscoveryCase",
"Method": "POST",
+ "Command": "Close-MgBetaComplianceEdiscoveryCase",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-case-close?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Security",
"Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/close",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -2981,18 +3121,19 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Security",
+ ],
"Variants": [
"Close",
"CloseViaIdentity"
],
- "OutputType": null,
- "Command": "Close-MgSecurityCaseEdiscoveryCase",
"Method": "POST",
+ "Command": "Close-MgBetaSecurityCaseEdiscoveryCase",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-close?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Security",
"Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/close",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -3011,18 +3152,19 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Close",
+ "CloseViaIdentity"
+ ],
+ "Method": "POST",
+ "Command": "Close-MgSecurityCaseEdiscoveryCase",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-close?view=graph-rest-1.0"
},
{
"Module": "Beta.DeviceManagement.Functions",
- "Variants": [
- "Compare",
- "CompareViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphDeviceManagementSettingComparison",
- "Command": "Compare-MgBetaDeviceManagementIntent",
- "Method": "GET",
"Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/compare(templateId='{templateId}')",
+ "OutputType": "IMicrosoftGraphDeviceManagementSettingComparison",
"ApiVersion": "beta",
"Permissions": [
{
@@ -3041,18 +3183,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Functions",
+ ],
"Variants": [
"Compare",
"CompareViaIdentity"
],
- "OutputType": "IMicrosoftGraphDeviceManagementSettingComparison",
- "Command": "Compare-MgBetaDeviceManagementTemplate",
"Method": "GET",
+ "Command": "Compare-MgBetaDeviceManagementIntent",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement.Functions",
"Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/compare(templateId='{templateId}')",
+ "OutputType": "IMicrosoftGraphDeviceManagementSettingComparison",
"ApiVersion": "beta",
"Permissions": [
{
@@ -3071,18 +3214,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Functions",
+ ],
"Variants": [
"Compare",
"CompareViaIdentity"
],
- "OutputType": "IMicrosoftGraphDeviceManagementSettingComparison",
- "Command": "Compare-MgBetaDeviceManagementTemplateMigratableTo",
"Method": "GET",
+ "Command": "Compare-MgBetaDeviceManagementTemplate",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement.Functions",
"Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/compare(templateId='{templateId}')",
+ "OutputType": "IMicrosoftGraphDeviceManagementSettingComparison",
"ApiVersion": "beta",
"Permissions": [
{
@@ -3101,316 +3245,339 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Compare",
+ "CompareViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Compare-MgBetaDeviceManagementTemplateMigratableTo",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Actions",
+ "Uri": "/deviceManagement/androidForWorkSettings/completeSignup",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Complete",
"CompleteExpanded"
],
- "OutputType": null,
- "Command": "Complete-MgBetaDeviceManagementAndroidForWorkSettingSignup",
"Method": "POST",
- "Uri": "/deviceManagement/androidForWorkSettings/completeSignup",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Complete-MgBetaDeviceManagementAndroidForWorkSettingSignup",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Actions",
+ "Uri": "/deviceManagement/androidManagedStoreAccountEnterpriseSettings/completeSignup",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Complete",
"CompleteExpanded"
],
- "OutputType": null,
- "Command": "Complete-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSettingSignup",
"Method": "POST",
- "Uri": "/deviceManagement/androidManagedStoreAccountEnterpriseSettings/completeSignup",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Complete-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSettingSignup",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.DirectoryManagement",
+ "Uri": "/directory/impactedResources/{impactedResource-id}/complete",
+ "OutputType": "IMicrosoftGraphImpactedResource",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Complete",
"CompleteViaIdentity"
],
- "OutputType": "IMicrosoftGraphImpactedResource",
- "Command": "Complete-MgBetaDirectoryImpactedResource",
"Method": "POST",
- "Uri": "/directory/impactedResources/{impactedResource-id}/complete",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Complete-MgBetaDirectoryImpactedResource",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/impactedresource-complete?view=graph-rest-1.0"
},
{
"Module": "Beta.Identity.DirectoryManagement",
+ "Uri": "/directory/recommendations/{recommendation-id}/complete",
+ "OutputType": "IMicrosoftGraphRecommendation",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Complete",
"CompleteViaIdentity"
],
- "OutputType": "IMicrosoftGraphRecommendation",
- "Command": "Complete-MgBetaDirectoryRecommendation",
"Method": "POST",
- "Uri": "/directory/recommendations/{recommendation-id}/complete",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Complete-MgBetaDirectoryRecommendation",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/recommendation-complete?view=graph-rest-1.0"
},
{
"Module": "Beta.Identity.DirectoryManagement",
+ "Uri": "/directory/recommendations/{recommendation-id}/impactedResources/{impactedResource-id}/complete",
+ "OutputType": "IMicrosoftGraphImpactedResource",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Complete",
"CompleteViaIdentity"
],
- "OutputType": "IMicrosoftGraphImpactedResource",
- "Command": "Complete-MgBetaDirectoryRecommendationImpactedResource",
"Method": "POST",
- "Uri": "/directory/recommendations/{recommendation-id}/impactedResources/{impactedResource-id}/complete",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Complete-MgBetaDirectoryRecommendationImpactedResource",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/impactedresource-complete?view=graph-rest-1.0"
},
{
"Module": "Beta.Teams",
+ "Uri": "/teams/{team-id}/channels/{channel-id}/completeMigration",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Complete",
"CompleteViaIdentity"
],
- "OutputType": null,
- "Command": "Complete-MgBetaTeamChannelMigration",
"Method": "POST",
- "Uri": "/teams/{team-id}/channels/{channel-id}/completeMigration",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Complete-MgBetaTeamChannelMigration",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-completemigration?view=graph-rest-1.0"
},
{
"Module": "Beta.Teams",
+ "Uri": "/teams/{team-id}/completeMigration",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Complete",
"CompleteViaIdentity"
],
- "OutputType": null,
- "Command": "Complete-MgBetaTeamMigration",
"Method": "POST",
- "Uri": "/teams/{team-id}/completeMigration",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Complete-MgBetaTeamMigration",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-completemigration?view=graph-rest-1.0"
},
{
"Module": "Beta.Teams",
+ "Uri": "/teams/{team-id}/primaryChannel/completeMigration",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Complete",
"CompleteViaIdentity"
],
- "OutputType": null,
- "Command": "Complete-MgBetaTeamPrimaryChannelMigration",
"Method": "POST",
- "Uri": "/teams/{team-id}/primaryChannel/completeMigration",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Complete-MgBetaTeamPrimaryChannelMigration",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-completemigration?view=graph-rest-1.0"
},
{
"Module": "Beta.Teams",
+ "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/completeMigration",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Complete",
"CompleteViaIdentity"
],
- "OutputType": null,
- "Command": "Complete-MgBetaTeamworkDeletedTeamChannelMigration",
"Method": "POST",
- "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/completeMigration",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Complete-MgBetaTeamworkDeletedTeamChannelMigration",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-completemigration?view=graph-rest-1.0"
},
{
"Module": "Beta.Users.Actions",
+ "Uri": "/users/{user-id}/outlook/tasks/{outlookTask-id}/complete",
+ "OutputType": "IMicrosoftGraphOutlookTask",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Complete",
"CompleteViaIdentity"
],
- "OutputType": "IMicrosoftGraphOutlookTask",
- "Command": "Complete-MgBetaUserOutlookTask",
"Method": "POST",
- "Uri": "/users/{user-id}/outlook/tasks/{outlookTask-id}/complete",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Complete-MgBetaUserOutlookTask",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/outlooktask-complete?view=graph-rest-1.0"
},
{
"Module": "Beta.Users.Actions",
+ "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/complete",
+ "OutputType": "IMicrosoftGraphOutlookTask",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Complete",
"CompleteViaIdentity"
],
- "OutputType": "IMicrosoftGraphOutlookTask",
- "Command": "Complete-MgBetaUserOutlookTaskFolderTask",
"Method": "POST",
- "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/complete",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Complete-MgBetaUserOutlookTaskFolderTask",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/outlooktask-complete?view=graph-rest-1.0"
},
{
"Module": "Beta.Users.Actions",
+ "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/complete",
+ "OutputType": "IMicrosoftGraphOutlookTask",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Complete",
"CompleteViaIdentity"
],
- "OutputType": "IMicrosoftGraphOutlookTask",
- "Command": "Complete-MgBetaUserOutlookTaskGroupTaskFolderTask",
"Method": "POST",
- "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/complete",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Complete-MgBetaUserOutlookTaskGroupTaskFolderTask",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/outlooktask-complete?view=graph-rest-1.0"
},
{
"Module": "Teams",
+ "Uri": "/teams/{team-id}/channels/{channel-id}/completeMigration",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Complete",
"CompleteViaIdentity"
],
- "OutputType": null,
- "Command": "Complete-MgTeamChannelMigration",
"Method": "POST",
- "Uri": "/teams/{team-id}/channels/{channel-id}/completeMigration",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Complete-MgTeamChannelMigration",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-completemigration?view=graph-rest-1.0"
},
{
"Module": "Teams",
+ "Uri": "/teams/{team-id}/completeMigration",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Complete",
"CompleteViaIdentity"
],
- "OutputType": null,
- "Command": "Complete-MgTeamMigration",
"Method": "POST",
- "Uri": "/teams/{team-id}/completeMigration",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Complete-MgTeamMigration",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-completemigration?view=graph-rest-1.0"
},
{
"Module": "Teams",
+ "Uri": "/teams/{team-id}/primaryChannel/completeMigration",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Complete",
"CompleteViaIdentity"
],
- "OutputType": null,
- "Command": "Complete-MgTeamPrimaryChannelMigration",
"Method": "POST",
- "Uri": "/teams/{team-id}/primaryChannel/completeMigration",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Complete-MgTeamPrimaryChannelMigration",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-completemigration?view=graph-rest-1.0"
},
{
"Module": "Teams",
+ "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/completeMigration",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Complete",
"CompleteViaIdentity"
],
- "OutputType": null,
- "Command": "Complete-MgTeamworkDeletedTeamChannelMigration",
"Method": "POST",
- "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/completeMigration",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Complete-MgTeamworkDeletedTeamChannelMigration",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-completemigration?view=graph-rest-1.0"
},
{
"Module": "Applications",
+ "Uri": "/applications/{application-id}/checkMemberGroups",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Check",
"CheckExpanded",
"CheckViaIdentity",
"CheckViaIdentityExpanded"
],
- "OutputType": null,
- "Command": "Confirm-MgApplicationMemberGroup",
"Method": "POST",
- "Uri": "/applications/{application-id}/checkMemberGroups",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Confirm-MgApplicationMemberGroup",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0"
},
{
"Module": "Applications",
+ "Uri": "/applications/{application-id}/checkMemberObjects",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Check",
"CheckExpanded",
"CheckViaIdentity",
"CheckViaIdentityExpanded"
],
- "OutputType": null,
- "Command": "Confirm-MgApplicationMemberObject",
"Method": "POST",
- "Uri": "/applications/{application-id}/checkMemberObjects",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Confirm-MgApplicationMemberObject",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.DirectoryManagement",
+ "Uri": "/administrativeUnits/{administrativeUnit-id}/checkMemberGroups",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Check",
"CheckExpanded",
"CheckViaIdentity",
"CheckViaIdentityExpanded"
],
- "OutputType": null,
- "Command": "Confirm-MgBetaAdministrativeUnitMemberGroup",
"Method": "POST",
- "Uri": "/administrativeUnits/{administrativeUnit-id}/checkMemberGroups",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Confirm-MgBetaAdministrativeUnitMemberGroup",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0"
},
{
"Module": "Beta.Identity.DirectoryManagement",
+ "Uri": "/administrativeUnits/{administrativeUnit-id}/checkMemberObjects",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Check",
"CheckExpanded",
"CheckViaIdentity",
"CheckViaIdentityExpanded"
],
- "OutputType": null,
- "Command": "Confirm-MgBetaAdministrativeUnitMemberObject",
"Method": "POST",
- "Uri": "/administrativeUnits/{administrativeUnit-id}/checkMemberObjects",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Confirm-MgBetaAdministrativeUnitMemberObject",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Applications",
+ "Uri": "/applications/{application-id}/checkMemberGroups",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Check",
"CheckExpanded",
"CheckViaIdentity",
"CheckViaIdentityExpanded"
],
- "OutputType": null,
- "Command": "Confirm-MgBetaApplicationMemberGroup",
"Method": "POST",
- "Uri": "/applications/{application-id}/checkMemberGroups",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Confirm-MgBetaApplicationMemberGroup",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0"
},
{
"Module": "Beta.Applications",
+ "Uri": "/applications/{application-id}/checkMemberObjects",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Check",
"CheckExpanded",
"CheckViaIdentity",
"CheckViaIdentityExpanded"
],
- "OutputType": null,
- "Command": "Confirm-MgBetaApplicationMemberObject",
"Method": "POST",
- "Uri": "/applications/{application-id}/checkMemberObjects",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Confirm-MgBetaApplicationMemberObject",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Reports",
- "Variants": [
- "Confirm",
- "ConfirmExpanded"
- ],
- "OutputType": null,
- "Command": "Confirm-MgBetaAuditLogSignInCompromised",
- "Method": "POST",
"Uri": "/auditLogs/signIns/confirmCompromised",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -3429,18 +3596,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": true
}
- ]
- },
- {
- "Module": "Beta.Reports",
+ ],
"Variants": [
"Confirm",
"ConfirmExpanded"
],
- "OutputType": null,
- "Command": "Confirm-MgBetaAuditLogSignInSafe",
"Method": "POST",
+ "Command": "Confirm-MgBetaAuditLogSignInCompromised",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/signin-confirmcompromised?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Reports",
"Uri": "/auditLogs/signIns/confirmSafe",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -3459,20 +3627,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": true
}
- ]
- },
- {
- "Module": "Beta.Identity.DirectoryManagement",
+ ],
"Variants": [
- "Check",
- "CheckExpanded",
- "CheckViaIdentity",
- "CheckViaIdentityExpanded"
+ "Confirm",
+ "ConfirmExpanded"
],
- "OutputType": null,
- "Command": "Confirm-MgBetaContactMemberGroup",
"Method": "POST",
+ "Command": "Confirm-MgBetaAuditLogSignInSafe",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/signin-confirmsafe?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.DirectoryManagement",
"Uri": "/contacts/{orgContact-id}/checkMemberGroups",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -3563,20 +3730,21 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.DirectoryManagement",
+ ],
"Variants": [
"Check",
"CheckExpanded",
"CheckViaIdentity",
"CheckViaIdentityExpanded"
],
- "OutputType": null,
- "Command": "Confirm-MgBetaContactMemberObject",
"Method": "POST",
+ "Command": "Confirm-MgBetaContactMemberGroup",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.DirectoryManagement",
"Uri": "/contacts/{orgContact-id}/checkMemberObjects",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -3675,48 +3843,53 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Check",
+ "CheckExpanded",
+ "CheckViaIdentity",
+ "CheckViaIdentityExpanded"
+ ],
+ "Method": "POST",
+ "Command": "Confirm-MgBetaContactMemberObject",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.DirectoryManagement",
+ "Uri": "/contracts/{contract-id}/checkMemberGroups",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Check",
"CheckExpanded",
"CheckViaIdentity",
"CheckViaIdentityExpanded"
],
- "OutputType": null,
- "Command": "Confirm-MgBetaContractMemberGroup",
"Method": "POST",
- "Uri": "/contracts/{contract-id}/checkMemberGroups",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Confirm-MgBetaContractMemberGroup",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0"
},
{
"Module": "Beta.Identity.DirectoryManagement",
+ "Uri": "/contracts/{contract-id}/checkMemberObjects",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Check",
"CheckExpanded",
"CheckViaIdentity",
"CheckViaIdentityExpanded"
],
- "OutputType": null,
- "Command": "Confirm-MgBetaContractMemberObject",
"Method": "POST",
- "Uri": "/contracts/{contract-id}/checkMemberObjects",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Confirm-MgBetaContractMemberObject",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Functions",
- "Variants": [
- "Verify",
- "VerifyViaIdentity"
- ],
- "OutputType": null,
- "Command": "Confirm-MgBetaDeviceManagementWindowsEnrollmentAutoDiscovery",
- "Method": "GET",
"Uri": "/deviceManagement/verifyWindowsEnrollmentAutoDiscovery(domainName='{domainName}')",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -3735,20 +3908,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Verify",
+ "VerifyViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Confirm-MgBetaDeviceManagementWindowsEnrollmentAutoDiscovery",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.DirectoryManagement",
- "Variants": [
- "Check",
- "CheckExpanded",
- "CheckViaIdentity",
- "CheckViaIdentityExpanded"
- ],
- "OutputType": null,
- "Command": "Confirm-MgBetaDeviceMemberGroup",
- "Method": "POST",
"Uri": "/devices/{device-id}/checkMemberGroups",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -3839,20 +4011,21 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.DirectoryManagement",
+ ],
"Variants": [
"Check",
"CheckExpanded",
"CheckViaIdentity",
"CheckViaIdentityExpanded"
],
- "OutputType": null,
- "Command": "Confirm-MgBetaDeviceMemberObject",
"Method": "POST",
+ "Command": "Confirm-MgBetaDeviceMemberGroup",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.DirectoryManagement",
"Uri": "/devices/{device-id}/checkMemberObjects",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -3951,50 +4124,53 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.DirectoryManagement",
+ ],
"Variants": [
"Check",
"CheckExpanded",
"CheckViaIdentity",
"CheckViaIdentityExpanded"
],
- "OutputType": null,
- "Command": "Confirm-MgBetaDirectoryDeletedItemMemberGroup",
"Method": "POST",
- "Uri": "/directory/deletedItems/{directoryObject-id}/checkMemberGroups",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Confirm-MgBetaDeviceMemberObject",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.DirectoryManagement",
+ "Uri": "/directory/deletedItems/{directoryObject-id}/checkMemberGroups",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Check",
"CheckExpanded",
"CheckViaIdentity",
"CheckViaIdentityExpanded"
],
- "OutputType": null,
- "Command": "Confirm-MgBetaDirectoryDeletedItemMemberObject",
"Method": "POST",
- "Uri": "/directory/deletedItems/{directoryObject-id}/checkMemberObjects",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Confirm-MgBetaDirectoryDeletedItemMemberGroup",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0"
},
{
- "Module": "Beta.DirectoryObjects",
+ "Module": "Beta.Identity.DirectoryManagement",
+ "Uri": "/directory/deletedItems/{directoryObject-id}/checkMemberObjects",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Check",
"CheckExpanded",
"CheckViaIdentity",
"CheckViaIdentityExpanded"
],
- "OutputType": null,
- "Command": "Confirm-MgBetaDirectoryObjectMemberGroup",
"Method": "POST",
+ "Command": "Confirm-MgBetaDirectoryDeletedItemMemberObject",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DirectoryObjects",
"Uri": "/directoryObjects/{directoryObject-id}/checkMemberGroups",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -4085,20 +4261,21 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DirectoryObjects",
+ ],
"Variants": [
"Check",
"CheckExpanded",
"CheckViaIdentity",
"CheckViaIdentityExpanded"
],
- "OutputType": null,
- "Command": "Confirm-MgBetaDirectoryObjectMemberObject",
"Method": "POST",
+ "Command": "Confirm-MgBetaDirectoryObjectMemberGroup",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.DirectoryObjects",
"Uri": "/directoryObjects/{directoryObject-id}/checkMemberObjects",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -4197,136 +4374,145 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Check",
+ "CheckExpanded",
+ "CheckViaIdentity",
+ "CheckViaIdentityExpanded"
+ ],
+ "Method": "POST",
+ "Command": "Confirm-MgBetaDirectoryObjectMemberObject",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.DirectoryManagement",
+ "Uri": "/directoryRoles/{directoryRole-id}/checkMemberGroups",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Check",
"CheckExpanded",
"CheckViaIdentity",
"CheckViaIdentityExpanded"
],
- "OutputType": null,
- "Command": "Confirm-MgBetaDirectoryRoleMemberGroup",
"Method": "POST",
- "Uri": "/directoryRoles/{directoryRole-id}/checkMemberGroups",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Confirm-MgBetaDirectoryRoleMemberGroup",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0"
},
{
"Module": "Beta.Identity.DirectoryManagement",
+ "Uri": "/directoryRoles/{directoryRole-id}/checkMemberObjects",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Check",
"CheckExpanded",
"CheckViaIdentity",
"CheckViaIdentityExpanded"
],
- "OutputType": null,
- "Command": "Confirm-MgBetaDirectoryRoleMemberObject",
"Method": "POST",
- "Uri": "/directoryRoles/{directoryRole-id}/checkMemberObjects",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Confirm-MgBetaDirectoryRoleMemberObject",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.DirectoryManagement",
+ "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}/checkMemberGroups",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Check",
"CheckExpanded",
"CheckViaIdentity",
"CheckViaIdentityExpanded"
],
- "OutputType": null,
- "Command": "Confirm-MgBetaDirectoryRoleTemplateMemberGroup",
"Method": "POST",
- "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}/checkMemberGroups",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Confirm-MgBetaDirectoryRoleTemplateMemberGroup",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0"
},
{
"Module": "Beta.Identity.DirectoryManagement",
+ "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}/checkMemberObjects",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Check",
"CheckExpanded",
"CheckViaIdentity",
"CheckViaIdentityExpanded"
],
- "OutputType": null,
- "Command": "Confirm-MgBetaDirectoryRoleTemplateMemberObject",
"Method": "POST",
- "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}/checkMemberObjects",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Confirm-MgBetaDirectoryRoleTemplateMemberObject",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.DirectoryManagement",
+ "Uri": "/directorySettingTemplates/{directorySettingTemplate-id}/checkMemberGroups",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Check",
"CheckExpanded",
"CheckViaIdentity",
"CheckViaIdentityExpanded"
],
- "OutputType": null,
- "Command": "Confirm-MgBetaDirectorySettingTemplateMemberGroup",
"Method": "POST",
- "Uri": "/directorySettingTemplates/{directorySettingTemplate-id}/checkMemberGroups",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Confirm-MgBetaDirectorySettingTemplateMemberGroup",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0"
},
{
"Module": "Beta.Identity.DirectoryManagement",
+ "Uri": "/directorySettingTemplates/{directorySettingTemplate-id}/checkMemberObjects",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Check",
"CheckExpanded",
"CheckViaIdentity",
"CheckViaIdentityExpanded"
],
- "OutputType": null,
- "Command": "Confirm-MgBetaDirectorySettingTemplateMemberObject",
"Method": "POST",
- "Uri": "/directorySettingTemplates/{directorySettingTemplate-id}/checkMemberObjects",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Confirm-MgBetaDirectorySettingTemplateMemberObject",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.DirectoryManagement",
+ "Uri": "/domains/{domain-id}/verify",
+ "OutputType": "IMicrosoftGraphDomain",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Verify",
"VerifyViaIdentity"
],
- "OutputType": "IMicrosoftGraphDomain",
- "Command": "Confirm-MgBetaDomain",
"Method": "POST",
- "Uri": "/domains/{domain-id}/verify",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Confirm-MgBetaDomain",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-verify?view=graph-rest-1.0"
},
{
"Module": "Beta.Groups",
+ "Uri": "/groups/{group-id}/checkGrantedPermissionsForApp",
+ "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Check",
"CheckViaIdentity"
],
- "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant",
- "Command": "Confirm-MgBetaGroupGrantedPermissionForApp",
"Method": "POST",
- "Uri": "/groups/{group-id}/checkGrantedPermissionsForApp",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Confirm-MgBetaGroupGrantedPermissionForApp",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Groups",
- "Variants": [
- "Check",
- "CheckExpanded",
- "CheckViaIdentity",
- "CheckViaIdentityExpanded"
- ],
- "OutputType": null,
- "Command": "Confirm-MgBetaGroupMemberGroup",
- "Method": "POST",
"Uri": "/groups/{group-id}/checkMemberGroups",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -4417,20 +4603,21 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Groups",
+ ],
"Variants": [
"Check",
"CheckExpanded",
"CheckViaIdentity",
"CheckViaIdentityExpanded"
],
- "OutputType": null,
- "Command": "Confirm-MgBetaGroupMemberObject",
"Method": "POST",
+ "Command": "Confirm-MgBetaGroupMemberGroup",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Groups",
"Uri": "/groups/{group-id}/checkMemberObjects",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -4529,104 +4716,111 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Check",
+ "CheckExpanded",
+ "CheckViaIdentity",
+ "CheckViaIdentityExpanded"
+ ],
+ "Method": "POST",
+ "Command": "Confirm-MgBetaGroupMemberObject",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Groups",
+ "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/verifySignature",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Verify",
"VerifyExpanded",
"VerifyViaIdentity",
"VerifyViaIdentityExpanded"
],
- "OutputType": null,
- "Command": "Confirm-MgBetaGroupSiteInformationProtectionSignature",
"Method": "POST",
- "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/verifySignature",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Confirm-MgBetaGroupSiteInformationProtectionSignature",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.SignIns",
+ "Uri": "/informationProtection/verifySignature",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Verify",
"VerifyExpanded"
],
- "OutputType": null,
- "Command": "Confirm-MgBetaInformationProtectionSignature",
"Method": "POST",
- "Uri": "/informationProtection/verifySignature",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Confirm-MgBetaInformationProtectionSignature",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.DirectoryManagement",
+ "Uri": "/organization/{organization-id}/checkMemberGroups",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Check",
"CheckExpanded",
"CheckViaIdentity",
"CheckViaIdentityExpanded"
],
- "OutputType": null,
- "Command": "Confirm-MgBetaOrganizationMemberGroup",
"Method": "POST",
- "Uri": "/organization/{organization-id}/checkMemberGroups",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Confirm-MgBetaOrganizationMemberGroup",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0"
},
{
"Module": "Beta.Identity.DirectoryManagement",
+ "Uri": "/organization/{organization-id}/checkMemberObjects",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Check",
"CheckExpanded",
"CheckViaIdentity",
"CheckViaIdentityExpanded"
],
- "OutputType": null,
- "Command": "Confirm-MgBetaOrganizationMemberObject",
"Method": "POST",
- "Uri": "/organization/{organization-id}/checkMemberObjects",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Confirm-MgBetaOrganizationMemberObject",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.SignIns",
+ "Uri": "/identityProtection/riskyServicePrincipals/confirmCompromised",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Confirm",
"ConfirmExpanded"
],
- "OutputType": null,
- "Command": "Confirm-MgBetaRiskyServicePrincipalCompromised",
"Method": "POST",
- "Uri": "/identityProtection/riskyServicePrincipals/confirmCompromised",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Confirm-MgBetaRiskyServicePrincipalCompromised",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/riskyserviceprincipal-confirmcompromised?view=graph-rest-1.0"
},
{
"Module": "Beta.Identity.SignIns",
+ "Uri": "/identityProtection/riskyUsers/confirmCompromised",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Confirm",
"ConfirmExpanded"
],
- "OutputType": null,
- "Command": "Confirm-MgBetaRiskyUserCompromised",
"Method": "POST",
- "Uri": "/identityProtection/riskyUsers/confirmCompromised",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Confirm-MgBetaRiskyUserCompromised",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/riskyusers-confirmcompromised?view=graph-rest-1.0"
},
{
"Module": "Beta.Applications",
- "Variants": [
- "Check",
- "CheckExpanded",
- "CheckViaIdentity",
- "CheckViaIdentityExpanded"
- ],
- "OutputType": null,
- "Command": "Confirm-MgBetaServicePrincipalMemberGroup",
- "Method": "POST",
"Uri": "/servicePrincipals/{servicePrincipal-id}/checkMemberGroups",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -4717,20 +4911,21 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Applications",
+ ],
"Variants": [
"Check",
"CheckExpanded",
"CheckViaIdentity",
"CheckViaIdentityExpanded"
],
- "OutputType": null,
- "Command": "Confirm-MgBetaServicePrincipalMemberObject",
"Method": "POST",
+ "Command": "Confirm-MgBetaServicePrincipalMemberGroup",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Applications",
"Uri": "/servicePrincipals/{servicePrincipal-id}/checkMemberObjects",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -4829,63 +5024,67 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Check",
+ "CheckExpanded",
+ "CheckViaIdentity",
+ "CheckViaIdentityExpanded"
+ ],
+ "Method": "POST",
+ "Command": "Confirm-MgBetaServicePrincipalMemberObject",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/sites/{site-id}/informationProtection/verifySignature",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Verify",
"VerifyExpanded",
"VerifyViaIdentity",
"VerifyViaIdentityExpanded"
],
- "OutputType": null,
- "Command": "Confirm-MgBetaSiteInformationProtectionSignature",
"Method": "POST",
- "Uri": "/sites/{site-id}/informationProtection/verifySignature",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Confirm-MgBetaSiteInformationProtectionSignature",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Teams",
+ "Uri": "/teams/{team-id}/schedule/timeCards/{timeCard-id}/confirm",
+ "OutputType": "IMicrosoftGraphTimeCard",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Confirm",
"ConfirmViaIdentity"
],
- "OutputType": "IMicrosoftGraphTimeCard",
- "Command": "Confirm-MgBetaTeamScheduleTimeCard",
"Method": "POST",
- "Uri": "/teams/{team-id}/schedule/timeCards/{timeCard-id}/confirm",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Confirm-MgBetaTeamScheduleTimeCard",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timecard-confirm?view=graph-rest-1.0"
},
{
"Module": "Beta.Users.Actions",
+ "Uri": "/users/{user-id}/informationProtection/verifySignature",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Verify",
"VerifyExpanded",
"VerifyViaIdentity",
"VerifyViaIdentityExpanded"
],
- "OutputType": null,
- "Command": "Confirm-MgBetaUserInformationProtectionSignature",
"Method": "POST",
- "Uri": "/users/{user-id}/informationProtection/verifySignature",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Confirm-MgBetaUserInformationProtectionSignature",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Users.Actions",
- "Variants": [
- "Check",
- "CheckExpanded",
- "CheckViaIdentity",
- "CheckViaIdentityExpanded"
- ],
- "OutputType": null,
- "Command": "Confirm-MgBetaUserMemberGroup",
- "Method": "POST",
"Uri": "/users/{user-id}/checkMemberGroups",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -4976,20 +5175,21 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Users.Actions",
+ ],
"Variants": [
"Check",
"CheckExpanded",
"CheckViaIdentity",
"CheckViaIdentityExpanded"
],
- "OutputType": null,
- "Command": "Confirm-MgBetaUserMemberObject",
"Method": "POST",
+ "Command": "Confirm-MgBetaUserMemberGroup",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Users.Actions",
"Uri": "/users/{user-id}/checkMemberObjects",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -5088,20 +5288,21 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.DirectoryManagement",
+ ],
"Variants": [
"Check",
"CheckExpanded",
"CheckViaIdentity",
"CheckViaIdentityExpanded"
],
- "OutputType": null,
- "Command": "Confirm-MgContactMemberGroup",
"Method": "POST",
+ "Command": "Confirm-MgBetaUserMemberObject",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Identity.DirectoryManagement",
"Uri": "/contacts/{orgContact-id}/checkMemberGroups",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -5192,20 +5393,21 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.DirectoryManagement",
+ ],
"Variants": [
"Check",
"CheckExpanded",
"CheckViaIdentity",
"CheckViaIdentityExpanded"
],
- "OutputType": null,
- "Command": "Confirm-MgContactMemberObject",
"Method": "POST",
+ "Command": "Confirm-MgContactMemberGroup",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Identity.DirectoryManagement",
"Uri": "/contacts/{orgContact-id}/checkMemberObjects",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -5304,48 +5506,53 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Check",
+ "CheckExpanded",
+ "CheckViaIdentity",
+ "CheckViaIdentityExpanded"
+ ],
+ "Method": "POST",
+ "Command": "Confirm-MgContactMemberObject",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.DirectoryManagement",
+ "Uri": "/contracts/{contract-id}/checkMemberGroups",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Check",
"CheckExpanded",
"CheckViaIdentity",
"CheckViaIdentityExpanded"
],
- "OutputType": null,
- "Command": "Confirm-MgContractMemberGroup",
"Method": "POST",
- "Uri": "/contracts/{contract-id}/checkMemberGroups",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Confirm-MgContractMemberGroup",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0"
},
{
"Module": "Identity.DirectoryManagement",
+ "Uri": "/contracts/{contract-id}/checkMemberObjects",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Check",
"CheckExpanded",
"CheckViaIdentity",
"CheckViaIdentityExpanded"
],
- "OutputType": null,
- "Command": "Confirm-MgContractMemberObject",
"Method": "POST",
- "Uri": "/contracts/{contract-id}/checkMemberObjects",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Confirm-MgContractMemberObject",
+ "ApiReferenceLink": null
},
{
"Module": "DeviceManagement.Functions",
- "Variants": [
- "Verify",
- "VerifyViaIdentity"
- ],
- "OutputType": null,
- "Command": "Confirm-MgDeviceManagementWindowsEnrollmentAutoDiscovery",
- "Method": "GET",
"Uri": "/deviceManagement/verifyWindowsEnrollmentAutoDiscovery(domainName='{domainName}')",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -5364,20 +5571,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Verify",
+ "VerifyViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Confirm-MgDeviceManagementWindowsEnrollmentAutoDiscovery",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.DirectoryManagement",
- "Variants": [
- "Check",
- "CheckExpanded",
- "CheckViaIdentity",
- "CheckViaIdentityExpanded"
- ],
- "OutputType": null,
- "Command": "Confirm-MgDeviceMemberGroup",
- "Method": "POST",
"Uri": "/devices/{device-id}/checkMemberGroups",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -5468,20 +5674,21 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.DirectoryManagement",
+ ],
"Variants": [
"Check",
"CheckExpanded",
"CheckViaIdentity",
"CheckViaIdentityExpanded"
],
- "OutputType": null,
- "Command": "Confirm-MgDeviceMemberObject",
"Method": "POST",
+ "Command": "Confirm-MgDeviceMemberGroup",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Identity.DirectoryManagement",
"Uri": "/devices/{device-id}/checkMemberObjects",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -5580,50 +5787,53 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.DirectoryManagement",
+ ],
"Variants": [
"Check",
"CheckExpanded",
"CheckViaIdentity",
"CheckViaIdentityExpanded"
],
- "OutputType": null,
- "Command": "Confirm-MgDirectoryDeletedItemMemberGroup",
"Method": "POST",
- "Uri": "/directory/deletedItems/{directoryObject-id}/checkMemberGroups",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Confirm-MgDeviceMemberObject",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.DirectoryManagement",
+ "Uri": "/directory/deletedItems/{directoryObject-id}/checkMemberGroups",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Check",
"CheckExpanded",
"CheckViaIdentity",
"CheckViaIdentityExpanded"
],
- "OutputType": null,
- "Command": "Confirm-MgDirectoryDeletedItemMemberObject",
"Method": "POST",
- "Uri": "/directory/deletedItems/{directoryObject-id}/checkMemberObjects",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Confirm-MgDirectoryDeletedItemMemberGroup",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0"
},
{
- "Module": "DirectoryObjects",
+ "Module": "Identity.DirectoryManagement",
+ "Uri": "/directory/deletedItems/{directoryObject-id}/checkMemberObjects",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Check",
"CheckExpanded",
"CheckViaIdentity",
"CheckViaIdentityExpanded"
],
- "OutputType": null,
- "Command": "Confirm-MgDirectoryObjectMemberGroup",
"Method": "POST",
+ "Command": "Confirm-MgDirectoryDeletedItemMemberObject",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "DirectoryObjects",
"Uri": "/directoryObjects/{directoryObject-id}/checkMemberGroups",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -5714,20 +5924,21 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "DirectoryObjects",
+ ],
"Variants": [
"Check",
"CheckExpanded",
"CheckViaIdentity",
"CheckViaIdentityExpanded"
],
- "OutputType": null,
- "Command": "Confirm-MgDirectoryObjectMemberObject",
"Method": "POST",
+ "Command": "Confirm-MgDirectoryObjectMemberGroup",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0"
+ },
+ {
+ "Module": "DirectoryObjects",
"Uri": "/directoryObjects/{directoryObject-id}/checkMemberObjects",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -5826,106 +6037,113 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Check",
+ "CheckExpanded",
+ "CheckViaIdentity",
+ "CheckViaIdentityExpanded"
+ ],
+ "Method": "POST",
+ "Command": "Confirm-MgDirectoryObjectMemberObject",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.DirectoryManagement",
+ "Uri": "/directoryRoles/{directoryRole-id}/checkMemberGroups",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Check",
"CheckExpanded",
"CheckViaIdentity",
"CheckViaIdentityExpanded"
],
- "OutputType": null,
- "Command": "Confirm-MgDirectoryRoleMemberGroup",
"Method": "POST",
- "Uri": "/directoryRoles/{directoryRole-id}/checkMemberGroups",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Confirm-MgDirectoryRoleMemberGroup",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0"
},
{
"Module": "Identity.DirectoryManagement",
+ "Uri": "/directoryRoles/{directoryRole-id}/checkMemberObjects",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Check",
"CheckExpanded",
"CheckViaIdentity",
"CheckViaIdentityExpanded"
],
- "OutputType": null,
- "Command": "Confirm-MgDirectoryRoleMemberObject",
"Method": "POST",
- "Uri": "/directoryRoles/{directoryRole-id}/checkMemberObjects",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Confirm-MgDirectoryRoleMemberObject",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.DirectoryManagement",
+ "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}/checkMemberGroups",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Check",
"CheckExpanded",
"CheckViaIdentity",
"CheckViaIdentityExpanded"
],
- "OutputType": null,
- "Command": "Confirm-MgDirectoryRoleTemplateMemberGroup",
"Method": "POST",
- "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}/checkMemberGroups",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Confirm-MgDirectoryRoleTemplateMemberGroup",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0"
},
{
"Module": "Identity.DirectoryManagement",
+ "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}/checkMemberObjects",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Check",
"CheckExpanded",
"CheckViaIdentity",
"CheckViaIdentityExpanded"
],
- "OutputType": null,
- "Command": "Confirm-MgDirectoryRoleTemplateMemberObject",
"Method": "POST",
- "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}/checkMemberObjects",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Confirm-MgDirectoryRoleTemplateMemberObject",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.DirectoryManagement",
+ "Uri": "/domains/{domain-id}/verify",
+ "OutputType": "IMicrosoftGraphDomain",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Verify",
"VerifyViaIdentity"
],
- "OutputType": "IMicrosoftGraphDomain",
- "Command": "Confirm-MgDomain",
"Method": "POST",
- "Uri": "/domains/{domain-id}/verify",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Confirm-MgDomain",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-verify?view=graph-rest-1.0"
},
{
"Module": "Groups",
+ "Uri": "/groups/{group-id}/checkGrantedPermissionsForApp",
+ "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Check",
"CheckViaIdentity"
],
- "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant",
- "Command": "Confirm-MgGroupGrantedPermissionForApp",
"Method": "POST",
- "Uri": "/groups/{group-id}/checkGrantedPermissionsForApp",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Confirm-MgGroupGrantedPermissionForApp",
+ "ApiReferenceLink": null
},
{
"Module": "Groups",
- "Variants": [
- "Check",
- "CheckExpanded",
- "CheckViaIdentity",
- "CheckViaIdentityExpanded"
- ],
- "OutputType": null,
- "Command": "Confirm-MgGroupMemberGroup",
- "Method": "POST",
"Uri": "/groups/{group-id}/checkMemberGroups",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -6016,20 +6234,21 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Groups",
+ ],
"Variants": [
"Check",
"CheckExpanded",
"CheckViaIdentity",
"CheckViaIdentityExpanded"
],
- "OutputType": null,
- "Command": "Confirm-MgGroupMemberObject",
"Method": "POST",
+ "Command": "Confirm-MgGroupMemberGroup",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Groups",
"Uri": "/groups/{group-id}/checkMemberObjects",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -6128,106 +6347,113 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Check",
+ "CheckExpanded",
+ "CheckViaIdentity",
+ "CheckViaIdentityExpanded"
+ ],
+ "Method": "POST",
+ "Command": "Confirm-MgGroupMemberObject",
+ "ApiReferenceLink": null
},
{
"Module": "Groups",
+ "Uri": "/groupSettingTemplates/{groupSettingTemplate-id}/checkMemberGroups",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Check",
"CheckExpanded",
"CheckViaIdentity",
"CheckViaIdentityExpanded"
],
- "OutputType": null,
- "Command": "Confirm-MgGroupSettingTemplateMemberGroup",
"Method": "POST",
- "Uri": "/groupSettingTemplates/{groupSettingTemplate-id}/checkMemberGroups",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Confirm-MgGroupSettingTemplateMemberGroup",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0"
},
{
"Module": "Groups",
+ "Uri": "/groupSettingTemplates/{groupSettingTemplate-id}/checkMemberObjects",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Check",
"CheckExpanded",
"CheckViaIdentity",
"CheckViaIdentityExpanded"
],
- "OutputType": null,
- "Command": "Confirm-MgGroupSettingTemplateMemberObject",
"Method": "POST",
- "Uri": "/groupSettingTemplates/{groupSettingTemplate-id}/checkMemberObjects",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Confirm-MgGroupSettingTemplateMemberObject",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.DirectoryManagement",
+ "Uri": "/organization/{organization-id}/checkMemberGroups",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Check",
"CheckExpanded",
"CheckViaIdentity",
"CheckViaIdentityExpanded"
],
- "OutputType": null,
- "Command": "Confirm-MgOrganizationMemberGroup",
"Method": "POST",
- "Uri": "/organization/{organization-id}/checkMemberGroups",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Confirm-MgOrganizationMemberGroup",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0"
},
{
"Module": "Identity.DirectoryManagement",
+ "Uri": "/organization/{organization-id}/checkMemberObjects",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Check",
"CheckExpanded",
"CheckViaIdentity",
"CheckViaIdentityExpanded"
],
- "OutputType": null,
- "Command": "Confirm-MgOrganizationMemberObject",
"Method": "POST",
- "Uri": "/organization/{organization-id}/checkMemberObjects",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Confirm-MgOrganizationMemberObject",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.SignIns",
+ "Uri": "/identityProtection/riskyServicePrincipals/confirmCompromised",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Confirm",
"ConfirmExpanded"
],
- "OutputType": null,
- "Command": "Confirm-MgRiskyServicePrincipalCompromised",
"Method": "POST",
- "Uri": "/identityProtection/riskyServicePrincipals/confirmCompromised",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Confirm-MgRiskyServicePrincipalCompromised",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/riskyserviceprincipal-confirmcompromised?view=graph-rest-1.0"
},
{
"Module": "Identity.SignIns",
+ "Uri": "/identityProtection/riskyUsers/confirmCompromised",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Confirm",
"ConfirmExpanded"
],
- "OutputType": null,
- "Command": "Confirm-MgRiskyUserCompromised",
"Method": "POST",
- "Uri": "/identityProtection/riskyUsers/confirmCompromised",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Confirm-MgRiskyUserCompromised",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/riskyuser-confirmcompromised?view=graph-rest-1.0"
},
{
"Module": "Applications",
- "Variants": [
- "Check",
- "CheckExpanded",
- "CheckViaIdentity",
- "CheckViaIdentityExpanded"
- ],
- "OutputType": null,
- "Command": "Confirm-MgServicePrincipalMemberGroup",
- "Method": "POST",
"Uri": "/servicePrincipals/{servicePrincipal-id}/checkMemberGroups",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -6318,20 +6544,21 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Applications",
+ ],
"Variants": [
"Check",
"CheckExpanded",
"CheckViaIdentity",
"CheckViaIdentityExpanded"
],
- "OutputType": null,
- "Command": "Confirm-MgServicePrincipalMemberObject",
"Method": "POST",
+ "Command": "Confirm-MgServicePrincipalMemberGroup",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Applications",
"Uri": "/servicePrincipals/{servicePrincipal-id}/checkMemberObjects",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -6430,20 +6657,21 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Users.Actions",
+ ],
"Variants": [
"Check",
"CheckExpanded",
"CheckViaIdentity",
"CheckViaIdentityExpanded"
],
- "OutputType": null,
- "Command": "Confirm-MgUserMemberGroup",
"Method": "POST",
+ "Command": "Confirm-MgServicePrincipalMemberObject",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Users.Actions",
"Uri": "/users/{user-id}/checkMemberGroups",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -6534,20 +6762,21 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Users.Actions",
+ ],
"Variants": [
"Check",
"CheckExpanded",
"CheckViaIdentity",
"CheckViaIdentityExpanded"
],
- "OutputType": null,
- "Command": "Confirm-MgUserMemberObject",
"Method": "POST",
+ "Command": "Confirm-MgUserMemberGroup",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Users.Actions",
"Uri": "/users/{user-id}/checkMemberObjects",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -6646,43 +6875,48 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Check",
+ "CheckExpanded",
+ "CheckViaIdentity",
+ "CheckViaIdentityExpanded"
+ ],
+ "Method": "POST",
+ "Command": "Confirm-MgUserMemberObject",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Actions",
+ "Uri": "/deviceManagement/chromeOSOnboardingSettings/connect",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Connect",
"ConnectExpanded"
],
- "OutputType": null,
- "Command": "Connect-MgBetaDeviceManagementChromeOSOnboardingSetting",
"Method": "POST",
- "Uri": "/deviceManagement/chromeOSOnboardingSettings/connect",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Connect-MgBetaDeviceManagementChromeOSOnboardingSetting",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Actions",
+ "Uri": "/deviceManagement/zebraFotaConnector/connect",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Connect"
],
- "OutputType": null,
- "Command": "Connect-MgBetaDeviceManagementZebraFotaConnector",
"Method": "POST",
- "Uri": "/deviceManagement/zebraFotaConnector/connect",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Connect-MgBetaDeviceManagementZebraFotaConnector",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
- "Variants": [
- "Convert",
- "ConvertViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphMobileApp",
- "Command": "Convert-MgBetaDeviceAppManagementMobileAppFromMobileAppCatalogPackage",
- "Method": "GET",
"Uri": "/deviceAppManagement/mobileApps/convertFromMobileAppCatalogPackage(mobileAppCatalogPackageId='{mobileAppCatalogPackageId}')",
+ "OutputType": "IMicrosoftGraphMobileApp",
"ApiVersion": "beta",
"Permissions": [
{
@@ -6701,20 +6935,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Users.Actions",
+ ],
"Variants": [
"Convert",
- "ConvertExpanded",
- "ConvertViaIdentity",
- "ConvertViaIdentityExpanded"
+ "ConvertViaIdentity"
],
- "OutputType": "IMicrosoftGraphConversionUserDetails",
- "Command": "Convert-MgBetaUserExternalToInternalMemberUser",
- "Method": "POST",
+ "Method": "GET",
+ "Command": "Convert-MgBetaDeviceAppManagementMobileAppFromMobileAppCatalogPackage",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Users.Actions",
"Uri": "/users/{user-id}/convertExternalToInternalMemberUser",
+ "OutputType": "IMicrosoftGraphConversionUserDetails",
"ApiVersion": "beta",
"Permissions": [
{
@@ -6733,33 +6966,35 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Convert",
+ "ConvertExpanded",
+ "ConvertViaIdentity",
+ "ConvertViaIdentityExpanded"
+ ],
+ "Method": "POST",
+ "Command": "Convert-MgBetaUserExternalToInternalMemberUser",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-convertexternaltointernalmemberuser?view=graph-rest-1.0"
},
{
"Module": "Beta.DeviceManagement.Actions",
+ "Uri": "/deviceManagement/reusablePolicySettings/{deviceManagementReusablePolicySetting-id}/clone",
+ "OutputType": "IMicrosoftGraphDeviceManagementReusablePolicySetting",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Clone",
"CloneViaIdentity"
],
- "OutputType": "IMicrosoftGraphDeviceManagementReusablePolicySetting",
- "Command": "Copy-MgBetaDeviceManagementReusablePolicySetting",
"Method": "POST",
- "Uri": "/deviceManagement/reusablePolicySettings/{deviceManagementReusablePolicySetting-id}/clone",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Copy-MgBetaDeviceManagementReusablePolicySetting",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
- "Variants": [
- "Copy",
- "CopyExpanded",
- "CopyViaIdentity",
- "CopyViaIdentityExpanded"
- ],
- "OutputType": "IMicrosoftGraphDriveItem",
- "Command": "Copy-MgBetaDriveItem",
- "Method": "POST",
"Uri": "/drives/{drive-id}/items/{driveItem-id}/copy",
+ "OutputType": "IMicrosoftGraphDriveItem",
"ApiVersion": "beta",
"Permissions": [
{
@@ -6786,95 +7021,101 @@
"PermissionType": "DelegatedPersonal",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Files",
+ ],
"Variants": [
"Copy",
"CopyExpanded",
"CopyViaIdentity",
"CopyViaIdentityExpanded"
],
- "OutputType": null,
- "Command": "Copy-MgBetaDriveListContentTypeToDefaultContentLocation",
"Method": "POST",
- "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/copyToDefaultContentLocation",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Copy-MgBetaDriveItem",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-copy?view=graph-rest-1.0"
},
{
"Module": "Beta.Files",
+ "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/copyToDefaultContentLocation",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Copy",
"CopyExpanded",
"CopyViaIdentity",
"CopyViaIdentityExpanded"
],
- "OutputType": "IMicrosoftGraphDriveItem",
- "Command": "Copy-MgBetaDriveRoot",
"Method": "POST",
- "Uri": "/drives/{drive-id}/root/copy",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Copy-MgBetaDriveListContentTypeToDefaultContentLocation",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-1.0"
},
{
- "Module": "Beta.Groups",
+ "Module": "Beta.Files",
+ "Uri": "/drives/{drive-id}/root/copy",
+ "OutputType": "IMicrosoftGraphDriveItem",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Copy",
"CopyExpanded",
"CopyViaIdentity",
"CopyViaIdentityExpanded"
],
- "OutputType": "IMicrosoftGraphDriveItem",
- "Command": "Copy-MgBetaGroupDriveItem",
"Method": "POST",
- "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/copy",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Copy-MgBetaDriveRoot",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-copy?view=graph-rest-1.0"
},
{
"Module": "Beta.Groups",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/copy",
+ "OutputType": "IMicrosoftGraphDriveItem",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Copy",
"CopyExpanded",
"CopyViaIdentity",
"CopyViaIdentityExpanded"
],
- "OutputType": null,
- "Command": "Copy-MgBetaGroupDriveListContentTypeToDefaultContentLocation",
"Method": "POST",
- "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/copyToDefaultContentLocation",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Copy-MgBetaGroupDriveItem",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-copy?view=graph-rest-1.0"
},
{
"Module": "Beta.Groups",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/copyToDefaultContentLocation",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Copy",
"CopyExpanded",
"CopyViaIdentity",
"CopyViaIdentityExpanded"
],
- "OutputType": "IMicrosoftGraphDriveItem",
- "Command": "Copy-MgBetaGroupDriveRoot",
"Method": "POST",
- "Uri": "/groups/{group-id}/drives/{drive-id}/root/copy",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Copy-MgBetaGroupDriveListContentTypeToDefaultContentLocation",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-1.0"
},
{
"Module": "Beta.Groups",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/root/copy",
+ "OutputType": "IMicrosoftGraphDriveItem",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Copy",
"CopyExpanded",
"CopyViaIdentity",
"CopyViaIdentityExpanded"
],
- "OutputType": "IMicrosoftGraphOnenoteOperation",
- "Command": "Copy-MgBetaGroupOnenoteNotebook",
"Method": "POST",
+ "Command": "Copy-MgBetaGroupDriveRoot",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-copy?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Groups",
"Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}/copyNotebook",
+ "OutputType": "IMicrosoftGraphOnenoteOperation",
"ApiVersion": "beta",
"Permissions": [
{
@@ -6901,20 +7142,21 @@
"PermissionType": "DelegatedPersonal",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Groups",
+ ],
"Variants": [
"Copy",
"CopyExpanded",
"CopyViaIdentity",
"CopyViaIdentityExpanded"
],
- "OutputType": "IMicrosoftGraphOnenoteOperation",
- "Command": "Copy-MgBetaGroupOnenotePageToSection",
"Method": "POST",
+ "Command": "Copy-MgBetaGroupOnenoteNotebook",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-copynotebook?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Groups",
"Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}/copyToSection",
+ "OutputType": "IMicrosoftGraphOnenoteOperation",
"ApiVersion": "beta",
"Permissions": [
{
@@ -6941,20 +7183,21 @@
"PermissionType": "DelegatedPersonal",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Groups",
+ ],
"Variants": [
"Copy",
"CopyExpanded",
"CopyViaIdentity",
"CopyViaIdentityExpanded"
],
- "OutputType": "IMicrosoftGraphOnenoteOperation",
- "Command": "Copy-MgBetaGroupOnenoteSectionToNotebook",
"Method": "POST",
+ "Command": "Copy-MgBetaGroupOnenotePageToSection",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Groups",
"Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}/copyToNotebook",
+ "OutputType": "IMicrosoftGraphOnenoteOperation",
"ApiVersion": "beta",
"Permissions": [
{
@@ -6981,20 +7224,21 @@
"PermissionType": "DelegatedPersonal",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Groups",
+ ],
"Variants": [
"Copy",
"CopyExpanded",
"CopyViaIdentity",
"CopyViaIdentityExpanded"
],
- "OutputType": "IMicrosoftGraphOnenoteOperation",
- "Command": "Copy-MgBetaGroupOnenoteSectionToSectionGroup",
"Method": "POST",
+ "Command": "Copy-MgBetaGroupOnenoteSectionToNotebook",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Groups",
"Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}/copyToSectionGroup",
+ "OutputType": "IMicrosoftGraphOnenoteOperation",
"ApiVersion": "beta",
"Permissions": [
{
@@ -7021,65 +7265,69 @@
"PermissionType": "DelegatedPersonal",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Groups",
+ ],
"Variants": [
"Copy",
"CopyExpanded",
"CopyViaIdentity",
"CopyViaIdentityExpanded"
],
- "OutputType": null,
- "Command": "Copy-MgBetaGroupSiteContentTypeToDefaultContentLocation",
"Method": "POST",
- "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/copyToDefaultContentLocation",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Copy-MgBetaGroupOnenoteSectionToSectionGroup",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0"
},
{
"Module": "Beta.Groups",
+ "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/copyToDefaultContentLocation",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Copy",
"CopyExpanded",
"CopyViaIdentity",
"CopyViaIdentityExpanded"
],
- "OutputType": null,
- "Command": "Copy-MgBetaGroupSiteListContentTypeToDefaultContentLocation",
"Method": "POST",
- "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/copyToDefaultContentLocation",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Copy-MgBetaGroupSiteContentTypeToDefaultContentLocation",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-1.0"
},
{
- "Module": "Beta.Files",
+ "Module": "Beta.Groups",
+ "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/copyToDefaultContentLocation",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Copy",
"CopyExpanded",
"CopyViaIdentity",
"CopyViaIdentityExpanded"
],
- "OutputType": null,
- "Command": "Copy-MgBetaShareListContentTypeToDefaultContentLocation",
"Method": "POST",
- "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/copyToDefaultContentLocation",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Copy-MgBetaGroupSiteListContentTypeToDefaultContentLocation",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-1.0"
},
{
- "Module": "Beta.Sites",
+ "Module": "Beta.Files",
+ "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/copyToDefaultContentLocation",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Copy",
"CopyExpanded",
"CopyViaIdentity",
"CopyViaIdentityExpanded"
],
- "OutputType": null,
- "Command": "Copy-MgBetaSiteContentTypeToDefaultContentLocation",
"Method": "POST",
+ "Command": "Copy-MgBetaShareListContentTypeToDefaultContentLocation",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Sites",
"Uri": "/sites/{site-id}/contentTypes/{contentType-id}/copyToDefaultContentLocation",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -7106,35 +7354,37 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Sites",
+ ],
"Variants": [
"Copy",
"CopyExpanded",
"CopyViaIdentity",
"CopyViaIdentityExpanded"
],
- "OutputType": null,
- "Command": "Copy-MgBetaSiteListContentTypeToDefaultContentLocation",
"Method": "POST",
- "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/copyToDefaultContentLocation",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Copy-MgBetaSiteContentTypeToDefaultContentLocation",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-1.0"
},
{
"Module": "Beta.Sites",
+ "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/copyToDefaultContentLocation",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Copy",
"CopyExpanded",
"CopyViaIdentity",
"CopyViaIdentityExpanded"
],
- "OutputType": "IMicrosoftGraphOnenoteOperation",
- "Command": "Copy-MgBetaSiteOnenoteNotebook",
"Method": "POST",
+ "Command": "Copy-MgBetaSiteListContentTypeToDefaultContentLocation",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Sites",
"Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/copyNotebook",
+ "OutputType": "IMicrosoftGraphOnenoteOperation",
"ApiVersion": "beta",
"Permissions": [
{
@@ -7161,110 +7411,117 @@
"PermissionType": "DelegatedPersonal",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Sites",
+ ],
"Variants": [
"Copy",
"CopyExpanded",
"CopyViaIdentity",
"CopyViaIdentityExpanded"
],
- "OutputType": "IMicrosoftGraphOnenoteOperation",
- "Command": "Copy-MgBetaSiteOnenoteNotebookSectionGroupSectionPageToSection",
"Method": "POST",
- "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Copy-MgBetaSiteOnenoteNotebook",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-copynotebook?view=graph-rest-1.0"
},
{
"Module": "Beta.Sites",
+ "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection",
+ "OutputType": "IMicrosoftGraphOnenoteOperation",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Copy",
"CopyExpanded",
"CopyViaIdentity",
"CopyViaIdentityExpanded"
],
- "OutputType": "IMicrosoftGraphOnenoteOperation",
- "Command": "Copy-MgBetaSiteOnenoteNotebookSectionGroupSectionToNotebook",
"Method": "POST",
- "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Copy-MgBetaSiteOnenoteNotebookSectionGroupSectionPageToSection",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0"
},
{
"Module": "Beta.Sites",
+ "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook",
+ "OutputType": "IMicrosoftGraphOnenoteOperation",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Copy",
"CopyExpanded",
"CopyViaIdentity",
"CopyViaIdentityExpanded"
],
- "OutputType": "IMicrosoftGraphOnenoteOperation",
- "Command": "Copy-MgBetaSiteOnenoteNotebookSectionGroupSectionToSectionGroup",
"Method": "POST",
- "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Copy-MgBetaSiteOnenoteNotebookSectionGroupSectionToNotebook",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-1.0"
},
{
"Module": "Beta.Sites",
+ "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup",
+ "OutputType": "IMicrosoftGraphOnenoteOperation",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Copy",
"CopyExpanded",
"CopyViaIdentity",
"CopyViaIdentityExpanded"
],
- "OutputType": "IMicrosoftGraphOnenoteOperation",
- "Command": "Copy-MgBetaSiteOnenoteNotebookSectionPageToSection",
"Method": "POST",
- "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Copy-MgBetaSiteOnenoteNotebookSectionGroupSectionToSectionGroup",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0"
},
{
"Module": "Beta.Sites",
+ "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection",
+ "OutputType": "IMicrosoftGraphOnenoteOperation",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Copy",
"CopyExpanded",
"CopyViaIdentity",
"CopyViaIdentityExpanded"
],
- "OutputType": "IMicrosoftGraphOnenoteOperation",
- "Command": "Copy-MgBetaSiteOnenoteNotebookSectionToNotebook",
"Method": "POST",
- "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToNotebook",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Copy-MgBetaSiteOnenoteNotebookSectionPageToSection",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0"
},
{
"Module": "Beta.Sites",
+ "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToNotebook",
+ "OutputType": "IMicrosoftGraphOnenoteOperation",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Copy",
"CopyExpanded",
"CopyViaIdentity",
"CopyViaIdentityExpanded"
],
- "OutputType": "IMicrosoftGraphOnenoteOperation",
- "Command": "Copy-MgBetaSiteOnenoteNotebookSectionToSectionGroup",
"Method": "POST",
- "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToSectionGroup",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Copy-MgBetaSiteOnenoteNotebookSectionToNotebook",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-1.0"
},
{
"Module": "Beta.Sites",
+ "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToSectionGroup",
+ "OutputType": "IMicrosoftGraphOnenoteOperation",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Copy",
"CopyExpanded",
"CopyViaIdentity",
"CopyViaIdentityExpanded"
],
- "OutputType": "IMicrosoftGraphOnenoteOperation",
- "Command": "Copy-MgBetaSiteOnenotePageToSection",
"Method": "POST",
+ "Command": "Copy-MgBetaSiteOnenoteNotebookSectionToSectionGroup",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Sites",
"Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}/copyToSection",
+ "OutputType": "IMicrosoftGraphOnenoteOperation",
"ApiVersion": "beta",
"Permissions": [
{
@@ -7291,80 +7548,85 @@
"PermissionType": "DelegatedPersonal",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Sites",
+ ],
"Variants": [
"Copy",
"CopyExpanded",
"CopyViaIdentity",
"CopyViaIdentityExpanded"
],
- "OutputType": "IMicrosoftGraphOnenoteOperation",
- "Command": "Copy-MgBetaSiteOnenoteSectionGroupSectionPageToSection",
"Method": "POST",
- "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Copy-MgBetaSiteOnenotePageToSection",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0"
},
{
"Module": "Beta.Sites",
+ "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection",
+ "OutputType": "IMicrosoftGraphOnenoteOperation",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Copy",
"CopyExpanded",
"CopyViaIdentity",
"CopyViaIdentityExpanded"
],
- "OutputType": "IMicrosoftGraphOnenoteOperation",
- "Command": "Copy-MgBetaSiteOnenoteSectionGroupSectionToNotebook",
"Method": "POST",
- "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Copy-MgBetaSiteOnenoteSectionGroupSectionPageToSection",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0"
},
{
"Module": "Beta.Sites",
+ "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook",
+ "OutputType": "IMicrosoftGraphOnenoteOperation",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Copy",
"CopyExpanded",
"CopyViaIdentity",
"CopyViaIdentityExpanded"
],
- "OutputType": "IMicrosoftGraphOnenoteOperation",
- "Command": "Copy-MgBetaSiteOnenoteSectionGroupSectionToSectionGroup",
"Method": "POST",
- "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Copy-MgBetaSiteOnenoteSectionGroupSectionToNotebook",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-1.0"
},
{
"Module": "Beta.Sites",
+ "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup",
+ "OutputType": "IMicrosoftGraphOnenoteOperation",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Copy",
"CopyExpanded",
"CopyViaIdentity",
"CopyViaIdentityExpanded"
],
- "OutputType": "IMicrosoftGraphOnenoteOperation",
- "Command": "Copy-MgBetaSiteOnenoteSectionPageToSection",
"Method": "POST",
- "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Copy-MgBetaSiteOnenoteSectionGroupSectionToSectionGroup",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0"
},
{
"Module": "Beta.Sites",
+ "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection",
+ "OutputType": "IMicrosoftGraphOnenoteOperation",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Copy",
"CopyExpanded",
"CopyViaIdentity",
"CopyViaIdentityExpanded"
],
- "OutputType": "IMicrosoftGraphOnenoteOperation",
- "Command": "Copy-MgBetaSiteOnenoteSectionToNotebook",
"Method": "POST",
+ "Command": "Copy-MgBetaSiteOnenoteSectionPageToSection",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Sites",
"Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/copyToNotebook",
+ "OutputType": "IMicrosoftGraphOnenoteOperation",
"ApiVersion": "beta",
"Permissions": [
{
@@ -7391,20 +7653,21 @@
"PermissionType": "DelegatedPersonal",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Sites",
+ ],
"Variants": [
"Copy",
"CopyExpanded",
"CopyViaIdentity",
"CopyViaIdentityExpanded"
],
- "OutputType": "IMicrosoftGraphOnenoteOperation",
- "Command": "Copy-MgBetaSiteOnenoteSectionToSectionGroup",
"Method": "POST",
+ "Command": "Copy-MgBetaSiteOnenoteSectionToNotebook",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Sites",
"Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/copyToSectionGroup",
+ "OutputType": "IMicrosoftGraphOnenoteOperation",
"ApiVersion": "beta",
"Permissions": [
{
@@ -7431,20 +7694,21 @@
"PermissionType": "DelegatedPersonal",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Teams",
+ ],
"Variants": [
- "Clone",
- "CloneExpanded",
- "CloneViaIdentity",
- "CloneViaIdentityExpanded"
+ "Copy",
+ "CopyExpanded",
+ "CopyViaIdentity",
+ "CopyViaIdentityExpanded"
],
- "OutputType": null,
- "Command": "Copy-MgBetaTeam",
"Method": "POST",
+ "Command": "Copy-MgBetaSiteOnenoteSectionToSectionGroup",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Teams",
"Uri": "/teams/{team-id}/clone",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -7471,140 +7735,149 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Users.Actions",
+ ],
"Variants": [
- "Copy",
- "CopyExpanded",
- "CopyViaIdentity",
- "CopyViaIdentityExpanded"
+ "Clone",
+ "CloneExpanded",
+ "CloneViaIdentity",
+ "CloneViaIdentityExpanded"
],
- "OutputType": "IMicrosoftGraphDriveItem",
- "Command": "Copy-MgBetaUserDriveItem",
"Method": "POST",
- "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/copy",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Copy-MgBetaTeam",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-clone?view=graph-rest-1.0"
},
{
"Module": "Beta.Users.Actions",
+ "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/copy",
+ "OutputType": "IMicrosoftGraphDriveItem",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Copy",
"CopyExpanded",
"CopyViaIdentity",
"CopyViaIdentityExpanded"
],
- "OutputType": null,
- "Command": "Copy-MgBetaUserDriveListContentTypeToDefaultContentLocation",
"Method": "POST",
- "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/copyToDefaultContentLocation",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Copy-MgBetaUserDriveItem",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-copy?view=graph-rest-1.0"
},
{
"Module": "Beta.Users.Actions",
+ "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/copyToDefaultContentLocation",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Copy",
"CopyExpanded",
"CopyViaIdentity",
"CopyViaIdentityExpanded"
],
- "OutputType": "IMicrosoftGraphDriveItem",
- "Command": "Copy-MgBetaUserDriveRoot",
"Method": "POST",
- "Uri": "/users/{user-id}/drives/{drive-id}/root/copy",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Copy-MgBetaUserDriveListContentTypeToDefaultContentLocation",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-1.0"
},
{
"Module": "Beta.Users.Actions",
+ "Uri": "/users/{user-id}/drives/{drive-id}/root/copy",
+ "OutputType": "IMicrosoftGraphDriveItem",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Copy",
"CopyExpanded",
"CopyViaIdentity",
"CopyViaIdentityExpanded"
],
- "OutputType": "IMicrosoftGraphMailFolder",
- "Command": "Copy-MgBetaUserMailFolder",
"Method": "POST",
- "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/copy",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Copy-MgBetaUserDriveRoot",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-copy?view=graph-rest-1.0"
},
{
"Module": "Beta.Users.Actions",
+ "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/copy",
+ "OutputType": "IMicrosoftGraphMailFolder",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Copy",
"CopyExpanded",
"CopyViaIdentity",
"CopyViaIdentityExpanded"
],
- "OutputType": "IMicrosoftGraphMailFolder",
- "Command": "Copy-MgBetaUserMailFolderChildFolder",
"Method": "POST",
- "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/copy",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Copy-MgBetaUserMailFolder",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mailfolder-copy?view=graph-rest-1.0"
},
{
"Module": "Beta.Users.Actions",
+ "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/copy",
+ "OutputType": "IMicrosoftGraphMailFolder",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Copy",
"CopyExpanded",
"CopyViaIdentity",
"CopyViaIdentityExpanded"
],
- "OutputType": "IMicrosoftGraphMessage",
- "Command": "Copy-MgBetaUserMailFolderChildFolderMessage",
"Method": "POST",
- "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/copy",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Copy-MgBetaUserMailFolderChildFolder",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mailfolder-copy?view=graph-rest-1.0"
},
{
"Module": "Beta.Users.Actions",
+ "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/copy",
+ "OutputType": "IMicrosoftGraphMessage",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Copy",
"CopyExpanded",
"CopyViaIdentity",
"CopyViaIdentityExpanded"
],
- "OutputType": "IMicrosoftGraphMessage",
- "Command": "Copy-MgBetaUserMailFolderMessage",
"Method": "POST",
- "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/copy",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Copy-MgBetaUserMailFolderChildFolderMessage",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-copy?view=graph-rest-1.0"
},
{
"Module": "Beta.Users.Actions",
+ "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/copy",
+ "OutputType": "IMicrosoftGraphMessage",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Copy",
"CopyExpanded",
"CopyViaIdentity",
"CopyViaIdentityExpanded"
],
- "OutputType": "IMicrosoftGraphMessage",
- "Command": "Copy-MgBetaUserMessage",
"Method": "POST",
- "Uri": "/users/{user-id}/messages/{message-id}/copy",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Copy-MgBetaUserMailFolderMessage",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-copy?view=graph-rest-1.0"
},
{
"Module": "Beta.Users.Actions",
+ "Uri": "/users/{user-id}/messages/{message-id}/copy",
+ "OutputType": "IMicrosoftGraphMessage",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Copy",
"CopyExpanded",
"CopyViaIdentity",
"CopyViaIdentityExpanded"
],
- "OutputType": "IMicrosoftGraphOnenoteOperation",
- "Command": "Copy-MgBetaUserOnenoteNotebook",
"Method": "POST",
+ "Command": "Copy-MgBetaUserMessage",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-copy?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Users.Actions",
"Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}/copyNotebook",
+ "OutputType": "IMicrosoftGraphOnenoteOperation",
"ApiVersion": "beta",
"Permissions": [
{
@@ -7631,20 +7904,21 @@
"PermissionType": "DelegatedPersonal",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Users.Actions",
+ ],
"Variants": [
"Copy",
"CopyExpanded",
"CopyViaIdentity",
"CopyViaIdentityExpanded"
],
- "OutputType": "IMicrosoftGraphOnenoteOperation",
- "Command": "Copy-MgBetaUserOnenotePageToSection",
"Method": "POST",
+ "Command": "Copy-MgBetaUserOnenoteNotebook",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-copynotebook?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Users.Actions",
"Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}/copyToSection",
+ "OutputType": "IMicrosoftGraphOnenoteOperation",
"ApiVersion": "beta",
"Permissions": [
{
@@ -7671,20 +7945,21 @@
"PermissionType": "DelegatedPersonal",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Users.Actions",
+ ],
"Variants": [
"Copy",
"CopyExpanded",
"CopyViaIdentity",
"CopyViaIdentityExpanded"
],
- "OutputType": "IMicrosoftGraphOnenoteOperation",
- "Command": "Copy-MgBetaUserOnenoteSectionToNotebook",
"Method": "POST",
+ "Command": "Copy-MgBetaUserOnenotePageToSection",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Users.Actions",
"Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}/copyToNotebook",
+ "OutputType": "IMicrosoftGraphOnenoteOperation",
"ApiVersion": "beta",
"Permissions": [
{
@@ -7711,20 +7986,21 @@
"PermissionType": "DelegatedPersonal",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Users.Actions",
+ ],
"Variants": [
"Copy",
"CopyExpanded",
"CopyViaIdentity",
"CopyViaIdentityExpanded"
],
- "OutputType": "IMicrosoftGraphOnenoteOperation",
- "Command": "Copy-MgBetaUserOnenoteSectionToSectionGroup",
"Method": "POST",
+ "Command": "Copy-MgBetaUserOnenoteSectionToNotebook",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Users.Actions",
"Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}/copyToSectionGroup",
+ "OutputType": "IMicrosoftGraphOnenoteOperation",
"ApiVersion": "beta",
"Permissions": [
{
@@ -7751,20 +8027,21 @@
"PermissionType": "DelegatedPersonal",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Files",
+ ],
"Variants": [
"Copy",
"CopyExpanded",
"CopyViaIdentity",
"CopyViaIdentityExpanded"
],
- "OutputType": "IMicrosoftGraphDriveItem",
- "Command": "Copy-MgDriveItem",
"Method": "POST",
+ "Command": "Copy-MgBetaUserOnenoteSectionToSectionGroup",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Files",
"Uri": "/drives/{drive-id}/items/{driveItem-id}/copy",
+ "OutputType": "IMicrosoftGraphDriveItem",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -7791,95 +8068,101 @@
"PermissionType": "DelegatedPersonal",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Files",
+ ],
"Variants": [
"Copy",
"CopyExpanded",
"CopyViaIdentity",
"CopyViaIdentityExpanded"
],
- "OutputType": null,
- "Command": "Copy-MgDriveListContentTypeToDefaultContentLocation",
"Method": "POST",
- "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/copyToDefaultContentLocation",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Copy-MgDriveItem",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-copy?view=graph-rest-1.0"
},
{
"Module": "Files",
+ "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/copyToDefaultContentLocation",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Copy",
"CopyExpanded",
"CopyViaIdentity",
"CopyViaIdentityExpanded"
],
- "OutputType": "IMicrosoftGraphDriveItem",
- "Command": "Copy-MgDriveRoot",
"Method": "POST",
- "Uri": "/drives/{drive-id}/root/copy",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Copy-MgDriveListContentTypeToDefaultContentLocation",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-1.0"
},
{
- "Module": "Groups",
+ "Module": "Files",
+ "Uri": "/drives/{drive-id}/root/copy",
+ "OutputType": "IMicrosoftGraphDriveItem",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Copy",
"CopyExpanded",
"CopyViaIdentity",
"CopyViaIdentityExpanded"
],
- "OutputType": "IMicrosoftGraphDriveItem",
- "Command": "Copy-MgGroupDriveItem",
"Method": "POST",
- "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/copy",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Copy-MgDriveRoot",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-copy?view=graph-rest-1.0"
},
{
"Module": "Groups",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/copy",
+ "OutputType": "IMicrosoftGraphDriveItem",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Copy",
"CopyExpanded",
"CopyViaIdentity",
"CopyViaIdentityExpanded"
],
- "OutputType": null,
- "Command": "Copy-MgGroupDriveListContentTypeToDefaultContentLocation",
"Method": "POST",
- "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/copyToDefaultContentLocation",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Copy-MgGroupDriveItem",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-copy?view=graph-rest-1.0"
},
{
"Module": "Groups",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/copyToDefaultContentLocation",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Copy",
"CopyExpanded",
"CopyViaIdentity",
"CopyViaIdentityExpanded"
],
- "OutputType": "IMicrosoftGraphDriveItem",
- "Command": "Copy-MgGroupDriveRoot",
"Method": "POST",
- "Uri": "/groups/{group-id}/drives/{drive-id}/root/copy",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Copy-MgGroupDriveListContentTypeToDefaultContentLocation",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-1.0"
},
{
"Module": "Groups",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/root/copy",
+ "OutputType": "IMicrosoftGraphDriveItem",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Copy",
"CopyExpanded",
"CopyViaIdentity",
"CopyViaIdentityExpanded"
],
- "OutputType": "IMicrosoftGraphOnenoteOperation",
- "Command": "Copy-MgGroupOnenoteNotebook",
"Method": "POST",
+ "Command": "Copy-MgGroupDriveRoot",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-copy?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Groups",
"Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}/copyNotebook",
+ "OutputType": "IMicrosoftGraphOnenoteOperation",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -7906,20 +8189,21 @@
"PermissionType": "DelegatedPersonal",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Groups",
+ ],
"Variants": [
"Copy",
"CopyExpanded",
"CopyViaIdentity",
"CopyViaIdentityExpanded"
],
- "OutputType": "IMicrosoftGraphOnenoteOperation",
- "Command": "Copy-MgGroupOnenotePageToSection",
"Method": "POST",
+ "Command": "Copy-MgGroupOnenoteNotebook",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-copynotebook?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Groups",
"Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}/copyToSection",
+ "OutputType": "IMicrosoftGraphOnenoteOperation",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -7946,20 +8230,21 @@
"PermissionType": "DelegatedPersonal",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Groups",
+ ],
"Variants": [
"Copy",
"CopyExpanded",
"CopyViaIdentity",
"CopyViaIdentityExpanded"
],
- "OutputType": "IMicrosoftGraphOnenoteOperation",
- "Command": "Copy-MgGroupOnenoteSectionToNotebook",
"Method": "POST",
+ "Command": "Copy-MgGroupOnenotePageToSection",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Groups",
"Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}/copyToNotebook",
+ "OutputType": "IMicrosoftGraphOnenoteOperation",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -7986,20 +8271,21 @@
"PermissionType": "DelegatedPersonal",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Groups",
+ ],
"Variants": [
"Copy",
"CopyExpanded",
"CopyViaIdentity",
"CopyViaIdentityExpanded"
],
- "OutputType": "IMicrosoftGraphOnenoteOperation",
- "Command": "Copy-MgGroupOnenoteSectionToSectionGroup",
"Method": "POST",
+ "Command": "Copy-MgGroupOnenoteSectionToNotebook",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Groups",
"Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}/copyToSectionGroup",
+ "OutputType": "IMicrosoftGraphOnenoteOperation",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -8026,65 +8312,69 @@
"PermissionType": "DelegatedPersonal",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Groups",
+ ],
"Variants": [
"Copy",
"CopyExpanded",
"CopyViaIdentity",
"CopyViaIdentityExpanded"
],
- "OutputType": null,
- "Command": "Copy-MgGroupSiteContentTypeToDefaultContentLocation",
"Method": "POST",
- "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/copyToDefaultContentLocation",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Copy-MgGroupOnenoteSectionToSectionGroup",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0"
},
{
"Module": "Groups",
+ "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/copyToDefaultContentLocation",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Copy",
"CopyExpanded",
"CopyViaIdentity",
"CopyViaIdentityExpanded"
],
- "OutputType": null,
- "Command": "Copy-MgGroupSiteListContentTypeToDefaultContentLocation",
"Method": "POST",
- "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/copyToDefaultContentLocation",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Copy-MgGroupSiteContentTypeToDefaultContentLocation",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-1.0"
},
{
- "Module": "Files",
+ "Module": "Groups",
+ "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/copyToDefaultContentLocation",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Copy",
"CopyExpanded",
"CopyViaIdentity",
"CopyViaIdentityExpanded"
],
- "OutputType": null,
- "Command": "Copy-MgShareListContentTypeToDefaultContentLocation",
"Method": "POST",
- "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/copyToDefaultContentLocation",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Copy-MgGroupSiteListContentTypeToDefaultContentLocation",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-1.0"
},
{
- "Module": "Sites",
+ "Module": "Files",
+ "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/copyToDefaultContentLocation",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Copy",
"CopyExpanded",
"CopyViaIdentity",
"CopyViaIdentityExpanded"
],
- "OutputType": null,
- "Command": "Copy-MgSiteContentTypeToDefaultContentLocation",
"Method": "POST",
+ "Command": "Copy-MgShareListContentTypeToDefaultContentLocation",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Sites",
"Uri": "/sites/{site-id}/contentTypes/{contentType-id}/copyToDefaultContentLocation",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -8111,35 +8401,37 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Sites",
+ ],
"Variants": [
"Copy",
"CopyExpanded",
"CopyViaIdentity",
"CopyViaIdentityExpanded"
],
- "OutputType": null,
- "Command": "Copy-MgSiteListContentTypeToDefaultContentLocation",
"Method": "POST",
- "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/copyToDefaultContentLocation",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Copy-MgSiteContentTypeToDefaultContentLocation",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-1.0"
},
{
"Module": "Sites",
+ "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/copyToDefaultContentLocation",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Copy",
"CopyExpanded",
"CopyViaIdentity",
"CopyViaIdentityExpanded"
],
- "OutputType": "IMicrosoftGraphOnenoteOperation",
- "Command": "Copy-MgSiteOnenoteNotebook",
"Method": "POST",
+ "Command": "Copy-MgSiteListContentTypeToDefaultContentLocation",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Sites",
"Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/copyNotebook",
+ "OutputType": "IMicrosoftGraphOnenoteOperation",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -8166,110 +8458,117 @@
"PermissionType": "DelegatedPersonal",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Sites",
+ ],
"Variants": [
"Copy",
"CopyExpanded",
"CopyViaIdentity",
"CopyViaIdentityExpanded"
],
- "OutputType": "IMicrosoftGraphOnenoteOperation",
- "Command": "Copy-MgSiteOnenoteNotebookSectionGroupSectionPageToSection",
"Method": "POST",
- "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Copy-MgSiteOnenoteNotebook",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-copynotebook?view=graph-rest-1.0"
},
{
"Module": "Sites",
+ "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection",
+ "OutputType": "IMicrosoftGraphOnenoteOperation",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Copy",
"CopyExpanded",
"CopyViaIdentity",
"CopyViaIdentityExpanded"
],
- "OutputType": "IMicrosoftGraphOnenoteOperation",
- "Command": "Copy-MgSiteOnenoteNotebookSectionGroupSectionToNotebook",
"Method": "POST",
- "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Copy-MgSiteOnenoteNotebookSectionGroupSectionPageToSection",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0"
},
{
"Module": "Sites",
+ "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook",
+ "OutputType": "IMicrosoftGraphOnenoteOperation",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Copy",
"CopyExpanded",
"CopyViaIdentity",
"CopyViaIdentityExpanded"
],
- "OutputType": "IMicrosoftGraphOnenoteOperation",
- "Command": "Copy-MgSiteOnenoteNotebookSectionGroupSectionToSectionGroup",
"Method": "POST",
- "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Copy-MgSiteOnenoteNotebookSectionGroupSectionToNotebook",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-1.0"
},
{
"Module": "Sites",
+ "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup",
+ "OutputType": "IMicrosoftGraphOnenoteOperation",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Copy",
"CopyExpanded",
"CopyViaIdentity",
"CopyViaIdentityExpanded"
],
- "OutputType": "IMicrosoftGraphOnenoteOperation",
- "Command": "Copy-MgSiteOnenoteNotebookSectionPageToSection",
"Method": "POST",
- "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Copy-MgSiteOnenoteNotebookSectionGroupSectionToSectionGroup",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0"
},
{
"Module": "Sites",
+ "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection",
+ "OutputType": "IMicrosoftGraphOnenoteOperation",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Copy",
"CopyExpanded",
"CopyViaIdentity",
"CopyViaIdentityExpanded"
],
- "OutputType": "IMicrosoftGraphOnenoteOperation",
- "Command": "Copy-MgSiteOnenoteNotebookSectionToNotebook",
"Method": "POST",
- "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToNotebook",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Copy-MgSiteOnenoteNotebookSectionPageToSection",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0"
},
{
"Module": "Sites",
+ "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToNotebook",
+ "OutputType": "IMicrosoftGraphOnenoteOperation",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Copy",
"CopyExpanded",
"CopyViaIdentity",
"CopyViaIdentityExpanded"
],
- "OutputType": "IMicrosoftGraphOnenoteOperation",
- "Command": "Copy-MgSiteOnenoteNotebookSectionToSectionGroup",
"Method": "POST",
- "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToSectionGroup",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Copy-MgSiteOnenoteNotebookSectionToNotebook",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-1.0"
},
{
"Module": "Sites",
+ "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToSectionGroup",
+ "OutputType": "IMicrosoftGraphOnenoteOperation",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Copy",
"CopyExpanded",
"CopyViaIdentity",
"CopyViaIdentityExpanded"
],
- "OutputType": "IMicrosoftGraphOnenoteOperation",
- "Command": "Copy-MgSiteOnenotePageToSection",
"Method": "POST",
+ "Command": "Copy-MgSiteOnenoteNotebookSectionToSectionGroup",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Sites",
"Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}/copyToSection",
+ "OutputType": "IMicrosoftGraphOnenoteOperation",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -8296,80 +8595,85 @@
"PermissionType": "DelegatedPersonal",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Sites",
+ ],
"Variants": [
"Copy",
"CopyExpanded",
"CopyViaIdentity",
"CopyViaIdentityExpanded"
],
- "OutputType": "IMicrosoftGraphOnenoteOperation",
- "Command": "Copy-MgSiteOnenoteSectionGroupSectionPageToSection",
"Method": "POST",
- "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Copy-MgSiteOnenotePageToSection",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0"
},
{
"Module": "Sites",
+ "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection",
+ "OutputType": "IMicrosoftGraphOnenoteOperation",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Copy",
"CopyExpanded",
"CopyViaIdentity",
"CopyViaIdentityExpanded"
],
- "OutputType": "IMicrosoftGraphOnenoteOperation",
- "Command": "Copy-MgSiteOnenoteSectionGroupSectionToNotebook",
"Method": "POST",
- "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Copy-MgSiteOnenoteSectionGroupSectionPageToSection",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0"
},
{
"Module": "Sites",
+ "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook",
+ "OutputType": "IMicrosoftGraphOnenoteOperation",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Copy",
"CopyExpanded",
"CopyViaIdentity",
"CopyViaIdentityExpanded"
],
- "OutputType": "IMicrosoftGraphOnenoteOperation",
- "Command": "Copy-MgSiteOnenoteSectionGroupSectionToSectionGroup",
"Method": "POST",
- "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Copy-MgSiteOnenoteSectionGroupSectionToNotebook",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-1.0"
},
{
"Module": "Sites",
+ "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup",
+ "OutputType": "IMicrosoftGraphOnenoteOperation",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Copy",
"CopyExpanded",
"CopyViaIdentity",
"CopyViaIdentityExpanded"
],
- "OutputType": "IMicrosoftGraphOnenoteOperation",
- "Command": "Copy-MgSiteOnenoteSectionPageToSection",
"Method": "POST",
- "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Copy-MgSiteOnenoteSectionGroupSectionToSectionGroup",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0"
},
{
"Module": "Sites",
+ "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection",
+ "OutputType": "IMicrosoftGraphOnenoteOperation",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Copy",
"CopyExpanded",
"CopyViaIdentity",
"CopyViaIdentityExpanded"
],
- "OutputType": "IMicrosoftGraphOnenoteOperation",
- "Command": "Copy-MgSiteOnenoteSectionToNotebook",
"Method": "POST",
+ "Command": "Copy-MgSiteOnenoteSectionPageToSection",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Sites",
"Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/copyToNotebook",
+ "OutputType": "IMicrosoftGraphOnenoteOperation",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -8396,20 +8700,21 @@
"PermissionType": "DelegatedPersonal",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Sites",
+ ],
"Variants": [
"Copy",
"CopyExpanded",
"CopyViaIdentity",
"CopyViaIdentityExpanded"
],
- "OutputType": "IMicrosoftGraphOnenoteOperation",
- "Command": "Copy-MgSiteOnenoteSectionToSectionGroup",
"Method": "POST",
+ "Command": "Copy-MgSiteOnenoteSectionToNotebook",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Sites",
"Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/copyToSectionGroup",
+ "OutputType": "IMicrosoftGraphOnenoteOperation",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -8436,20 +8741,21 @@
"PermissionType": "DelegatedPersonal",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Teams",
+ ],
"Variants": [
- "Clone",
- "CloneExpanded",
- "CloneViaIdentity",
- "CloneViaIdentityExpanded"
+ "Copy",
+ "CopyExpanded",
+ "CopyViaIdentity",
+ "CopyViaIdentityExpanded"
],
- "OutputType": null,
- "Command": "Copy-MgTeam",
"Method": "POST",
+ "Command": "Copy-MgSiteOnenoteSectionToSectionGroup",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Teams",
"Uri": "/teams/{team-id}/clone",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -8476,140 +8782,149 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Users.Actions",
+ ],
"Variants": [
- "Copy",
- "CopyExpanded",
- "CopyViaIdentity",
- "CopyViaIdentityExpanded"
+ "Clone",
+ "CloneExpanded",
+ "CloneViaIdentity",
+ "CloneViaIdentityExpanded"
],
- "OutputType": "IMicrosoftGraphDriveItem",
- "Command": "Copy-MgUserDriveItem",
"Method": "POST",
- "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/copy",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Copy-MgTeam",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-clone?view=graph-rest-1.0"
},
{
"Module": "Users.Actions",
+ "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/copy",
+ "OutputType": "IMicrosoftGraphDriveItem",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Copy",
"CopyExpanded",
"CopyViaIdentity",
"CopyViaIdentityExpanded"
],
- "OutputType": null,
- "Command": "Copy-MgUserDriveListContentTypeToDefaultContentLocation",
"Method": "POST",
- "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/copyToDefaultContentLocation",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Copy-MgUserDriveItem",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-copy?view=graph-rest-1.0"
},
{
"Module": "Users.Actions",
+ "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/copyToDefaultContentLocation",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Copy",
"CopyExpanded",
"CopyViaIdentity",
"CopyViaIdentityExpanded"
],
- "OutputType": "IMicrosoftGraphDriveItem",
- "Command": "Copy-MgUserDriveRoot",
"Method": "POST",
- "Uri": "/users/{user-id}/drives/{drive-id}/root/copy",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Copy-MgUserDriveListContentTypeToDefaultContentLocation",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-1.0"
},
{
"Module": "Users.Actions",
+ "Uri": "/users/{user-id}/drives/{drive-id}/root/copy",
+ "OutputType": "IMicrosoftGraphDriveItem",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Copy",
"CopyExpanded",
"CopyViaIdentity",
"CopyViaIdentityExpanded"
],
- "OutputType": "IMicrosoftGraphMailFolder",
- "Command": "Copy-MgUserMailFolder",
"Method": "POST",
- "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/copy",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Copy-MgUserDriveRoot",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-copy?view=graph-rest-1.0"
},
{
"Module": "Users.Actions",
+ "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/copy",
+ "OutputType": "IMicrosoftGraphMailFolder",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Copy",
"CopyExpanded",
"CopyViaIdentity",
"CopyViaIdentityExpanded"
],
- "OutputType": "IMicrosoftGraphMailFolder",
- "Command": "Copy-MgUserMailFolderChildFolder",
"Method": "POST",
- "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/copy",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Copy-MgUserMailFolder",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mailfolder-copy?view=graph-rest-1.0"
},
{
"Module": "Users.Actions",
+ "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/copy",
+ "OutputType": "IMicrosoftGraphMailFolder",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Copy",
"CopyExpanded",
"CopyViaIdentity",
"CopyViaIdentityExpanded"
],
- "OutputType": "IMicrosoftGraphMessage",
- "Command": "Copy-MgUserMailFolderChildFolderMessage",
"Method": "POST",
- "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/copy",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Copy-MgUserMailFolderChildFolder",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mailfolder-copy?view=graph-rest-1.0"
},
{
"Module": "Users.Actions",
+ "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/copy",
+ "OutputType": "IMicrosoftGraphMessage",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Copy",
"CopyExpanded",
"CopyViaIdentity",
"CopyViaIdentityExpanded"
],
- "OutputType": "IMicrosoftGraphMessage",
- "Command": "Copy-MgUserMailFolderMessage",
"Method": "POST",
- "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/copy",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Copy-MgUserMailFolderChildFolderMessage",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-copy?view=graph-rest-1.0"
},
{
"Module": "Users.Actions",
+ "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/copy",
+ "OutputType": "IMicrosoftGraphMessage",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Copy",
"CopyExpanded",
"CopyViaIdentity",
"CopyViaIdentityExpanded"
],
- "OutputType": "IMicrosoftGraphMessage",
- "Command": "Copy-MgUserMessage",
"Method": "POST",
- "Uri": "/users/{user-id}/messages/{message-id}/copy",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Copy-MgUserMailFolderMessage",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-copy?view=graph-rest-1.0"
},
{
"Module": "Users.Actions",
+ "Uri": "/users/{user-id}/messages/{message-id}/copy",
+ "OutputType": "IMicrosoftGraphMessage",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Copy",
"CopyExpanded",
"CopyViaIdentity",
"CopyViaIdentityExpanded"
],
- "OutputType": "IMicrosoftGraphOnenoteOperation",
- "Command": "Copy-MgUserOnenoteNotebook",
"Method": "POST",
+ "Command": "Copy-MgUserMessage",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-copy?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Users.Actions",
"Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}/copyNotebook",
+ "OutputType": "IMicrosoftGraphOnenoteOperation",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -8636,20 +8951,21 @@
"PermissionType": "DelegatedPersonal",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Users.Actions",
+ ],
"Variants": [
"Copy",
"CopyExpanded",
"CopyViaIdentity",
"CopyViaIdentityExpanded"
],
- "OutputType": "IMicrosoftGraphOnenoteOperation",
- "Command": "Copy-MgUserOnenotePageToSection",
"Method": "POST",
+ "Command": "Copy-MgUserOnenoteNotebook",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-copynotebook?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Users.Actions",
"Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}/copyToSection",
+ "OutputType": "IMicrosoftGraphOnenoteOperation",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -8676,20 +8992,21 @@
"PermissionType": "DelegatedPersonal",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Users.Actions",
+ ],
"Variants": [
"Copy",
"CopyExpanded",
"CopyViaIdentity",
"CopyViaIdentityExpanded"
],
- "OutputType": "IMicrosoftGraphOnenoteOperation",
- "Command": "Copy-MgUserOnenoteSectionToNotebook",
"Method": "POST",
+ "Command": "Copy-MgUserOnenotePageToSection",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Users.Actions",
"Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}/copyToNotebook",
+ "OutputType": "IMicrosoftGraphOnenoteOperation",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -8716,20 +9033,21 @@
"PermissionType": "DelegatedPersonal",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Users.Actions",
+ ],
"Variants": [
"Copy",
"CopyExpanded",
"CopyViaIdentity",
"CopyViaIdentityExpanded"
],
- "OutputType": "IMicrosoftGraphOnenoteOperation",
- "Command": "Copy-MgUserOnenoteSectionToSectionGroup",
"Method": "POST",
+ "Command": "Copy-MgUserOnenoteSectionToNotebook",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Users.Actions",
"Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}/copyToSectionGroup",
+ "OutputType": "IMicrosoftGraphOnenoteOperation",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -8756,33 +9074,37 @@
"PermissionType": "DelegatedPersonal",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Copy",
+ "CopyExpanded",
+ "CopyViaIdentity",
+ "CopyViaIdentityExpanded"
+ ],
+ "Method": "POST",
+ "Command": "Copy-MgUserOnenoteSectionToSectionGroup",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0"
},
{
"Module": "Beta.DeviceManagement.Actions",
+ "Uri": "/deviceManagement/elevationRequests/{privilegeManagementElevationRequest-id}/deny",
+ "OutputType": "IMicrosoftGraphPrivilegeManagementElevationRequest",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Deny",
"DenyExpanded",
"DenyViaIdentity",
"DenyViaIdentityExpanded"
],
- "OutputType": "IMicrosoftGraphPrivilegeManagementElevationRequest",
- "Command": "Deny-MgBetaDeviceManagementElevationRequest",
"Method": "POST",
- "Uri": "/deviceManagement/elevationRequests/{privilegeManagementElevationRequest-id}/deny",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Deny-MgBetaDeviceManagementElevationRequest",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Actions",
- "Variants": [
- "Disable",
- "DisableViaIdentity"
- ],
- "OutputType": null,
- "Command": "Disable-MgBetaDeviceManagementComanagedDevice",
- "Method": "POST",
"Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/disable",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -8801,31 +9123,33 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Actions",
+ ],
"Variants": [
"Disable",
"DisableViaIdentity"
],
- "OutputType": null,
- "Command": "Disable-MgBetaDeviceManagementComanagedDeviceLostMode",
"Method": "POST",
- "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/disableLostMode",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Disable-MgBetaDeviceManagementComanagedDevice",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Actions",
+ "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/disableLostMode",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Disable",
"DisableViaIdentity"
],
- "OutputType": null,
- "Command": "Disable-MgBetaDeviceManagementManagedDevice",
"Method": "POST",
+ "Command": "Disable-MgBetaDeviceManagementComanagedDeviceLostMode",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement.Actions",
"Uri": "/deviceManagement/managedDevices/{managedDevice-id}/disable",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -8844,83 +9168,89 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Disable",
+ "DisableViaIdentity"
+ ],
+ "Method": "POST",
+ "Command": "Disable-MgBetaDeviceManagementManagedDevice",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Actions",
+ "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/disableLostMode",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Disable",
"DisableViaIdentity"
],
- "OutputType": null,
- "Command": "Disable-MgBetaDeviceManagementManagedDeviceLostMode",
"Method": "POST",
- "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/disableLostMode",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Disable-MgBetaDeviceManagementManagedDeviceLostMode",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Users.Actions",
+ "Uri": "/users/{user-id}/authentication/methods/{authenticationMethod-id}/disableSmsSignIn",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Disable",
"DisableViaIdentity"
],
- "OutputType": null,
- "Command": "Disable-MgBetaUserAuthenticationMethodSmsSignIn",
"Method": "POST",
- "Uri": "/users/{user-id}/authentication/methods/{authenticationMethod-id}/disableSmsSignIn",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Disable-MgBetaUserAuthenticationMethodSmsSignIn",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Users.Actions",
+ "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/disable",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Disable",
"DisableViaIdentity"
],
- "OutputType": null,
- "Command": "Disable-MgBetaUserManagedDevice",
"Method": "POST",
- "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/disable",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Disable-MgBetaUserManagedDevice",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Users.Actions",
+ "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/disableLostMode",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Disable",
"DisableViaIdentity"
],
- "OutputType": null,
- "Command": "Disable-MgBetaUserManagedDeviceLostMode",
"Method": "POST",
- "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/disableLostMode",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Disable-MgBetaUserManagedDeviceLostMode",
+ "ApiReferenceLink": null
},
{
"Module": "DeviceManagement.Actions",
+ "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/disableLostMode",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Disable",
"DisableViaIdentity"
],
- "OutputType": null,
- "Command": "Disable-MgDeviceManagementManagedDeviceLostMode",
"Method": "POST",
- "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/disableLostMode",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Disable-MgDeviceManagementManagedDeviceLostMode",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-disablelostmode?view=graph-rest-1.0"
},
{
"Module": "Users.Actions",
- "Variants": [
- "Disable",
- "DisableViaIdentity"
- ],
- "OutputType": null,
- "Command": "Disable-MgUserAuthenticationPhoneMethodSmsSignIn",
- "Method": "POST",
"Uri": "/users/{user-id}/authentication/phoneMethods/{phoneAuthenticationMethod-id}/disableSmsSignIn",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -8939,43 +9269,46 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Disable",
+ "DisableViaIdentity"
+ ],
+ "Method": "POST",
+ "Command": "Disable-MgUserAuthenticationPhoneMethodSmsSignIn",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/phoneauthenticationmethod-disablesmssignin?view=graph-rest-1.0"
},
{
"Module": "Users.Actions",
+ "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/disableLostMode",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Disable",
"DisableViaIdentity"
],
- "OutputType": null,
- "Command": "Disable-MgUserManagedDeviceLostMode",
"Method": "POST",
- "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/disableLostMode",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Disable-MgUserManagedDeviceLostMode",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-disablelostmode?view=graph-rest-1.0"
},
{
"Module": "Beta.DeviceManagement.Actions",
+ "Uri": "/deviceManagement/chromeOSOnboardingSettings/disconnect",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Disconnect"
],
- "OutputType": null,
- "Command": "Disconnect-MgBetaDeviceManagementChromeOSOnboardingSetting",
"Method": "POST",
- "Uri": "/deviceManagement/chromeOSOnboardingSettings/disconnect",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Disconnect-MgBetaDeviceManagementChromeOSOnboardingSetting",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Actions",
- "Variants": [
- "Disconnect",
- "DisconnectViaIdentity"
- ],
- "OutputType": null,
- "Command": "Disconnect-MgBetaDeviceManagementRemoteAssistancePartner",
- "Method": "POST",
"Uri": "/deviceManagement/remoteAssistancePartners/{remoteAssistancePartner-id}/disconnect",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -8994,30 +9327,32 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Disconnect",
+ "DisconnectViaIdentity"
+ ],
+ "Method": "POST",
+ "Command": "Disconnect-MgBetaDeviceManagementRemoteAssistancePartner",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Actions",
+ "Uri": "/deviceManagement/zebraFotaConnector/disconnect",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Disconnect"
],
- "OutputType": null,
- "Command": "Disconnect-MgBetaDeviceManagementZebraFotaConnector",
"Method": "POST",
- "Uri": "/deviceManagement/zebraFotaConnector/disconnect",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Disconnect-MgBetaDeviceManagementZebraFotaConnector",
+ "ApiReferenceLink": null
},
{
"Module": "DeviceManagement.Actions",
- "Variants": [
- "Disconnect",
- "DisconnectViaIdentity"
- ],
- "OutputType": null,
- "Command": "Disconnect-MgDeviceManagementRemoteAssistancePartner",
- "Method": "POST",
"Uri": "/deviceManagement/remoteAssistancePartners/{remoteAssistancePartner-id}/disconnect",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -9036,17 +9371,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Actions",
+ ],
"Variants": [
- "Enable"
+ "Disconnect",
+ "DisconnectViaIdentity"
],
- "OutputType": null,
- "Command": "Enable-MgBetaDeviceManagementAndroidDeviceAdministratorEnrollment",
"Method": "POST",
+ "Command": "Disconnect-MgDeviceManagementRemoteAssistancePartner",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-remoteassistance-remoteassistancepartner-disconnect?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.DeviceManagement.Actions",
"Uri": "/deviceManagement/enableAndroidDeviceAdministratorEnrollment",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -9065,45 +9402,48 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Enable"
+ ],
+ "Method": "POST",
+ "Command": "Enable-MgBetaDeviceManagementAndroidDeviceAdministratorEnrollment",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Actions",
+ "Uri": "/deviceManagement/assignmentFilters/enable",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Enable",
"EnableExpanded"
],
- "OutputType": null,
- "Command": "Enable-MgBetaDeviceManagementAssignmentFilter",
"Method": "POST",
- "Uri": "/deviceManagement/assignmentFilters/enable",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Enable-MgBetaDeviceManagementAssignmentFilter",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Actions",
+ "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/enableLostMode",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Enable",
"EnableExpanded",
"EnableViaIdentity",
"EnableViaIdentityExpanded"
],
- "OutputType": null,
- "Command": "Enable-MgBetaDeviceManagementComanagedDeviceLostMode",
"Method": "POST",
- "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/enableLostMode",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Enable-MgBetaDeviceManagementComanagedDeviceLostMode",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Actions",
- "Variants": [
- "Enable"
- ],
- "OutputType": null,
- "Command": "Enable-MgBetaDeviceManagementDeviceHealthScriptGlobalScript",
- "Method": "POST",
"Uri": "/deviceManagement/deviceHealthScripts/enableGlobalScripts",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -9122,45 +9462,47 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Enable"
+ ],
+ "Method": "POST",
+ "Command": "Enable-MgBetaDeviceManagementDeviceHealthScriptGlobalScript",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Actions",
+ "Uri": "/deviceManagement/enableLegacyPcManagement",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Enable"
],
- "OutputType": null,
- "Command": "Enable-MgBetaDeviceManagementLegacyPcManagement",
"Method": "POST",
- "Uri": "/deviceManagement/enableLegacyPcManagement",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Enable-MgBetaDeviceManagementLegacyPcManagement",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Actions",
+ "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/enableLostMode",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Enable",
"EnableExpanded",
"EnableViaIdentity",
"EnableViaIdentityExpanded"
],
- "OutputType": null,
- "Command": "Enable-MgBetaDeviceManagementManagedDeviceLostMode",
"Method": "POST",
- "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/enableLostMode",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Enable-MgBetaDeviceManagementManagedDeviceLostMode",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Actions",
- "Variants": [
- "Enable",
- "EnableExpanded"
- ],
- "OutputType": null,
- "Command": "Enable-MgBetaDeviceManagementTenantAttachRbac",
- "Method": "POST",
"Uri": "/deviceManagement/tenantAttachRBAC/enable",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -9179,58 +9521,62 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Enable",
+ "EnableExpanded"
+ ],
+ "Method": "POST",
+ "Command": "Enable-MgBetaDeviceManagementTenantAttachRbac",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Actions",
+ "Uri": "/deviceManagement/enableUnlicensedAdminstrators",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Enable"
],
- "OutputType": null,
- "Command": "Enable-MgBetaDeviceManagementUnlicensedAdminstrator",
"Method": "POST",
- "Uri": "/deviceManagement/enableUnlicensedAdminstrators",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Enable-MgBetaDeviceManagementUnlicensedAdminstrator",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Users.Actions",
+ "Uri": "/users/{user-id}/authentication/methods/{authenticationMethod-id}/enableSmsSignIn",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Enable",
"EnableViaIdentity"
],
- "OutputType": null,
- "Command": "Enable-MgBetaUserAuthenticationMethodSmsSignIn",
"Method": "POST",
- "Uri": "/users/{user-id}/authentication/methods/{authenticationMethod-id}/enableSmsSignIn",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Enable-MgBetaUserAuthenticationMethodSmsSignIn",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Users.Actions",
+ "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/enableLostMode",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Enable",
"EnableExpanded",
"EnableViaIdentity",
"EnableViaIdentityExpanded"
],
- "OutputType": null,
- "Command": "Enable-MgBetaUserManagedDeviceLostMode",
"Method": "POST",
- "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/enableLostMode",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Enable-MgBetaUserManagedDeviceLostMode",
+ "ApiReferenceLink": null
},
{
"Module": "Users.Actions",
- "Variants": [
- "Enable",
- "EnableViaIdentity"
- ],
- "OutputType": null,
- "Command": "Enable-MgUserAuthenticationPhoneMethodSmsSignIn",
- "Method": "POST",
"Uri": "/users/{user-id}/authentication/phoneMethods/{phoneAuthenticationMethod-id}/enableSmsSignIn",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -9249,20 +9595,19 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Compliance",
+ ],
"Variants": [
- "Export",
- "ExportExpanded",
- "ExportViaIdentity",
- "ExportViaIdentityExpanded"
+ "Enable",
+ "EnableViaIdentity"
],
- "OutputType": null,
- "Command": "Export-MgBetaComplianceEdiscoveryCaseReviewSet",
"Method": "POST",
+ "Command": "Enable-MgUserAuthenticationPhoneMethodSmsSignIn",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/phoneauthenticationmethod-enablesmssignin?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Compliance",
"Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}/export",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -9281,18 +9626,21 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Functions",
+ ],
"Variants": [
"Export",
- "ExportViaIdentity"
+ "ExportExpanded",
+ "ExportViaIdentity",
+ "ExportViaIdentityExpanded"
],
- "OutputType": null,
- "Command": "Export-MgBetaDeviceManagementDepOnboardingSettingEnrollmentProfileMobileConfig",
- "Method": "GET",
+ "Method": "POST",
+ "Command": "Export-MgBetaComplianceEdiscoveryCaseReviewSet",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-reviewset-export?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.DeviceManagement.Functions",
"Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/enrollmentProfiles/{enrollmentProfile-id}/exportMobileConfig",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -9311,20 +9659,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.DirectoryManagement",
+ ],
"Variants": [
"Export",
- "ExportExpanded",
- "ExportViaIdentity",
- "ExportViaIdentityExpanded"
+ "ExportViaIdentity"
],
- "OutputType": null,
- "Command": "Export-MgBetaDirectoryInboundSharedUserProfilePersonalData",
- "Method": "POST",
+ "Method": "GET",
+ "Command": "Export-MgBetaDeviceManagementDepOnboardingSettingEnrollmentProfileMobileConfig",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Identity.DirectoryManagement",
"Uri": "/directory/inboundSharedUserProfiles/{inboundSharedUserProfile-userId}/exportPersonalData",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -9343,85 +9690,91 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Export",
+ "ExportExpanded",
+ "ExportViaIdentity",
+ "ExportViaIdentityExpanded"
+ ],
+ "Method": "POST",
+ "Command": "Export-MgBetaDirectoryInboundSharedUserProfilePersonalData",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/inboundshareduserprofile-exportpersonaldata?view=graph-rest-1.0"
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/export",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Export",
"ExportViaIdentity"
],
- "OutputType": null,
- "Command": "Export-MgBetaPrivilegedAccessResourceRoleAssignment",
"Method": "GET",
- "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/export",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Export-MgBetaPrivilegedAccessResourceRoleAssignment",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/export",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Export",
"ExportViaIdentity"
],
- "OutputType": null,
- "Command": "Export-MgBetaPrivilegedAccessRoleAssignment",
"Method": "GET",
- "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/export",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Export-MgBetaPrivilegedAccessRoleAssignment",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Reports",
+ "Uri": "/reports/partners/billing/reconciliation/billed/export",
+ "OutputType": "IMicrosoftGraphPartnersBillingOperation",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Export",
"ExportExpanded"
],
- "OutputType": "IMicrosoftGraphPartnersBillingOperation",
- "Command": "Export-MgBetaReportPartnerBillingReconciliationBilled",
"Method": "POST",
- "Uri": "/reports/partners/billing/reconciliation/billed/export",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Export-MgBetaReportPartnerBillingReconciliationBilled",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/partners-billing-billedreconciliation-export?view=graph-rest-1.0"
},
{
"Module": "Beta.Reports",
+ "Uri": "/reports/partners/billing/usage/billed/export",
+ "OutputType": "IMicrosoftGraphPartnersBillingOperation",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Export",
"ExportExpanded"
],
- "OutputType": "IMicrosoftGraphPartnersBillingOperation",
- "Command": "Export-MgBetaReportPartnerBillingUsageBilled",
"Method": "POST",
- "Uri": "/reports/partners/billing/usage/billed/export",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Export-MgBetaReportPartnerBillingUsageBilled",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/partners-billing-billedusage-export?view=graph-rest-1.0"
},
{
"Module": "Beta.Reports",
+ "Uri": "/reports/partners/billing/usage/unbilled/export",
+ "OutputType": "IMicrosoftGraphPartnersBillingOperation",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Export",
"ExportExpanded"
],
- "OutputType": "IMicrosoftGraphPartnersBillingOperation",
- "Command": "Export-MgBetaReportPartnerBillingUsageUnbilled",
"Method": "POST",
- "Uri": "/reports/partners/billing/usage/unbilled/export",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Export-MgBetaReportPartnerBillingUsageUnbilled",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/partners-billing-unbilledusage-export?view=graph-rest-1.0"
},
{
"Module": "Beta.Security",
- "Variants": [
- "Export",
- "ExportExpanded",
- "ExportViaIdentity",
- "ExportViaIdentityExpanded"
- ],
- "OutputType": null,
- "Command": "Export-MgBetaSecurityCaseEdiscoveryCaseReviewSet",
- "Method": "POST",
"Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/export",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -9440,20 +9793,21 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Security",
+ ],
"Variants": [
"Export",
"ExportExpanded",
"ExportViaIdentity",
"ExportViaIdentityExpanded"
],
- "OutputType": null,
- "Command": "Export-MgBetaSecurityCaseEdiscoveryCaseReviewSetQuery",
"Method": "POST",
+ "Command": "Export-MgBetaSecurityCaseEdiscoveryCaseReviewSet",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryreviewset-export?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Security",
"Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/{ediscoveryReviewSetQuery-id}/export",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -9472,20 +9826,21 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Security",
+ ],
"Variants": [
"Export",
"ExportExpanded",
"ExportViaIdentity",
"ExportViaIdentityExpanded"
],
- "OutputType": null,
- "Command": "Export-MgBetaSecurityCaseEdiscoveryCaseSearchReport",
"Method": "POST",
+ "Command": "Export-MgBetaSecurityCaseEdiscoveryCaseReviewSetQuery",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryreviewsetquery-export?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Security",
"Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/exportReport",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -9504,20 +9859,21 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Security",
+ ],
"Variants": [
"Export",
"ExportExpanded",
"ExportViaIdentity",
"ExportViaIdentityExpanded"
],
- "OutputType": null,
- "Command": "Export-MgBetaSecurityCaseEdiscoveryCaseSearchResult",
"Method": "POST",
+ "Command": "Export-MgBetaSecurityCaseEdiscoveryCaseSearchReport",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Security",
"Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/exportResult",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -9536,20 +9892,21 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Users.Functions",
+ ],
"Variants": [
"Export",
- "Export1",
+ "ExportExpanded",
"ExportViaIdentity",
- "ExportViaIdentity1"
+ "ExportViaIdentityExpanded"
],
- "OutputType": null,
- "Command": "Export-MgBetaUserDeviceAndAppManagementData",
- "Method": "GET",
+ "Method": "POST",
+ "Command": "Export-MgBetaSecurityCaseEdiscoveryCaseSearchResult",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Users.Functions",
"Uri": "/users/{user-id}/exportDeviceAndAppManagementData",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -9584,74 +9941,79 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Export",
+ "Export1",
+ "ExportViaIdentity",
+ "ExportViaIdentity1"
+ ],
+ "Method": "GET",
+ "Command": "Export-MgBetaUserDeviceAndAppManagementData",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Users.Actions",
+ "Uri": "/users/{user-id}/exportPersonalData",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Export",
"ExportExpanded",
"ExportViaIdentity",
"ExportViaIdentityExpanded"
],
- "OutputType": null,
- "Command": "Export-MgBetaUserPersonalData",
"Method": "POST",
- "Uri": "/users/{user-id}/exportPersonalData",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Export-MgBetaUserPersonalData",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-exportpersonaldata?view=graph-rest-1.0"
},
{
"Module": "Reports",
+ "Uri": "/reports/partners/billing/reconciliation/billed/export",
+ "OutputType": "IMicrosoftGraphPartnersBillingOperation",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Export",
"ExportExpanded"
],
- "OutputType": "IMicrosoftGraphPartnersBillingOperation",
- "Command": "Export-MgReportPartnerBillingReconciliationBilled",
"Method": "POST",
- "Uri": "/reports/partners/billing/reconciliation/billed/export",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Export-MgReportPartnerBillingReconciliationBilled",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/partners-billing-billedreconciliation-export?view=graph-rest-1.0"
},
{
"Module": "Reports",
+ "Uri": "/reports/partners/billing/usage/billed/export",
+ "OutputType": "IMicrosoftGraphPartnersBillingOperation",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Export",
"ExportExpanded"
],
- "OutputType": "IMicrosoftGraphPartnersBillingOperation",
- "Command": "Export-MgReportPartnerBillingUsageBilled",
"Method": "POST",
- "Uri": "/reports/partners/billing/usage/billed/export",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Export-MgReportPartnerBillingUsageBilled",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/partners-billing-billedusage-export?view=graph-rest-1.0"
},
{
"Module": "Reports",
+ "Uri": "/reports/partners/billing/usage/unbilled/export",
+ "OutputType": "IMicrosoftGraphPartnersBillingOperation",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Export",
"ExportExpanded"
],
- "OutputType": "IMicrosoftGraphPartnersBillingOperation",
- "Command": "Export-MgReportPartnerBillingUsageUnbilled",
"Method": "POST",
- "Uri": "/reports/partners/billing/usage/unbilled/export",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Export-MgReportPartnerBillingUsageUnbilled",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/partners-billing-unbilledusage-export?view=graph-rest-1.0"
},
{
"Module": "Security",
- "Variants": [
- "Export",
- "ExportExpanded",
- "ExportViaIdentity",
- "ExportViaIdentityExpanded"
- ],
- "OutputType": null,
- "Command": "Export-MgSecurityCaseEdiscoveryCaseReviewSet",
- "Method": "POST",
"Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/export",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -9670,20 +10032,21 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Security",
+ ],
"Variants": [
"Export",
"ExportExpanded",
"ExportViaIdentity",
"ExportViaIdentityExpanded"
],
- "OutputType": null,
- "Command": "Export-MgSecurityCaseEdiscoveryCaseReviewSetQuery",
"Method": "POST",
+ "Command": "Export-MgSecurityCaseEdiscoveryCaseReviewSet",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryreviewset-export?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Security",
"Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/{ediscoveryReviewSetQuery-id}/export",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -9702,20 +10065,21 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Users.Functions",
+ ],
"Variants": [
"Export",
- "Export1",
+ "ExportExpanded",
"ExportViaIdentity",
- "ExportViaIdentity1"
+ "ExportViaIdentityExpanded"
],
- "OutputType": null,
- "Command": "Export-MgUserDeviceAndAppManagementData",
- "Method": "GET",
+ "Method": "POST",
+ "Command": "Export-MgSecurityCaseEdiscoveryCaseReviewSetQuery",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryreviewsetquery-export?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Users.Functions",
"Uri": "/users/{user-id}/exportDeviceAndAppManagementData",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -9750,124 +10114,135 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Export",
+ "Export1",
+ "ExportViaIdentity",
+ "ExportViaIdentity1"
+ ],
+ "Method": "GET",
+ "Command": "Export-MgUserDeviceAndAppManagementData",
+ "ApiReferenceLink": null
},
{
"Module": "Users.Actions",
+ "Uri": "/users/{user-id}/exportPersonalData",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Export",
"ExportExpanded",
"ExportViaIdentity",
"ExportViaIdentityExpanded"
],
- "OutputType": null,
- "Command": "Export-MgUserPersonalData",
"Method": "POST",
- "Uri": "/users/{user-id}/exportPersonalData",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Export-MgUserPersonalData",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-exportpersonaldata?view=graph-rest-1.0"
},
{
"Module": "Applications",
+ "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}/discover",
+ "OutputType": "IMicrosoftGraphDirectoryDefinition",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Discover",
"DiscoverViaIdentity"
],
- "OutputType": "IMicrosoftGraphDirectoryDefinition",
- "Command": "Find-MgApplicationSynchronizationJobSchemaDirectory",
"Method": "POST",
- "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}/discover",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Find-MgApplicationSynchronizationJobSchemaDirectory",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-directorydefinition-discover?view=graph-rest-1.0"
},
{
"Module": "Applications",
+ "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}/discover",
+ "OutputType": "IMicrosoftGraphDirectoryDefinition",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Discover",
"DiscoverViaIdentity"
],
- "OutputType": "IMicrosoftGraphDirectoryDefinition",
- "Command": "Find-MgApplicationSynchronizationTemplateSchemaDirectory",
"Method": "POST",
- "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}/discover",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Find-MgApplicationSynchronizationTemplateSchemaDirectory",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-directorydefinition-discover?view=graph-rest-1.0"
},
{
"Module": "Beta.Applications",
+ "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}/discover",
+ "OutputType": "IMicrosoftGraphDirectoryDefinition",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Discover",
"DiscoverViaIdentity"
],
- "OutputType": "IMicrosoftGraphDirectoryDefinition",
- "Command": "Find-MgBetaApplicationSynchronizationJobSchemaDirectory",
"Method": "POST",
- "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}/discover",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Find-MgBetaApplicationSynchronizationJobSchemaDirectory",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-directorydefinition-discover?view=graph-rest-1.0"
},
{
"Module": "Beta.Applications",
+ "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}/discover",
+ "OutputType": "IMicrosoftGraphDirectoryDefinition",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Discover",
"DiscoverViaIdentity"
],
- "OutputType": "IMicrosoftGraphDirectoryDefinition",
- "Command": "Find-MgBetaApplicationSynchronizationTemplateSchemaDirectory",
"Method": "POST",
- "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}/discover",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Find-MgBetaApplicationSynchronizationTemplateSchemaDirectory",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-directorydefinition-discover?view=graph-rest-1.0"
},
{
"Module": "Beta.DeviceManagement.Actions",
+ "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/locateDevice",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Locate",
"LocateViaIdentity"
],
- "OutputType": null,
- "Command": "Find-MgBetaDeviceManagementComanagedDevice",
"Method": "POST",
- "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/locateDevice",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Find-MgBetaDeviceManagementComanagedDevice",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Actions",
+ "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/locateDevice",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Locate",
"LocateViaIdentity"
],
- "OutputType": null,
- "Command": "Find-MgBetaDeviceManagementManagedDevice",
"Method": "POST",
- "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/locateDevice",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Find-MgBetaDeviceManagementManagedDevice",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.SignIns",
+ "Uri": "/identity/conditionalAccess/authenticationStrengths/policies/findByMethodMode(authenticationMethodModes={authenticationMethodModes})",
+ "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Find1",
"FindViaIdentity1"
],
- "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy",
- "Command": "Find-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicyByMethodMode",
"Method": "GET",
- "Uri": "/identity/conditionalAccess/authenticationStrengths/policies/findByMethodMode(authenticationMethodModes={authenticationMethodModes})",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Find-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicyByMethodMode",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.SignIns",
- "Variants": [
- "Find",
- "FindViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy",
- "Command": "Find-MgBetaPolicyAuthenticationStrengthPolicyByMethodMode",
- "Method": "GET",
"Uri": "/policies/authenticationStrengthPolicies/findByMethodMode(authenticationMethodModes={authenticationMethodModes})",
+ "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy",
"ApiVersion": "beta",
"Permissions": [
{
@@ -9894,18 +10269,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Find",
+ "FindViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Find-MgBetaPolicyAuthenticationStrengthPolicyByMethodMode",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Applications",
- "Variants": [
- "Discover",
- "DiscoverViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphDirectoryDefinition",
- "Command": "Find-MgBetaServicePrincipalSynchronizationJobSchemaDirectory",
- "Method": "POST",
"Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}/discover",
+ "OutputType": "IMicrosoftGraphDirectoryDefinition",
"ApiVersion": "beta",
"Permissions": [
{
@@ -9924,46 +10300,47 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Discover",
+ "DiscoverViaIdentity"
+ ],
+ "Method": "POST",
+ "Command": "Find-MgBetaServicePrincipalSynchronizationJobSchemaDirectory",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-directorydefinition-discover?view=graph-rest-1.0"
},
{
"Module": "Beta.Applications",
+ "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}/discover",
+ "OutputType": "IMicrosoftGraphDirectoryDefinition",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Discover",
"DiscoverViaIdentity"
],
- "OutputType": "IMicrosoftGraphDirectoryDefinition",
- "Command": "Find-MgBetaServicePrincipalSynchronizationTemplateSchemaDirectory",
"Method": "POST",
- "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}/discover",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Find-MgBetaServicePrincipalSynchronizationTemplateSchemaDirectory",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-directorydefinition-discover?view=graph-rest-1.0"
},
{
"Module": "Beta.Users.Actions",
+ "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/locateDevice",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Locate",
"LocateViaIdentity"
],
- "OutputType": null,
- "Command": "Find-MgBetaUserManagedDevice",
"Method": "POST",
- "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/locateDevice",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Find-MgBetaUserManagedDevice",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Users.Actions",
- "Variants": [
- "Find",
- "FindExpanded",
- "FindViaIdentity",
- "FindViaIdentityExpanded"
- ],
- "OutputType": "IMicrosoftGraphMeetingTimeSuggestionsResult",
- "Command": "Find-MgBetaUserMeetingTime",
- "Method": "POST",
"Uri": "/users/{user-id}/findMeetingTimes",
+ "OutputType": "IMicrosoftGraphMeetingTimeSuggestionsResult",
"ApiVersion": "beta",
"Permissions": [
{
@@ -9982,20 +10359,21 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Users.Functions",
+ ],
"Variants": [
"Find",
- "Find1",
+ "FindExpanded",
"FindViaIdentity",
- "FindViaIdentity1"
+ "FindViaIdentityExpanded"
],
- "OutputType": "IMicrosoftGraphEmailAddress",
- "Command": "Find-MgBetaUserRoom",
- "Method": "GET",
+ "Method": "POST",
+ "Command": "Find-MgBetaUserMeetingTime",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-findmeetingtimes?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Users.Functions",
"Uri": "/users/{user-id}/findRooms",
+ "OutputType": "IMicrosoftGraphEmailAddress",
"ApiVersion": "beta",
"Permissions": [
{
@@ -10014,18 +10392,21 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Users.Functions",
+ ],
"Variants": [
"Find",
- "FindViaIdentity"
+ "Find1",
+ "FindViaIdentity",
+ "FindViaIdentity1"
],
- "OutputType": "IMicrosoftGraphEmailAddress",
- "Command": "Find-MgBetaUserRoomList",
"Method": "GET",
+ "Command": "Find-MgBetaUserRoom",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Users.Functions",
"Uri": "/users/{user-id}/findRoomLists",
+ "OutputType": "IMicrosoftGraphEmailAddress",
"ApiVersion": "beta",
"Permissions": [
{
@@ -10044,91 +10425,61 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Find",
+ "FindViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Find-MgBetaUserRoomList",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-findroomlists?view=graph-rest-1.0"
},
{
"Module": "Beta.WindowsUpdates",
+ "Uri": "/admin/windows/updates/products/findByCatalogId(catalogID='{catalogID}')",
+ "OutputType": "IMicrosoftGraphWindowsUpdatesProduct",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Find",
"FindViaIdentity"
],
- "OutputType": "IMicrosoftGraphWindowsUpdatesProduct",
- "Command": "Find-MgBetaWindowsUpdatesProductByCatalogId",
"Method": "GET",
- "Uri": "/admin/windows/updates/products/findByCatalogId(catalogID='{catalogID}')",
- "ApiVersion": "beta",
- "Permissions": [
- {
- "Name": "WindowsUpdates.Read.All",
- "Description": "Consent name unavailable",
- "FullDescription": "Consent description unavailable",
- "IsAdmin": false,
- "PermissionType": "Application",
- "IsLeastPrivilege": true
- },
- {
- "Name": "WindowsUpdates.ReadWrite.All",
- "Description": "Read and write all Windows update deployment settings",
- "FullDescription": "Allows the app to read and write all Windows update deployment settings for the organization without a signed-in user.",
- "IsAdmin": false,
- "PermissionType": "Application",
- "IsLeastPrivilege": false
- }
- ]
+ "Command": "Find-MgBetaWindowsUpdatesProductByCatalogId",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.WindowsUpdates",
+ "Uri": "/admin/windows/updates/products/findByKbNumber(kbNumber={kbNumber})",
+ "OutputType": "IMicrosoftGraphWindowsUpdatesProduct",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Find",
"FindViaIdentity"
],
- "OutputType": "IMicrosoftGraphWindowsUpdatesProduct",
- "Command": "Find-MgBetaWindowsUpdatesProductByKbNumber",
"Method": "GET",
- "Uri": "/admin/windows/updates/products/findByKbNumber(kbNumber={kbNumber})",
- "ApiVersion": "beta",
- "Permissions": [
- {
- "Name": "WindowsUpdates.Read.All",
- "Description": "Consent name unavailable",
- "FullDescription": "Consent description unavailable",
- "IsAdmin": false,
- "PermissionType": "Application",
- "IsLeastPrivilege": true
- },
- {
- "Name": "WindowsUpdates.ReadWrite.All",
- "Description": "Read and write all Windows update deployment settings",
- "FullDescription": "Allows the app to read and write all Windows update deployment settings for the organization without a signed-in user.",
- "IsAdmin": false,
- "PermissionType": "Application",
- "IsLeastPrivilege": false
- }
- ]
+ "Command": "Find-MgBetaWindowsUpdatesProductByKbNumber",
+ "ApiReferenceLink": null
},
{
"Module": "DeviceManagement.Actions",
+ "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/locateDevice",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Locate",
"LocateViaIdentity"
],
- "OutputType": null,
- "Command": "Find-MgDeviceManagementManagedDevice",
"Method": "POST",
- "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/locateDevice",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Find-MgDeviceManagementManagedDevice",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-locatedevice?view=graph-rest-1.0"
},
{
"Module": "Applications",
- "Variants": [
- "Discover",
- "DiscoverViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphDirectoryDefinition",
- "Command": "Find-MgServicePrincipalSynchronizationJobSchemaDirectory",
- "Method": "POST",
"Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}/discover",
+ "OutputType": "IMicrosoftGraphDirectoryDefinition",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -10147,46 +10498,47 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Discover",
+ "DiscoverViaIdentity"
+ ],
+ "Method": "POST",
+ "Command": "Find-MgServicePrincipalSynchronizationJobSchemaDirectory",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-directorydefinition-discover?view=graph-rest-1.0"
},
{
"Module": "Applications",
+ "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}/discover",
+ "OutputType": "IMicrosoftGraphDirectoryDefinition",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Discover",
"DiscoverViaIdentity"
],
- "OutputType": "IMicrosoftGraphDirectoryDefinition",
- "Command": "Find-MgServicePrincipalSynchronizationTemplateSchemaDirectory",
"Method": "POST",
- "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}/discover",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Find-MgServicePrincipalSynchronizationTemplateSchemaDirectory",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-directorydefinition-discover?view=graph-rest-1.0"
},
{
"Module": "Users.Actions",
+ "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/locateDevice",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Locate",
"LocateViaIdentity"
],
- "OutputType": null,
- "Command": "Find-MgUserManagedDevice",
"Method": "POST",
- "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/locateDevice",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Find-MgUserManagedDevice",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-locatedevice?view=graph-rest-1.0"
},
{
"Module": "Users.Actions",
- "Variants": [
- "Find",
- "FindExpanded",
- "FindViaIdentity",
- "FindViaIdentityExpanded"
- ],
- "OutputType": "IMicrosoftGraphMeetingTimeSuggestionsResult",
- "Command": "Find-MgUserMeetingTime",
- "Method": "POST",
"Uri": "/users/{user-id}/findMeetingTimes",
+ "OutputType": "IMicrosoftGraphMeetingTimeSuggestionsResult",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -10205,42 +10557,47 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Find",
+ "FindExpanded",
+ "FindViaIdentity",
+ "FindViaIdentityExpanded"
+ ],
+ "Method": "POST",
+ "Command": "Find-MgUserMeetingTime",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-findmeetingtimes?view=graph-rest-1.0"
},
{
"Module": "DeviceManagement",
+ "Uri": "/admin/edge",
+ "OutputType": "IMicrosoftGraphEdge",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": "IMicrosoftGraphEdge",
- "Command": "Get-MgAdminEdge",
"Method": "GET",
- "Uri": "/admin/edge",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgAdminEdge",
+ "ApiReferenceLink": null
},
{
"Module": "DeviceManagement",
+ "Uri": "/admin/edge/internetExplorerMode",
+ "OutputType": "IMicrosoftGraphInternetExplorerMode",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": "IMicrosoftGraphInternetExplorerMode",
- "Command": "Get-MgAdminEdgeInternetExplorerMode",
"Method": "GET",
- "Uri": "/admin/edge/internetExplorerMode",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgAdminEdgeInternetExplorerMode",
+ "ApiReferenceLink": null
},
{
"Module": "DeviceManagement",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphBrowserSiteList",
- "Command": "Get-MgAdminEdgeInternetExplorerModeSiteList",
- "Method": "GET",
"Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}",
+ "OutputType": "IMicrosoftGraphBrowserSiteList",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -10259,17 +10616,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "DeviceManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphBrowserSiteList",
- "Command": "Get-MgAdminEdgeInternetExplorerModeSiteList",
"Method": "GET",
+ "Command": "Get-MgAdminEdgeInternetExplorerModeSiteList",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/browsersitelist-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "DeviceManagement",
"Uri": "/admin/edge/internetExplorerMode/siteLists",
+ "OutputType": "IMicrosoftGraphBrowserSiteList",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -10288,17 +10647,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "DeviceManagement",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgAdminEdgeInternetExplorerModeSiteListCount",
"Method": "GET",
+ "Command": "Get-MgAdminEdgeInternetExplorerModeSiteList",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/internetexplorermode-list-sitelists?view=graph-rest-1.0"
+ },
+ {
+ "Module": "DeviceManagement",
"Uri": "/admin/edge/internetExplorerMode/siteLists/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -10317,18 +10677,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "DeviceManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphBrowserSharedCookie",
- "Command": "Get-MgAdminEdgeInternetExplorerModeSiteListSharedCookie",
"Method": "GET",
+ "Command": "Get-MgAdminEdgeInternetExplorerModeSiteListCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "DeviceManagement",
"Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sharedCookies/{browserSharedCookie-id}",
+ "OutputType": "IMicrosoftGraphBrowserSharedCookie",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -10347,17 +10707,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "DeviceManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphBrowserSharedCookie",
- "Command": "Get-MgAdminEdgeInternetExplorerModeSiteListSharedCookie",
"Method": "GET",
+ "Command": "Get-MgAdminEdgeInternetExplorerModeSiteListSharedCookie",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/browsersharedcookie-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "DeviceManagement",
"Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sharedCookies",
+ "OutputType": "IMicrosoftGraphBrowserSharedCookie",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -10376,18 +10738,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "DeviceManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgAdminEdgeInternetExplorerModeSiteListSharedCookieCount",
"Method": "GET",
+ "Command": "Get-MgAdminEdgeInternetExplorerModeSiteListSharedCookie",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/browsersitelist-list-sharedcookies?view=graph-rest-1.0"
+ },
+ {
+ "Module": "DeviceManagement",
"Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sharedCookies/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -10406,18 +10768,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "DeviceManagement",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphBrowserSite",
- "Command": "Get-MgAdminEdgeInternetExplorerModeSiteListSite",
"Method": "GET",
+ "Command": "Get-MgAdminEdgeInternetExplorerModeSiteListSharedCookieCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "DeviceManagement",
"Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sites/{browserSite-id}",
+ "OutputType": "IMicrosoftGraphBrowserSite",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -10436,17 +10799,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "DeviceManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphBrowserSite",
- "Command": "Get-MgAdminEdgeInternetExplorerModeSiteListSite",
"Method": "GET",
+ "Command": "Get-MgAdminEdgeInternetExplorerModeSiteListSite",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/browsersite-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "DeviceManagement",
"Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sites",
+ "OutputType": "IMicrosoftGraphBrowserSite",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -10465,18 +10830,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "DeviceManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgAdminEdgeInternetExplorerModeSiteListSiteCount",
"Method": "GET",
+ "Command": "Get-MgAdminEdgeInternetExplorerModeSiteListSite",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/browsersitelist-list-sites?view=graph-rest-1.0"
+ },
+ {
+ "Module": "DeviceManagement",
"Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sites/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -10495,17 +10860,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.DirectoryManagement",
+ ],
"Variants": [
- "Get"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphPeopleAdminSettings",
- "Command": "Get-MgAdminPeople",
"Method": "GET",
+ "Command": "Get-MgAdminEdgeInternetExplorerModeSiteListSiteCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Identity.DirectoryManagement",
"Uri": "/admin/people",
+ "OutputType": "IMicrosoftGraphPeopleAdminSettings",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -10524,30 +10891,32 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgAdminPeople",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/peopleadminsettings-get?view=graph-rest-1.0"
},
{
"Module": "Identity.DirectoryManagement",
+ "Uri": "/admin/people/profileCardProperties/{profileCardProperty-id}",
+ "OutputType": "IMicrosoftGraphProfileCardProperty",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphProfileCardProperty",
- "Command": "Get-MgAdminPeopleProfileCardProperty",
"Method": "GET",
- "Uri": "/admin/people/profileCardProperties/{profileCardProperty-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgAdminPeopleProfileCardProperty",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/profilecardproperty-get?view=graph-rest-1.0"
},
{
"Module": "Identity.DirectoryManagement",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphProfileCardProperty",
- "Command": "Get-MgAdminPeopleProfileCardProperty",
- "Method": "GET",
"Uri": "/admin/people/profileCardProperties",
+ "OutputType": "IMicrosoftGraphProfileCardProperty",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -10566,17 +10935,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.DirectoryManagement",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgAdminPeopleProfileCardPropertyCount",
"Method": "GET",
+ "Command": "Get-MgAdminPeopleProfileCardProperty",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/peopleadminsettings-list-profilecardproperties?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Identity.DirectoryManagement",
"Uri": "/admin/people/profileCardProperties/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -10595,17 +10965,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.DirectoryManagement",
+ ],
"Variants": [
"Get"
],
- "OutputType": "IMicrosoftGraphPronounsSettings",
- "Command": "Get-MgAdminPeoplePronoun",
"Method": "GET",
+ "Command": "Get-MgAdminPeopleProfileCardPropertyCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Identity.DirectoryManagement",
"Uri": "/admin/people/pronouns",
+ "OutputType": "IMicrosoftGraphPronounsSettings",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -10624,29 +10995,31 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Sites",
+ ],
"Variants": [
"Get"
],
- "OutputType": "IMicrosoftGraphSharepoint",
- "Command": "Get-MgAdminSharepoint",
"Method": "GET",
- "Uri": "/admin/sharepoint",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgAdminPeoplePronoun",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/peopleadminsettings-list-pronouns?view=graph-rest-1.0"
},
{
"Module": "Sites",
+ "Uri": "/admin/sharepoint",
+ "OutputType": "IMicrosoftGraphSharepoint",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": "IMicrosoftGraphSharepointSettings",
- "Command": "Get-MgAdminSharepointSetting",
"Method": "GET",
+ "Command": "Get-MgAdminSharepoint",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Sites",
"Uri": "/admin/sharepoint/settings",
+ "OutputType": "IMicrosoftGraphSharepointSettings",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -10665,81 +11038,86 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgAdminSharepointSetting",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sharepointsettings-get?view=graph-rest-1.0"
},
{
"Module": "Identity.Governance",
+ "Uri": "/agreements/{agreement-id}",
+ "OutputType": "IMicrosoftGraphAgreement",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAgreement",
- "Command": "Get-MgAgreement",
"Method": "GET",
- "Uri": "/agreements/{agreement-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgAgreement",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/agreements",
+ "OutputType": "IMicrosoftGraphAgreement",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphAgreement",
- "Command": "Get-MgAgreement",
"Method": "GET",
- "Uri": "/agreements",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgAgreement",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/agreements/{agreement-id}/acceptances/{agreementAcceptance-id}",
+ "OutputType": "IMicrosoftGraphAgreementAcceptance",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAgreementAcceptance",
- "Command": "Get-MgAgreementAcceptance",
"Method": "GET",
- "Uri": "/agreements/{agreement-id}/acceptances/{agreementAcceptance-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgAgreementAcceptance",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/agreements/{agreement-id}/acceptances",
+ "OutputType": "IMicrosoftGraphAgreementAcceptance",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphAgreementAcceptance",
- "Command": "Get-MgAgreementAcceptance",
"Method": "GET",
- "Uri": "/agreements/{agreement-id}/acceptances",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgAgreementAcceptance",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/agreement-list-acceptances?view=graph-rest-1.0"
},
{
"Module": "Identity.Governance",
+ "Uri": "/agreements/{agreement-id}/acceptances/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgAgreementAcceptanceCount",
"Method": "GET",
- "Uri": "/agreements/{agreement-id}/acceptances/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgAgreementAcceptanceCount",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphAgreementFile",
- "Command": "Get-MgAgreementFile",
- "Method": "GET",
"Uri": "/agreements/{agreement-id}/file",
+ "OutputType": "IMicrosoftGraphAgreementFile",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -10758,207 +11136,224 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgAgreementFile",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/agreementfile-get?view=graph-rest-1.0"
},
{
"Module": "Identity.Governance",
+ "Uri": "/agreements/{agreement-id}/files",
+ "OutputType": "IMicrosoftGraphAgreementFileLocalization",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphAgreementFileLocalization",
- "Command": "Get-MgAgreementFile",
"Method": "GET",
- "Uri": "/agreements/{agreement-id}/files",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgAgreementFile",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/agreements/{agreement-id}/files/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgAgreementFileCount",
"Method": "GET",
- "Uri": "/agreements/{agreement-id}/files/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgAgreementFileCount",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}",
+ "OutputType": "IMicrosoftGraphAgreementFileLocalization",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAgreementFileLocalization",
- "Command": "Get-MgAgreementFileLocalization",
"Method": "GET",
- "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgAgreementFileLocalization",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/agreements/{agreement-id}/file/localizations",
+ "OutputType": "IMicrosoftGraphAgreementFileLocalization",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphAgreementFileLocalization",
- "Command": "Get-MgAgreementFileLocalization",
"Method": "GET",
- "Uri": "/agreements/{agreement-id}/file/localizations",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgAgreementFileLocalization",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/agreementfile-list-localizations?view=graph-rest-1.0"
},
{
"Module": "Identity.Governance",
+ "Uri": "/agreements/{agreement-id}/file/localizations/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgAgreementFileLocalizationCount",
"Method": "GET",
- "Uri": "/agreements/{agreement-id}/file/localizations/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgAgreementFileLocalizationCount",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}",
+ "OutputType": "IMicrosoftGraphAgreementFileVersion",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAgreementFileVersion",
- "Command": "Get-MgAgreementFileLocalizationVersion",
"Method": "GET",
- "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgAgreementFileLocalizationVersion",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions",
+ "OutputType": "IMicrosoftGraphAgreementFileVersion",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphAgreementFileVersion",
- "Command": "Get-MgAgreementFileLocalizationVersion",
"Method": "GET",
- "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgAgreementFileLocalizationVersion",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgAgreementFileLocalizationVersionCount",
"Method": "GET",
- "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgAgreementFileLocalizationVersionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}",
+ "OutputType": "IMicrosoftGraphAgreementFileVersion",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAgreementFileVersion",
- "Command": "Get-MgAgreementFileVersion",
"Method": "GET",
- "Uri": "/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgAgreementFileVersion",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions",
+ "OutputType": "IMicrosoftGraphAgreementFileVersion",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphAgreementFileVersion",
- "Command": "Get-MgAgreementFileVersion",
"Method": "GET",
- "Uri": "/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgAgreementFileVersion",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgAgreementFileVersionCount",
"Method": "GET",
- "Uri": "/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgAgreementFileVersionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Groups",
+ "Uri": "/groups/{group-id}/sites/getAllSites",
+ "OutputType": "IMicrosoftGraphSite",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSite",
- "Command": "Get-MgAllGroupSite",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/getAllSites",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgAllGroupSite",
+ "ApiReferenceLink": null
},
{
"Module": "Teams",
+ "Uri": "/groups/{group-id}/team/allChannels/{channel-id}",
+ "OutputType": "IMicrosoftGraphChannel",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphChannel",
- "Command": "Get-MgAllGroupTeamChannel",
"Method": "GET",
- "Uri": "/groups/{group-id}/team/allChannels/{channel-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgAllGroupTeamChannel",
+ "ApiReferenceLink": null
},
{
"Module": "Teams",
+ "Uri": "/groups/{group-id}/team/allChannels",
+ "OutputType": "IMicrosoftGraphChannel",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphChannel",
- "Command": "Get-MgAllGroupTeamChannel",
"Method": "GET",
- "Uri": "/groups/{group-id}/team/allChannels",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgAllGroupTeamChannel",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-list-allchannels?view=graph-rest-1.0"
},
{
"Module": "Teams",
+ "Uri": "/groups/{group-id}/team/allChannels/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgAllGroupTeamChannelCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/team/allChannels/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgAllGroupTeamChannelCount",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
- "Variants": [
- "Get2"
- ],
- "OutputType": "IMicrosoftGraphSite",
- "Command": "Get-MgAllSite",
- "Method": "GET",
"Uri": "/sites/getAllSites",
+ "OutputType": "IMicrosoftGraphSite",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -10977,30 +11372,32 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get2"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgAllSite",
+ "ApiReferenceLink": null
},
{
"Module": "Teams",
+ "Uri": "/teams/{team-id}/allChannels/{channel-id}",
+ "OutputType": "IMicrosoftGraphChannel",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphChannel",
- "Command": "Get-MgAllTeamChannel",
"Method": "GET",
- "Uri": "/teams/{team-id}/allChannels/{channel-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgAllTeamChannel",
+ "ApiReferenceLink": null
},
{
"Module": "Teams",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphChannel",
- "Command": "Get-MgAllTeamChannel",
- "Method": "GET",
"Uri": "/teams/{team-id}/allChannels",
+ "OutputType": "IMicrosoftGraphChannel",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -11027,18 +11424,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Teams",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgAllTeamChannelCount",
"Method": "GET",
+ "Command": "Get-MgAllTeamChannel",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-list-allchannels?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Teams",
"Uri": "/teams/{team-id}/allChannels/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -11065,17 +11462,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Teams",
+ ],
"Variants": [
- "Get"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphChatMessage",
- "Command": "Get-MgAllTeamMessage",
"Method": "GET",
+ "Command": "Get-MgAllTeamChannelCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Teams",
"Uri": "/teams/getAllMessages",
+ "OutputType": "IMicrosoftGraphChatMessage",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -11150,30 +11549,31 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgAllTeamMessage",
+ "ApiReferenceLink": null
},
{
"Module": "Teams",
+ "Uri": "/teamwork/deletedTeams/getAllMessages",
+ "OutputType": "IMicrosoftGraphChatMessage",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": "IMicrosoftGraphChatMessage",
- "Command": "Get-MgAllTeamworkDeletedTeamMessage",
"Method": "GET",
- "Uri": "/teamwork/deletedTeams/getAllMessages",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgAllTeamworkDeletedTeamMessage",
+ "ApiReferenceLink": null
},
{
"Module": "Users.Functions",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphChatMessage",
- "Command": "Get-MgAllUserChatMessage",
- "Method": "GET",
"Uri": "/users/{user-id}/chats/getAllMessages",
+ "OutputType": "IMicrosoftGraphChatMessage",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -11192,30 +11592,33 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Teams",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTeamsApp",
- "Command": "Get-MgAppCatalogTeamApp",
"Method": "GET",
- "Uri": "/appCatalogs/teamsApps/{teamsApp-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgAllUserChatMessage",
+ "ApiReferenceLink": null
},
{
"Module": "Teams",
+ "Uri": "/appCatalogs/teamsApps/{teamsApp-id}",
+ "OutputType": "IMicrosoftGraphTeamsApp",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTeamsApp",
- "Command": "Get-MgAppCatalogTeamApp",
"Method": "GET",
+ "Command": "Get-MgAppCatalogTeamApp",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Teams",
"Uri": "/appCatalogs/teamsApps",
+ "OutputType": "IMicrosoftGraphTeamsApp",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -11258,17 +11661,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Teams",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgAppCatalogTeamAppCount",
"Method": "GET",
+ "Command": "Get-MgAppCatalogTeamApp",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/appcatalogs-list-teamsapps?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Teams",
"Uri": "/appCatalogs/teamsApps/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -11311,43 +11715,45 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgAppCatalogTeamAppCount",
+ "ApiReferenceLink": null
},
{
"Module": "Teams",
+ "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}",
+ "OutputType": "IMicrosoftGraphTeamsAppDefinition",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTeamsAppDefinition",
- "Command": "Get-MgAppCatalogTeamAppDefinition",
"Method": "GET",
- "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgAppCatalogTeamAppDefinition",
+ "ApiReferenceLink": null
},
{
"Module": "Teams",
+ "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions",
+ "OutputType": "IMicrosoftGraphTeamsAppDefinition",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphTeamsAppDefinition",
- "Command": "Get-MgAppCatalogTeamAppDefinition",
"Method": "GET",
- "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgAppCatalogTeamAppDefinition",
+ "ApiReferenceLink": null
},
{
"Module": "Teams",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": null,
- "Command": "Get-MgAppCatalogTeamAppDefinitionBot",
- "Method": "GET",
"Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/bot",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -11374,31 +11780,33 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Teams",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgAppCatalogTeamAppDefinitionCount",
"Method": "GET",
- "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgAppCatalogTeamAppDefinitionBot",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworkbot-get?view=graph-rest-1.0"
},
{
- "Module": "Applications",
+ "Module": "Teams",
+ "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphApplication",
- "Command": "Get-MgApplication",
"Method": "GET",
+ "Command": "Get-MgAppCatalogTeamAppDefinitionCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Applications",
"Uri": "/applications/{application-id}",
+ "OutputType": "IMicrosoftGraphApplication",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -11441,17 +11849,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Applications",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphApplication",
- "Command": "Get-MgApplication",
"Method": "GET",
+ "Command": "Get-MgApplication",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Applications",
"Uri": "/applications",
+ "OutputType": "IMicrosoftGraphApplication",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -11502,55 +11912,58 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Applications",
+ ],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphAppManagementPolicy",
- "Command": "Get-MgApplicationAppManagementPolicy",
"Method": "GET",
- "Uri": "/applications/{application-id}/appManagementPolicies",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgApplication",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-list?view=graph-rest-1.0"
},
{
"Module": "Applications",
+ "Uri": "/applications/{application-id}/appManagementPolicies",
+ "OutputType": "IMicrosoftGraphAppManagementPolicy",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": null,
- "Command": "Get-MgApplicationAppManagementPolicyByRef",
"Method": "GET",
- "Uri": "/applications/{application-id}/appManagementPolicies/$ref",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgApplicationAppManagementPolicy",
+ "ApiReferenceLink": null
},
{
"Module": "Applications",
+ "Uri": "/applications/{application-id}/appManagementPolicies/$ref",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgApplicationAppManagementPolicyCount",
"Method": "GET",
- "Uri": "/applications/{application-id}/appManagementPolicies/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgApplicationAppManagementPolicyByRef",
+ "ApiReferenceLink": null
},
{
"Module": "Applications",
+ "Uri": "/applications/{application-id}/appManagementPolicies/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphApplication",
- "Command": "Get-MgApplicationByAppId",
"Method": "GET",
+ "Command": "Get-MgApplicationAppManagementPolicyCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Applications",
"Uri": "/applications(appId='{appId}')",
+ "OutputType": "IMicrosoftGraphApplication",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -11601,31 +12014,33 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgApplicationByAppId",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-get?view=graph-rest-1.0"
},
{
"Module": "Applications",
+ "Uri": "/applications/getByIds",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetExpanded"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgApplicationById",
"Method": "POST",
- "Uri": "/applications/getByIds",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgApplicationById",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0"
},
{
"Module": "Applications",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphApplication",
- "Command": "Get-MgApplicationByUniqueName",
- "Method": "GET",
"Uri": "/applications(uniqueName='{uniqueName}')",
+ "OutputType": "IMicrosoftGraphApplication",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -11676,17 +12091,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Applications",
+ ],
"Variants": [
- "Get"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgApplicationCount",
"Method": "GET",
+ "Command": "Get-MgApplicationByUniqueName",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Applications",
"Uri": "/applications/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -11737,30 +12154,32 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgApplicationCount",
+ "ApiReferenceLink": null
},
{
"Module": "Applications",
+ "Uri": "/applications/{application-id}/createdOnBehalfOf",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgApplicationCreatedOnBehalfOf",
"Method": "GET",
- "Uri": "/applications/{application-id}/createdOnBehalfOf",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgApplicationCreatedOnBehalfOf",
+ "ApiReferenceLink": null
},
{
"Module": "Applications",
- "Variants": [
- "Delta"
- ],
- "OutputType": "IMicrosoftGraphApplication",
- "Command": "Get-MgApplicationDelta",
- "Method": "GET",
"Uri": "/applications/delta",
+ "OutputType": "IMicrosoftGraphApplication",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -11803,18 +12222,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Applications",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Delta"
],
- "OutputType": "IMicrosoftGraphExtensionProperty",
- "Command": "Get-MgApplicationExtensionProperty",
"Method": "GET",
+ "Command": "Get-MgApplicationDelta",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Applications",
"Uri": "/applications/{application-id}/extensionProperties/{extensionProperty-id}",
+ "OutputType": "IMicrosoftGraphExtensionProperty",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -11849,17 +12268,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Applications",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphExtensionProperty",
- "Command": "Get-MgApplicationExtensionProperty",
"Method": "GET",
+ "Command": "Get-MgApplicationExtensionProperty",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/extensionproperty-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Applications",
"Uri": "/applications/{application-id}/extensionProperties",
+ "OutputType": "IMicrosoftGraphExtensionProperty",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -11902,18 +12323,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Applications",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgApplicationExtensionPropertyCount",
"Method": "GET",
+ "Command": "Get-MgApplicationExtensionProperty",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-list-extensionproperty?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Applications",
"Uri": "/applications/{application-id}/extensionProperties/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -11956,64 +12377,28 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Applications",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphFederatedIdentityCredential",
- "Command": "Get-MgApplicationFederatedIdentityCredential",
"Method": "GET",
- "Uri": "/applications/{application-id}/federatedIdentityCredentials/{federatedIdentityCredential-id}",
- "ApiVersion": "v1.0",
- "Permissions": [
- {
- "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": true
- },
- {
- "Name": "Application.ReadWrite.All",
- "Description": "Read and write all applications",
- "FullDescription": "Allows the app to create, read, update and delete applications and service principals without a signed-in user. Does not allow management of consent grants.",
- "IsAdmin": false,
- "PermissionType": "Application",
- "IsLeastPrivilege": false
- }
- ]
+ "Command": "Get-MgApplicationExtensionPropertyCount",
+ "ApiReferenceLink": null
},
{
"Module": "Applications",
- "Variants": [
- "List"
- ],
+ "Uri": "/applications/{application-id}/federatedIdentityCredentials/{federatedIdentityCredential-id}",
"OutputType": "IMicrosoftGraphFederatedIdentityCredential",
- "Command": "Get-MgApplicationFederatedIdentityCredential",
- "Method": "GET",
- "Uri": "/applications/{application-id}/federatedIdentityCredentials",
"ApiVersion": "v1.0",
"Permissions": [
- {
- "Name": "Application.Read.All",
- "Description": "Read all applications",
- "FullDescription": "Allows the app to read all applications and service principals without a signed-in user.",
- "IsAdmin": false,
- "PermissionType": "Application",
- "IsLeastPrivilege": true
- },
{
"Name": "Application.ReadWrite.OwnedBy",
"Description": "Manage apps that this app creates or owns",
"FullDescription": "Allows the app to create other applications, and fully manage those applications (read, update, update application secrets and delete), without a signed-in user. Â It cannot update any apps that it is not an owner of.",
"IsAdmin": false,
"PermissionType": "Application",
- "IsLeastPrivilege": false
+ "IsLeastPrivilege": true
},
{
"Name": "Application.ReadWrite.All",
@@ -12023,18 +12408,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Applications",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgApplicationFederatedIdentityCredentialCount",
"Method": "GET",
- "Uri": "/applications/{application-id}/federatedIdentityCredentials/$count",
+ "Command": "Get-MgApplicationFederatedIdentityCredential",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/federatedidentitycredential-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Applications",
+ "Uri": "/applications/{application-id}/federatedIdentityCredentials",
+ "OutputType": "IMicrosoftGraphFederatedIdentityCredential",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -12061,98 +12447,144 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgApplicationFederatedIdentityCredential",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-list-federatedidentitycredentials?view=graph-rest-1.0"
},
{
"Module": "Applications",
+ "Uri": "/applications/{application-id}/federatedIdentityCredentials/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [
+ {
+ "Name": "Application.Read.All",
+ "Description": "Read all applications",
+ "FullDescription": "Allows the app to read all applications and service principals without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": true
+ },
+ {
+ "Name": "Application.ReadWrite.OwnedBy",
+ "Description": "Manage apps that this app creates or owns",
+ "FullDescription": "Allows the app to create other applications, and fully manage those applications (read, update, update application secrets and delete), without a signed-in user. Â It cannot update any apps that it is not an owner of.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "Application.ReadWrite.All",
+ "Description": "Read and write all applications",
+ "FullDescription": "Allows the app to create, read, update and delete applications and service principals without a signed-in user. Does not allow management of consent grants.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ }
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy",
- "Command": "Get-MgApplicationHomeRealmDiscoveryPolicy",
"Method": "GET",
+ "Command": "Get-MgApplicationFederatedIdentityCredentialCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Applications",
"Uri": "/applications/{application-id}/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}",
+ "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy",
"ApiVersion": "v1.0",
- "Permissions": []
+ "Permissions": [],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgApplicationHomeRealmDiscoveryPolicy",
+ "ApiReferenceLink": null
},
{
"Module": "Applications",
+ "Uri": "/applications/{application-id}/homeRealmDiscoveryPolicies",
+ "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy",
- "Command": "Get-MgApplicationHomeRealmDiscoveryPolicy",
"Method": "GET",
- "Uri": "/applications/{application-id}/homeRealmDiscoveryPolicies",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgApplicationHomeRealmDiscoveryPolicy",
+ "ApiReferenceLink": null
},
{
"Module": "Applications",
+ "Uri": "/applications/{application-id}/homeRealmDiscoveryPolicies/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgApplicationHomeRealmDiscoveryPolicyCount",
"Method": "GET",
- "Uri": "/applications/{application-id}/homeRealmDiscoveryPolicies/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgApplicationHomeRealmDiscoveryPolicyCount",
+ "ApiReferenceLink": null
},
{
"Module": "Applications",
+ "Uri": "/applications/{application-id}/logo",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgApplicationLogo",
"Method": "GET",
- "Uri": "/applications/{application-id}/logo",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgApplicationLogo",
+ "ApiReferenceLink": null
},
{
"Module": "Applications",
+ "Uri": "/applications/{application-id}/getMemberGroups",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetExpanded",
"GetViaIdentity",
"GetViaIdentityExpanded"
],
- "OutputType": null,
- "Command": "Get-MgApplicationMemberGroup",
"Method": "POST",
- "Uri": "/applications/{application-id}/getMemberGroups",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgApplicationMemberGroup",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0"
},
{
"Module": "Applications",
+ "Uri": "/applications/{application-id}/getMemberObjects",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetExpanded",
"GetViaIdentity",
"GetViaIdentityExpanded"
],
- "OutputType": null,
- "Command": "Get-MgApplicationMemberObject",
"Method": "POST",
- "Uri": "/applications/{application-id}/getMemberObjects",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgApplicationMemberObject",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0"
},
{
"Module": "Applications",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgApplicationOwner",
- "Method": "GET",
"Uri": "/applications/{application-id}/owners",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -12195,117 +12627,126 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgApplicationOwner",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-list-owners?view=graph-rest-1.0"
},
{
"Module": "Applications",
+ "Uri": "/applications/{application-id}/owners/{directoryObject-id}/appRoleAssignment",
+ "OutputType": "IMicrosoftGraphAppRoleAssignment",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAppRoleAssignment",
- "Command": "Get-MgApplicationOwnerAsAppRoleAssignment",
"Method": "GET",
- "Uri": "/applications/{application-id}/owners/{directoryObject-id}/appRoleAssignment",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgApplicationOwnerAsAppRoleAssignment",
+ "ApiReferenceLink": null
},
{
"Module": "Applications",
+ "Uri": "/applications/{application-id}/owners/appRoleAssignment",
+ "OutputType": "IMicrosoftGraphAppRoleAssignment",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphAppRoleAssignment",
- "Command": "Get-MgApplicationOwnerAsAppRoleAssignment",
"Method": "GET",
- "Uri": "/applications/{application-id}/owners/appRoleAssignment",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgApplicationOwnerAsAppRoleAssignment",
+ "ApiReferenceLink": null
},
{
"Module": "Applications",
+ "Uri": "/applications/{application-id}/owners/{directoryObject-id}/endpoint",
+ "OutputType": "IMicrosoftGraphEndpoint",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphEndpoint",
- "Command": "Get-MgApplicationOwnerAsEndpoint",
"Method": "GET",
- "Uri": "/applications/{application-id}/owners/{directoryObject-id}/endpoint",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgApplicationOwnerAsEndpoint",
+ "ApiReferenceLink": null
},
{
"Module": "Applications",
+ "Uri": "/applications/{application-id}/owners/endpoint",
+ "OutputType": "IMicrosoftGraphEndpoint",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphEndpoint",
- "Command": "Get-MgApplicationOwnerAsEndpoint",
"Method": "GET",
- "Uri": "/applications/{application-id}/owners/endpoint",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgApplicationOwnerAsEndpoint",
+ "ApiReferenceLink": null
},
{
"Module": "Applications",
+ "Uri": "/applications/{application-id}/owners/{directoryObject-id}/servicePrincipal",
+ "OutputType": "IMicrosoftGraphServicePrincipal",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphServicePrincipal",
- "Command": "Get-MgApplicationOwnerAsServicePrincipal",
"Method": "GET",
- "Uri": "/applications/{application-id}/owners/{directoryObject-id}/servicePrincipal",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgApplicationOwnerAsServicePrincipal",
+ "ApiReferenceLink": null
},
{
"Module": "Applications",
+ "Uri": "/applications/{application-id}/owners/servicePrincipal",
+ "OutputType": "IMicrosoftGraphServicePrincipal",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphServicePrincipal",
- "Command": "Get-MgApplicationOwnerAsServicePrincipal",
"Method": "GET",
- "Uri": "/applications/{application-id}/owners/servicePrincipal",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgApplicationOwnerAsServicePrincipal",
+ "ApiReferenceLink": null
},
{
"Module": "Applications",
+ "Uri": "/applications/{application-id}/owners/{directoryObject-id}/user",
+ "OutputType": "IMicrosoftGraphUser",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUser",
- "Command": "Get-MgApplicationOwnerAsUser",
"Method": "GET",
- "Uri": "/applications/{application-id}/owners/{directoryObject-id}/user",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgApplicationOwnerAsUser",
+ "ApiReferenceLink": null
},
{
"Module": "Applications",
+ "Uri": "/applications/{application-id}/owners/user",
+ "OutputType": "IMicrosoftGraphUser",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphUser",
- "Command": "Get-MgApplicationOwnerAsUser",
"Method": "GET",
- "Uri": "/applications/{application-id}/owners/user",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgApplicationOwnerAsUser",
+ "ApiReferenceLink": null
},
{
"Module": "Applications",
- "Variants": [
- "List"
- ],
- "OutputType": null,
- "Command": "Get-MgApplicationOwnerByRef",
- "Method": "GET",
"Uri": "/applications/{application-id}/owners/$ref",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -12348,18 +12789,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Applications",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgApplicationOwnerCount",
"Method": "GET",
+ "Command": "Get-MgApplicationOwnerByRef",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-list-owners?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Applications",
"Uri": "/applications/{application-id}/owners/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -12402,85 +12843,89 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgApplicationOwnerCount",
+ "ApiReferenceLink": null
},
{
"Module": "Applications",
+ "Uri": "/applications/{application-id}/owners/appRoleAssignment/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgApplicationOwnerCountAsAppRoleAssignment",
"Method": "GET",
- "Uri": "/applications/{application-id}/owners/appRoleAssignment/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgApplicationOwnerCountAsAppRoleAssignment",
+ "ApiReferenceLink": null
},
{
"Module": "Applications",
+ "Uri": "/applications/{application-id}/owners/endpoint/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgApplicationOwnerCountAsEndpoint",
"Method": "GET",
- "Uri": "/applications/{application-id}/owners/endpoint/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgApplicationOwnerCountAsEndpoint",
+ "ApiReferenceLink": null
},
{
"Module": "Applications",
+ "Uri": "/applications/{application-id}/owners/servicePrincipal/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgApplicationOwnerCountAsServicePrincipal",
"Method": "GET",
- "Uri": "/applications/{application-id}/owners/servicePrincipal/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgApplicationOwnerCountAsServicePrincipal",
+ "ApiReferenceLink": null
},
{
"Module": "Applications",
+ "Uri": "/applications/{application-id}/owners/user/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgApplicationOwnerCountAsUser",
"Method": "GET",
- "Uri": "/applications/{application-id}/owners/user/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgApplicationOwnerCountAsUser",
+ "ApiReferenceLink": null
},
{
"Module": "Applications",
+ "Uri": "/applications/{application-id}/synchronization",
+ "OutputType": "IMicrosoftGraphSynchronization",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSynchronization",
- "Command": "Get-MgApplicationSynchronization",
"Method": "GET",
- "Uri": "/applications/{application-id}/synchronization",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgApplicationSynchronization",
+ "ApiReferenceLink": null
},
{
"Module": "Applications",
- "Variants": [
- "Acquire",
- "AcquireExpanded",
- "AcquireViaIdentity",
- "AcquireViaIdentityExpanded"
- ],
- "OutputType": null,
- "Command": "Get-MgApplicationSynchronizationAccessToken",
- "Method": "POST",
"Uri": "/applications/{application-id}/synchronization/acquireAccessToken",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -12499,146 +12944,159 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Acquire",
+ "AcquireExpanded",
+ "AcquireViaIdentity",
+ "AcquireViaIdentityExpanded"
+ ],
+ "Method": "POST",
+ "Command": "Get-MgApplicationSynchronizationAccessToken",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronization-acquireaccesstoken?view=graph-rest-1.0"
},
{
"Module": "Applications",
+ "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}",
+ "OutputType": "IMicrosoftGraphSynchronizationJob",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSynchronizationJob",
- "Command": "Get-MgApplicationSynchronizationJob",
"Method": "GET",
- "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgApplicationSynchronizationJob",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-get?view=graph-rest-1.0"
},
{
"Module": "Applications",
+ "Uri": "/applications/{application-id}/synchronization/jobs",
+ "OutputType": "IMicrosoftGraphSynchronizationJob",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphSynchronizationJob",
- "Command": "Get-MgApplicationSynchronizationJob",
"Method": "GET",
- "Uri": "/applications/{application-id}/synchronization/jobs",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgApplicationSynchronizationJob",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronization-list-jobs?view=graph-rest-1.0"
},
{
"Module": "Applications",
+ "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgApplicationSynchronizationJobBulkUpload",
"Method": "GET",
- "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgApplicationSynchronizationJobBulkUpload",
+ "ApiReferenceLink": null
},
{
"Module": "Applications",
+ "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload/$value",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgApplicationSynchronizationJobBulkUploadContent",
"Method": "GET",
- "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload/$value",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgApplicationSynchronizationJobBulkUploadContent",
+ "ApiReferenceLink": null
},
{
"Module": "Applications",
+ "Uri": "/applications/{application-id}/synchronization/jobs/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgApplicationSynchronizationJobCount",
"Method": "GET",
- "Uri": "/applications/{application-id}/synchronization/jobs/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgApplicationSynchronizationJobCount",
+ "ApiReferenceLink": null
},
{
"Module": "Applications",
+ "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema",
+ "OutputType": "IMicrosoftGraphSynchronizationSchema",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSynchronizationSchema",
- "Command": "Get-MgApplicationSynchronizationJobSchema",
"Method": "GET",
- "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgApplicationSynchronizationJobSchema",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-get?view=graph-rest-1.0"
},
{
"Module": "Applications",
+ "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}",
+ "OutputType": "IMicrosoftGraphDirectoryDefinition",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDirectoryDefinition",
- "Command": "Get-MgApplicationSynchronizationJobSchemaDirectory",
"Method": "GET",
- "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgApplicationSynchronizationJobSchemaDirectory",
+ "ApiReferenceLink": null
},
{
"Module": "Applications",
+ "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories",
+ "OutputType": "IMicrosoftGraphDirectoryDefinition",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphDirectoryDefinition",
- "Command": "Get-MgApplicationSynchronizationJobSchemaDirectory",
"Method": "GET",
- "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgApplicationSynchronizationJobSchemaDirectory",
+ "ApiReferenceLink": null
},
{
"Module": "Applications",
+ "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgApplicationSynchronizationJobSchemaDirectoryCount",
"Method": "GET",
- "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgApplicationSynchronizationJobSchemaDirectoryCount",
+ "ApiReferenceLink": null
},
{
"Module": "Applications",
+ "Uri": "/applications/{application-id}/synchronization/secrets/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgApplicationSynchronizationSecretCount",
"Method": "GET",
- "Uri": "/applications/{application-id}/synchronization/secrets/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgApplicationSynchronizationSecretCount",
+ "ApiReferenceLink": null
},
{
"Module": "Applications",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphSynchronizationTemplate",
- "Command": "Get-MgApplicationSynchronizationTemplate",
- "Method": "GET",
"Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}",
+ "OutputType": "IMicrosoftGraphSynchronizationTemplate",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -12665,17 +13123,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Applications",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSynchronizationTemplate",
- "Command": "Get-MgApplicationSynchronizationTemplate",
"Method": "GET",
+ "Command": "Get-MgApplicationSynchronizationTemplate",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Applications",
"Uri": "/applications/{application-id}/synchronization/templates",
+ "OutputType": "IMicrosoftGraphSynchronizationTemplate",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -12702,18 +13162,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Applications",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgApplicationSynchronizationTemplateCount",
"Method": "GET",
+ "Command": "Get-MgApplicationSynchronizationTemplate",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronization-list-templates?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Applications",
"Uri": "/applications/{application-id}/synchronization/templates/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -12740,18 +13200,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Applications",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSynchronizationSchema",
- "Command": "Get-MgApplicationSynchronizationTemplateSchema",
"Method": "GET",
+ "Command": "Get-MgApplicationSynchronizationTemplateCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Applications",
"Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema",
+ "OutputType": "IMicrosoftGraphSynchronizationSchema",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -12778,92 +13239,100 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgApplicationSynchronizationTemplateSchema",
+ "ApiReferenceLink": null
},
{
"Module": "Applications",
+ "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}",
+ "OutputType": "IMicrosoftGraphDirectoryDefinition",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDirectoryDefinition",
- "Command": "Get-MgApplicationSynchronizationTemplateSchemaDirectory",
"Method": "GET",
- "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgApplicationSynchronizationTemplateSchemaDirectory",
+ "ApiReferenceLink": null
},
{
"Module": "Applications",
+ "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories",
+ "OutputType": "IMicrosoftGraphDirectoryDefinition",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphDirectoryDefinition",
- "Command": "Get-MgApplicationSynchronizationTemplateSchemaDirectory",
"Method": "GET",
- "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgApplicationSynchronizationTemplateSchemaDirectory",
+ "ApiReferenceLink": null
},
{
"Module": "Applications",
+ "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgApplicationSynchronizationTemplateSchemaDirectoryCount",
"Method": "GET",
- "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgApplicationSynchronizationTemplateSchemaDirectoryCount",
+ "ApiReferenceLink": null
},
{
"Module": "Applications",
+ "Uri": "/applicationTemplates/{applicationTemplate-id}",
+ "OutputType": "IMicrosoftGraphApplicationTemplate",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphApplicationTemplate",
- "Command": "Get-MgApplicationTemplate",
"Method": "GET",
- "Uri": "/applicationTemplates/{applicationTemplate-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgApplicationTemplate",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/applicationtemplate-get?view=graph-rest-1.0"
},
{
"Module": "Applications",
+ "Uri": "/applicationTemplates",
+ "OutputType": "IMicrosoftGraphApplicationTemplate",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphApplicationTemplate",
- "Command": "Get-MgApplicationTemplate",
"Method": "GET",
- "Uri": "/applicationTemplates",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgApplicationTemplate",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/applicationtemplate-list?view=graph-rest-1.0"
},
{
"Module": "Applications",
+ "Uri": "/applicationTemplates/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgApplicationTemplateCount",
"Method": "GET",
- "Uri": "/applicationTemplates/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgApplicationTemplateCount",
+ "ApiReferenceLink": null
},
{
"Module": "Applications",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphTokenIssuancePolicy",
- "Command": "Get-MgApplicationTokenIssuancePolicy",
- "Method": "GET",
"Uri": "/applications/{application-id}/tokenIssuancePolicies",
+ "OutputType": "IMicrosoftGraphTokenIssuancePolicy",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -12898,17 +13367,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Applications",
+ ],
"Variants": [
"List"
],
- "OutputType": null,
- "Command": "Get-MgApplicationTokenIssuancePolicyByRef",
"Method": "GET",
+ "Command": "Get-MgApplicationTokenIssuancePolicy",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-list-tokenissuancepolicies?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Applications",
"Uri": "/applications/{application-id}/tokenIssuancePolicies/$ref",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -12943,18 +13413,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Applications",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgApplicationTokenIssuancePolicyCount",
"Method": "GET",
+ "Command": "Get-MgApplicationTokenIssuancePolicyByRef",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-list-tokenissuancepolicies?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Applications",
"Uri": "/applications/{application-id}/tokenIssuancePolicies/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -12989,17 +13459,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Applications",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTokenLifetimePolicy",
- "Command": "Get-MgApplicationTokenLifetimePolicy",
"Method": "GET",
+ "Command": "Get-MgApplicationTokenIssuancePolicyCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Applications",
"Uri": "/applications/{application-id}/tokenLifetimePolicies",
+ "OutputType": "IMicrosoftGraphTokenLifetimePolicy",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -13034,17 +13506,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Applications",
+ ],
"Variants": [
"List"
],
- "OutputType": null,
- "Command": "Get-MgApplicationTokenLifetimePolicyByRef",
"Method": "GET",
+ "Command": "Get-MgApplicationTokenLifetimePolicy",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-list-tokenlifetimepolicies?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Applications",
"Uri": "/applications/{application-id}/tokenLifetimePolicies/$ref",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -13079,18 +13552,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Applications",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgApplicationTokenLifetimePolicyCount",
"Method": "GET",
+ "Command": "Get-MgApplicationTokenLifetimePolicyByRef",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-list-tokenlifetimepolicies?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Applications",
"Uri": "/applications/{application-id}/tokenLifetimePolicies/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -13125,18 +13598,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Reports",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDirectoryAudit",
- "Command": "Get-MgAuditLogDirectoryAudit",
"Method": "GET",
+ "Command": "Get-MgApplicationTokenLifetimePolicyCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Reports",
"Uri": "/auditLogs/directoryAudits/{directoryAudit-id}",
+ "OutputType": "IMicrosoftGraphDirectoryAudit",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -13155,17 +13629,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Reports",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDirectoryAudit",
- "Command": "Get-MgAuditLogDirectoryAudit",
"Method": "GET",
+ "Command": "Get-MgAuditLogDirectoryAudit",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryaudit-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Reports",
"Uri": "/auditLogs/directoryAudits",
+ "OutputType": "IMicrosoftGraphDirectoryAudit",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -13184,17 +13660,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Reports",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgAuditLogDirectoryAuditCount",
"Method": "GET",
+ "Command": "Get-MgAuditLogDirectoryAudit",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryaudit-list?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Reports",
"Uri": "/auditLogs/directoryAudits/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -13213,30 +13690,32 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgAuditLogDirectoryAuditCount",
+ "ApiReferenceLink": null
},
{
"Module": "Reports",
+ "Uri": "/auditLogs/provisioning/{provisioningObjectSummary-id}",
+ "OutputType": "IMicrosoftGraphProvisioningObjectSummary",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphProvisioningObjectSummary",
- "Command": "Get-MgAuditLogProvisioning",
"Method": "GET",
- "Uri": "/auditLogs/provisioning/{provisioningObjectSummary-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgAuditLogProvisioning",
+ "ApiReferenceLink": null
},
{
"Module": "Reports",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphProvisioningObjectSummary",
- "Command": "Get-MgAuditLogProvisioning",
- "Method": "GET",
"Uri": "/auditLogs/provisioning",
+ "OutputType": "IMicrosoftGraphProvisioningObjectSummary",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -13255,17 +13734,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Reports",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgAuditLogProvisioningCount",
"Method": "GET",
+ "Command": "Get-MgAuditLogProvisioning",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/provisioningobjectsummary-list?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Reports",
"Uri": "/auditLogs/provisioning/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -13284,18 +13764,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Reports",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphSignIn",
- "Command": "Get-MgAuditLogSignIn",
"Method": "GET",
+ "Command": "Get-MgAuditLogProvisioningCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Reports",
"Uri": "/auditLogs/signIns/{signIn-id}",
+ "OutputType": "IMicrosoftGraphSignIn",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -13314,17 +13794,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Reports",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSignIn",
- "Command": "Get-MgAuditLogSignIn",
"Method": "GET",
+ "Command": "Get-MgAuditLogSignIn",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/signin-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Reports",
"Uri": "/auditLogs/signIns",
+ "OutputType": "IMicrosoftGraphSignIn",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -13343,17 +13825,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Reports",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgAuditLogSignInCount",
"Method": "GET",
+ "Command": "Get-MgAuditLogSignIn",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/signin-list?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Reports",
"Uri": "/auditLogs/signIns/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -13372,18 +13855,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.Governance",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphAccessReview",
- "Command": "Get-MgBetaAccessReview",
"Method": "GET",
+ "Command": "Get-MgAuditLogSignInCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Identity.Governance",
"Uri": "/accessReviews/{accessReview-id}",
+ "OutputType": "IMicrosoftGraphAccessReview",
"ApiVersion": "beta",
"Permissions": [
{
@@ -13410,17 +13893,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.Governance",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAccessReview",
- "Command": "Get-MgBetaAccessReview",
"Method": "GET",
+ "Command": "Get-MgBetaAccessReview",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreview-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.Governance",
"Uri": "/accessReviews",
+ "OutputType": "IMicrosoftGraphAccessReview",
"ApiVersion": "beta",
"Permissions": [
{
@@ -13447,17 +13932,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.Governance",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaAccessReviewCount",
"Method": "GET",
+ "Command": "Get-MgBetaAccessReview",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreview-list?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.Governance",
"Uri": "/accessReviews/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -13484,30 +13970,32 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaAccessReviewCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/accessReviews/{accessReview-id}/decisions/{accessReviewDecision-id}",
+ "OutputType": "IMicrosoftGraphAccessReviewDecision",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAccessReviewDecision",
- "Command": "Get-MgBetaAccessReviewDecision",
"Method": "GET",
- "Uri": "/accessReviews/{accessReview-id}/decisions/{accessReviewDecision-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaAccessReviewDecision",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphAccessReviewDecision",
- "Command": "Get-MgBetaAccessReviewDecision",
- "Method": "GET",
"Uri": "/accessReviews/{accessReview-id}/decisions",
+ "OutputType": "IMicrosoftGraphAccessReviewDecision",
"ApiVersion": "beta",
"Permissions": [
{
@@ -13534,18 +14022,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.Governance",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaAccessReviewDecisionCount",
"Method": "GET",
+ "Command": "Get-MgBetaAccessReviewDecision",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreview-listdecisions?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.Governance",
"Uri": "/accessReviews/{accessReview-id}/decisions/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -13572,182 +14060,197 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaAccessReviewDecisionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}",
+ "OutputType": "IMicrosoftGraphAccessReview",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAccessReview",
- "Command": "Get-MgBetaAccessReviewInstance",
"Method": "GET",
- "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaAccessReviewInstance",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/accessReviews/{accessReview-id}/instances",
+ "OutputType": "IMicrosoftGraphAccessReview",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphAccessReview",
- "Command": "Get-MgBetaAccessReviewInstance",
"Method": "GET",
- "Uri": "/accessReviews/{accessReview-id}/instances",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaAccessReviewInstance",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/accessReviews/{accessReview-id}/instances/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaAccessReviewInstanceCount",
"Method": "GET",
- "Uri": "/accessReviews/{accessReview-id}/instances/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaAccessReviewInstanceCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/decisions/{accessReviewDecision-id}",
+ "OutputType": "IMicrosoftGraphAccessReviewDecision",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAccessReviewDecision",
- "Command": "Get-MgBetaAccessReviewInstanceDecision",
"Method": "GET",
- "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/decisions/{accessReviewDecision-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaAccessReviewInstanceDecision",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/decisions",
+ "OutputType": "IMicrosoftGraphAccessReviewDecision",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphAccessReviewDecision",
- "Command": "Get-MgBetaAccessReviewInstanceDecision",
"Method": "GET",
- "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/decisions",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaAccessReviewInstanceDecision",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreview-listdecisions?view=graph-rest-1.0"
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/decisions/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaAccessReviewInstanceDecisionCount",
"Method": "GET",
- "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/decisions/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaAccessReviewInstanceDecisionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/myDecisions/{accessReviewDecision-id}",
+ "OutputType": "IMicrosoftGraphAccessReviewDecision",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAccessReviewDecision",
- "Command": "Get-MgBetaAccessReviewInstanceMyDecision",
"Method": "GET",
- "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/myDecisions/{accessReviewDecision-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaAccessReviewInstanceMyDecision",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/myDecisions",
+ "OutputType": "IMicrosoftGraphAccessReviewDecision",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphAccessReviewDecision",
- "Command": "Get-MgBetaAccessReviewInstanceMyDecision",
"Method": "GET",
- "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/myDecisions",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaAccessReviewInstanceMyDecision",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreview-listmydecisions?view=graph-rest-1.0"
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/myDecisions/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaAccessReviewInstanceMyDecisionCount",
"Method": "GET",
- "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/myDecisions/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaAccessReviewInstanceMyDecisionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/reviewers/{accessReviewReviewer-id}",
+ "OutputType": "IMicrosoftGraphAccessReviewReviewer",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAccessReviewReviewer",
- "Command": "Get-MgBetaAccessReviewInstanceReviewer",
"Method": "GET",
- "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/reviewers/{accessReviewReviewer-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaAccessReviewInstanceReviewer",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/reviewers",
+ "OutputType": "IMicrosoftGraphAccessReviewReviewer",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphAccessReviewReviewer",
- "Command": "Get-MgBetaAccessReviewInstanceReviewer",
"Method": "GET",
- "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/reviewers",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaAccessReviewInstanceReviewer",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreview-listreviewers?view=graph-rest-1.0"
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/reviewers/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaAccessReviewInstanceReviewerCount",
"Method": "GET",
- "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/reviewers/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaAccessReviewInstanceReviewerCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/accessReviews/{accessReview-id}/myDecisions/{accessReviewDecision-id}",
+ "OutputType": "IMicrosoftGraphAccessReviewDecision",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAccessReviewDecision",
- "Command": "Get-MgBetaAccessReviewMyDecision",
"Method": "GET",
- "Uri": "/accessReviews/{accessReview-id}/myDecisions/{accessReviewDecision-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaAccessReviewMyDecision",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphAccessReviewDecision",
- "Command": "Get-MgBetaAccessReviewMyDecision",
- "Method": "GET",
"Uri": "/accessReviews/{accessReview-id}/myDecisions",
+ "OutputType": "IMicrosoftGraphAccessReviewDecision",
"ApiVersion": "beta",
"Permissions": [
{
@@ -13774,18 +14277,18 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.Governance",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaAccessReviewMyDecisionCount",
"Method": "GET",
+ "Command": "Get-MgBetaAccessReviewMyDecision",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreview-listmydecisions?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.Governance",
"Uri": "/accessReviews/{accessReview-id}/myDecisions/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -13812,30 +14315,33 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.Governance",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAccessReviewReviewer",
- "Command": "Get-MgBetaAccessReviewReviewer",
"Method": "GET",
- "Uri": "/accessReviews/{accessReview-id}/reviewers/{accessReviewReviewer-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaAccessReviewMyDecisionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/accessReviews/{accessReview-id}/reviewers/{accessReviewReviewer-id}",
+ "OutputType": "IMicrosoftGraphAccessReviewReviewer",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAccessReviewReviewer",
- "Command": "Get-MgBetaAccessReviewReviewer",
"Method": "GET",
+ "Command": "Get-MgBetaAccessReviewReviewer",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Identity.Governance",
"Uri": "/accessReviews/{accessReview-id}/reviewers",
+ "OutputType": "IMicrosoftGraphAccessReviewReviewer",
"ApiVersion": "beta",
"Permissions": [
{
@@ -13862,18 +14368,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.Governance",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaAccessReviewReviewerCount",
"Method": "GET",
+ "Command": "Get-MgBetaAccessReviewReviewer",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreview-listreviewers?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.Governance",
"Uri": "/accessReviews/{accessReview-id}/reviewers/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -13900,42 +14406,45 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaAccessReviewReviewerCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement",
+ "Uri": "/admin/edge",
+ "OutputType": "IMicrosoftGraphEdge",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": "IMicrosoftGraphEdge",
- "Command": "Get-MgBetaAdminEdge",
"Method": "GET",
- "Uri": "/admin/edge",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaAdminEdge",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement",
+ "Uri": "/admin/edge/internetExplorerMode",
+ "OutputType": "IMicrosoftGraphInternetExplorerMode",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": "IMicrosoftGraphInternetExplorerMode",
- "Command": "Get-MgBetaAdminEdgeInternetExplorerMode",
"Method": "GET",
- "Uri": "/admin/edge/internetExplorerMode",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaAdminEdgeInternetExplorerMode",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphBrowserSiteList",
- "Command": "Get-MgBetaAdminEdgeInternetExplorerModeSiteList",
- "Method": "GET",
"Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}",
+ "OutputType": "IMicrosoftGraphBrowserSiteList",
"ApiVersion": "beta",
"Permissions": [
{
@@ -13954,17 +14463,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphBrowserSiteList",
- "Command": "Get-MgBetaAdminEdgeInternetExplorerModeSiteList",
"Method": "GET",
+ "Command": "Get-MgBetaAdminEdgeInternetExplorerModeSiteList",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/browsersitelist-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/admin/edge/internetExplorerMode/siteLists",
+ "OutputType": "IMicrosoftGraphBrowserSiteList",
"ApiVersion": "beta",
"Permissions": [
{
@@ -13983,17 +14494,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaAdminEdgeInternetExplorerModeSiteListCount",
"Method": "GET",
+ "Command": "Get-MgBetaAdminEdgeInternetExplorerModeSiteList",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/internetexplorermode-list-sitelists?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/admin/edge/internetExplorerMode/siteLists/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -14012,18 +14524,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphBrowserSharedCookie",
- "Command": "Get-MgBetaAdminEdgeInternetExplorerModeSiteListSharedCookie",
"Method": "GET",
+ "Command": "Get-MgBetaAdminEdgeInternetExplorerModeSiteListCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sharedCookies/{browserSharedCookie-id}",
+ "OutputType": "IMicrosoftGraphBrowserSharedCookie",
"ApiVersion": "beta",
"Permissions": [
{
@@ -14042,17 +14554,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphBrowserSharedCookie",
- "Command": "Get-MgBetaAdminEdgeInternetExplorerModeSiteListSharedCookie",
"Method": "GET",
+ "Command": "Get-MgBetaAdminEdgeInternetExplorerModeSiteListSharedCookie",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/browsersharedcookie-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sharedCookies",
+ "OutputType": "IMicrosoftGraphBrowserSharedCookie",
"ApiVersion": "beta",
"Permissions": [
{
@@ -14071,18 +14585,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaAdminEdgeInternetExplorerModeSiteListSharedCookieCount",
"Method": "GET",
+ "Command": "Get-MgBetaAdminEdgeInternetExplorerModeSiteListSharedCookie",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/browsersitelist-list-sharedcookies?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sharedCookies/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -14101,18 +14615,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphBrowserSite",
- "Command": "Get-MgBetaAdminEdgeInternetExplorerModeSiteListSite",
"Method": "GET",
+ "Command": "Get-MgBetaAdminEdgeInternetExplorerModeSiteListSharedCookieCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sites/{browserSite-id}",
+ "OutputType": "IMicrosoftGraphBrowserSite",
"ApiVersion": "beta",
"Permissions": [
{
@@ -14131,17 +14646,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphBrowserSite",
- "Command": "Get-MgBetaAdminEdgeInternetExplorerModeSiteListSite",
"Method": "GET",
+ "Command": "Get-MgBetaAdminEdgeInternetExplorerModeSiteListSite",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/browsersite-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sites",
+ "OutputType": "IMicrosoftGraphBrowserSite",
"ApiVersion": "beta",
"Permissions": [
{
@@ -14160,18 +14677,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaAdminEdgeInternetExplorerModeSiteListSiteCount",
"Method": "GET",
+ "Command": "Get-MgBetaAdminEdgeInternetExplorerModeSiteListSite",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/browsersitelist-list-sites?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sites/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -14190,18 +14707,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.DirectoryManagement",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAdministrativeUnit",
- "Command": "Get-MgBetaAdministrativeUnit",
"Method": "GET",
+ "Command": "Get-MgBetaAdminEdgeInternetExplorerModeSiteListSiteCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Identity.DirectoryManagement",
"Uri": "/administrativeUnits/{administrativeUnit-id}",
+ "OutputType": "IMicrosoftGraphAdministrativeUnit",
"ApiVersion": "beta",
"Permissions": [
{
@@ -14236,17 +14754,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.DirectoryManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAdministrativeUnit",
- "Command": "Get-MgBetaAdministrativeUnit",
"Method": "GET",
+ "Command": "Get-MgBetaAdministrativeUnit",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/administrativeunit-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.DirectoryManagement",
"Uri": "/administrativeUnits",
+ "OutputType": "IMicrosoftGraphAdministrativeUnit",
"ApiVersion": "beta",
"Permissions": [
{
@@ -14281,30 +14801,32 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaAdministrativeUnit",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-list-administrativeunits?view=graph-rest-1.0"
},
{
"Module": "Beta.Identity.DirectoryManagement",
+ "Uri": "/administrativeUnits/getByIds",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetExpanded"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgBetaAdministrativeUnitById",
"Method": "POST",
- "Uri": "/administrativeUnits/getByIds",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaAdministrativeUnitById",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0"
},
{
"Module": "Beta.Identity.DirectoryManagement",
- "Variants": [
- "Get"
- ],
- "OutputType": null,
- "Command": "Get-MgBetaAdministrativeUnitCount",
- "Method": "GET",
"Uri": "/administrativeUnits/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -14339,17 +14861,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.DirectoryManagement",
+ ],
"Variants": [
- "Delta"
+ "Get"
],
- "OutputType": "IMicrosoftGraphAdministrativeUnit",
- "Command": "Get-MgBetaAdministrativeUnitDelta",
"Method": "GET",
+ "Command": "Get-MgBetaAdministrativeUnitCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Identity.DirectoryManagement",
"Uri": "/administrativeUnits/delta",
+ "OutputType": "IMicrosoftGraphAdministrativeUnit",
"ApiVersion": "beta",
"Permissions": [
{
@@ -14384,55 +14907,59 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Delta"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaAdministrativeUnitDelta",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.DirectoryManagement",
+ "Uri": "/administrativeUnits/{administrativeUnit-id}/extensions/{extension-id}",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaAdministrativeUnitExtension",
"Method": "GET",
- "Uri": "/administrativeUnits/{administrativeUnit-id}/extensions/{extension-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaAdministrativeUnitExtension",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.DirectoryManagement",
+ "Uri": "/administrativeUnits/{administrativeUnit-id}/extensions",
+ "OutputType": "IMicrosoftGraphExtension",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphExtension",
- "Command": "Get-MgBetaAdministrativeUnitExtension",
"Method": "GET",
- "Uri": "/administrativeUnits/{administrativeUnit-id}/extensions",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaAdministrativeUnitExtension",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.DirectoryManagement",
+ "Uri": "/administrativeUnits/{administrativeUnit-id}/extensions/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaAdministrativeUnitExtensionCount",
"Method": "GET",
- "Uri": "/administrativeUnits/{administrativeUnit-id}/extensions/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaAdministrativeUnitExtensionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.DirectoryManagement",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgBetaAdministrativeUnitMember",
- "Method": "GET",
"Uri": "/administrativeUnits/{administrativeUnit-id}/members",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
"ApiVersion": "beta",
"Permissions": [
{
@@ -14467,30 +14994,32 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaAdministrativeUnitMember",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.DirectoryManagement",
+ "Uri": "/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/application",
+ "OutputType": "IMicrosoftGraphApplication",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphApplication",
- "Command": "Get-MgBetaAdministrativeUnitMemberAsApplication",
"Method": "GET",
- "Uri": "/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/application",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaAdministrativeUnitMemberAsApplication",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.DirectoryManagement",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphApplication",
- "Command": "Get-MgBetaAdministrativeUnitMemberAsApplication",
- "Method": "GET",
"Uri": "/administrativeUnits/{administrativeUnit-id}/members/application",
+ "OutputType": "IMicrosoftGraphApplication",
"ApiVersion": "beta",
"Permissions": [
{
@@ -14525,30 +15054,32 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaAdministrativeUnitMemberAsApplication",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.DirectoryManagement",
+ "Uri": "/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/device",
+ "OutputType": "IMicrosoftGraphDevice",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDevice",
- "Command": "Get-MgBetaAdministrativeUnitMemberAsDevice",
"Method": "GET",
- "Uri": "/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/device",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaAdministrativeUnitMemberAsDevice",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.DirectoryManagement",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphDevice",
- "Command": "Get-MgBetaAdministrativeUnitMemberAsDevice",
- "Method": "GET",
"Uri": "/administrativeUnits/{administrativeUnit-id}/members/device",
+ "OutputType": "IMicrosoftGraphDevice",
"ApiVersion": "beta",
"Permissions": [
{
@@ -14583,30 +15114,32 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaAdministrativeUnitMemberAsDevice",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.DirectoryManagement",
+ "Uri": "/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/group",
+ "OutputType": "IMicrosoftGraphGroup",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphGroup",
- "Command": "Get-MgBetaAdministrativeUnitMemberAsGroup",
"Method": "GET",
- "Uri": "/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/group",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaAdministrativeUnitMemberAsGroup",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.DirectoryManagement",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphGroup",
- "Command": "Get-MgBetaAdministrativeUnitMemberAsGroup",
- "Method": "GET",
"Uri": "/administrativeUnits/{administrativeUnit-id}/members/group",
+ "OutputType": "IMicrosoftGraphGroup",
"ApiVersion": "beta",
"Permissions": [
{
@@ -14641,30 +15174,32 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaAdministrativeUnitMemberAsGroup",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.DirectoryManagement",
+ "Uri": "/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/orgContact",
+ "OutputType": "IMicrosoftGraphOrgContact",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphOrgContact",
- "Command": "Get-MgBetaAdministrativeUnitMemberAsOrgContact",
"Method": "GET",
- "Uri": "/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/orgContact",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaAdministrativeUnitMemberAsOrgContact",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.DirectoryManagement",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphOrgContact",
- "Command": "Get-MgBetaAdministrativeUnitMemberAsOrgContact",
- "Method": "GET",
"Uri": "/administrativeUnits/{administrativeUnit-id}/members/orgContact",
+ "OutputType": "IMicrosoftGraphOrgContact",
"ApiVersion": "beta",
"Permissions": [
{
@@ -14699,30 +15234,32 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaAdministrativeUnitMemberAsOrgContact",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.DirectoryManagement",
+ "Uri": "/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/servicePrincipal",
+ "OutputType": "IMicrosoftGraphServicePrincipal",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphServicePrincipal",
- "Command": "Get-MgBetaAdministrativeUnitMemberAsServicePrincipal",
"Method": "GET",
- "Uri": "/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/servicePrincipal",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaAdministrativeUnitMemberAsServicePrincipal",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.DirectoryManagement",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphServicePrincipal",
- "Command": "Get-MgBetaAdministrativeUnitMemberAsServicePrincipal",
- "Method": "GET",
"Uri": "/administrativeUnits/{administrativeUnit-id}/members/servicePrincipal",
+ "OutputType": "IMicrosoftGraphServicePrincipal",
"ApiVersion": "beta",
"Permissions": [
{
@@ -14757,30 +15294,32 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaAdministrativeUnitMemberAsServicePrincipal",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.DirectoryManagement",
+ "Uri": "/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/user",
+ "OutputType": "IMicrosoftGraphUser",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUser",
- "Command": "Get-MgBetaAdministrativeUnitMemberAsUser",
"Method": "GET",
- "Uri": "/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/user",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaAdministrativeUnitMemberAsUser",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.DirectoryManagement",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphUser",
- "Command": "Get-MgBetaAdministrativeUnitMemberAsUser",
- "Method": "GET",
"Uri": "/administrativeUnits/{administrativeUnit-id}/members/user",
+ "OutputType": "IMicrosoftGraphUser",
"ApiVersion": "beta",
"Permissions": [
{
@@ -14815,17 +15354,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.DirectoryManagement",
+ ],
"Variants": [
"List"
],
- "OutputType": null,
- "Command": "Get-MgBetaAdministrativeUnitMemberByRef",
"Method": "GET",
+ "Command": "Get-MgBetaAdministrativeUnitMemberAsUser",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Identity.DirectoryManagement",
"Uri": "/administrativeUnits/{administrativeUnit-id}/members/$ref",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -14860,18 +15400,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.DirectoryManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaAdministrativeUnitMemberCount",
"Method": "GET",
+ "Command": "Get-MgBetaAdministrativeUnitMemberByRef",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Identity.DirectoryManagement",
"Uri": "/administrativeUnits/{administrativeUnit-id}/members/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -14906,18 +15446,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.DirectoryManagement",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaAdministrativeUnitMemberCountAsApplication",
"Method": "GET",
+ "Command": "Get-MgBetaAdministrativeUnitMemberCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Identity.DirectoryManagement",
"Uri": "/administrativeUnits/{administrativeUnit-id}/members/application/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -14952,18 +15493,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.DirectoryManagement",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaAdministrativeUnitMemberCountAsDevice",
"Method": "GET",
+ "Command": "Get-MgBetaAdministrativeUnitMemberCountAsApplication",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Identity.DirectoryManagement",
"Uri": "/administrativeUnits/{administrativeUnit-id}/members/device/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -14998,18 +15540,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.DirectoryManagement",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaAdministrativeUnitMemberCountAsGroup",
"Method": "GET",
+ "Command": "Get-MgBetaAdministrativeUnitMemberCountAsDevice",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Identity.DirectoryManagement",
"Uri": "/administrativeUnits/{administrativeUnit-id}/members/group/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -15044,18 +15587,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.DirectoryManagement",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaAdministrativeUnitMemberCountAsOrgContact",
"Method": "GET",
+ "Command": "Get-MgBetaAdministrativeUnitMemberCountAsGroup",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Identity.DirectoryManagement",
"Uri": "/administrativeUnits/{administrativeUnit-id}/members/orgContact/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -15090,18 +15634,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.DirectoryManagement",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaAdministrativeUnitMemberCountAsServicePrincipal",
"Method": "GET",
+ "Command": "Get-MgBetaAdministrativeUnitMemberCountAsOrgContact",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Identity.DirectoryManagement",
"Uri": "/administrativeUnits/{administrativeUnit-id}/members/servicePrincipal/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -15136,18 +15681,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.DirectoryManagement",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaAdministrativeUnitMemberCountAsUser",
"Method": "GET",
+ "Command": "Get-MgBetaAdministrativeUnitMemberCountAsServicePrincipal",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Identity.DirectoryManagement",
"Uri": "/administrativeUnits/{administrativeUnit-id}/members/user/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -15182,48 +15728,51 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaAdministrativeUnitMemberCountAsUser",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.DirectoryManagement",
+ "Uri": "/administrativeUnits/{administrativeUnit-id}/getMemberGroups",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetExpanded",
"GetViaIdentity",
"GetViaIdentityExpanded"
],
- "OutputType": null,
- "Command": "Get-MgBetaAdministrativeUnitMemberGroup",
"Method": "POST",
- "Uri": "/administrativeUnits/{administrativeUnit-id}/getMemberGroups",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaAdministrativeUnitMemberGroup",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0"
},
{
"Module": "Beta.Identity.DirectoryManagement",
+ "Uri": "/administrativeUnits/{administrativeUnit-id}/getMemberObjects",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetExpanded",
"GetViaIdentity",
"GetViaIdentityExpanded"
],
- "OutputType": null,
- "Command": "Get-MgBetaAdministrativeUnitMemberObject",
"Method": "POST",
- "Uri": "/administrativeUnits/{administrativeUnit-id}/getMemberObjects",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaAdministrativeUnitMemberObject",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.DirectoryManagement",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphScopedRoleMembership",
- "Command": "Get-MgBetaAdministrativeUnitScopedRoleMember",
- "Method": "GET",
"Uri": "/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/{scopedRoleMembership-id}",
+ "OutputType": "IMicrosoftGraphScopedRoleMembership",
"ApiVersion": "beta",
"Permissions": [
{
@@ -15258,17 +15807,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.DirectoryManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphScopedRoleMembership",
- "Command": "Get-MgBetaAdministrativeUnitScopedRoleMember",
"Method": "GET",
+ "Command": "Get-MgBetaAdministrativeUnitScopedRoleMember",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/administrativeunit-get-scopedrolemembers?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.DirectoryManagement",
"Uri": "/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers",
+ "OutputType": "IMicrosoftGraphScopedRoleMembership",
"ApiVersion": "beta",
"Permissions": [
{
@@ -15303,18 +15854,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.DirectoryManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaAdministrativeUnitScopedRoleMemberCount",
"Method": "GET",
+ "Command": "Get-MgBetaAdministrativeUnitScopedRoleMember",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/administrativeunit-list-scopedrolemembers?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.DirectoryManagement",
"Uri": "/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -15349,30 +15900,33 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaAdministrativeUnitScopedRoleMemberCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.DirectoryManagement",
+ "Uri": "/administrativeUnits/getUserOwnedObjects",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetExpanded"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgBetaAdministrativeUnitUserOwnedObject",
"Method": "POST",
- "Uri": "/administrativeUnits/getUserOwnedObjects",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaAdministrativeUnitUserOwnedObject",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-1.0"
},
{
"Module": "Beta.Identity.DirectoryManagement",
- "Variants": [
- "Get"
- ],
- "OutputType": "IMicrosoftGraphPeopleAdminSettings",
- "Command": "Get-MgBetaAdminPeople",
- "Method": "GET",
"Uri": "/admin/people",
+ "OutputType": "IMicrosoftGraphPeopleAdminSettings",
"ApiVersion": "beta",
"Permissions": [
{
@@ -15391,17 +15945,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.DirectoryManagement",
+ ],
"Variants": [
"Get"
],
- "OutputType": "IMicrosoftGraphInsightsSettings",
- "Command": "Get-MgBetaAdminPeopleItemInsight",
"Method": "GET",
+ "Command": "Get-MgBetaAdminPeople",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/peopleadminsettings-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.DirectoryManagement",
"Uri": "/admin/people/itemInsights",
+ "OutputType": "IMicrosoftGraphInsightsSettings",
"ApiVersion": "beta",
"Permissions": [
{
@@ -15420,30 +15975,32 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaAdminPeopleItemInsight",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/peopleadminsettings-list-iteminsights?view=graph-rest-1.0"
},
{
"Module": "Beta.Identity.DirectoryManagement",
+ "Uri": "/admin/people/profileCardProperties/{profileCardProperty-id}",
+ "OutputType": "IMicrosoftGraphProfileCardProperty",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphProfileCardProperty",
- "Command": "Get-MgBetaAdminPeopleProfileCardProperty",
"Method": "GET",
- "Uri": "/admin/people/profileCardProperties/{profileCardProperty-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaAdminPeopleProfileCardProperty",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/profilecardproperty-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Identity.DirectoryManagement",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphProfileCardProperty",
- "Command": "Get-MgBetaAdminPeopleProfileCardProperty",
- "Method": "GET",
"Uri": "/admin/people/profileCardProperties",
+ "OutputType": "IMicrosoftGraphProfileCardProperty",
"ApiVersion": "beta",
"Permissions": [
{
@@ -15462,17 +16019,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.DirectoryManagement",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaAdminPeopleProfileCardPropertyCount",
"Method": "GET",
+ "Command": "Get-MgBetaAdminPeopleProfileCardProperty",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/peopleadminsettings-list-profilecardproperties?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.DirectoryManagement",
"Uri": "/admin/people/profileCardProperties/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -15491,17 +16049,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.DirectoryManagement",
+ ],
"Variants": [
"Get"
],
- "OutputType": "IMicrosoftGraphPronounsSettings",
- "Command": "Get-MgBetaAdminPeoplePronoun",
"Method": "GET",
+ "Command": "Get-MgBetaAdminPeopleProfileCardPropertyCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Identity.DirectoryManagement",
"Uri": "/admin/people/pronouns",
+ "OutputType": "IMicrosoftGraphPronounsSettings",
"ApiVersion": "beta",
"Permissions": [
{
@@ -15520,17 +16079,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Reports",
+ ],
"Variants": [
"Get"
],
- "OutputType": "IMicrosoftGraphAdminReportSettings",
- "Command": "Get-MgBetaAdminReportSetting",
"Method": "GET",
+ "Command": "Get-MgBetaAdminPeoplePronoun",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/peopleadminsettings-list-pronouns?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Reports",
"Uri": "/admin/reportSettings",
+ "OutputType": "IMicrosoftGraphAdminReportSettings",
"ApiVersion": "beta",
"Permissions": [
{
@@ -15549,29 +16109,31 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Sites",
+ ],
"Variants": [
"Get"
],
- "OutputType": "IMicrosoftGraphSharepoint",
- "Command": "Get-MgBetaAdminSharepoint",
"Method": "GET",
- "Uri": "/admin/sharepoint",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaAdminReportSetting",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/adminreportsettings-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Sites",
+ "Uri": "/admin/sharepoint",
+ "OutputType": "IMicrosoftGraphSharepoint",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": "IMicrosoftGraphSharepointSettings",
- "Command": "Get-MgBetaAdminSharepointSetting",
"Method": "GET",
+ "Command": "Get-MgBetaAdminSharepoint",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Sites",
"Uri": "/admin/sharepoint/settings",
+ "OutputType": "IMicrosoftGraphSharepointSettings",
"ApiVersion": "beta",
"Permissions": [
{
@@ -15590,81 +16152,86 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaAdminSharepointSetting",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sharepointsettings-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/agreements/{agreement-id}",
+ "OutputType": "IMicrosoftGraphAgreement",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAgreement",
- "Command": "Get-MgBetaAgreement",
"Method": "GET",
- "Uri": "/agreements/{agreement-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaAgreement",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/agreements",
+ "OutputType": "IMicrosoftGraphAgreement",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphAgreement",
- "Command": "Get-MgBetaAgreement",
"Method": "GET",
- "Uri": "/agreements",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaAgreement",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/agreements/{agreement-id}/acceptances/{agreementAcceptance-id}",
+ "OutputType": "IMicrosoftGraphAgreementAcceptance",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAgreementAcceptance",
- "Command": "Get-MgBetaAgreementAcceptance",
"Method": "GET",
- "Uri": "/agreements/{agreement-id}/acceptances/{agreementAcceptance-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaAgreementAcceptance",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/agreements/{agreement-id}/acceptances",
+ "OutputType": "IMicrosoftGraphAgreementAcceptance",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphAgreementAcceptance",
- "Command": "Get-MgBetaAgreementAcceptance",
"Method": "GET",
- "Uri": "/agreements/{agreement-id}/acceptances",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaAgreementAcceptance",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/agreement-list-acceptances?view=graph-rest-1.0"
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/agreements/{agreement-id}/acceptances/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaAgreementAcceptanceCount",
"Method": "GET",
- "Uri": "/agreements/{agreement-id}/acceptances/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaAgreementAcceptanceCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphAgreementFile",
- "Command": "Get-MgBetaAgreementFile",
- "Method": "GET",
"Uri": "/agreements/{agreement-id}/file",
+ "OutputType": "IMicrosoftGraphAgreementFile",
"ApiVersion": "beta",
"Permissions": [
{
@@ -15683,207 +16250,224 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaAgreementFile",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/agreementfile-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/agreements/{agreement-id}/files",
+ "OutputType": "IMicrosoftGraphAgreementFileLocalization",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphAgreementFileLocalization",
- "Command": "Get-MgBetaAgreementFile",
"Method": "GET",
- "Uri": "/agreements/{agreement-id}/files",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaAgreementFile",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/agreements/{agreement-id}/files/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaAgreementFileCount",
"Method": "GET",
- "Uri": "/agreements/{agreement-id}/files/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaAgreementFileCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}",
+ "OutputType": "IMicrosoftGraphAgreementFileLocalization",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAgreementFileLocalization",
- "Command": "Get-MgBetaAgreementFileLocalization",
"Method": "GET",
- "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaAgreementFileLocalization",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/agreements/{agreement-id}/file/localizations",
+ "OutputType": "IMicrosoftGraphAgreementFileLocalization",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphAgreementFileLocalization",
- "Command": "Get-MgBetaAgreementFileLocalization",
"Method": "GET",
- "Uri": "/agreements/{agreement-id}/file/localizations",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaAgreementFileLocalization",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/agreementfile-list-localizations?view=graph-rest-1.0"
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/agreements/{agreement-id}/file/localizations/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaAgreementFileLocalizationCount",
"Method": "GET",
- "Uri": "/agreements/{agreement-id}/file/localizations/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaAgreementFileLocalizationCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}",
+ "OutputType": "IMicrosoftGraphAgreementFileVersion",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAgreementFileVersion",
- "Command": "Get-MgBetaAgreementFileLocalizationVersion",
"Method": "GET",
- "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaAgreementFileLocalizationVersion",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions",
+ "OutputType": "IMicrosoftGraphAgreementFileVersion",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphAgreementFileVersion",
- "Command": "Get-MgBetaAgreementFileLocalizationVersion",
"Method": "GET",
- "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaAgreementFileLocalizationVersion",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaAgreementFileLocalizationVersionCount",
"Method": "GET",
- "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaAgreementFileLocalizationVersionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}",
+ "OutputType": "IMicrosoftGraphAgreementFileVersion",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAgreementFileVersion",
- "Command": "Get-MgBetaAgreementFileVersion",
"Method": "GET",
- "Uri": "/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaAgreementFileVersion",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions",
+ "OutputType": "IMicrosoftGraphAgreementFileVersion",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphAgreementFileVersion",
- "Command": "Get-MgBetaAgreementFileVersion",
"Method": "GET",
- "Uri": "/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaAgreementFileVersion",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaAgreementFileVersionCount",
"Method": "GET",
- "Uri": "/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaAgreementFileVersionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Groups",
+ "Uri": "/groups/{group-id}/sites/getAllSites",
+ "OutputType": "IMicrosoftGraphSite",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSite",
- "Command": "Get-MgBetaAllGroupSite",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/getAllSites",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaAllGroupSite",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Teams",
+ "Uri": "/groups/{group-id}/team/allChannels/{channel-id}",
+ "OutputType": "IMicrosoftGraphChannel",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphChannel",
- "Command": "Get-MgBetaAllGroupTeamChannel",
"Method": "GET",
- "Uri": "/groups/{group-id}/team/allChannels/{channel-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaAllGroupTeamChannel",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Teams",
+ "Uri": "/groups/{group-id}/team/allChannels",
+ "OutputType": "IMicrosoftGraphChannel",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphChannel",
- "Command": "Get-MgBetaAllGroupTeamChannel",
"Method": "GET",
- "Uri": "/groups/{group-id}/team/allChannels",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaAllGroupTeamChannel",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-list-allchannels?view=graph-rest-1.0"
},
{
"Module": "Beta.Teams",
+ "Uri": "/groups/{group-id}/team/allChannels/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaAllGroupTeamChannelCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/team/allChannels/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaAllGroupTeamChannelCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
- "Variants": [
- "Get2"
- ],
- "OutputType": "IMicrosoftGraphSite",
- "Command": "Get-MgBetaAllSite",
- "Method": "GET",
"Uri": "/sites/getAllSites",
+ "OutputType": "IMicrosoftGraphSite",
"ApiVersion": "beta",
"Permissions": [
{
@@ -15902,30 +16486,32 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get2"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaAllSite",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Teams",
+ "Uri": "/teams/{team-id}/allChannels/{channel-id}",
+ "OutputType": "IMicrosoftGraphChannel",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphChannel",
- "Command": "Get-MgBetaAllTeamChannel",
"Method": "GET",
- "Uri": "/teams/{team-id}/allChannels/{channel-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaAllTeamChannel",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Teams",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphChannel",
- "Command": "Get-MgBetaAllTeamChannel",
- "Method": "GET",
"Uri": "/teams/{team-id}/allChannels",
+ "OutputType": "IMicrosoftGraphChannel",
"ApiVersion": "beta",
"Permissions": [
{
@@ -15952,18 +16538,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Teams",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaAllTeamChannelCount",
"Method": "GET",
+ "Command": "Get-MgBetaAllTeamChannel",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-list-allchannels?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Teams",
"Uri": "/teams/{team-id}/allChannels/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -15990,17 +16576,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Teams",
+ ],
"Variants": [
- "Get"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphChatMessage",
- "Command": "Get-MgBetaAllTeamMessage",
"Method": "GET",
+ "Command": "Get-MgBetaAllTeamChannelCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Teams",
"Uri": "/teams/getAllMessages",
+ "OutputType": "IMicrosoftGraphChatMessage",
"ApiVersion": "beta",
"Permissions": [
{
@@ -16075,30 +16663,31 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaAllTeamMessage",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Teams",
+ "Uri": "/teamwork/deletedTeams/getAllMessages",
+ "OutputType": "IMicrosoftGraphChatMessage",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": "IMicrosoftGraphChatMessage",
- "Command": "Get-MgBetaAllTeamworkDeletedTeamMessage",
"Method": "GET",
- "Uri": "/teamwork/deletedTeams/getAllMessages",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaAllTeamworkDeletedTeamMessage",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Users.Functions",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphChatMessage",
- "Command": "Get-MgBetaAllUserChatMessage",
- "Method": "GET",
"Uri": "/users/{user-id}/chats/getAllMessages",
+ "OutputType": "IMicrosoftGraphChatMessage",
"ApiVersion": "beta",
"Permissions": [
{
@@ -16117,56 +16706,61 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaAllUserChatMessage",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Users.Functions",
+ "Uri": "/users/{user-id}/onlineMeetings/getAllRecordings",
+ "OutputType": "IMicrosoftGraphCallRecording",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphCallRecording",
- "Command": "Get-MgBetaAllUserOnlineMeetingRecording",
"Method": "GET",
- "Uri": "/users/{user-id}/onlineMeetings/getAllRecordings",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaAllUserOnlineMeetingRecording",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Users.Functions",
+ "Uri": "/users/{user-id}/onlineMeetings/getAllTranscripts",
+ "OutputType": "IMicrosoftGraphCallTranscript",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphCallTranscript",
- "Command": "Get-MgBetaAllUserOnlineMeetingTranscript",
"Method": "GET",
- "Uri": "/users/{user-id}/onlineMeetings/getAllTranscripts",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaAllUserOnlineMeetingTranscript",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Teams",
+ "Uri": "/appCatalogs/teamsApps/{teamsApp-id}",
+ "OutputType": "IMicrosoftGraphTeamsApp",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTeamsApp",
- "Command": "Get-MgBetaAppCatalogTeamApp",
"Method": "GET",
- "Uri": "/appCatalogs/teamsApps/{teamsApp-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaAppCatalogTeamApp",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Teams",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphTeamsApp",
- "Command": "Get-MgBetaAppCatalogTeamApp",
- "Method": "GET",
"Uri": "/appCatalogs/teamsApps",
+ "OutputType": "IMicrosoftGraphTeamsApp",
"ApiVersion": "beta",
"Permissions": [
{
@@ -16209,17 +16803,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Teams",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaAppCatalogTeamAppCount",
"Method": "GET",
+ "Command": "Get-MgBetaAppCatalogTeamApp",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/appcatalogs-list-teamsapps?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Teams",
"Uri": "/appCatalogs/teamsApps/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -16262,43 +16857,45 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaAppCatalogTeamAppCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Teams",
+ "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}",
+ "OutputType": "IMicrosoftGraphTeamsAppDefinition",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTeamsAppDefinition",
- "Command": "Get-MgBetaAppCatalogTeamAppDefinition",
"Method": "GET",
- "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaAppCatalogTeamAppDefinition",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Teams",
+ "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions",
+ "OutputType": "IMicrosoftGraphTeamsAppDefinition",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphTeamsAppDefinition",
- "Command": "Get-MgBetaAppCatalogTeamAppDefinition",
"Method": "GET",
- "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaAppCatalogTeamAppDefinition",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Teams",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": null,
- "Command": "Get-MgBetaAppCatalogTeamAppDefinitionBot",
- "Method": "GET",
"Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/bot",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -16325,18 +16922,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Teams",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTeamsAppIcon",
- "Command": "Get-MgBetaAppCatalogTeamAppDefinitionColorIcon",
"Method": "GET",
+ "Command": "Get-MgBetaAppCatalogTeamAppDefinitionBot",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworkbot-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Teams",
"Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/colorIcon",
+ "OutputType": "IMicrosoftGraphTeamsAppIcon",
"ApiVersion": "beta",
"Permissions": [
{
@@ -16363,20 +16961,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Teams",
+ ],
"Variants": [
"Get",
- "Get1",
- "GetViaIdentity",
- "GetViaIdentity1"
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTeamworkHostedContent",
- "Command": "Get-MgBetaAppCatalogTeamAppDefinitionColorIconHostedContent",
"Method": "GET",
+ "Command": "Get-MgBetaAppCatalogTeamAppDefinitionColorIcon",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamsappicon-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Teams",
"Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/colorIcon/hostedContent",
+ "OutputType": "IMicrosoftGraphTeamworkHostedContent",
"ApiVersion": "beta",
"Permissions": [
{
@@ -16403,69 +17000,76 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "Get1",
+ "GetViaIdentity",
+ "GetViaIdentity1"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaAppCatalogTeamAppDefinitionColorIconHostedContent",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworkhostedcontent-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Teams",
+ "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaAppCatalogTeamAppDefinitionCount",
"Method": "GET",
- "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaAppCatalogTeamAppDefinitionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Teams",
+ "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/dashboardCards/{teamsAppDashboardCardDefinition-id}",
+ "OutputType": "IMicrosoftGraphTeamsAppDashboardCardDefinition",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTeamsAppDashboardCardDefinition",
- "Command": "Get-MgBetaAppCatalogTeamAppDefinitionDashboardCard",
"Method": "GET",
- "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/dashboardCards/{teamsAppDashboardCardDefinition-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaAppCatalogTeamAppDefinitionDashboardCard",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Teams",
+ "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/dashboardCards",
+ "OutputType": "IMicrosoftGraphTeamsAppDashboardCardDefinition",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphTeamsAppDashboardCardDefinition",
- "Command": "Get-MgBetaAppCatalogTeamAppDefinitionDashboardCard",
"Method": "GET",
- "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/dashboardCards",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaAppCatalogTeamAppDefinitionDashboardCard",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Teams",
+ "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/dashboardCards/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaAppCatalogTeamAppDefinitionDashboardCardCount",
"Method": "GET",
- "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/dashboardCards/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaAppCatalogTeamAppDefinitionDashboardCardCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Teams",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphTeamsAppIcon",
- "Command": "Get-MgBetaAppCatalogTeamAppDefinitionOutlineIcon",
- "Method": "GET",
"Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/outlineIcon",
+ "OutputType": "IMicrosoftGraphTeamsAppIcon",
"ApiVersion": "beta",
"Permissions": [
{
@@ -16492,20 +17096,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Teams",
+ ],
"Variants": [
"Get",
- "Get1",
- "GetViaIdentity",
- "GetViaIdentity1"
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTeamworkHostedContent",
- "Command": "Get-MgBetaAppCatalogTeamAppDefinitionOutlineIconHostedContent",
"Method": "GET",
+ "Command": "Get-MgBetaAppCatalogTeamAppDefinitionOutlineIcon",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamsappicon-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Teams",
"Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/outlineIcon/hostedContent",
+ "OutputType": "IMicrosoftGraphTeamworkHostedContent",
"ApiVersion": "beta",
"Permissions": [
{
@@ -16532,18 +17135,21 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Applications",
+ ],
"Variants": [
"Get",
- "GetViaIdentity"
+ "Get1",
+ "GetViaIdentity",
+ "GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphApplication",
- "Command": "Get-MgBetaApplication",
"Method": "GET",
+ "Command": "Get-MgBetaAppCatalogTeamAppDefinitionOutlineIconHostedContent",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworkhostedcontent-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Applications",
"Uri": "/applications/{application-id}",
+ "OutputType": "IMicrosoftGraphApplication",
"ApiVersion": "beta",
"Permissions": [
{
@@ -16586,17 +17192,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Applications",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphApplication",
- "Command": "Get-MgBetaApplication",
"Method": "GET",
+ "Command": "Get-MgBetaApplication",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Applications",
"Uri": "/applications",
+ "OutputType": "IMicrosoftGraphApplication",
"ApiVersion": "beta",
"Permissions": [
{
@@ -16647,55 +17255,58 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Applications",
+ ],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphAppManagementPolicy",
- "Command": "Get-MgBetaApplicationAppManagementPolicy",
"Method": "GET",
- "Uri": "/applications/{application-id}/appManagementPolicies",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaApplication",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-list?view=graph-rest-1.0"
},
{
"Module": "Beta.Applications",
+ "Uri": "/applications/{application-id}/appManagementPolicies",
+ "OutputType": "IMicrosoftGraphAppManagementPolicy",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": null,
- "Command": "Get-MgBetaApplicationAppManagementPolicyByRef",
"Method": "GET",
- "Uri": "/applications/{application-id}/appManagementPolicies/$ref",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaApplicationAppManagementPolicy",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Applications",
+ "Uri": "/applications/{application-id}/appManagementPolicies/$ref",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaApplicationAppManagementPolicyCount",
"Method": "GET",
- "Uri": "/applications/{application-id}/appManagementPolicies/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaApplicationAppManagementPolicyByRef",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Applications",
+ "Uri": "/applications/{application-id}/appManagementPolicies/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphApplication",
- "Command": "Get-MgBetaApplicationByAppId",
"Method": "GET",
+ "Command": "Get-MgBetaApplicationAppManagementPolicyCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Applications",
"Uri": "/applications(appId='{appId}')",
+ "OutputType": "IMicrosoftGraphApplication",
"ApiVersion": "beta",
"Permissions": [
{
@@ -16746,31 +17357,33 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaApplicationByAppId",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Applications",
+ "Uri": "/applications/getByIds",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetExpanded"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgBetaApplicationById",
"Method": "POST",
- "Uri": "/applications/getByIds",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaApplicationById",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0"
},
{
"Module": "Beta.Applications",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphApplication",
- "Command": "Get-MgBetaApplicationByUniqueName",
- "Method": "GET",
"Uri": "/applications(uniqueName='{uniqueName}')",
+ "OutputType": "IMicrosoftGraphApplication",
"ApiVersion": "beta",
"Permissions": [
{
@@ -16821,43 +17434,47 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Applications",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphConnectorGroup",
- "Command": "Get-MgBetaApplicationConnectorGroup",
"Method": "GET",
- "Uri": "/applications/{application-id}/connectorGroup",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaApplicationByUniqueName",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Applications",
+ "Uri": "/applications/{application-id}/connectorGroup",
+ "OutputType": "IMicrosoftGraphConnectorGroup",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaApplicationConnectorGroupByRef",
"Method": "GET",
- "Uri": "/applications/{application-id}/connectorGroup/$ref",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaApplicationConnectorGroup",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Applications",
+ "Uri": "/applications/{application-id}/connectorGroup/$ref",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
- "Get"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaApplicationCount",
"Method": "GET",
+ "Command": "Get-MgBetaApplicationConnectorGroupByRef",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Applications",
"Uri": "/applications/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -16908,30 +17525,32 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaApplicationCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Applications",
+ "Uri": "/applications/{application-id}/createdOnBehalfOf",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgBetaApplicationCreatedOnBehalfOf",
"Method": "GET",
- "Uri": "/applications/{application-id}/createdOnBehalfOf",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaApplicationCreatedOnBehalfOf",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Applications",
- "Variants": [
- "Delta"
- ],
- "OutputType": "IMicrosoftGraphApplication",
- "Command": "Get-MgBetaApplicationDelta",
- "Method": "GET",
"Uri": "/applications/delta",
+ "OutputType": "IMicrosoftGraphApplication",
"ApiVersion": "beta",
"Permissions": [
{
@@ -16974,18 +17593,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Applications",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Delta"
],
- "OutputType": "IMicrosoftGraphExtensionProperty",
- "Command": "Get-MgBetaApplicationExtensionProperty",
"Method": "GET",
+ "Command": "Get-MgBetaApplicationDelta",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Applications",
"Uri": "/applications/{application-id}/extensionProperties/{extensionProperty-id}",
+ "OutputType": "IMicrosoftGraphExtensionProperty",
"ApiVersion": "beta",
"Permissions": [
{
@@ -17020,17 +17639,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Applications",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphExtensionProperty",
- "Command": "Get-MgBetaApplicationExtensionProperty",
"Method": "GET",
+ "Command": "Get-MgBetaApplicationExtensionProperty",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/extensionproperty-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Applications",
"Uri": "/applications/{application-id}/extensionProperties",
+ "OutputType": "IMicrosoftGraphExtensionProperty",
"ApiVersion": "beta",
"Permissions": [
{
@@ -17073,18 +17694,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Applications",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaApplicationExtensionPropertyCount",
"Method": "GET",
+ "Command": "Get-MgBetaApplicationExtensionProperty",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-list-extensionproperty?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Applications",
"Uri": "/applications/{application-id}/extensionProperties/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -17127,18 +17748,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Applications",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphFederatedIdentityCredential",
- "Command": "Get-MgBetaApplicationFederatedIdentityCredential",
"Method": "GET",
+ "Command": "Get-MgBetaApplicationExtensionPropertyCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Applications",
"Uri": "/applications/{application-id}/federatedIdentityCredentials/{federatedIdentityCredential-id}",
+ "OutputType": "IMicrosoftGraphFederatedIdentityCredential",
"ApiVersion": "beta",
"Permissions": [
{
@@ -17157,17 +17779,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Applications",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphFederatedIdentityCredential",
- "Command": "Get-MgBetaApplicationFederatedIdentityCredential",
"Method": "GET",
+ "Command": "Get-MgBetaApplicationFederatedIdentityCredential",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/federatedidentitycredential-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Applications",
"Uri": "/applications/{application-id}/federatedIdentityCredentials",
+ "OutputType": "IMicrosoftGraphFederatedIdentityCredential",
"ApiVersion": "beta",
"Permissions": [
{
@@ -17194,18 +17818,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Applications",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": "IMicrosoftGraphFederatedIdentityCredential",
- "Command": "Get-MgBetaApplicationFederatedIdentityCredentialByName",
"Method": "GET",
+ "Command": "Get-MgBetaApplicationFederatedIdentityCredential",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-list-federatedidentitycredentials?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Applications",
"Uri": "/applications/{application-id}/federatedIdentityCredentials(name='{name}')",
+ "OutputType": "IMicrosoftGraphFederatedIdentityCredential",
"ApiVersion": "beta",
"Permissions": [
{
@@ -17232,18 +17856,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Applications",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaApplicationFederatedIdentityCredentialCount",
"Method": "GET",
+ "Command": "Get-MgBetaApplicationFederatedIdentityCredentialByName",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/federatedidentitycredential-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Applications",
"Uri": "/applications/{application-id}/federatedIdentityCredentials/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -17270,98 +17895,106 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaApplicationFederatedIdentityCredentialCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Applications",
+ "Uri": "/applications/{application-id}/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}",
+ "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy",
- "Command": "Get-MgBetaApplicationHomeRealmDiscoveryPolicy",
"Method": "GET",
- "Uri": "/applications/{application-id}/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaApplicationHomeRealmDiscoveryPolicy",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Applications",
+ "Uri": "/applications/{application-id}/homeRealmDiscoveryPolicies",
+ "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy",
- "Command": "Get-MgBetaApplicationHomeRealmDiscoveryPolicy",
"Method": "GET",
- "Uri": "/applications/{application-id}/homeRealmDiscoveryPolicies",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaApplicationHomeRealmDiscoveryPolicy",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Applications",
+ "Uri": "/applications/{application-id}/homeRealmDiscoveryPolicies/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaApplicationHomeRealmDiscoveryPolicyCount",
"Method": "GET",
- "Uri": "/applications/{application-id}/homeRealmDiscoveryPolicies/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaApplicationHomeRealmDiscoveryPolicyCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Applications",
+ "Uri": "/applications/{application-id}/logo",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaApplicationLogo",
"Method": "GET",
- "Uri": "/applications/{application-id}/logo",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaApplicationLogo",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Applications",
+ "Uri": "/applications/{application-id}/getMemberGroups",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetExpanded",
"GetViaIdentity",
"GetViaIdentityExpanded"
],
- "OutputType": null,
- "Command": "Get-MgBetaApplicationMemberGroup",
"Method": "POST",
- "Uri": "/applications/{application-id}/getMemberGroups",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaApplicationMemberGroup",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0"
},
{
"Module": "Beta.Applications",
+ "Uri": "/applications/{application-id}/getMemberObjects",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetExpanded",
"GetViaIdentity",
"GetViaIdentityExpanded"
],
- "OutputType": null,
- "Command": "Get-MgBetaApplicationMemberObject",
"Method": "POST",
- "Uri": "/applications/{application-id}/getMemberObjects",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaApplicationMemberObject",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Applications",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgBetaApplicationOwner",
- "Method": "GET",
"Uri": "/applications/{application-id}/owners",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
"ApiVersion": "beta",
"Permissions": [
{
@@ -17404,92 +18037,99 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaApplicationOwner",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-list-owners?view=graph-rest-1.0"
},
{
"Module": "Beta.Applications",
+ "Uri": "/applications/{application-id}/owners/{directoryObject-id}/endpoint",
+ "OutputType": "IMicrosoftGraphEndpoint",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphEndpoint",
- "Command": "Get-MgBetaApplicationOwnerAsEndpoint",
"Method": "GET",
- "Uri": "/applications/{application-id}/owners/{directoryObject-id}/endpoint",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaApplicationOwnerAsEndpoint",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Applications",
+ "Uri": "/applications/{application-id}/owners/endpoint",
+ "OutputType": "IMicrosoftGraphEndpoint",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphEndpoint",
- "Command": "Get-MgBetaApplicationOwnerAsEndpoint",
"Method": "GET",
- "Uri": "/applications/{application-id}/owners/endpoint",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaApplicationOwnerAsEndpoint",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Applications",
+ "Uri": "/applications/{application-id}/owners/{directoryObject-id}/servicePrincipal",
+ "OutputType": "IMicrosoftGraphServicePrincipal",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphServicePrincipal",
- "Command": "Get-MgBetaApplicationOwnerAsServicePrincipal",
"Method": "GET",
- "Uri": "/applications/{application-id}/owners/{directoryObject-id}/servicePrincipal",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaApplicationOwnerAsServicePrincipal",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Applications",
+ "Uri": "/applications/{application-id}/owners/servicePrincipal",
+ "OutputType": "IMicrosoftGraphServicePrincipal",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphServicePrincipal",
- "Command": "Get-MgBetaApplicationOwnerAsServicePrincipal",
"Method": "GET",
- "Uri": "/applications/{application-id}/owners/servicePrincipal",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaApplicationOwnerAsServicePrincipal",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Applications",
+ "Uri": "/applications/{application-id}/owners/{directoryObject-id}/user",
+ "OutputType": "IMicrosoftGraphUser",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUser",
- "Command": "Get-MgBetaApplicationOwnerAsUser",
"Method": "GET",
- "Uri": "/applications/{application-id}/owners/{directoryObject-id}/user",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaApplicationOwnerAsUser",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Applications",
+ "Uri": "/applications/{application-id}/owners/user",
+ "OutputType": "IMicrosoftGraphUser",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphUser",
- "Command": "Get-MgBetaApplicationOwnerAsUser",
"Method": "GET",
- "Uri": "/applications/{application-id}/owners/user",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaApplicationOwnerAsUser",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Applications",
- "Variants": [
- "List"
- ],
- "OutputType": null,
- "Command": "Get-MgBetaApplicationOwnerByRef",
- "Method": "GET",
"Uri": "/applications/{application-id}/owners/$ref",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -17532,18 +18172,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Applications",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaApplicationOwnerCount",
"Method": "GET",
+ "Command": "Get-MgBetaApplicationOwnerByRef",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-list-owners?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Applications",
"Uri": "/applications/{application-id}/owners/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -17586,72 +18226,75 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaApplicationOwnerCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Applications",
+ "Uri": "/applications/{application-id}/owners/endpoint/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaApplicationOwnerCountAsEndpoint",
"Method": "GET",
- "Uri": "/applications/{application-id}/owners/endpoint/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaApplicationOwnerCountAsEndpoint",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Applications",
+ "Uri": "/applications/{application-id}/owners/servicePrincipal/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaApplicationOwnerCountAsServicePrincipal",
"Method": "GET",
- "Uri": "/applications/{application-id}/owners/servicePrincipal/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaApplicationOwnerCountAsServicePrincipal",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Applications",
+ "Uri": "/applications/{application-id}/owners/user/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaApplicationOwnerCountAsUser",
"Method": "GET",
- "Uri": "/applications/{application-id}/owners/user/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaApplicationOwnerCountAsUser",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Applications",
+ "Uri": "/applications/{application-id}/synchronization",
+ "OutputType": "IMicrosoftGraphSynchronization",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSynchronization",
- "Command": "Get-MgBetaApplicationSynchronization",
"Method": "GET",
- "Uri": "/applications/{application-id}/synchronization",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaApplicationSynchronization",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Applications",
- "Variants": [
- "Acquire",
- "AcquireExpanded",
- "AcquireViaIdentity",
- "AcquireViaIdentityExpanded"
- ],
- "OutputType": null,
- "Command": "Get-MgBetaApplicationSynchronizationAccessToken",
- "Method": "POST",
"Uri": "/applications/{application-id}/synchronization/acquireAccessToken",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -17670,146 +18313,159 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Acquire",
+ "AcquireExpanded",
+ "AcquireViaIdentity",
+ "AcquireViaIdentityExpanded"
+ ],
+ "Method": "POST",
+ "Command": "Get-MgBetaApplicationSynchronizationAccessToken",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronization-acquireaccesstoken?view=graph-rest-1.0"
},
{
"Module": "Beta.Applications",
+ "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}",
+ "OutputType": "IMicrosoftGraphSynchronizationJob",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSynchronizationJob",
- "Command": "Get-MgBetaApplicationSynchronizationJob",
"Method": "GET",
- "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaApplicationSynchronizationJob",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Applications",
+ "Uri": "/applications/{application-id}/synchronization/jobs",
+ "OutputType": "IMicrosoftGraphSynchronizationJob",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphSynchronizationJob",
- "Command": "Get-MgBetaApplicationSynchronizationJob",
"Method": "GET",
- "Uri": "/applications/{application-id}/synchronization/jobs",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaApplicationSynchronizationJob",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronization-list-jobs?view=graph-rest-1.0"
},
{
"Module": "Beta.Applications",
+ "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaApplicationSynchronizationJobBulkUpload",
"Method": "GET",
- "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaApplicationSynchronizationJobBulkUpload",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Applications",
+ "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload/$value",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaApplicationSynchronizationJobBulkUploadContent",
"Method": "GET",
- "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload/$value",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaApplicationSynchronizationJobBulkUploadContent",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Applications",
+ "Uri": "/applications/{application-id}/synchronization/jobs/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaApplicationSynchronizationJobCount",
"Method": "GET",
- "Uri": "/applications/{application-id}/synchronization/jobs/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaApplicationSynchronizationJobCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Applications",
+ "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema",
+ "OutputType": "IMicrosoftGraphSynchronizationSchema",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSynchronizationSchema",
- "Command": "Get-MgBetaApplicationSynchronizationJobSchema",
"Method": "GET",
- "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaApplicationSynchronizationJobSchema",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Applications",
+ "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}",
+ "OutputType": "IMicrosoftGraphDirectoryDefinition",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDirectoryDefinition",
- "Command": "Get-MgBetaApplicationSynchronizationJobSchemaDirectory",
"Method": "GET",
- "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaApplicationSynchronizationJobSchemaDirectory",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Applications",
+ "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories",
+ "OutputType": "IMicrosoftGraphDirectoryDefinition",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphDirectoryDefinition",
- "Command": "Get-MgBetaApplicationSynchronizationJobSchemaDirectory",
"Method": "GET",
- "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaApplicationSynchronizationJobSchemaDirectory",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Applications",
+ "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaApplicationSynchronizationJobSchemaDirectoryCount",
"Method": "GET",
- "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaApplicationSynchronizationJobSchemaDirectoryCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Applications",
+ "Uri": "/applications/{application-id}/synchronization/secrets/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaApplicationSynchronizationSecretCount",
"Method": "GET",
- "Uri": "/applications/{application-id}/synchronization/secrets/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaApplicationSynchronizationSecretCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Applications",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphSynchronizationTemplate",
- "Command": "Get-MgBetaApplicationSynchronizationTemplate",
- "Method": "GET",
"Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}",
+ "OutputType": "IMicrosoftGraphSynchronizationTemplate",
"ApiVersion": "beta",
"Permissions": [
{
@@ -17836,17 +18492,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Applications",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSynchronizationTemplate",
- "Command": "Get-MgBetaApplicationSynchronizationTemplate",
"Method": "GET",
+ "Command": "Get-MgBetaApplicationSynchronizationTemplate",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Applications",
"Uri": "/applications/{application-id}/synchronization/templates",
+ "OutputType": "IMicrosoftGraphSynchronizationTemplate",
"ApiVersion": "beta",
"Permissions": [
{
@@ -17873,18 +18531,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Applications",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaApplicationSynchronizationTemplateCount",
"Method": "GET",
+ "Command": "Get-MgBetaApplicationSynchronizationTemplate",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronization-list-templates?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Applications",
"Uri": "/applications/{application-id}/synchronization/templates/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -17911,18 +18569,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Applications",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSynchronizationSchema",
- "Command": "Get-MgBetaApplicationSynchronizationTemplateSchema",
"Method": "GET",
+ "Command": "Get-MgBetaApplicationSynchronizationTemplateCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Applications",
"Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema",
+ "OutputType": "IMicrosoftGraphSynchronizationSchema",
"ApiVersion": "beta",
"Permissions": [
{
@@ -17949,92 +18608,100 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaApplicationSynchronizationTemplateSchema",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Applications",
+ "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}",
+ "OutputType": "IMicrosoftGraphDirectoryDefinition",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDirectoryDefinition",
- "Command": "Get-MgBetaApplicationSynchronizationTemplateSchemaDirectory",
"Method": "GET",
- "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaApplicationSynchronizationTemplateSchemaDirectory",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Applications",
+ "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories",
+ "OutputType": "IMicrosoftGraphDirectoryDefinition",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphDirectoryDefinition",
- "Command": "Get-MgBetaApplicationSynchronizationTemplateSchemaDirectory",
"Method": "GET",
- "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaApplicationSynchronizationTemplateSchemaDirectory",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Applications",
+ "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaApplicationSynchronizationTemplateSchemaDirectoryCount",
"Method": "GET",
- "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaApplicationSynchronizationTemplateSchemaDirectoryCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Applications",
+ "Uri": "/applicationTemplates/{applicationTemplate-id}",
+ "OutputType": "IMicrosoftGraphApplicationTemplate",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphApplicationTemplate",
- "Command": "Get-MgBetaApplicationTemplate",
"Method": "GET",
- "Uri": "/applicationTemplates/{applicationTemplate-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaApplicationTemplate",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/applicationtemplate-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Applications",
+ "Uri": "/applicationTemplates",
+ "OutputType": "IMicrosoftGraphApplicationTemplate",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphApplicationTemplate",
- "Command": "Get-MgBetaApplicationTemplate",
"Method": "GET",
- "Uri": "/applicationTemplates",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaApplicationTemplate",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/applicationtemplate-list?view=graph-rest-1.0"
},
{
"Module": "Beta.Applications",
+ "Uri": "/applicationTemplates/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgBetaApplicationTemplateCount",
"Method": "GET",
- "Uri": "/applicationTemplates/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaApplicationTemplateCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Applications",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphTokenIssuancePolicy",
- "Command": "Get-MgBetaApplicationTokenIssuancePolicy",
- "Method": "GET",
"Uri": "/applications/{application-id}/tokenIssuancePolicies",
+ "OutputType": "IMicrosoftGraphTokenIssuancePolicy",
"ApiVersion": "beta",
"Permissions": [
{
@@ -18069,17 +18736,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Applications",
+ ],
"Variants": [
"List"
],
- "OutputType": null,
- "Command": "Get-MgBetaApplicationTokenIssuancePolicyByRef",
"Method": "GET",
+ "Command": "Get-MgBetaApplicationTokenIssuancePolicy",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-list-tokenissuancepolicies?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Applications",
"Uri": "/applications/{application-id}/tokenIssuancePolicies/$ref",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -18114,18 +18782,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Applications",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaApplicationTokenIssuancePolicyCount",
"Method": "GET",
+ "Command": "Get-MgBetaApplicationTokenIssuancePolicyByRef",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-list-tokenissuancepolicies?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Applications",
"Uri": "/applications/{application-id}/tokenIssuancePolicies/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -18160,17 +18828,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Applications",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTokenLifetimePolicy",
- "Command": "Get-MgBetaApplicationTokenLifetimePolicy",
"Method": "GET",
+ "Command": "Get-MgBetaApplicationTokenIssuancePolicyCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Applications",
"Uri": "/applications/{application-id}/tokenLifetimePolicies",
+ "OutputType": "IMicrosoftGraphTokenLifetimePolicy",
"ApiVersion": "beta",
"Permissions": [
{
@@ -18205,17 +18875,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Applications",
+ ],
"Variants": [
"List"
],
- "OutputType": null,
- "Command": "Get-MgBetaApplicationTokenLifetimePolicyByRef",
"Method": "GET",
+ "Command": "Get-MgBetaApplicationTokenLifetimePolicy",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-list-tokenlifetimepolicies?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Applications",
"Uri": "/applications/{application-id}/tokenLifetimePolicies/$ref",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -18250,18 +18921,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Applications",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaApplicationTokenLifetimePolicyCount",
"Method": "GET",
+ "Command": "Get-MgBetaApplicationTokenLifetimePolicyByRef",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-list-tokenlifetimepolicies?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Applications",
"Uri": "/applications/{application-id}/tokenLifetimePolicies/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -18296,68 +18967,73 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaApplicationTokenLifetimePolicyCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Applications",
+ "Uri": "/applications/getUserOwnedObjects",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetExpanded"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgBetaApplicationUserOwnedObject",
"Method": "POST",
- "Uri": "/applications/getUserOwnedObjects",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaApplicationUserOwnedObject",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-1.0"
},
{
"Module": "Beta.Reports",
+ "Uri": "/auditLogs/customSecurityAttributeAudits/{customSecurityAttributeAudit-id}",
+ "OutputType": "IMicrosoftGraphCustomSecurityAttributeAudit",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphCustomSecurityAttributeAudit",
- "Command": "Get-MgBetaAuditLogCustomSecurityAttributeAudit",
"Method": "GET",
- "Uri": "/auditLogs/customSecurityAttributeAudits/{customSecurityAttributeAudit-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaAuditLogCustomSecurityAttributeAudit",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Reports",
+ "Uri": "/auditLogs/customSecurityAttributeAudits",
+ "OutputType": "IMicrosoftGraphCustomSecurityAttributeAudit",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphCustomSecurityAttributeAudit",
- "Command": "Get-MgBetaAuditLogCustomSecurityAttributeAudit",
"Method": "GET",
- "Uri": "/auditLogs/customSecurityAttributeAudits",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaAuditLogCustomSecurityAttributeAudit",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/auditlogroot-list-customsecurityattributeaudits?view=graph-rest-1.0"
},
{
"Module": "Beta.Reports",
+ "Uri": "/auditLogs/customSecurityAttributeAudits/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgBetaAuditLogCustomSecurityAttributeAuditCount",
"Method": "GET",
- "Uri": "/auditLogs/customSecurityAttributeAudits/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaAuditLogCustomSecurityAttributeAuditCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Reports",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphDirectoryAudit",
- "Command": "Get-MgBetaAuditLogDirectoryAudit",
- "Method": "GET",
"Uri": "/auditLogs/directoryAudits/{directoryAudit-id}",
+ "OutputType": "IMicrosoftGraphDirectoryAudit",
"ApiVersion": "beta",
"Permissions": [
{
@@ -18376,17 +19052,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Reports",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDirectoryAudit",
- "Command": "Get-MgBetaAuditLogDirectoryAudit",
"Method": "GET",
+ "Command": "Get-MgBetaAuditLogDirectoryAudit",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryaudit-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Reports",
"Uri": "/auditLogs/directoryAudits",
+ "OutputType": "IMicrosoftGraphDirectoryAudit",
"ApiVersion": "beta",
"Permissions": [
{
@@ -18405,17 +19083,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Reports",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaAuditLogDirectoryAuditCount",
"Method": "GET",
+ "Command": "Get-MgBetaAuditLogDirectoryAudit",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryaudit-list?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Reports",
"Uri": "/auditLogs/directoryAudits/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -18434,67 +19113,72 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaAuditLogDirectoryAuditCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Reports",
+ "Uri": "/auditLogs/directoryProvisioning/{provisioningObjectSummary-id}",
+ "OutputType": "IMicrosoftGraphProvisioningObjectSummary",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphProvisioningObjectSummary",
- "Command": "Get-MgBetaAuditLogDirectoryProvisioning",
"Method": "GET",
- "Uri": "/auditLogs/directoryProvisioning/{provisioningObjectSummary-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaAuditLogDirectoryProvisioning",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Reports",
+ "Uri": "/auditLogs/directoryProvisioning",
+ "OutputType": "IMicrosoftGraphProvisioningObjectSummary",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphProvisioningObjectSummary",
- "Command": "Get-MgBetaAuditLogDirectoryProvisioning",
"Method": "GET",
- "Uri": "/auditLogs/directoryProvisioning",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaAuditLogDirectoryProvisioning",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Reports",
+ "Uri": "/auditLogs/directoryProvisioning/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgBetaAuditLogDirectoryProvisioningCount",
"Method": "GET",
- "Uri": "/auditLogs/directoryProvisioning/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaAuditLogDirectoryProvisioningCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Reports",
+ "Uri": "/auditLogs/provisioning/{provisioningObjectSummary-id}",
+ "OutputType": "IMicrosoftGraphProvisioningObjectSummary",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphProvisioningObjectSummary",
- "Command": "Get-MgBetaAuditLogProvisioning",
"Method": "GET",
- "Uri": "/auditLogs/provisioning/{provisioningObjectSummary-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaAuditLogProvisioning",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Reports",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphProvisioningObjectSummary",
- "Command": "Get-MgBetaAuditLogProvisioning",
- "Method": "GET",
"Uri": "/auditLogs/provisioning",
+ "OutputType": "IMicrosoftGraphProvisioningObjectSummary",
"ApiVersion": "beta",
"Permissions": [
{
@@ -18513,17 +19197,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Reports",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaAuditLogProvisioningCount",
"Method": "GET",
+ "Command": "Get-MgBetaAuditLogProvisioning",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/provisioningobjectsummary-list?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Reports",
"Uri": "/auditLogs/provisioning/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -18542,18 +19227,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Reports",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphSignIn",
- "Command": "Get-MgBetaAuditLogSignIn",
"Method": "GET",
+ "Command": "Get-MgBetaAuditLogProvisioningCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Reports",
"Uri": "/auditLogs/signIns/{signIn-id}",
+ "OutputType": "IMicrosoftGraphSignIn",
"ApiVersion": "beta",
"Permissions": [
{
@@ -18572,17 +19257,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Reports",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSignIn",
- "Command": "Get-MgBetaAuditLogSignIn",
"Method": "GET",
+ "Command": "Get-MgBetaAuditLogSignIn",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/signin-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Reports",
"Uri": "/auditLogs/signIns",
+ "OutputType": "IMicrosoftGraphSignIn",
"ApiVersion": "beta",
"Permissions": [
{
@@ -18601,17 +19288,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Reports",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaAuditLogSignInCount",
"Method": "GET",
+ "Command": "Get-MgBetaAuditLogSignIn",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/signin-list?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Reports",
"Uri": "/auditLogs/signIns/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -18630,20 +19318,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Bookings",
+ ],
"Variants": [
- "Get",
- "Get1",
- "GetViaIdentity",
- "GetViaIdentity1"
+ "Get"
],
- "OutputType": "IMicrosoftGraphBookingBusiness",
- "Command": "Get-MgBetaBookingBusiness",
"Method": "GET",
+ "Command": "Get-MgBetaAuditLogSignInCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Bookings",
"Uri": "/bookingBusinesses/{bookingBusiness-id}",
+ "OutputType": "IMicrosoftGraphBookingBusiness",
"ApiVersion": "beta",
"Permissions": [
{
@@ -18678,18 +19364,21 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Bookings",
+ ],
"Variants": [
- "List",
- "List1"
+ "Get",
+ "Get1",
+ "GetViaIdentity",
+ "GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphBookingBusiness",
- "Command": "Get-MgBetaBookingBusiness",
"Method": "GET",
+ "Command": "Get-MgBetaBookingBusiness",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Bookings",
"Uri": "/bookingBusinesses",
+ "OutputType": "IMicrosoftGraphBookingBusiness",
"ApiVersion": "beta",
"Permissions": [
{
@@ -18724,20 +19413,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Bookings",
+ ],
"Variants": [
- "Get",
- "Get1",
- "GetViaIdentity",
- "GetViaIdentity1"
+ "List",
+ "List1"
],
- "OutputType": "IMicrosoftGraphBookingAppointment",
- "Command": "Get-MgBetaBookingBusinessAppointment",
"Method": "GET",
+ "Command": "Get-MgBetaBookingBusiness",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Bookings",
"Uri": "/bookingBusinesses/{bookingBusiness-id}/appointments/{bookingAppointment-id}",
+ "OutputType": "IMicrosoftGraphBookingAppointment",
"ApiVersion": "beta",
"Permissions": [
{
@@ -18772,18 +19460,21 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Bookings",
+ ],
"Variants": [
- "List",
- "List1"
+ "Get",
+ "Get1",
+ "GetViaIdentity",
+ "GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphBookingAppointment",
- "Command": "Get-MgBetaBookingBusinessAppointment",
"Method": "GET",
+ "Command": "Get-MgBetaBookingBusinessAppointment",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingappointment-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Bookings",
"Uri": "/bookingBusinesses/{bookingBusiness-id}/appointments",
+ "OutputType": "IMicrosoftGraphBookingAppointment",
"ApiVersion": "beta",
"Permissions": [
{
@@ -18818,20 +19509,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Bookings",
+ ],
"Variants": [
- "Get",
- "Get1",
- "GetViaIdentity",
- "GetViaIdentity1"
+ "List",
+ "List1"
],
- "OutputType": null,
- "Command": "Get-MgBetaBookingBusinessAppointmentCount",
"Method": "GET",
+ "Command": "Get-MgBetaBookingBusinessAppointment",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingbusiness-list-appointments?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Bookings",
"Uri": "/bookingBusinesses/{bookingBusiness-id}/appointments/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -18866,33 +19556,37 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Bookings",
+ ],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphBookingAppointment",
- "Command": "Get-MgBetaBookingBusinessCalendarView",
"Method": "GET",
- "Uri": "/bookingBusinesses/{bookingBusiness-id}/calendarView/{bookingAppointment-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaBookingBusinessAppointmentCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Bookings",
+ "Uri": "/bookingBusinesses/{bookingBusiness-id}/calendarView/{bookingAppointment-id}",
+ "OutputType": "IMicrosoftGraphBookingAppointment",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
- "List",
- "List1"
+ "Get",
+ "Get1",
+ "GetViaIdentity",
+ "GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphBookingAppointment",
- "Command": "Get-MgBetaBookingBusinessCalendarView",
"Method": "GET",
+ "Command": "Get-MgBetaBookingBusinessCalendarView",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Bookings",
"Uri": "/bookingBusinesses/{bookingBusiness-id}/calendarView",
+ "OutputType": "IMicrosoftGraphBookingAppointment",
"ApiVersion": "beta",
"Permissions": [
{
@@ -18927,20 +19621,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Bookings",
+ ],
"Variants": [
- "Get",
- "Get1",
- "GetViaIdentity",
- "GetViaIdentity1"
+ "List",
+ "List1"
],
- "OutputType": null,
- "Command": "Get-MgBetaBookingBusinessCalendarViewCount",
"Method": "GET",
+ "Command": "Get-MgBetaBookingBusinessCalendarView",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingbusiness-list-calendarview?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Bookings",
"Uri": "/bookingBusinesses/{bookingBusiness-id}/calendarView/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -18975,18 +19668,21 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Bookings",
+ ],
"Variants": [
"Get",
- "Get1"
+ "Get1",
+ "GetViaIdentity",
+ "GetViaIdentity1"
],
- "OutputType": null,
- "Command": "Get-MgBetaBookingBusinessCount",
"Method": "GET",
+ "Command": "Get-MgBetaBookingBusinessCalendarViewCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Bookings",
"Uri": "/bookingBusinesses/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -19021,20 +19717,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Bookings",
+ ],
"Variants": [
"Get",
- "Get1",
- "GetViaIdentity",
- "GetViaIdentity1"
+ "Get1"
],
- "OutputType": "IMicrosoftGraphBookingCustomer",
- "Command": "Get-MgBetaBookingBusinessCustomer",
"Method": "GET",
+ "Command": "Get-MgBetaBookingBusinessCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Bookings",
"Uri": "/bookingBusinesses/{bookingBusiness-id}/customers/{bookingCustomer-id}",
+ "OutputType": "IMicrosoftGraphBookingCustomer",
"ApiVersion": "beta",
"Permissions": [
{
@@ -19069,18 +19764,21 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Bookings",
+ ],
"Variants": [
- "List",
- "List1"
+ "Get",
+ "Get1",
+ "GetViaIdentity",
+ "GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphBookingCustomer",
- "Command": "Get-MgBetaBookingBusinessCustomer",
"Method": "GET",
+ "Command": "Get-MgBetaBookingBusinessCustomer",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingcustomer-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Bookings",
"Uri": "/bookingBusinesses/{bookingBusiness-id}/customers",
+ "OutputType": "IMicrosoftGraphBookingCustomer",
"ApiVersion": "beta",
"Permissions": [
{
@@ -19115,20 +19813,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Bookings",
+ ],
"Variants": [
- "Get",
- "Get1",
- "GetViaIdentity",
- "GetViaIdentity1"
+ "List",
+ "List1"
],
- "OutputType": null,
- "Command": "Get-MgBetaBookingBusinessCustomerCount",
"Method": "GET",
+ "Command": "Get-MgBetaBookingBusinessCustomer",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingbusiness-list-customers?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Bookings",
"Uri": "/bookingBusinesses/{bookingBusiness-id}/customers/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -19163,20 +19860,21 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Bookings",
+ ],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphBookingCustomQuestion",
- "Command": "Get-MgBetaBookingBusinessCustomQuestion",
"Method": "GET",
+ "Command": "Get-MgBetaBookingBusinessCustomerCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Bookings",
"Uri": "/bookingBusinesses/{bookingBusiness-id}/customQuestions/{bookingCustomQuestion-id}",
+ "OutputType": "IMicrosoftGraphBookingCustomQuestion",
"ApiVersion": "beta",
"Permissions": [
{
@@ -19211,18 +19909,21 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Bookings",
+ ],
"Variants": [
- "List",
- "List1"
+ "Get",
+ "Get1",
+ "GetViaIdentity",
+ "GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphBookingCustomQuestion",
- "Command": "Get-MgBetaBookingBusinessCustomQuestion",
"Method": "GET",
+ "Command": "Get-MgBetaBookingBusinessCustomQuestion",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingcustomquestion-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Bookings",
"Uri": "/bookingBusinesses/{bookingBusiness-id}/customQuestions",
+ "OutputType": "IMicrosoftGraphBookingCustomQuestion",
"ApiVersion": "beta",
"Permissions": [
{
@@ -19257,20 +19958,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Bookings",
+ ],
"Variants": [
- "Get",
- "Get1",
- "GetViaIdentity",
- "GetViaIdentity1"
+ "List",
+ "List1"
],
- "OutputType": null,
- "Command": "Get-MgBetaBookingBusinessCustomQuestionCount",
"Method": "GET",
+ "Command": "Get-MgBetaBookingBusinessCustomQuestion",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingbusiness-list-customquestions?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Bookings",
"Uri": "/bookingBusinesses/{bookingBusiness-id}/customQuestions/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -19305,20 +20005,70 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "Get1",
+ "GetViaIdentity",
+ "GetViaIdentity1"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaBookingBusinessCustomQuestionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Bookings",
+ "Uri": "/bookingBusinesses/{bookingBusiness-id}/services/{bookingService-id}",
+ "OutputType": "IMicrosoftGraphBookingService",
+ "ApiVersion": "beta",
+ "Permissions": [
+ {
+ "Name": "BookingsAppointment.ReadWrite.All",
+ "Description": "Read and write all Bookings related resources.",
+ "FullDescription": "Allows an app to read and write Bookings appointments and customers, and additionally allows reading businesses, services, and staff without a signed-in user. ",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": true
+ },
+ {
+ "Name": "Bookings.ReadWrite.All",
+ "Description": "Consent name unavailable",
+ "FullDescription": "Consent description unavailable",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "Bookings.Read.All",
+ "Description": "Read all Bookings related resources.",
+ "FullDescription": "Allows an app to read Bookings appointments, businesses, customers, services, and staff without a signed-in user. ",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "Bookings.Manage.All",
+ "Description": "Consent name unavailable",
+ "FullDescription": "Consent description unavailable",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ }
+ ],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphBookingService",
- "Command": "Get-MgBetaBookingBusinessService",
"Method": "GET",
- "Uri": "/bookingBusinesses/{bookingBusiness-id}/services/{bookingService-id}",
+ "Command": "Get-MgBetaBookingBusinessService",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingservice-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Bookings",
+ "Uri": "/bookingBusinesses/{bookingBusiness-id}/services",
+ "OutputType": "IMicrosoftGraphBookingService",
"ApiVersion": "beta",
"Permissions": [
{
@@ -19353,18 +20103,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Bookings",
+ ],
"Variants": [
"List",
"List1"
],
- "OutputType": "IMicrosoftGraphBookingService",
- "Command": "Get-MgBetaBookingBusinessService",
"Method": "GET",
- "Uri": "/bookingBusinesses/{bookingBusiness-id}/services",
+ "Command": "Get-MgBetaBookingBusinessService",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingbusiness-list-services?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Bookings",
+ "Uri": "/bookingBusinesses/{bookingBusiness-id}/services/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -19399,68 +20150,21 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Bookings",
+ ],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": null,
- "Command": "Get-MgBetaBookingBusinessServiceCount",
"Method": "GET",
- "Uri": "/bookingBusinesses/{bookingBusiness-id}/services/$count",
- "ApiVersion": "beta",
- "Permissions": [
- {
- "Name": "BookingsAppointment.ReadWrite.All",
- "Description": "Read and write all Bookings related resources.",
- "FullDescription": "Allows an app to read and write Bookings appointments and customers, and additionally allows reading businesses, services, and staff without a signed-in user. ",
- "IsAdmin": false,
- "PermissionType": "Application",
- "IsLeastPrivilege": true
- },
- {
- "Name": "Bookings.ReadWrite.All",
- "Description": "Consent name unavailable",
- "FullDescription": "Consent description unavailable",
- "IsAdmin": false,
- "PermissionType": "Application",
- "IsLeastPrivilege": false
- },
- {
- "Name": "Bookings.Read.All",
- "Description": "Read all Bookings related resources.",
- "FullDescription": "Allows an app to read Bookings appointments, businesses, customers, services, and staff without a signed-in user. ",
- "IsAdmin": false,
- "PermissionType": "Application",
- "IsLeastPrivilege": false
- },
- {
- "Name": "Bookings.Manage.All",
- "Description": "Consent name unavailable",
- "FullDescription": "Consent description unavailable",
- "IsAdmin": false,
- "PermissionType": "Application",
- "IsLeastPrivilege": false
- }
- ]
+ "Command": "Get-MgBetaBookingBusinessServiceCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Bookings",
- "Variants": [
- "Get",
- "GetExpanded",
- "GetViaIdentity",
- "GetViaIdentityExpanded"
- ],
- "OutputType": "IMicrosoftGraphStaffAvailabilityItem",
- "Command": "Get-MgBetaBookingBusinessStaffAvailability",
- "Method": "POST",
"Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/getStaffAvailability",
+ "OutputType": "IMicrosoftGraphStaffAvailabilityItem",
"ApiVersion": "beta",
"Permissions": [
{
@@ -19503,20 +20207,21 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Bookings",
+ ],
"Variants": [
"Get",
- "Get1",
+ "GetExpanded",
"GetViaIdentity",
- "GetViaIdentity1"
+ "GetViaIdentityExpanded"
],
- "OutputType": "IMicrosoftGraphBookingStaffMember",
- "Command": "Get-MgBetaBookingBusinessStaffMember",
- "Method": "GET",
+ "Method": "POST",
+ "Command": "Get-MgBetaBookingBusinessStaffAvailability",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingbusiness-getstaffavailability?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Bookings",
"Uri": "/bookingBusinesses/{bookingBusiness-id}/staffMembers/{bookingStaffMember-id}",
+ "OutputType": "IMicrosoftGraphBookingStaffMember",
"ApiVersion": "beta",
"Permissions": [
{
@@ -19551,18 +20256,21 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Bookings",
+ ],
"Variants": [
- "List",
- "List1"
+ "Get",
+ "Get1",
+ "GetViaIdentity",
+ "GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphBookingStaffMember",
- "Command": "Get-MgBetaBookingBusinessStaffMember",
"Method": "GET",
+ "Command": "Get-MgBetaBookingBusinessStaffMember",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingstaffmember-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Bookings",
"Uri": "/bookingBusinesses/{bookingBusiness-id}/staffMembers",
+ "OutputType": "IMicrosoftGraphBookingStaffMember",
"ApiVersion": "beta",
"Permissions": [
{
@@ -19597,20 +20305,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Bookings",
+ ],
"Variants": [
- "Get",
- "Get1",
- "GetViaIdentity",
- "GetViaIdentity1"
+ "List",
+ "List1"
],
- "OutputType": null,
- "Command": "Get-MgBetaBookingBusinessStaffMemberCount",
"Method": "GET",
+ "Command": "Get-MgBetaBookingBusinessStaffMember",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingbusiness-list-staffmembers?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Bookings",
"Uri": "/bookingBusinesses/{bookingBusiness-id}/staffMembers/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -19645,20 +20352,21 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Bookings",
+ ],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphBookingCurrency",
- "Command": "Get-MgBetaBookingCurrency",
"Method": "GET",
+ "Command": "Get-MgBetaBookingBusinessStaffMemberCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Bookings",
"Uri": "/bookingCurrencies/{bookingCurrency-id}",
+ "OutputType": "IMicrosoftGraphBookingCurrency",
"ApiVersion": "beta",
"Permissions": [
{
@@ -19693,18 +20401,21 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Bookings",
+ ],
"Variants": [
- "List",
- "List1"
+ "Get",
+ "Get1",
+ "GetViaIdentity",
+ "GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphBookingCurrency",
- "Command": "Get-MgBetaBookingCurrency",
"Method": "GET",
+ "Command": "Get-MgBetaBookingCurrency",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Bookings",
"Uri": "/bookingCurrencies",
+ "OutputType": "IMicrosoftGraphBookingCurrency",
"ApiVersion": "beta",
"Permissions": [
{
@@ -19739,18 +20450,19 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Bookings",
+ ],
"Variants": [
- "Get",
- "Get1"
+ "List",
+ "List1"
],
- "OutputType": null,
- "Command": "Get-MgBetaBookingCurrencyCount",
"Method": "GET",
+ "Command": "Get-MgBetaBookingCurrency",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Bookings",
"Uri": "/bookingCurrencies/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -19785,30 +20497,33 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "Get1"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaBookingCurrencyCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/businessFlowTemplates/{businessFlowTemplate-id}",
+ "OutputType": "IMicrosoftGraphBusinessFlowTemplate",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphBusinessFlowTemplate",
- "Command": "Get-MgBetaBusinessFlowTemplate",
"Method": "GET",
- "Uri": "/businessFlowTemplates/{businessFlowTemplate-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaBusinessFlowTemplate",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphBusinessFlowTemplate",
- "Command": "Get-MgBetaBusinessFlowTemplate",
- "Method": "GET",
"Uri": "/businessFlowTemplates",
+ "OutputType": "IMicrosoftGraphBusinessFlowTemplate",
"ApiVersion": "beta",
"Permissions": [
{
@@ -19835,17 +20550,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.Governance",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaBusinessFlowTemplateCount",
"Method": "GET",
+ "Command": "Get-MgBetaBusinessFlowTemplate",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/businessflowtemplate-list?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.Governance",
"Uri": "/businessFlowTemplates/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -19872,18 +20588,65 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaBusinessFlowTemplateCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Bookings",
+ "Uri": "/solutions/businessScenarios/{businessScenario-id}",
+ "OutputType": "IMicrosoftGraphBusinessScenario",
+ "ApiVersion": "beta",
+ "Permissions": [
+ {
+ "Name": "BusinessScenarioConfig.Read.OwnedBy",
+ "Description": "Read business scenario configurations this app creates or owns",
+ "FullDescription": "Allows the app to read the configurations of business scenarios it owns, on your behalf.",
+ "IsAdmin": true,
+ "PermissionType": "DelegatedWork",
+ "IsLeastPrivilege": true
+ },
+ {
+ "Name": "BusinessScenarioConfig.ReadWrite.OwnedBy",
+ "Description": "Read and write business scenario configurations this app creates or owns",
+ "FullDescription": "Allows the app to create new business scenarios and fully manage the configurations of scenarios it owns, on your behalf.",
+ "IsAdmin": true,
+ "PermissionType": "DelegatedWork",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "BusinessScenarioConfig.ReadWrite.All",
+ "Description": "Read and write business scenario configurations",
+ "FullDescription": "Allows the app to read and write the configurations of your organization's business scenarios, on your behalf.",
+ "IsAdmin": true,
+ "PermissionType": "DelegatedWork",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "BusinessScenarioConfig.Read.All",
+ "Description": "Read business scenario configurations",
+ "FullDescription": "Allows the app to read the configurations of your organization's business scenarios, on your behalf.",
+ "IsAdmin": true,
+ "PermissionType": "DelegatedWork",
+ "IsLeastPrivilege": false
+ }
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphBusinessScenario",
- "Command": "Get-MgBetaBusinessScenario",
"Method": "GET",
- "Uri": "/solutions/businessScenarios/{businessScenario-id}",
+ "Command": "Get-MgBetaBusinessScenario",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/businessscenario-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Bookings",
+ "Uri": "/solutions/businessScenarios",
+ "OutputType": "IMicrosoftGraphBusinessScenario",
"ApiVersion": "beta",
"Permissions": [
{
@@ -19918,17 +20681,18 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Bookings",
+ ],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphBusinessScenario",
- "Command": "Get-MgBetaBusinessScenario",
"Method": "GET",
- "Uri": "/solutions/businessScenarios",
+ "Command": "Get-MgBetaBusinessScenario",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/solutionsroot-list-businessscenarios?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Bookings",
+ "Uri": "/solutions/businessScenarios(uniqueName='{uniqueName}')",
+ "OutputType": "IMicrosoftGraphBusinessScenario",
"ApiVersion": "beta",
"Permissions": [
{
@@ -19963,18 +20727,19 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Bookings",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphBusinessScenario",
- "Command": "Get-MgBetaBusinessScenarioByUniqueName",
"Method": "GET",
- "Uri": "/solutions/businessScenarios(uniqueName='{uniqueName}')",
+ "Command": "Get-MgBetaBusinessScenarioByUniqueName",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/businessscenario-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Bookings",
+ "Uri": "/solutions/businessScenarios/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -20009,17 +20774,18 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Bookings",
+ ],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgBetaBusinessScenarioCount",
"Method": "GET",
- "Uri": "/solutions/businessScenarios/$count",
+ "Command": "Get-MgBetaBusinessScenarioCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Bookings",
+ "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner",
+ "OutputType": "IMicrosoftGraphBusinessScenarioPlanner",
"ApiVersion": "beta",
"Permissions": [
{
@@ -20054,66 +20820,19 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Bookings",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphBusinessScenarioPlanner",
- "Command": "Get-MgBetaBusinessScenarioPlanner",
"Method": "GET",
- "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner",
- "ApiVersion": "beta",
- "Permissions": [
- {
- "Name": "BusinessScenarioConfig.Read.OwnedBy",
- "Description": "Read business scenario configurations this app creates or owns",
- "FullDescription": "Allows the app to read the configurations of business scenarios it owns, on your behalf.",
- "IsAdmin": true,
- "PermissionType": "DelegatedWork",
- "IsLeastPrivilege": true
- },
- {
- "Name": "BusinessScenarioConfig.ReadWrite.OwnedBy",
- "Description": "Read and write business scenario configurations this app creates or owns",
- "FullDescription": "Allows the app to create new business scenarios and fully manage the configurations of scenarios it owns, on your behalf.",
- "IsAdmin": true,
- "PermissionType": "DelegatedWork",
- "IsLeastPrivilege": false
- },
- {
- "Name": "BusinessScenarioConfig.ReadWrite.All",
- "Description": "Read and write business scenario configurations",
- "FullDescription": "Allows the app to read and write the configurations of your organization's business scenarios, on your behalf.",
- "IsAdmin": true,
- "PermissionType": "DelegatedWork",
- "IsLeastPrivilege": false
- },
- {
- "Name": "BusinessScenarioConfig.Read.All",
- "Description": "Read business scenario configurations",
- "FullDescription": "Allows the app to read the configurations of your organization's business scenarios, on your behalf.",
- "IsAdmin": true,
- "PermissionType": "DelegatedWork",
- "IsLeastPrivilege": false
- }
- ]
+ "Command": "Get-MgBetaBusinessScenarioPlanner",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/businessscenarioplanner-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Bookings",
- "Variants": [
- "Get",
- "GetExpanded",
- "GetViaIdentity",
- "GetViaIdentityExpanded"
- ],
- "OutputType": "IMicrosoftGraphBusinessScenarioPlanReference",
- "Command": "Get-MgBetaBusinessScenarioPlannerPlan",
- "Method": "POST",
"Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/getPlan",
+ "OutputType": "IMicrosoftGraphBusinessScenarioPlanReference",
"ApiVersion": "beta",
"Permissions": [
{
@@ -20132,18 +20851,21 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Bookings",
+ ],
"Variants": [
"Get",
- "GetViaIdentity"
+ "GetExpanded",
+ "GetViaIdentity",
+ "GetViaIdentityExpanded"
],
- "OutputType": "IMicrosoftGraphPlannerPlanConfiguration",
- "Command": "Get-MgBetaBusinessScenarioPlannerPlanConfiguration",
- "Method": "GET",
+ "Method": "POST",
+ "Command": "Get-MgBetaBusinessScenarioPlannerPlan",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/businessscenarioplanner-getplan?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Bookings",
"Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/planConfiguration",
+ "OutputType": "IMicrosoftGraphPlannerPlanConfiguration",
"ApiVersion": "beta",
"Permissions": [
{
@@ -20178,18 +20900,19 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Bookings",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphPlannerPlanConfigurationLocalization",
- "Command": "Get-MgBetaBusinessScenarioPlannerPlanConfigurationLocalization",
"Method": "GET",
+ "Command": "Get-MgBetaBusinessScenarioPlannerPlanConfiguration",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplanconfiguration-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Bookings",
"Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/planConfiguration/localizations/{plannerPlanConfigurationLocalization-id}",
+ "OutputType": "IMicrosoftGraphPlannerPlanConfigurationLocalization",
"ApiVersion": "beta",
"Permissions": [
{
@@ -20224,17 +20947,19 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Bookings",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphPlannerPlanConfigurationLocalization",
- "Command": "Get-MgBetaBusinessScenarioPlannerPlanConfigurationLocalization",
"Method": "GET",
+ "Command": "Get-MgBetaBusinessScenarioPlannerPlanConfigurationLocalization",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplanconfigurationlocalization-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Bookings",
"Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/planConfiguration/localizations",
+ "OutputType": "IMicrosoftGraphPlannerPlanConfigurationLocalization",
"ApiVersion": "beta",
"Permissions": [
{
@@ -20269,18 +20994,18 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Bookings",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaBusinessScenarioPlannerPlanConfigurationLocalizationCount",
"Method": "GET",
+ "Command": "Get-MgBetaBusinessScenarioPlannerPlanConfigurationLocalization",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplanconfiguration-list-localizations?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Bookings",
"Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/planConfiguration/localizations/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -20315,18 +21040,19 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Bookings",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphBusinessScenarioTask",
- "Command": "Get-MgBetaBusinessScenarioPlannerTask",
"Method": "GET",
+ "Command": "Get-MgBetaBusinessScenarioPlannerPlanConfigurationLocalizationCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Bookings",
"Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}",
+ "OutputType": "IMicrosoftGraphBusinessScenarioTask",
"ApiVersion": "beta",
"Permissions": [
{
@@ -20345,17 +21071,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Bookings",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphBusinessScenarioTask",
- "Command": "Get-MgBetaBusinessScenarioPlannerTask",
"Method": "GET",
+ "Command": "Get-MgBetaBusinessScenarioPlannerTask",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/businessscenariotask-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Bookings",
"Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks",
+ "OutputType": "IMicrosoftGraphBusinessScenarioTask",
"ApiVersion": "beta",
"Permissions": [
{
@@ -20374,44 +21102,46 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Bookings",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": "IMicrosoftGraphPlannerAssignedToTaskBoardTaskFormat",
- "Command": "Get-MgBetaBusinessScenarioPlannerTaskAssignedToTaskBoardFormat",
"Method": "GET",
- "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}/assignedToTaskBoardFormat",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaBusinessScenarioPlannerTask",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/businessscenarioplanner-list-tasks?view=graph-rest-1.0"
},
{
"Module": "Beta.Bookings",
+ "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}/assignedToTaskBoardFormat",
+ "OutputType": "IMicrosoftGraphPlannerAssignedToTaskBoardTaskFormat",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphPlannerBucketTaskBoardTaskFormat",
- "Command": "Get-MgBetaBusinessScenarioPlannerTaskBucketTaskBoardFormat",
"Method": "GET",
- "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}/bucketTaskBoardFormat",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaBusinessScenarioPlannerTaskAssignedToTaskBoardFormat",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerassignedtotaskboardtaskformat-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Bookings",
+ "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}/bucketTaskBoardFormat",
+ "OutputType": "IMicrosoftGraphPlannerBucketTaskBoardTaskFormat",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphPlannerTaskConfiguration",
- "Command": "Get-MgBetaBusinessScenarioPlannerTaskConfiguration",
"Method": "GET",
+ "Command": "Get-MgBetaBusinessScenarioPlannerTaskBucketTaskBoardFormat",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerbuckettaskboardtaskformat-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Bookings",
"Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/taskConfiguration",
+ "OutputType": "IMicrosoftGraphPlannerTaskConfiguration",
"ApiVersion": "beta",
"Permissions": [
{
@@ -20446,18 +21176,19 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Bookings",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaBusinessScenarioPlannerTaskCount",
"Method": "GET",
+ "Command": "Get-MgBetaBusinessScenarioPlannerTaskConfiguration",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannertaskconfiguration-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Bookings",
"Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -20476,44 +21207,47 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Bookings",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphPlannerTaskDetails",
- "Command": "Get-MgBetaBusinessScenarioPlannerTaskDetail",
"Method": "GET",
- "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}/details",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaBusinessScenarioPlannerTaskCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Bookings",
+ "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}/details",
+ "OutputType": "IMicrosoftGraphPlannerTaskDetails",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphPlannerProgressTaskBoardTaskFormat",
- "Command": "Get-MgBetaBusinessScenarioPlannerTaskProgressTaskBoardFormat",
"Method": "GET",
- "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}/progressTaskBoardFormat",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaBusinessScenarioPlannerTaskDetail",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannertaskdetails-get?view=graph-rest-1.0"
},
{
- "Module": "Beta.Teams",
+ "Module": "Beta.Bookings",
+ "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}/progressTaskBoardFormat",
+ "OutputType": "IMicrosoftGraphPlannerProgressTaskBoardTaskFormat",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphChat",
- "Command": "Get-MgBetaChat",
"Method": "GET",
+ "Command": "Get-MgBetaBusinessScenarioPlannerTaskProgressTaskBoardFormat",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerprogresstaskboardtaskformat-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Teams",
"Uri": "/chats/{chat-id}",
+ "OutputType": "IMicrosoftGraphChat",
"ApiVersion": "beta",
"Permissions": [
{
@@ -20580,17 +21314,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Teams",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphChat",
- "Command": "Get-MgBetaChat",
"Method": "GET",
+ "Command": "Get-MgBetaChat",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Teams",
"Uri": "/chats",
+ "OutputType": "IMicrosoftGraphChat",
"ApiVersion": "beta",
"Permissions": [
{
@@ -20641,17 +21377,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Teams",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaChatCount",
"Method": "GET",
+ "Command": "Get-MgBetaChat",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-list?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Teams",
"Uri": "/chats/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -20702,18 +21439,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Teams",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphTeamsAppInstallation",
- "Command": "Get-MgBetaChatInstalledApp",
"Method": "GET",
+ "Command": "Get-MgBetaChatCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Teams",
"Uri": "/chats/{chat-id}/installedApps/{teamsAppInstallation-id}",
+ "OutputType": "IMicrosoftGraphTeamsAppInstallation",
"ApiVersion": "beta",
"Permissions": [
{
@@ -20780,17 +21517,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Teams",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTeamsAppInstallation",
- "Command": "Get-MgBetaChatInstalledApp",
"Method": "GET",
+ "Command": "Get-MgBetaChatInstalledApp",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-get-installedapps?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Teams",
"Uri": "/chats/{chat-id}/installedApps",
+ "OutputType": "IMicrosoftGraphTeamsAppInstallation",
"ApiVersion": "beta",
"Permissions": [
{
@@ -20889,18 +21628,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Teams",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaChatInstalledAppCount",
"Method": "GET",
+ "Command": "Get-MgBetaChatInstalledApp",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-list-installedapps?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Teams",
"Uri": "/chats/{chat-id}/installedApps/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -20999,57 +21738,61 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Teams",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTeamsApp",
- "Command": "Get-MgBetaChatInstalledAppTeamApp",
"Method": "GET",
- "Uri": "/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/teamsApp",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaChatInstalledAppCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Teams",
+ "Uri": "/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/teamsApp",
+ "OutputType": "IMicrosoftGraphTeamsApp",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTeamsAppDefinition",
- "Command": "Get-MgBetaChatInstalledAppTeamAppDefinition",
"Method": "GET",
- "Uri": "/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/teamsAppDefinition",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaChatInstalledAppTeamApp",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Teams",
+ "Uri": "/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/teamsAppDefinition",
+ "OutputType": "IMicrosoftGraphTeamsAppDefinition",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphChatMessageInfo",
- "Command": "Get-MgBetaChatLastMessagePreview",
"Method": "GET",
- "Uri": "/chats/{chat-id}/lastMessagePreview",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaChatInstalledAppTeamAppDefinition",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Teams",
+ "Uri": "/chats/{chat-id}/lastMessagePreview",
+ "OutputType": "IMicrosoftGraphChatMessageInfo",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphConversationMember",
- "Command": "Get-MgBetaChatMember",
"Method": "GET",
+ "Command": "Get-MgBetaChatLastMessagePreview",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Teams",
"Uri": "/chats/{chat-id}/members/{conversationMember-id}",
+ "OutputType": "IMicrosoftGraphConversationMember",
"ApiVersion": "beta",
"Permissions": [
{
@@ -21180,17 +21923,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Teams",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphConversationMember",
- "Command": "Get-MgBetaChatMember",
"Method": "GET",
+ "Command": "Get-MgBetaChatMember",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-get-members?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Teams",
"Uri": "/chats/{chat-id}/members",
+ "OutputType": "IMicrosoftGraphConversationMember",
"ApiVersion": "beta",
"Permissions": [
{
@@ -21289,18 +22034,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Teams",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaChatMemberCount",
"Method": "GET",
+ "Command": "Get-MgBetaChatMember",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-list-members?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Teams",
"Uri": "/chats/{chat-id}/members/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -21399,188 +22144,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Teams",
- "Variants": [
- "Get",
- "Get1",
- "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphChatMessage",
- "Command": "Get-MgBetaChatMessage",
- "Method": "GET",
- "Uri": "/chats/{chat-id}/messages/{chatMessage-id}",
- "ApiVersion": "beta",
- "Permissions": [
- {
- "Name": "Chat.Read",
- "Description": "Read your chat messages",
- "FullDescription": "Allows an app to read your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.",
- "IsAdmin": false,
- "PermissionType": "DelegatedWork",
- "IsLeastPrivilege": true
- },
- {
- "Name": "ChatMessage.Read.Chat",
- "Description": "Consent name unavailable",
- "FullDescription": "Consent description unavailable",
- "IsAdmin": false,
- "PermissionType": "Application",
- "IsLeastPrivilege": true
- },
- {
- "Name": "Group.ReadWrite.All",
- "Description": "Read and write all groups",
- "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.",
- "IsAdmin": true,
- "PermissionType": "DelegatedWork",
- "IsLeastPrivilege": false
- },
- {
- "Name": "Group.Read.All",
- "Description": "Read all groups",
- "FullDescription": "Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ",
- "IsAdmin": true,
- "PermissionType": "DelegatedWork",
- "IsLeastPrivilege": false
- },
- {
- "Name": "Chat.ReadWrite",
- "Description": "Read and write your chat messages",
- "FullDescription": "Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.",
- "IsAdmin": false,
- "PermissionType": "DelegatedWork",
- "IsLeastPrivilege": false
- },
- {
- "Name": "Chat.Read.All",
- "Description": "Read all chat messages",
- "FullDescription": "Allows the app to read all 1-to-1 or group chat messages in Microsoft Teams.",
- "IsAdmin": false,
- "PermissionType": "Application",
- "IsLeastPrivilege": false
- }
- ]
- },
- {
- "Module": "Beta.Teams",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphChatMessage",
- "Command": "Get-MgBetaChatMessage",
- "Method": "GET",
- "Uri": "/chats/{chat-id}/messages",
- "ApiVersion": "beta",
- "Permissions": [
- {
- "Name": "Chat.Read",
- "Description": "Read your chat messages",
- "FullDescription": "Allows an app to read your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.",
- "IsAdmin": false,
- "PermissionType": "DelegatedWork",
- "IsLeastPrivilege": true
- },
- {
- "Name": "ChatMessage.Read.Chat",
- "Description": "Consent name unavailable",
- "FullDescription": "Consent description unavailable",
- "IsAdmin": false,
- "PermissionType": "Application",
- "IsLeastPrivilege": true
- },
- {
- "Name": "Chat.ReadWrite",
- "Description": "Read and write your chat messages",
- "FullDescription": "Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.",
- "IsAdmin": false,
- "PermissionType": "DelegatedWork",
- "IsLeastPrivilege": false
- },
- {
- "Name": "Chat.ReadWrite.All",
- "Description": "Read and write all chat messages",
- "FullDescription": "Allows an app to read and write all chat messages in Microsoft Teams, without a signed-in user.",
- "IsAdmin": false,
- "PermissionType": "Application",
- "IsLeastPrivilege": false
- },
- {
- "Name": "Chat.Read.All",
- "Description": "Read all chat messages",
- "FullDescription": "Allows the app to read all 1-to-1 or group chat messages in Microsoft Teams.",
- "IsAdmin": false,
- "PermissionType": "Application",
- "IsLeastPrivilege": false
- }
- ]
- },
- {
- "Module": "Beta.Teams",
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaChatMessageCount",
"Method": "GET",
- "Uri": "/chats/{chat-id}/messages/$count",
- "ApiVersion": "beta",
- "Permissions": [
- {
- "Name": "Chat.Read",
- "Description": "Read your chat messages",
- "FullDescription": "Allows an app to read your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.",
- "IsAdmin": false,
- "PermissionType": "DelegatedWork",
- "IsLeastPrivilege": true
- },
- {
- "Name": "ChatMessage.Read.Chat",
- "Description": "Consent name unavailable",
- "FullDescription": "Consent description unavailable",
- "IsAdmin": false,
- "PermissionType": "Application",
- "IsLeastPrivilege": true
- },
- {
- "Name": "Chat.ReadWrite",
- "Description": "Read and write your chat messages",
- "FullDescription": "Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.",
- "IsAdmin": false,
- "PermissionType": "DelegatedWork",
- "IsLeastPrivilege": false
- },
- {
- "Name": "Chat.ReadWrite.All",
- "Description": "Read and write all chat messages",
- "FullDescription": "Allows an app to read and write all chat messages in Microsoft Teams, without a signed-in user.",
- "IsAdmin": false,
- "PermissionType": "Application",
- "IsLeastPrivilege": false
- },
- {
- "Name": "Chat.Read.All",
- "Description": "Read all chat messages",
- "FullDescription": "Allows the app to read all 1-to-1 or group chat messages in Microsoft Teams.",
- "IsAdmin": false,
- "PermissionType": "Application",
- "IsLeastPrivilege": false
- }
- ]
+ "Command": "Get-MgBetaChatMemberCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Teams",
- "Variants": [
- "Delta",
- "DeltaViaIdentity"
- ],
+ "Uri": "/chats/{chat-id}/messages/{chatMessage-id}",
"OutputType": "IMicrosoftGraphChatMessage",
- "Command": "Get-MgBetaChatMessageDelta",
- "Method": "GET",
- "Uri": "/chats/{chat-id}/messages/delta",
"ApiVersion": "beta",
"Permissions": [
{
@@ -21631,20 +22207,192 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "Get1",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaChatMessage",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Teams",
+ "Uri": "/chats/{chat-id}/messages",
+ "OutputType": "IMicrosoftGraphChatMessage",
+ "ApiVersion": "beta",
+ "Permissions": [
+ {
+ "Name": "Chat.Read",
+ "Description": "Read your chat messages",
+ "FullDescription": "Allows an app to read your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.",
+ "IsAdmin": false,
+ "PermissionType": "DelegatedWork",
+ "IsLeastPrivilege": true
+ },
+ {
+ "Name": "ChatMessage.Read.Chat",
+ "Description": "Consent name unavailable",
+ "FullDescription": "Consent description unavailable",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": true
+ },
+ {
+ "Name": "Chat.ReadWrite",
+ "Description": "Read and write your chat messages",
+ "FullDescription": "Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.",
+ "IsAdmin": false,
+ "PermissionType": "DelegatedWork",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "Chat.ReadWrite.All",
+ "Description": "Read and write all chat messages",
+ "FullDescription": "Allows an app to read and write all chat messages in Microsoft Teams, without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "Chat.Read.All",
+ "Description": "Read all chat messages",
+ "FullDescription": "Allows the app to read all 1-to-1 or group chat messages in Microsoft Teams.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ }
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaChatMessage",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-list-messages?view=graph-rest-1.0"
},
{
"Module": "Beta.Teams",
+ "Uri": "/chats/{chat-id}/messages/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [
+ {
+ "Name": "Chat.Read",
+ "Description": "Read your chat messages",
+ "FullDescription": "Allows an app to read your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.",
+ "IsAdmin": false,
+ "PermissionType": "DelegatedWork",
+ "IsLeastPrivilege": true
+ },
+ {
+ "Name": "ChatMessage.Read.Chat",
+ "Description": "Consent name unavailable",
+ "FullDescription": "Consent description unavailable",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": true
+ },
+ {
+ "Name": "Chat.ReadWrite",
+ "Description": "Read and write your chat messages",
+ "FullDescription": "Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.",
+ "IsAdmin": false,
+ "PermissionType": "DelegatedWork",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "Chat.ReadWrite.All",
+ "Description": "Read and write all chat messages",
+ "FullDescription": "Allows an app to read and write all chat messages in Microsoft Teams, without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "Chat.Read.All",
+ "Description": "Read all chat messages",
+ "FullDescription": "Allows the app to read all 1-to-1 or group chat messages in Microsoft Teams.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ }
+ ],
"Variants": [
"Get",
- "Get1",
- "GetViaIdentity",
- "GetViaIdentity1"
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaChatMessageCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Teams",
+ "Uri": "/chats/{chat-id}/messages/delta",
+ "OutputType": "IMicrosoftGraphChatMessage",
+ "ApiVersion": "beta",
+ "Permissions": [
+ {
+ "Name": "Chat.Read",
+ "Description": "Read your chat messages",
+ "FullDescription": "Allows an app to read your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.",
+ "IsAdmin": false,
+ "PermissionType": "DelegatedWork",
+ "IsLeastPrivilege": true
+ },
+ {
+ "Name": "ChatMessage.Read.Chat",
+ "Description": "Consent name unavailable",
+ "FullDescription": "Consent description unavailable",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": true
+ },
+ {
+ "Name": "Group.ReadWrite.All",
+ "Description": "Read and write all groups",
+ "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.",
+ "IsAdmin": true,
+ "PermissionType": "DelegatedWork",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "Group.Read.All",
+ "Description": "Read all groups",
+ "FullDescription": "Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ",
+ "IsAdmin": true,
+ "PermissionType": "DelegatedWork",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "Chat.ReadWrite",
+ "Description": "Read and write your chat messages",
+ "FullDescription": "Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.",
+ "IsAdmin": false,
+ "PermissionType": "DelegatedWork",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "Chat.Read.All",
+ "Description": "Read all chat messages",
+ "FullDescription": "Allows the app to read all 1-to-1 or group chat messages in Microsoft Teams.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ }
+ ],
+ "Variants": [
+ "Delta",
+ "DeltaViaIdentity"
],
- "OutputType": "IMicrosoftGraphChatMessageHostedContent",
- "Command": "Get-MgBetaChatMessageHostedContent",
"Method": "GET",
+ "Command": "Get-MgBetaChatMessageDelta",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Teams",
"Uri": "/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}",
+ "OutputType": "IMicrosoftGraphChatMessageHostedContent",
"ApiVersion": "beta",
"Permissions": [
{
@@ -21703,17 +22451,21 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Teams",
+ ],
"Variants": [
- "List"
+ "Get",
+ "Get1",
+ "GetViaIdentity",
+ "GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphChatMessageHostedContent",
- "Command": "Get-MgBetaChatMessageHostedContent",
"Method": "GET",
+ "Command": "Get-MgBetaChatMessageHostedContent",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessagehostedcontent-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Teams",
"Uri": "/chats/{chat-id}/messages/{chatMessage-id}/hostedContents",
+ "OutputType": "IMicrosoftGraphChatMessageHostedContent",
"ApiVersion": "beta",
"Permissions": [
{
@@ -21772,18 +22524,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Teams",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaChatMessageHostedContentCount",
"Method": "GET",
+ "Command": "Get-MgBetaChatMessageHostedContent",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-list-hostedcontents?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Teams",
"Uri": "/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -21842,109 +22594,117 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaChatMessageHostedContentCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Teams",
+ "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}",
+ "OutputType": "IMicrosoftGraphChatMessage",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphChatMessage",
- "Command": "Get-MgBetaChatMessageReply",
"Method": "GET",
- "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaChatMessageReply",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Teams",
+ "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies",
+ "OutputType": "IMicrosoftGraphChatMessage",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphChatMessage",
- "Command": "Get-MgBetaChatMessageReply",
"Method": "GET",
- "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaChatMessageReply",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-list-replies?view=graph-rest-1.0"
},
{
"Module": "Beta.Teams",
+ "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaChatMessageReplyCount",
"Method": "GET",
- "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaChatMessageReplyCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Teams",
+ "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/delta",
+ "OutputType": "IMicrosoftGraphChatMessage",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Delta",
"DeltaViaIdentity"
],
- "OutputType": "IMicrosoftGraphChatMessage",
- "Command": "Get-MgBetaChatMessageReplyDelta",
"Method": "GET",
- "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/delta",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaChatMessageReplyDelta",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Teams",
+ "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}",
+ "OutputType": "IMicrosoftGraphChatMessageHostedContent",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphChatMessageHostedContent",
- "Command": "Get-MgBetaChatMessageReplyHostedContent",
"Method": "GET",
- "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaChatMessageReplyHostedContent",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessagehostedcontent-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Teams",
+ "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents",
+ "OutputType": "IMicrosoftGraphChatMessageHostedContent",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphChatMessageHostedContent",
- "Command": "Get-MgBetaChatMessageReplyHostedContent",
"Method": "GET",
- "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaChatMessageReplyHostedContent",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-list-hostedcontents?view=graph-rest-1.0"
},
{
"Module": "Beta.Teams",
+ "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaChatMessageReplyHostedContentCount",
"Method": "GET",
- "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaChatMessageReplyHostedContentCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Teams",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphTeamsAsyncOperation",
- "Command": "Get-MgBetaChatOperation",
- "Method": "GET",
"Uri": "/chats/{chat-id}/operations/{teamsAsyncOperation-id}",
+ "OutputType": "IMicrosoftGraphTeamsAsyncOperation",
"ApiVersion": "beta",
"Permissions": [
{
@@ -22019,17 +22779,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Teams",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTeamsAsyncOperation",
- "Command": "Get-MgBetaChatOperation",
"Method": "GET",
+ "Command": "Get-MgBetaChatOperation",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamsasyncoperation-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Teams",
"Uri": "/chats/{chat-id}/operations",
+ "OutputType": "IMicrosoftGraphTeamsAsyncOperation",
"ApiVersion": "beta",
"Permissions": [
{
@@ -22104,18 +22866,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Teams",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaChatOperationCount",
"Method": "GET",
+ "Command": "Get-MgBetaChatOperation",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-list-operations?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Teams",
"Uri": "/chats/{chat-id}/operations/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -22190,30 +22952,33 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Teams",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant",
- "Command": "Get-MgBetaChatPermissionGrant",
"Method": "GET",
- "Uri": "/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaChatOperationCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Teams",
+ "Uri": "/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}",
+ "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant",
- "Command": "Get-MgBetaChatPermissionGrant",
"Method": "GET",
+ "Command": "Get-MgBetaChatPermissionGrant",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Teams",
"Uri": "/chats/{chat-id}/permissionGrants",
+ "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant",
"ApiVersion": "beta",
"Permissions": [
{
@@ -22296,18 +23061,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Teams",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaChatPermissionGrantCount",
"Method": "GET",
+ "Command": "Get-MgBetaChatPermissionGrant",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-list-permissiongrants?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Teams",
"Uri": "/chats/{chat-id}/permissionGrants/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -22390,32 +23155,35 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaChatPermissionGrantCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Teams",
+ "Uri": "/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}",
+ "OutputType": "IMicrosoftGraphPinnedChatMessageInfo",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphPinnedChatMessageInfo",
- "Command": "Get-MgBetaChatPinnedMessage",
"Method": "GET",
- "Uri": "/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaChatPinnedMessage",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Teams",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphPinnedChatMessageInfo",
- "Command": "Get-MgBetaChatPinnedMessage",
- "Method": "GET",
"Uri": "/chats/{chat-id}/pinnedMessages",
+ "OutputType": "IMicrosoftGraphPinnedChatMessageInfo",
"ApiVersion": "beta",
"Permissions": [
{
@@ -22458,18 +23226,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Teams",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaChatPinnedMessageCount",
"Method": "GET",
+ "Command": "Get-MgBetaChatPinnedMessage",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-list-pinnedmessages?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Teams",
"Uri": "/chats/{chat-id}/pinnedMessages/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -22512,17 +23280,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Teams",
+ ],
"Variants": [
- "Get"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphChatMessage",
- "Command": "Get-MgBetaChatRetainedMessage",
"Method": "GET",
+ "Command": "Get-MgBetaChatPinnedMessageCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Teams",
"Uri": "/chats/getAllRetainedMessages",
+ "OutputType": "IMicrosoftGraphChatMessage",
"ApiVersion": "beta",
"Permissions": [
{
@@ -22589,18 +23359,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Teams",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphTeamsTab",
- "Command": "Get-MgBetaChatTab",
"Method": "GET",
+ "Command": "Get-MgBetaChatRetainedMessage",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Teams",
"Uri": "/chats/{chat-id}/tabs/{teamsTab-id}",
+ "OutputType": "IMicrosoftGraphTeamsTab",
"ApiVersion": "beta",
"Permissions": [
{
@@ -22667,17 +23437,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Teams",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTeamsTab",
- "Command": "Get-MgBetaChatTab",
"Method": "GET",
+ "Command": "Get-MgBetaChatTab",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-get-tabs?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Teams",
"Uri": "/chats/{chat-id}/tabs",
+ "OutputType": "IMicrosoftGraphTeamsTab",
"ApiVersion": "beta",
"Permissions": [
{
@@ -22728,18 +23500,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Teams",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaChatTabCount",
"Method": "GET",
+ "Command": "Get-MgBetaChatTab",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-list-tabs?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Teams",
"Uri": "/chats/{chat-id}/tabs/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -22790,31 +23562,33 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Teams",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTeamsApp",
- "Command": "Get-MgBetaChatTabTeamApp",
"Method": "GET",
- "Uri": "/chats/{chat-id}/tabs/{teamsTab-id}/teamsApp",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaChatTabCount",
+ "ApiReferenceLink": null
},
{
- "Module": "Beta.CloudCommunications",
+ "Module": "Beta.Teams",
+ "Uri": "/chats/{chat-id}/tabs/{teamsTab-id}/teamsApp",
+ "OutputType": "IMicrosoftGraphTeamsApp",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphCall",
- "Command": "Get-MgBetaCommunicationCall",
"Method": "GET",
+ "Command": "Get-MgBetaChatTabTeamApp",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.CloudCommunications",
"Uri": "/communications/calls/{call-id}",
+ "OutputType": "IMicrosoftGraphCall",
"ApiVersion": "beta",
"Permissions": [
{
@@ -22833,18 +23607,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.CloudCommunications",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAudioRoutingGroup",
- "Command": "Get-MgBetaCommunicationCallAudioRoutingGroup",
"Method": "GET",
+ "Command": "Get-MgBetaCommunicationCall",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.CloudCommunications",
"Uri": "/communications/calls/{call-id}/audioRoutingGroups/{audioRoutingGroup-id}",
+ "OutputType": "IMicrosoftGraphAudioRoutingGroup",
"ApiVersion": "beta",
"Permissions": [
{
@@ -22863,17 +23638,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.CloudCommunications",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAudioRoutingGroup",
- "Command": "Get-MgBetaCommunicationCallAudioRoutingGroup",
"Method": "GET",
+ "Command": "Get-MgBetaCommunicationCallAudioRoutingGroup",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/audioroutinggroup-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.CloudCommunications",
"Uri": "/communications/calls/{call-id}/audioRoutingGroups",
+ "OutputType": "IMicrosoftGraphAudioRoutingGroup",
"ApiVersion": "beta",
"Permissions": [
{
@@ -22892,18 +23669,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.CloudCommunications",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaCommunicationCallAudioRoutingGroupCount",
"Method": "GET",
+ "Command": "Get-MgBetaCommunicationCallAudioRoutingGroup",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-list-audioroutinggroups?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.CloudCommunications",
"Uri": "/communications/calls/{call-id}/audioRoutingGroups/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -22922,18 +23699,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.CloudCommunications",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaCommunicationCallContentSharingSession",
"Method": "GET",
+ "Command": "Get-MgBetaCommunicationCallAudioRoutingGroupCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.CloudCommunications",
"Uri": "/communications/calls/{call-id}/contentSharingSessions/{contentSharingSession-id}",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -22968,17 +23746,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.CloudCommunications",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphContentSharingSession",
- "Command": "Get-MgBetaCommunicationCallContentSharingSession",
"Method": "GET",
+ "Command": "Get-MgBetaCommunicationCallContentSharingSession",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contentsharingsession-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.CloudCommunications",
"Uri": "/communications/calls/{call-id}/contentSharingSessions",
+ "OutputType": "IMicrosoftGraphContentSharingSession",
"ApiVersion": "beta",
"Permissions": [
{
@@ -23013,18 +23793,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.CloudCommunications",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaCommunicationCallContentSharingSessionCount",
"Method": "GET",
+ "Command": "Get-MgBetaCommunicationCallContentSharingSession",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-list-contentsharingsessions?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.CloudCommunications",
"Uri": "/communications/calls/{call-id}/contentSharingSessions/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -23059,68 +23839,73 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaCommunicationCallContentSharingSessionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.CloudCommunications",
+ "Uri": "/communications/calls/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgBetaCommunicationCallCount",
"Method": "GET",
- "Uri": "/communications/calls/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaCommunicationCallCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.CloudCommunications",
+ "Uri": "/communications/calls/{call-id}/operations/{commsOperation-id}",
+ "OutputType": "IMicrosoftGraphCommsOperation",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphCommsOperation",
- "Command": "Get-MgBetaCommunicationCallOperation",
"Method": "GET",
- "Uri": "/communications/calls/{call-id}/operations/{commsOperation-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaCommunicationCallOperation",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/addlargegalleryviewoperation-get?view=graph-rest-1.0"
},
{
"Module": "Beta.CloudCommunications",
+ "Uri": "/communications/calls/{call-id}/operations",
+ "OutputType": "IMicrosoftGraphCommsOperation",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphCommsOperation",
- "Command": "Get-MgBetaCommunicationCallOperation",
"Method": "GET",
- "Uri": "/communications/calls/{call-id}/operations",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaCommunicationCallOperation",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.CloudCommunications",
+ "Uri": "/communications/calls/{call-id}/operations/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaCommunicationCallOperationCount",
"Method": "GET",
- "Uri": "/communications/calls/{call-id}/operations/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaCommunicationCallOperationCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.CloudCommunications",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphParticipant",
- "Command": "Get-MgBetaCommunicationCallParticipant",
- "Method": "GET",
"Uri": "/communications/calls/{call-id}/participants/{participant-id}",
+ "OutputType": "IMicrosoftGraphParticipant",
"ApiVersion": "beta",
"Permissions": [
{
@@ -23139,17 +23924,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.CloudCommunications",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphParticipant",
- "Command": "Get-MgBetaCommunicationCallParticipant",
"Method": "GET",
+ "Command": "Get-MgBetaCommunicationCallParticipant",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/participant-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.CloudCommunications",
"Uri": "/communications/calls/{call-id}/participants",
+ "OutputType": "IMicrosoftGraphParticipant",
"ApiVersion": "beta",
"Permissions": [
{
@@ -23168,18 +23955,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.CloudCommunications",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaCommunicationCallParticipantCount",
"Method": "GET",
+ "Command": "Get-MgBetaCommunicationCallParticipant",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-list-participants?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.CloudCommunications",
"Uri": "/communications/calls/{call-id}/participants/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -23198,198 +23985,214 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaCommunicationCallParticipantCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.CloudCommunications",
+ "Uri": "/communications/callRecords/{callRecord-id}",
+ "OutputType": "IMicrosoftGraphCallRecordsCallRecord",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphCallRecordsCallRecord",
- "Command": "Get-MgBetaCommunicationCallRecord",
"Method": "GET",
- "Uri": "/communications/callRecords/{callRecord-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaCommunicationCallRecord",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/callrecords-callrecord-get?view=graph-rest-1.0"
},
{
"Module": "Beta.CloudCommunications",
+ "Uri": "/communications/callRecords/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgBetaCommunicationCallRecordCount",
"Method": "GET",
- "Uri": "/communications/callRecords/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaCommunicationCallRecordCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.CloudCommunications",
+ "Uri": "/communications/callRecords/{callRecord-id}/organizer_v2",
+ "OutputType": "IMicrosoftGraphCallRecordsOrganizer",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphCallRecordsOrganizer",
- "Command": "Get-MgBetaCommunicationCallRecordOrganizerV2",
"Method": "GET",
- "Uri": "/communications/callRecords/{callRecord-id}/organizer_v2",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaCommunicationCallRecordOrganizerV2",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.CloudCommunications",
+ "Uri": "/communications/callRecords/{callRecord-id}/participants_v2/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaCommunicationCallRecordParticipant",
"Method": "GET",
- "Uri": "/communications/callRecords/{callRecord-id}/participants_v2/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaCommunicationCallRecordParticipant",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.CloudCommunications",
+ "Uri": "/communications/callRecords/{callRecord-id}/participants_v2/{participant-id}",
+ "OutputType": "IMicrosoftGraphCallRecordsParticipant",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphCallRecordsParticipant",
- "Command": "Get-MgBetaCommunicationCallRecordParticipantV2",
"Method": "GET",
- "Uri": "/communications/callRecords/{callRecord-id}/participants_v2/{participant-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaCommunicationCallRecordParticipantV2",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.CloudCommunications",
+ "Uri": "/communications/callRecords/{callRecord-id}/participants_v2",
+ "OutputType": "IMicrosoftGraphCallRecordsParticipant",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphCallRecordsParticipant",
- "Command": "Get-MgBetaCommunicationCallRecordParticipantV2",
"Method": "GET",
- "Uri": "/communications/callRecords/{callRecord-id}/participants_v2",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaCommunicationCallRecordParticipantV2",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/callrecords-callrecord-list-participants_v2?view=graph-rest-1.0"
},
{
"Module": "Beta.CloudCommunications",
+ "Uri": "/communications/callRecords/getPstnBlockedUsersLog(fromDateTime={fromDateTime},toDateTime={toDateTime})",
+ "OutputType": "IMicrosoftGraphCallRecordsPstnBlockedUsersLogRow",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphCallRecordsPstnBlockedUsersLogRow",
- "Command": "Get-MgBetaCommunicationCallRecordPstnBlockedUserLog",
"Method": "GET",
- "Uri": "/communications/callRecords/getPstnBlockedUsersLog(fromDateTime={fromDateTime},toDateTime={toDateTime})",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaCommunicationCallRecordPstnBlockedUserLog",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.CloudCommunications",
+ "Uri": "/communications/callRecords/getPstnOnlineMeetingDialoutReport(fromDateTime={fromDateTime},toDateTime={toDateTime})",
+ "OutputType": "IMicrosoftGraphCallRecordsPstnOnlineMeetingDialoutReport",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphCallRecordsPstnOnlineMeetingDialoutReport",
- "Command": "Get-MgBetaCommunicationCallRecordPstnOnlineMeetingDialoutReport",
"Method": "GET",
- "Uri": "/communications/callRecords/getPstnOnlineMeetingDialoutReport(fromDateTime={fromDateTime},toDateTime={toDateTime})",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaCommunicationCallRecordPstnOnlineMeetingDialoutReport",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.CloudCommunications",
+ "Uri": "/communications/callRecords/{callRecord-id}/sessions/{session-id}",
+ "OutputType": "IMicrosoftGraphCallRecordsSession",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphCallRecordsSession",
- "Command": "Get-MgBetaCommunicationCallRecordSession",
"Method": "GET",
- "Uri": "/communications/callRecords/{callRecord-id}/sessions/{session-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaCommunicationCallRecordSession",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.CloudCommunications",
+ "Uri": "/communications/callRecords/{callRecord-id}/sessions",
+ "OutputType": "IMicrosoftGraphCallRecordsSession",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphCallRecordsSession",
- "Command": "Get-MgBetaCommunicationCallRecordSession",
"Method": "GET",
- "Uri": "/communications/callRecords/{callRecord-id}/sessions",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaCommunicationCallRecordSession",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/callrecords-callrecord-list-sessions?view=graph-rest-1.0"
},
{
"Module": "Beta.CloudCommunications",
+ "Uri": "/communications/callRecords/{callRecord-id}/sessions/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaCommunicationCallRecordSessionCount",
"Method": "GET",
- "Uri": "/communications/callRecords/{callRecord-id}/sessions/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaCommunicationCallRecordSessionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.CloudCommunications",
+ "Uri": "/communications/callRecords/{callRecord-id}/sessions/{session-id}/segments/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaCommunicationCallRecordSessionSegmentCount",
"Method": "GET",
- "Uri": "/communications/callRecords/{callRecord-id}/sessions/{session-id}/segments/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaCommunicationCallRecordSessionSegmentCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.CloudCommunications",
+ "Uri": "/communications/callRecords/getSmsLog(fromDateTime={fromDateTime},toDateTime={toDateTime})",
+ "OutputType": "IMicrosoftGraphCallRecordsSmsLogRow",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphCallRecordsSmsLogRow",
- "Command": "Get-MgBetaCommunicationCallRecordSmLog",
"Method": "GET",
- "Uri": "/communications/callRecords/getSmsLog(fromDateTime={fromDateTime},toDateTime={toDateTime})",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaCommunicationCallRecordSmLog",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.CloudCommunications",
+ "Uri": "/communications/onlineMeetings/{onlineMeeting-id}",
+ "OutputType": "IMicrosoftGraphOnlineMeeting",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetExpanded",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphOnlineMeeting",
- "Command": "Get-MgBetaCommunicationOnlineMeeting",
"Method": "GET",
- "Uri": "/communications/onlineMeetings/{onlineMeeting-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaCommunicationOnlineMeeting",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.CloudCommunications",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphOnlineMeeting",
- "Command": "Get-MgBetaCommunicationOnlineMeeting",
- "Method": "GET",
"Uri": "/communications/onlineMeetings",
+ "OutputType": "IMicrosoftGraphOnlineMeeting",
"ApiVersion": "beta",
"Permissions": [
{
@@ -23424,140 +24227,149 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaCommunicationOnlineMeeting",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onlinemeeting-get?view=graph-rest-1.0"
},
{
"Module": "Beta.CloudCommunications",
+ "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/alternativeRecording",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaCommunicationOnlineMeetingAlternativeRecording",
"Method": "GET",
- "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/alternativeRecording",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaCommunicationOnlineMeetingAlternativeRecording",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onlinemeeting-get?view=graph-rest-1.0"
},
{
"Module": "Beta.CloudCommunications",
+ "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}",
+ "OutputType": "IMicrosoftGraphMeetingAttendanceReport",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphMeetingAttendanceReport",
- "Command": "Get-MgBetaCommunicationOnlineMeetingAttendanceReport",
"Method": "GET",
- "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaCommunicationOnlineMeetingAttendanceReport",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.CloudCommunications",
+ "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports",
+ "OutputType": "IMicrosoftGraphMeetingAttendanceReport",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphMeetingAttendanceReport",
- "Command": "Get-MgBetaCommunicationOnlineMeetingAttendanceReport",
"Method": "GET",
- "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaCommunicationOnlineMeetingAttendanceReport",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.CloudCommunications",
+ "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}",
+ "OutputType": "IMicrosoftGraphAttendanceRecord",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphAttendanceRecord",
- "Command": "Get-MgBetaCommunicationOnlineMeetingAttendanceReportAttendanceRecord",
"Method": "GET",
- "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaCommunicationOnlineMeetingAttendanceReportAttendanceRecord",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.CloudCommunications",
+ "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords",
+ "OutputType": "IMicrosoftGraphAttendanceRecord",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List",
"List1"
],
- "OutputType": "IMicrosoftGraphAttendanceRecord",
- "Command": "Get-MgBetaCommunicationOnlineMeetingAttendanceReportAttendanceRecord",
"Method": "GET",
- "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaCommunicationOnlineMeetingAttendanceReportAttendanceRecord",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attendancerecord-list?view=graph-rest-1.0"
},
{
"Module": "Beta.CloudCommunications",
+ "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": null,
- "Command": "Get-MgBetaCommunicationOnlineMeetingAttendanceReportAttendanceRecordCount",
"Method": "GET",
- "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaCommunicationOnlineMeetingAttendanceReportAttendanceRecordCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.CloudCommunications",
+ "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaCommunicationOnlineMeetingAttendanceReportCount",
"Method": "GET",
- "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaCommunicationOnlineMeetingAttendanceReportCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.CloudCommunications",
+ "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendeeReport",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaCommunicationOnlineMeetingAttendeeReport",
"Method": "GET",
- "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendeeReport",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaCommunicationOnlineMeetingAttendeeReport",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onlinemeeting-get?view=graph-rest-1.0"
},
{
"Module": "Beta.CloudCommunications",
+ "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/broadcastRecording",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaCommunicationOnlineMeetingBroadcastRecording",
"Method": "GET",
- "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/broadcastRecording",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaCommunicationOnlineMeetingBroadcastRecording",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onlinemeeting-get?view=graph-rest-1.0"
},
{
"Module": "Beta.CloudCommunications",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphOnlineMeeting",
- "Command": "Get-MgBetaCommunicationOnlineMeetingByJoinWebUrl",
- "Method": "GET",
"Uri": "/communications/onlineMeetings(joinWebUrl='{joinWebUrl}')",
+ "OutputType": "IMicrosoftGraphOnlineMeeting",
"ApiVersion": "beta",
"Permissions": [
{
@@ -23592,17 +24404,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.CloudCommunications",
+ ],
"Variants": [
- "Get"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaCommunicationOnlineMeetingCount",
"Method": "GET",
+ "Command": "Get-MgBetaCommunicationOnlineMeetingByJoinWebUrl",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.CloudCommunications",
"Uri": "/communications/onlineMeetings/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -23637,23 +24451,34 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaCommunicationOnlineMeetingCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.CloudCommunications",
+ "Uri": "/communications/onlineMeetings(joinWebUrl='{joinWebUrl}')/getVirtualAppointmentJoinWebUrl",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaCommunicationOnlineMeetingJoinWebUrlVirtualAppointmentJoinWebUrl",
"Method": "GET",
- "Uri": "/communications/onlineMeetings(joinWebUrl='{joinWebUrl}')/getVirtualAppointmentJoinWebUrl",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaCommunicationOnlineMeetingJoinWebUrlVirtualAppointmentJoinWebUrl",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.CloudCommunications",
+ "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recording",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
@@ -23661,266 +24486,277 @@
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": null,
- "Command": "Get-MgBetaCommunicationOnlineMeetingRecording",
"Method": "GET",
- "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recording",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaCommunicationOnlineMeetingRecording",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onlinemeeting-get?view=graph-rest-1.0"
},
{
"Module": "Beta.CloudCommunications",
+ "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recordings",
+ "OutputType": "IMicrosoftGraphCallRecording",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphCallRecording",
- "Command": "Get-MgBetaCommunicationOnlineMeetingRecording",
"Method": "GET",
- "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recordings",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaCommunicationOnlineMeetingRecording",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.CloudCommunications",
+ "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}/content",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaCommunicationOnlineMeetingRecordingContent",
"Method": "GET",
- "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}/content",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaCommunicationOnlineMeetingRecordingContent",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.CloudCommunications",
+ "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recordings/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaCommunicationOnlineMeetingRecordingCount",
"Method": "GET",
- "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recordings/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaCommunicationOnlineMeetingRecordingCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.CloudCommunications",
+ "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recordings/delta",
+ "OutputType": "IMicrosoftGraphCallRecording",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Delta",
"DeltaViaIdentity"
],
- "OutputType": "IMicrosoftGraphCallRecording",
- "Command": "Get-MgBetaCommunicationOnlineMeetingRecordingDelta",
"Method": "GET",
- "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recordings/delta",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaCommunicationOnlineMeetingRecordingDelta",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.CloudCommunications",
+ "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/registration",
+ "OutputType": "IMicrosoftGraphMeetingRegistration",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMeetingRegistration",
- "Command": "Get-MgBetaCommunicationOnlineMeetingRegistration",
"Method": "GET",
- "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/registration",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaCommunicationOnlineMeetingRegistration",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalmeetingregistration-get?view=graph-rest-1.0"
},
{
"Module": "Beta.CloudCommunications",
+ "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/registration/customQuestions/{meetingRegistrationQuestion-id}",
+ "OutputType": "IMicrosoftGraphMeetingRegistrationQuestion",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMeetingRegistrationQuestion",
- "Command": "Get-MgBetaCommunicationOnlineMeetingRegistrationCustomQuestion",
"Method": "GET",
- "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/registration/customQuestions/{meetingRegistrationQuestion-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaCommunicationOnlineMeetingRegistrationCustomQuestion",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/meetingregistrationquestion-get?view=graph-rest-1.0"
},
{
"Module": "Beta.CloudCommunications",
+ "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/registration/customQuestions",
+ "OutputType": "IMicrosoftGraphMeetingRegistrationQuestion",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphMeetingRegistrationQuestion",
- "Command": "Get-MgBetaCommunicationOnlineMeetingRegistrationCustomQuestion",
"Method": "GET",
- "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/registration/customQuestions",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaCommunicationOnlineMeetingRegistrationCustomQuestion",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/meetingregistration-list-customquestions?view=graph-rest-1.0"
},
{
"Module": "Beta.CloudCommunications",
+ "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/registration/customQuestions/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaCommunicationOnlineMeetingRegistrationCustomQuestionCount",
"Method": "GET",
- "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/registration/customQuestions/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaCommunicationOnlineMeetingRegistrationCustomQuestionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.CloudCommunications",
+ "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/registration/registrants/{meetingRegistrantBase-id}",
+ "OutputType": "IMicrosoftGraphMeetingRegistrantBase",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMeetingRegistrantBase",
- "Command": "Get-MgBetaCommunicationOnlineMeetingRegistrationRegistrant",
"Method": "GET",
- "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/registration/registrants/{meetingRegistrantBase-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaCommunicationOnlineMeetingRegistrationRegistrant",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.CloudCommunications",
+ "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/registration/registrants",
+ "OutputType": "IMicrosoftGraphMeetingRegistrantBase",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphMeetingRegistrantBase",
- "Command": "Get-MgBetaCommunicationOnlineMeetingRegistrationRegistrant",
"Method": "GET",
- "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/registration/registrants",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaCommunicationOnlineMeetingRegistrationRegistrant",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.CloudCommunications",
+ "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/registration/registrants/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaCommunicationOnlineMeetingRegistrationRegistrantCount",
"Method": "GET",
- "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/registration/registrants/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaCommunicationOnlineMeetingRegistrationRegistrantCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.CloudCommunications",
+ "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}",
+ "OutputType": "IMicrosoftGraphCallTranscript",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphCallTranscript",
- "Command": "Get-MgBetaCommunicationOnlineMeetingTranscript",
"Method": "GET",
- "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaCommunicationOnlineMeetingTranscript",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calltranscript-get?view=graph-rest-1.0"
},
{
"Module": "Beta.CloudCommunications",
+ "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts",
+ "OutputType": "IMicrosoftGraphCallTranscript",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphCallTranscript",
- "Command": "Get-MgBetaCommunicationOnlineMeetingTranscript",
"Method": "GET",
- "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaCommunicationOnlineMeetingTranscript",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onlinemeeting-list-transcripts?view=graph-rest-1.0"
},
{
"Module": "Beta.CloudCommunications",
+ "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/content",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaCommunicationOnlineMeetingTranscriptContent",
"Method": "GET",
- "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/content",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaCommunicationOnlineMeetingTranscriptContent",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onlinemeeting-list-transcripts?view=graph-rest-1.0"
},
{
"Module": "Beta.CloudCommunications",
+ "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaCommunicationOnlineMeetingTranscriptCount",
"Method": "GET",
- "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaCommunicationOnlineMeetingTranscriptCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.CloudCommunications",
+ "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/delta",
+ "OutputType": "IMicrosoftGraphCallTranscript",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Delta",
"DeltaViaIdentity"
],
- "OutputType": "IMicrosoftGraphCallTranscript",
- "Command": "Get-MgBetaCommunicationOnlineMeetingTranscriptDelta",
"Method": "GET",
- "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/delta",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaCommunicationOnlineMeetingTranscriptDelta",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.CloudCommunications",
+ "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/metadataContent",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaCommunicationOnlineMeetingTranscriptMetadataContent",
"Method": "GET",
- "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/metadataContent",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaCommunicationOnlineMeetingTranscriptMetadataContent",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onlinemeeting-list-transcripts?view=graph-rest-1.0"
},
{
"Module": "Beta.CloudCommunications",
+ "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/getVirtualAppointmentJoinWebUrl",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaCommunicationOnlineMeetingVirtualAppointmentJoinWebUrl",
"Method": "GET",
- "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/getVirtualAppointmentJoinWebUrl",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaCommunicationOnlineMeetingVirtualAppointmentJoinWebUrl",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.CloudCommunications",
+ "Uri": "/communications/presences/{presence-id}",
+ "OutputType": "IMicrosoftGraphPresence",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphPresence",
- "Command": "Get-MgBetaCommunicationPresence",
"Method": "GET",
- "Uri": "/communications/presences/{presence-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaCommunicationPresence",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-get?view=graph-rest-1.0"
},
{
"Module": "Beta.CloudCommunications",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphPresence",
- "Command": "Get-MgBetaCommunicationPresence",
- "Method": "GET",
"Uri": "/communications/presences",
+ "OutputType": "IMicrosoftGraphPresence",
"ApiVersion": "beta",
"Permissions": [
{
@@ -23947,18 +24783,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaCommunicationPresence",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.CloudCommunications",
- "Variants": [
- "Get",
- "GetExpanded"
- ],
- "OutputType": "IMicrosoftGraphPresence",
- "Command": "Get-MgBetaCommunicationPresenceByUserId",
- "Method": "POST",
"Uri": "/communications/getPresencesByUserId",
+ "OutputType": "IMicrosoftGraphPresence",
"ApiVersion": "beta",
"Permissions": [
{
@@ -23977,17 +24813,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetExpanded"
+ ],
+ "Method": "POST",
+ "Command": "Get-MgBetaCommunicationPresenceByUserId",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudcommunications-getpresencesbyuserid?view=graph-rest-1.0"
},
{
"Module": "Beta.CloudCommunications",
- "Variants": [
- "Get"
- ],
- "OutputType": null,
- "Command": "Get-MgBetaCommunicationPresenceCount",
- "Method": "GET",
"Uri": "/communications/presences/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -24014,42 +24852,44 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Compliance",
+ ],
"Variants": [
"Get"
],
- "OutputType": "IMicrosoftGraphEdiscoveryEdiscoveryroot",
- "Command": "Get-MgBetaCompliance",
"Method": "GET",
- "Uri": "/compliance",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaCommunicationPresenceCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Compliance",
+ "Uri": "/compliance",
+ "OutputType": "IMicrosoftGraphEdiscoveryEdiscoveryroot",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": "IMicrosoftGraphEdiscoveryEdiscoveryroot",
- "Command": "Get-MgBetaComplianceEdiscovery",
"Method": "GET",
- "Uri": "/compliance/ediscovery",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaCompliance",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Compliance",
+ "Uri": "/compliance/ediscovery",
+ "OutputType": "IMicrosoftGraphEdiscoveryEdiscoveryroot",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphEdiscoveryCase",
- "Command": "Get-MgBetaComplianceEdiscoveryCase",
"Method": "GET",
+ "Command": "Get-MgBetaComplianceEdiscovery",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Compliance",
"Uri": "/compliance/ediscovery/cases/{case-id}",
+ "OutputType": "IMicrosoftGraphEdiscoveryCase",
"ApiVersion": "beta",
"Permissions": [
{
@@ -24068,17 +24908,19 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Compliance",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphEdiscoveryCase",
- "Command": "Get-MgBetaComplianceEdiscoveryCase",
"Method": "GET",
+ "Command": "Get-MgBetaComplianceEdiscoveryCase",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-case-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Compliance",
"Uri": "/compliance/ediscovery/cases",
+ "OutputType": "IMicrosoftGraphEdiscoveryCase",
"ApiVersion": "beta",
"Permissions": [
{
@@ -24097,17 +24939,18 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Compliance",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaComplianceEdiscoveryCaseCount",
"Method": "GET",
+ "Command": "Get-MgBetaComplianceEdiscoveryCase",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-case-list?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Compliance",
"Uri": "/compliance/ediscovery/cases/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -24126,18 +24969,18 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Compliance",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphEdiscoveryCustodian",
- "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodian",
"Method": "GET",
+ "Command": "Get-MgBetaComplianceEdiscoveryCaseCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Compliance",
"Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}",
+ "OutputType": "IMicrosoftGraphEdiscoveryCustodian",
"ApiVersion": "beta",
"Permissions": [
{
@@ -24156,17 +24999,19 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Compliance",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphEdiscoveryCustodian",
- "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodian",
"Method": "GET",
+ "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodian",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-custodian-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Compliance",
"Uri": "/compliance/ediscovery/cases/{case-id}/custodians",
+ "OutputType": "IMicrosoftGraphEdiscoveryCustodian",
"ApiVersion": "beta",
"Permissions": [
{
@@ -24185,18 +25030,18 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Compliance",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianCount",
"Method": "GET",
+ "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodian",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-case-list-custodians?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Compliance",
"Uri": "/compliance/ediscovery/cases/{case-id}/custodians/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -24215,31 +25060,33 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Compliance",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphEdiscoveryCaseIndexOperation",
- "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianLastIndexOperation",
"Method": "GET",
- "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/lastIndexOperation",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Compliance",
+ "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/lastIndexOperation",
+ "OutputType": "IMicrosoftGraphEdiscoveryCaseIndexOperation",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphEdiscoverySiteSource",
- "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianSiteSource",
"Method": "GET",
+ "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianLastIndexOperation",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Compliance",
"Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/siteSources/{siteSource-id}",
+ "OutputType": "IMicrosoftGraphEdiscoverySiteSource",
"ApiVersion": "beta",
"Permissions": [
{
@@ -24258,17 +25105,19 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Compliance",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphEdiscoverySiteSource",
- "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianSiteSource",
"Method": "GET",
+ "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianSiteSource",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-sitesource-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Compliance",
"Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/siteSources",
+ "OutputType": "IMicrosoftGraphEdiscoverySiteSource",
"ApiVersion": "beta",
"Permissions": [
{
@@ -24287,18 +25136,18 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Compliance",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianSiteSourceCount",
"Method": "GET",
+ "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianSiteSource",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-custodian-list-sitesources?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Compliance",
"Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/siteSources/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -24317,31 +25166,33 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Compliance",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSite",
- "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianSiteSourceSite",
"Method": "GET",
- "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/siteSources/{siteSource-id}/site",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianSiteSourceCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Compliance",
+ "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/siteSources/{siteSource-id}/site",
+ "OutputType": "IMicrosoftGraphSite",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphEdiscoveryUnifiedGroupSource",
- "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianUnifiedGroupSource",
"Method": "GET",
+ "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianSiteSourceSite",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Compliance",
"Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/unifiedGroupSources/{unifiedGroupSource-id}",
+ "OutputType": "IMicrosoftGraphEdiscoveryUnifiedGroupSource",
"ApiVersion": "beta",
"Permissions": [
{
@@ -24360,17 +25211,19 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Compliance",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphEdiscoveryUnifiedGroupSource",
- "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianUnifiedGroupSource",
"Method": "GET",
+ "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianUnifiedGroupSource",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-unifiedgroupsource-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Compliance",
"Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/unifiedGroupSources",
+ "OutputType": "IMicrosoftGraphEdiscoveryUnifiedGroupSource",
"ApiVersion": "beta",
"Permissions": [
{
@@ -24389,18 +25242,18 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Compliance",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianUnifiedGroupSourceCount",
"Method": "GET",
+ "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianUnifiedGroupSource",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-custodian-list-unifiedgroupsources?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Compliance",
"Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/unifiedGroupSources/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -24419,56 +25272,60 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianUnifiedGroupSourceCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Compliance",
+ "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/unifiedGroupSources/{unifiedGroupSource-id}/group",
+ "OutputType": "IMicrosoftGraphGroup",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphGroup",
- "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianUnifiedGroupSourceGroup",
"Method": "GET",
- "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/unifiedGroupSources/{unifiedGroupSource-id}/group",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianUnifiedGroupSourceGroup",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Compliance",
+ "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/unifiedGroupSources/{unifiedGroupSource-id}/group/serviceProvisioningErrors",
+ "OutputType": "IMicrosoftGraphServiceProvisioningError",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianUnifiedGroupSourceGroupServiceProvisioningError",
"Method": "GET",
- "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/unifiedGroupSources/{unifiedGroupSource-id}/group/serviceProvisioningErrors",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianUnifiedGroupSourceGroupServiceProvisioningError",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Compliance",
+ "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/unifiedGroupSources/{unifiedGroupSource-id}/group/serviceProvisioningErrors/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianUnifiedGroupSourceGroupServiceProvisioningErrorCount",
"Method": "GET",
- "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/unifiedGroupSources/{unifiedGroupSource-id}/group/serviceProvisioningErrors/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianUnifiedGroupSourceGroupServiceProvisioningErrorCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Compliance",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphEdiscoveryUserSource",
- "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianUserSource",
- "Method": "GET",
"Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/userSources/{userSource-id}",
+ "OutputType": "IMicrosoftGraphEdiscoveryUserSource",
"ApiVersion": "beta",
"Permissions": [
{
@@ -24487,17 +25344,19 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Compliance",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphEdiscoveryUserSource",
- "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianUserSource",
"Method": "GET",
+ "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianUserSource",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-usersource-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Compliance",
"Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/userSources",
+ "OutputType": "IMicrosoftGraphEdiscoveryUserSource",
"ApiVersion": "beta",
"Permissions": [
{
@@ -24516,18 +25375,18 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Compliance",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianUserSourceCount",
"Method": "GET",
+ "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianUserSource",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-custodian-list-usersources?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Compliance",
"Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/userSources/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -24546,18 +25405,19 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Compliance",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphEdiscoveryLegalHold",
- "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHold",
"Method": "GET",
+ "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianUserSourceCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Compliance",
"Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}",
+ "OutputType": "IMicrosoftGraphEdiscoveryLegalHold",
"ApiVersion": "beta",
"Permissions": [
{
@@ -24576,17 +25436,19 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Compliance",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphEdiscoveryLegalHold",
- "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHold",
"Method": "GET",
+ "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHold",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-legalhold-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Compliance",
"Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds",
+ "OutputType": "IMicrosoftGraphEdiscoveryLegalHold",
"ApiVersion": "beta",
"Permissions": [
{
@@ -24605,18 +25467,18 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Compliance",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHoldCount",
"Method": "GET",
+ "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHold",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Compliance",
"Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -24635,30 +25497,33 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Compliance",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphEdiscoverySiteSource",
- "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHoldSiteSource",
"Method": "GET",
- "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/siteSources/{siteSource-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHoldCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Compliance",
+ "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/siteSources/{siteSource-id}",
+ "OutputType": "IMicrosoftGraphEdiscoverySiteSource",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphEdiscoverySiteSource",
- "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHoldSiteSource",
"Method": "GET",
+ "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHoldSiteSource",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Compliance",
"Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/siteSources",
+ "OutputType": "IMicrosoftGraphEdiscoverySiteSource",
"ApiVersion": "beta",
"Permissions": [
{
@@ -24677,18 +25542,18 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Compliance",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHoldSiteSourceCount",
"Method": "GET",
+ "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHoldSiteSource",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-legalhold-list-sitesources?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Compliance",
"Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/siteSources/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -24707,119 +25572,129 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHoldSiteSourceCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Compliance",
+ "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/siteSources/{siteSource-id}/site",
+ "OutputType": "IMicrosoftGraphSite",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSite",
- "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHoldSiteSourceSite",
"Method": "GET",
- "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/siteSources/{siteSource-id}/site",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHoldSiteSourceSite",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Compliance",
+ "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/unifiedGroupSources/{unifiedGroupSource-id}",
+ "OutputType": "IMicrosoftGraphEdiscoveryUnifiedGroupSource",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphEdiscoveryUnifiedGroupSource",
- "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHoldUnifiedGroupSource",
"Method": "GET",
- "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/unifiedGroupSources/{unifiedGroupSource-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHoldUnifiedGroupSource",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Compliance",
+ "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/unifiedGroupSources",
+ "OutputType": "IMicrosoftGraphEdiscoveryUnifiedGroupSource",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphEdiscoveryUnifiedGroupSource",
- "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHoldUnifiedGroupSource",
"Method": "GET",
- "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/unifiedGroupSources",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHoldUnifiedGroupSource",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Compliance",
+ "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/unifiedGroupSources/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHoldUnifiedGroupSourceCount",
"Method": "GET",
- "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/unifiedGroupSources/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHoldUnifiedGroupSourceCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Compliance",
+ "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/unifiedGroupSources/{unifiedGroupSource-id}/group",
+ "OutputType": "IMicrosoftGraphGroup",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphGroup",
- "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHoldUnifiedGroupSourceGroup",
"Method": "GET",
- "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/unifiedGroupSources/{unifiedGroupSource-id}/group",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHoldUnifiedGroupSourceGroup",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Compliance",
+ "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/unifiedGroupSources/{unifiedGroupSource-id}/group/serviceProvisioningErrors",
+ "OutputType": "IMicrosoftGraphServiceProvisioningError",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHoldUnifiedGroupSourceGroupServiceProvisioningError",
"Method": "GET",
- "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/unifiedGroupSources/{unifiedGroupSource-id}/group/serviceProvisioningErrors",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHoldUnifiedGroupSourceGroupServiceProvisioningError",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Compliance",
+ "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/unifiedGroupSources/{unifiedGroupSource-id}/group/serviceProvisioningErrors/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHoldUnifiedGroupSourceGroupServiceProvisioningErrorCount",
"Method": "GET",
- "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/unifiedGroupSources/{unifiedGroupSource-id}/group/serviceProvisioningErrors/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHoldUnifiedGroupSourceGroupServiceProvisioningErrorCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Compliance",
+ "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/userSources/{userSource-id}",
+ "OutputType": "IMicrosoftGraphEdiscoveryUserSource",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphEdiscoveryUserSource",
- "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHoldUserSource",
"Method": "GET",
- "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/userSources/{userSource-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHoldUserSource",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Compliance",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphEdiscoveryUserSource",
- "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHoldUserSource",
- "Method": "GET",
"Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/userSources",
+ "OutputType": "IMicrosoftGraphEdiscoveryUserSource",
"ApiVersion": "beta",
"Permissions": [
{
@@ -24838,18 +25713,18 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Compliance",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHoldUserSourceCount",
"Method": "GET",
+ "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHoldUserSource",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-legalhold-list-usersources?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Compliance",
"Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/userSources/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -24868,18 +25743,19 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Compliance",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphEdiscoveryNoncustodialDataSource",
- "Command": "Get-MgBetaComplianceEdiscoveryCaseNoncustodialDataSource",
"Method": "GET",
+ "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHoldUserSourceCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Compliance",
"Uri": "/compliance/ediscovery/cases/{case-id}/noncustodialDataSources/{noncustodialDataSource-id}",
+ "OutputType": "IMicrosoftGraphEdiscoveryNoncustodialDataSource",
"ApiVersion": "beta",
"Permissions": [
{
@@ -24898,17 +25774,19 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Compliance",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphEdiscoveryNoncustodialDataSource",
- "Command": "Get-MgBetaComplianceEdiscoveryCaseNoncustodialDataSource",
"Method": "GET",
+ "Command": "Get-MgBetaComplianceEdiscoveryCaseNoncustodialDataSource",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-noncustodialdatasource-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Compliance",
"Uri": "/compliance/ediscovery/cases/{case-id}/noncustodialDataSources",
+ "OutputType": "IMicrosoftGraphEdiscoveryNoncustodialDataSource",
"ApiVersion": "beta",
"Permissions": [
{
@@ -24927,18 +25805,18 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Compliance",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaComplianceEdiscoveryCaseNoncustodialDataSourceCount",
"Method": "GET",
+ "Command": "Get-MgBetaComplianceEdiscoveryCaseNoncustodialDataSource",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-noncustodialdatasource-list?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Compliance",
"Uri": "/compliance/ediscovery/cases/{case-id}/noncustodialDataSources/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -24957,18 +25835,19 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Compliance",
+ ],
"Variants": [
- "Get1",
- "GetViaIdentity1"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphEdiscoveryDataSource",
- "Command": "Get-MgBetaComplianceEdiscoveryCaseNoncustodialDataSourceDataSource",
"Method": "GET",
+ "Command": "Get-MgBetaComplianceEdiscoveryCaseNoncustodialDataSourceCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Compliance",
"Uri": "/compliance/ediscovery/cases/{case-id}/noncustodialDataSources/{noncustodialDataSource-id}/dataSource",
+ "OutputType": "IMicrosoftGraphEdiscoveryDataSource",
"ApiVersion": "beta",
"Permissions": [
{
@@ -24987,43 +25866,47 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get1",
+ "GetViaIdentity1"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaComplianceEdiscoveryCaseNoncustodialDataSourceDataSource",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Compliance",
+ "Uri": "/compliance/ediscovery/cases/{case-id}/noncustodialDataSources/{noncustodialDataSource-id}/lastIndexOperation",
+ "OutputType": "IMicrosoftGraphEdiscoveryCaseIndexOperation",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphEdiscoveryCaseIndexOperation",
- "Command": "Get-MgBetaComplianceEdiscoveryCaseNoncustodialDataSourceLastIndexOperation",
"Method": "GET",
- "Uri": "/compliance/ediscovery/cases/{case-id}/noncustodialDataSources/{noncustodialDataSource-id}/lastIndexOperation",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaComplianceEdiscoveryCaseNoncustodialDataSourceLastIndexOperation",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Compliance",
+ "Uri": "/compliance/ediscovery/cases/{case-id}/operations/{caseOperation-id}",
+ "OutputType": "IMicrosoftGraphEdiscoveryCaseOperation",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphEdiscoveryCaseOperation",
- "Command": "Get-MgBetaComplianceEdiscoveryCaseOperation",
"Method": "GET",
- "Uri": "/compliance/ediscovery/cases/{case-id}/operations/{caseOperation-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaComplianceEdiscoveryCaseOperation",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Compliance",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphEdiscoveryCaseOperation",
- "Command": "Get-MgBetaComplianceEdiscoveryCaseOperation",
- "Method": "GET",
"Uri": "/compliance/ediscovery/cases/{case-id}/operations",
+ "OutputType": "IMicrosoftGraphEdiscoveryCaseOperation",
"ApiVersion": "beta",
"Permissions": [
{
@@ -25042,56 +25925,59 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaComplianceEdiscoveryCaseOperation",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Compliance",
+ "Uri": "/compliance/ediscovery/cases/{case-id}/operations/{caseOperation-id}/caseExportOperation",
+ "OutputType": "IMicrosoftGraphEdiscoveryCaseExportOperation",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphEdiscoveryCaseExportOperation",
- "Command": "Get-MgBetaComplianceEdiscoveryCaseOperationAsCaseExportOperation",
"Method": "GET",
- "Uri": "/compliance/ediscovery/cases/{case-id}/operations/{caseOperation-id}/caseExportOperation",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaComplianceEdiscoveryCaseOperationAsCaseExportOperation",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Compliance",
+ "Uri": "/compliance/ediscovery/cases/{case-id}/operations/caseExportOperation",
+ "OutputType": "IMicrosoftGraphEdiscoveryCaseExportOperation",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphEdiscoveryCaseExportOperation",
- "Command": "Get-MgBetaComplianceEdiscoveryCaseOperationAsCaseExportOperation",
"Method": "GET",
- "Uri": "/compliance/ediscovery/cases/{case-id}/operations/caseExportOperation",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaComplianceEdiscoveryCaseOperationAsCaseExportOperation",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Compliance",
+ "Uri": "/compliance/ediscovery/cases/{case-id}/operations/{caseOperation-id}/caseExportOperation/reviewSet",
+ "OutputType": "IMicrosoftGraphEdiscoveryReviewSet",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphEdiscoveryReviewSet",
- "Command": "Get-MgBetaComplianceEdiscoveryCaseOperationAsCaseExportOperationReviewSet",
"Method": "GET",
- "Uri": "/compliance/ediscovery/cases/{case-id}/operations/{caseOperation-id}/caseExportOperation/reviewSet",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaComplianceEdiscoveryCaseOperationAsCaseExportOperationReviewSet",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Compliance",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": null,
- "Command": "Get-MgBetaComplianceEdiscoveryCaseOperationCount",
- "Method": "GET",
"Uri": "/compliance/ediscovery/cases/{case-id}/operations/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -25110,31 +25996,33 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Compliance",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaComplianceEdiscoveryCaseOperationCountAsCaseExportOperation",
"Method": "GET",
- "Uri": "/compliance/ediscovery/cases/{case-id}/operations/caseExportOperation/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaComplianceEdiscoveryCaseOperationCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Compliance",
+ "Uri": "/compliance/ediscovery/cases/{case-id}/operations/caseExportOperation/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphEdiscoveryReviewSet",
- "Command": "Get-MgBetaComplianceEdiscoveryCaseReviewSet",
"Method": "GET",
+ "Command": "Get-MgBetaComplianceEdiscoveryCaseOperationCountAsCaseExportOperation",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Compliance",
"Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}",
+ "OutputType": "IMicrosoftGraphEdiscoveryReviewSet",
"ApiVersion": "beta",
"Permissions": [
{
@@ -25153,17 +26041,19 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Compliance",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphEdiscoveryReviewSet",
- "Command": "Get-MgBetaComplianceEdiscoveryCaseReviewSet",
"Method": "GET",
+ "Command": "Get-MgBetaComplianceEdiscoveryCaseReviewSet",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-reviewset-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Compliance",
"Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets",
+ "OutputType": "IMicrosoftGraphEdiscoveryReviewSet",
"ApiVersion": "beta",
"Permissions": [
{
@@ -25182,18 +26072,18 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Compliance",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaComplianceEdiscoveryCaseReviewSetCount",
"Method": "GET",
+ "Command": "Get-MgBetaComplianceEdiscoveryCaseReviewSet",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Compliance",
"Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -25212,18 +26102,19 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Compliance",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphEdiscoveryReviewSetQuery",
- "Command": "Get-MgBetaComplianceEdiscoveryCaseReviewSetQuery",
"Method": "GET",
+ "Command": "Get-MgBetaComplianceEdiscoveryCaseReviewSetCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Compliance",
"Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}/queries/{reviewSetQuery-id}",
+ "OutputType": "IMicrosoftGraphEdiscoveryReviewSetQuery",
"ApiVersion": "beta",
"Permissions": [
{
@@ -25242,17 +26133,19 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Compliance",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphEdiscoveryReviewSetQuery",
- "Command": "Get-MgBetaComplianceEdiscoveryCaseReviewSetQuery",
"Method": "GET",
+ "Command": "Get-MgBetaComplianceEdiscoveryCaseReviewSetQuery",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-reviewsetquery-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Compliance",
"Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}/queries",
+ "OutputType": "IMicrosoftGraphEdiscoveryReviewSetQuery",
"ApiVersion": "beta",
"Permissions": [
{
@@ -25271,18 +26164,18 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Compliance",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaComplianceEdiscoveryCaseReviewSetQueryCount",
"Method": "GET",
+ "Command": "Get-MgBetaComplianceEdiscoveryCaseReviewSetQuery",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-reviewsetquery-list?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Compliance",
"Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}/queries/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -25301,18 +26194,19 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Compliance",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphEdiscoveryCaseSettings",
- "Command": "Get-MgBetaComplianceEdiscoveryCaseSetting",
"Method": "GET",
+ "Command": "Get-MgBetaComplianceEdiscoveryCaseReviewSetQueryCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Compliance",
"Uri": "/compliance/ediscovery/cases/{case-id}/settings",
+ "OutputType": "IMicrosoftGraphEdiscoveryCaseSettings",
"ApiVersion": "beta",
"Permissions": [
{
@@ -25331,18 +26225,19 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Compliance",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphEdiscoverySourceCollection",
- "Command": "Get-MgBetaComplianceEdiscoveryCaseSourceCollection",
"Method": "GET",
+ "Command": "Get-MgBetaComplianceEdiscoveryCaseSetting",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-casesettings-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Compliance",
"Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}",
+ "OutputType": "IMicrosoftGraphEdiscoverySourceCollection",
"ApiVersion": "beta",
"Permissions": [
{
@@ -25361,17 +26256,19 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Compliance",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphEdiscoverySourceCollection",
- "Command": "Get-MgBetaComplianceEdiscoveryCaseSourceCollection",
"Method": "GET",
+ "Command": "Get-MgBetaComplianceEdiscoveryCaseSourceCollection",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Compliance",
"Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections",
+ "OutputType": "IMicrosoftGraphEdiscoverySourceCollection",
"ApiVersion": "beta",
"Permissions": [
{
@@ -25390,30 +26287,32 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaComplianceEdiscoveryCaseSourceCollection",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-case-list-sourcecollections?view=graph-rest-1.0"
},
{
"Module": "Beta.Compliance",
+ "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/additionalSources/{dataSource-id}",
+ "OutputType": "IMicrosoftGraphEdiscoveryDataSource",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphEdiscoveryDataSource",
- "Command": "Get-MgBetaComplianceEdiscoveryCaseSourceCollectionAdditionalSource",
"Method": "GET",
- "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/additionalSources/{dataSource-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaComplianceEdiscoveryCaseSourceCollectionAdditionalSource",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Compliance",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphEdiscoveryDataSource",
- "Command": "Get-MgBetaComplianceEdiscoveryCaseSourceCollectionAdditionalSource",
- "Method": "GET",
"Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/additionalSources",
+ "OutputType": "IMicrosoftGraphEdiscoveryDataSource",
"ApiVersion": "beta",
"Permissions": [
{
@@ -25432,18 +26331,18 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Compliance",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaComplianceEdiscoveryCaseSourceCollectionAdditionalSourceCount",
"Method": "GET",
+ "Command": "Get-MgBetaComplianceEdiscoveryCaseSourceCollectionAdditionalSource",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-sourcecollection-list-additionalsources?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Compliance",
"Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/additionalSources/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -25462,20 +26361,21 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Compliance",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphEdiscoveryAddToReviewSetOperation",
- "Command": "Get-MgBetaComplianceEdiscoveryCaseSourceCollectionAddToReviewSetOperation",
"Method": "GET",
- "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/addToReviewSetOperation",
- "ApiVersion": "beta",
- "Permissions": [
+ "Command": "Get-MgBetaComplianceEdiscoveryCaseSourceCollectionAdditionalSourceCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Compliance",
+ "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/addToReviewSetOperation",
+ "OutputType": "IMicrosoftGraphEdiscoveryAddToReviewSetOperation",
+ "ApiVersion": "beta",
+ "Permissions": [
{
"Name": "eDiscovery.Read.All",
"Description": "Read all eDiscovery objects",
@@ -25492,18 +26392,19 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Compliance",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaComplianceEdiscoveryCaseSourceCollectionCount",
"Method": "GET",
+ "Command": "Get-MgBetaComplianceEdiscoveryCaseSourceCollectionAddToReviewSetOperation",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-sourcecollection-list-addtoreviewsetoperation?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Compliance",
"Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -25522,30 +26423,33 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Compliance",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphEdiscoveryDataSource",
- "Command": "Get-MgBetaComplianceEdiscoveryCaseSourceCollectionCustodianSource",
"Method": "GET",
- "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/custodianSources/{dataSource-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaComplianceEdiscoveryCaseSourceCollectionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Compliance",
+ "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/custodianSources/{dataSource-id}",
+ "OutputType": "IMicrosoftGraphEdiscoveryDataSource",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphEdiscoveryDataSource",
- "Command": "Get-MgBetaComplianceEdiscoveryCaseSourceCollectionCustodianSource",
"Method": "GET",
+ "Command": "Get-MgBetaComplianceEdiscoveryCaseSourceCollectionCustodianSource",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Compliance",
"Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/custodianSources",
+ "OutputType": "IMicrosoftGraphEdiscoveryDataSource",
"ApiVersion": "beta",
"Permissions": [
{
@@ -25564,18 +26468,18 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Compliance",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaComplianceEdiscoveryCaseSourceCollectionCustodianSourceCount",
"Method": "GET",
+ "Command": "Get-MgBetaComplianceEdiscoveryCaseSourceCollectionCustodianSource",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-sourcecollection-list-custodiansources?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Compliance",
"Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/custodianSources/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -25594,18 +26498,19 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Compliance",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphEdiscoveryEstimateStatisticsOperation",
- "Command": "Get-MgBetaComplianceEdiscoveryCaseSourceCollectionLastEstimateStatisticsOperation",
"Method": "GET",
+ "Command": "Get-MgBetaComplianceEdiscoveryCaseSourceCollectionCustodianSourceCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Compliance",
"Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/lastEstimateStatisticsOperation",
+ "OutputType": "IMicrosoftGraphEdiscoveryEstimateStatisticsOperation",
"ApiVersion": "beta",
"Permissions": [
{
@@ -25624,30 +26529,33 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Compliance",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphEdiscoveryNoncustodialDataSource",
- "Command": "Get-MgBetaComplianceEdiscoveryCaseSourceCollectionNoncustodialSource",
"Method": "GET",
- "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/noncustodialSources/{noncustodialDataSource-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaComplianceEdiscoveryCaseSourceCollectionLastEstimateStatisticsOperation",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-sourcecollection-list-lastestimatestatisticsoperation?view=graph-rest-1.0"
},
{
"Module": "Beta.Compliance",
+ "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/noncustodialSources/{noncustodialDataSource-id}",
+ "OutputType": "IMicrosoftGraphEdiscoveryNoncustodialDataSource",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphEdiscoveryNoncustodialDataSource",
- "Command": "Get-MgBetaComplianceEdiscoveryCaseSourceCollectionNoncustodialSource",
"Method": "GET",
+ "Command": "Get-MgBetaComplianceEdiscoveryCaseSourceCollectionNoncustodialSource",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Compliance",
"Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/noncustodialSources",
+ "OutputType": "IMicrosoftGraphEdiscoveryNoncustodialDataSource",
"ApiVersion": "beta",
"Permissions": [
{
@@ -25666,18 +26574,18 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Compliance",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaComplianceEdiscoveryCaseSourceCollectionNoncustodialSourceCount",
"Method": "GET",
+ "Command": "Get-MgBetaComplianceEdiscoveryCaseSourceCollectionNoncustodialSource",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-sourcecollection-list-noncustodialsources?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Compliance",
"Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/noncustodialSources/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -25696,18 +26604,19 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Compliance",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphEdiscoveryTag",
- "Command": "Get-MgBetaComplianceEdiscoveryCaseTag",
"Method": "GET",
+ "Command": "Get-MgBetaComplianceEdiscoveryCaseSourceCollectionNoncustodialSourceCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Compliance",
"Uri": "/compliance/ediscovery/cases/{case-id}/tags/{tag-id}",
+ "OutputType": "IMicrosoftGraphEdiscoveryTag",
"ApiVersion": "beta",
"Permissions": [
{
@@ -25726,17 +26635,19 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Compliance",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphEdiscoveryTag",
- "Command": "Get-MgBetaComplianceEdiscoveryCaseTag",
"Method": "GET",
+ "Command": "Get-MgBetaComplianceEdiscoveryCaseTag",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-tag-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Compliance",
"Uri": "/compliance/ediscovery/cases/{case-id}/tags",
+ "OutputType": "IMicrosoftGraphEdiscoveryTag",
"ApiVersion": "beta",
"Permissions": [
{
@@ -25755,30 +26666,32 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaComplianceEdiscoveryCaseTag",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-case-list-tags?view=graph-rest-1.0"
},
{
"Module": "Beta.Compliance",
+ "Uri": "/compliance/ediscovery/cases/{case-id}/tags/{tag-id}/childTags/{tag-id1}",
+ "OutputType": "IMicrosoftGraphEdiscoveryTag",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphEdiscoveryTag",
- "Command": "Get-MgBetaComplianceEdiscoveryCaseTagChildTag",
"Method": "GET",
- "Uri": "/compliance/ediscovery/cases/{case-id}/tags/{tag-id}/childTags/{tag-id1}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaComplianceEdiscoveryCaseTagChildTag",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Compliance",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphEdiscoveryTag",
- "Command": "Get-MgBetaComplianceEdiscoveryCaseTagChildTag",
- "Method": "GET",
"Uri": "/compliance/ediscovery/cases/{case-id}/tags/{tag-id}/childTags",
+ "OutputType": "IMicrosoftGraphEdiscoveryTag",
"ApiVersion": "beta",
"Permissions": [
{
@@ -25797,18 +26710,18 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Compliance",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaComplianceEdiscoveryCaseTagChildTagCount",
"Method": "GET",
+ "Command": "Get-MgBetaComplianceEdiscoveryCaseTagChildTag",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-tag-childtags?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Compliance",
"Uri": "/compliance/ediscovery/cases/{case-id}/tags/{tag-id}/childTags/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -25827,18 +26740,19 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Compliance",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaComplianceEdiscoveryCaseTagCount",
"Method": "GET",
+ "Command": "Get-MgBetaComplianceEdiscoveryCaseTagChildTagCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Compliance",
"Uri": "/compliance/ediscovery/cases/{case-id}/tags/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -25857,31 +26771,33 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Compliance",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphEdiscoveryTag",
- "Command": "Get-MgBetaComplianceEdiscoveryCaseTagParent",
"Method": "GET",
- "Uri": "/compliance/ediscovery/cases/{case-id}/tags/{tag-id}/parent",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaComplianceEdiscoveryCaseTagCount",
+ "ApiReferenceLink": null
},
{
- "Module": "Beta.Identity.DirectoryManagement",
+ "Module": "Beta.Compliance",
+ "Uri": "/compliance/ediscovery/cases/{case-id}/tags/{tag-id}/parent",
+ "OutputType": "IMicrosoftGraphEdiscoveryTag",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphOrgContact",
- "Command": "Get-MgBetaContact",
"Method": "GET",
+ "Command": "Get-MgBetaComplianceEdiscoveryCaseTagParent",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Identity.DirectoryManagement",
"Uri": "/contacts/{orgContact-id}",
+ "OutputType": "IMicrosoftGraphOrgContact",
"ApiVersion": "beta",
"Permissions": [
{
@@ -25908,17 +26824,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.DirectoryManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphOrgContact",
- "Command": "Get-MgBetaContact",
"Method": "GET",
+ "Command": "Get-MgBetaContact",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/orgcontact-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.DirectoryManagement",
"Uri": "/contacts",
+ "OutputType": "IMicrosoftGraphOrgContact",
"ApiVersion": "beta",
"Permissions": [
{
@@ -25945,30 +26863,32 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaContact",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/orgcontact-list?view=graph-rest-1.0"
},
{
"Module": "Beta.Identity.DirectoryManagement",
+ "Uri": "/contacts/getByIds",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetExpanded"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgBetaContactById",
"Method": "POST",
- "Uri": "/contacts/getByIds",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaContactById",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0"
},
{
"Module": "Beta.Identity.DirectoryManagement",
- "Variants": [
- "Get"
- ],
- "OutputType": null,
- "Command": "Get-MgBetaContactCount",
- "Method": "GET",
"Uri": "/contacts/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -25995,17 +26915,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.DirectoryManagement",
+ ],
"Variants": [
- "Delta"
+ "Get"
],
- "OutputType": "IMicrosoftGraphOrgContact",
- "Command": "Get-MgBetaContactDelta",
"Method": "GET",
+ "Command": "Get-MgBetaContactCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Identity.DirectoryManagement",
"Uri": "/contacts/delta",
+ "OutputType": "IMicrosoftGraphOrgContact",
"ApiVersion": "beta",
"Permissions": [
{
@@ -26032,30 +26953,32 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Delta"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaContactDelta",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.DirectoryManagement",
+ "Uri": "/contacts/{orgContact-id}/directReports/{directoryObject-id}",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgBetaContactDirectReport",
"Method": "GET",
- "Uri": "/contacts/{orgContact-id}/directReports/{directoryObject-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaContactDirectReport",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.DirectoryManagement",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgBetaContactDirectReport",
- "Method": "GET",
"Uri": "/contacts/{orgContact-id}/directReports",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
"ApiVersion": "beta",
"Permissions": [
{
@@ -26090,68 +27013,72 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaContactDirectReport",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/orgcontact-list-directreports?view=graph-rest-1.0"
},
{
"Module": "Beta.Identity.DirectoryManagement",
+ "Uri": "/contacts/{orgContact-id}/directReports/{directoryObject-id}/orgContact",
+ "OutputType": "IMicrosoftGraphOrgContact",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphOrgContact",
- "Command": "Get-MgBetaContactDirectReportAsOrgContact",
"Method": "GET",
- "Uri": "/contacts/{orgContact-id}/directReports/{directoryObject-id}/orgContact",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaContactDirectReportAsOrgContact",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.DirectoryManagement",
+ "Uri": "/contacts/{orgContact-id}/directReports/orgContact",
+ "OutputType": "IMicrosoftGraphOrgContact",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphOrgContact",
- "Command": "Get-MgBetaContactDirectReportAsOrgContact",
"Method": "GET",
- "Uri": "/contacts/{orgContact-id}/directReports/orgContact",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaContactDirectReportAsOrgContact",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.DirectoryManagement",
+ "Uri": "/contacts/{orgContact-id}/directReports/{directoryObject-id}/user",
+ "OutputType": "IMicrosoftGraphUser",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUser",
- "Command": "Get-MgBetaContactDirectReportAsUser",
"Method": "GET",
- "Uri": "/contacts/{orgContact-id}/directReports/{directoryObject-id}/user",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaContactDirectReportAsUser",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.DirectoryManagement",
+ "Uri": "/contacts/{orgContact-id}/directReports/user",
+ "OutputType": "IMicrosoftGraphUser",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphUser",
- "Command": "Get-MgBetaContactDirectReportAsUser",
"Method": "GET",
- "Uri": "/contacts/{orgContact-id}/directReports/user",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaContactDirectReportAsUser",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.DirectoryManagement",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": null,
- "Command": "Get-MgBetaContactDirectReportCount",
- "Method": "GET",
"Uri": "/contacts/{orgContact-id}/directReports/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -26186,44 +27113,47 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.DirectoryManagement",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaContactDirectReportCountAsOrgContact",
"Method": "GET",
- "Uri": "/contacts/{orgContact-id}/directReports/orgContact/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaContactDirectReportCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.DirectoryManagement",
+ "Uri": "/contacts/{orgContact-id}/directReports/orgContact/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaContactDirectReportCountAsUser",
"Method": "GET",
- "Uri": "/contacts/{orgContact-id}/directReports/user/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaContactDirectReportCountAsOrgContact",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.DirectoryManagement",
+ "Uri": "/contacts/{orgContact-id}/directReports/user/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgBetaContactManager",
"Method": "GET",
+ "Command": "Get-MgBetaContactDirectReportCountAsUser",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Identity.DirectoryManagement",
"Uri": "/contacts/{orgContact-id}/manager",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
"ApiVersion": "beta",
"Permissions": [
{
@@ -26258,20 +27188,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.DirectoryManagement",
+ ],
"Variants": [
"Get",
- "GetExpanded",
- "GetViaIdentity",
- "GetViaIdentityExpanded"
+ "GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaContactMemberGroup",
- "Method": "POST",
+ "Method": "GET",
+ "Command": "Get-MgBetaContactManager",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/orgcontact-get-manager?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.DirectoryManagement",
"Uri": "/contacts/{orgContact-id}/getMemberGroups",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -26354,20 +27283,21 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.DirectoryManagement",
+ ],
"Variants": [
"Get",
"GetExpanded",
"GetViaIdentity",
"GetViaIdentityExpanded"
],
- "OutputType": null,
- "Command": "Get-MgBetaContactMemberObject",
"Method": "POST",
+ "Command": "Get-MgBetaContactMemberGroup",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.DirectoryManagement",
"Uri": "/contacts/{orgContact-id}/getMemberObjects",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -26466,30 +27396,35 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetExpanded",
+ "GetViaIdentity",
+ "GetViaIdentityExpanded"
+ ],
+ "Method": "POST",
+ "Command": "Get-MgBetaContactMemberObject",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.DirectoryManagement",
+ "Uri": "/contacts/{orgContact-id}/memberOf/{directoryObject-id}",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgBetaContactMemberOf",
"Method": "GET",
- "Uri": "/contacts/{orgContact-id}/memberOf/{directoryObject-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaContactMemberOf",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.DirectoryManagement",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgBetaContactMemberOf",
- "Method": "GET",
"Uri": "/contacts/{orgContact-id}/memberOf",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
"ApiVersion": "beta",
"Permissions": [
{
@@ -26524,68 +27459,72 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaContactMemberOf",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/orgcontact-list-memberof?view=graph-rest-1.0"
},
{
"Module": "Beta.Identity.DirectoryManagement",
+ "Uri": "/contacts/{orgContact-id}/memberOf/{directoryObject-id}/administrativeUnit",
+ "OutputType": "IMicrosoftGraphAdministrativeUnit",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAdministrativeUnit",
- "Command": "Get-MgBetaContactMemberOfAsAdministrativeUnit",
"Method": "GET",
- "Uri": "/contacts/{orgContact-id}/memberOf/{directoryObject-id}/administrativeUnit",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaContactMemberOfAsAdministrativeUnit",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.DirectoryManagement",
+ "Uri": "/contacts/{orgContact-id}/memberOf/administrativeUnit",
+ "OutputType": "IMicrosoftGraphAdministrativeUnit",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphAdministrativeUnit",
- "Command": "Get-MgBetaContactMemberOfAsAdministrativeUnit",
"Method": "GET",
- "Uri": "/contacts/{orgContact-id}/memberOf/administrativeUnit",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaContactMemberOfAsAdministrativeUnit",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.DirectoryManagement",
+ "Uri": "/contacts/{orgContact-id}/memberOf/{directoryObject-id}/group",
+ "OutputType": "IMicrosoftGraphGroup",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphGroup",
- "Command": "Get-MgBetaContactMemberOfAsGroup",
"Method": "GET",
- "Uri": "/contacts/{orgContact-id}/memberOf/{directoryObject-id}/group",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaContactMemberOfAsGroup",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.DirectoryManagement",
+ "Uri": "/contacts/{orgContact-id}/memberOf/group",
+ "OutputType": "IMicrosoftGraphGroup",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphGroup",
- "Command": "Get-MgBetaContactMemberOfAsGroup",
"Method": "GET",
- "Uri": "/contacts/{orgContact-id}/memberOf/group",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaContactMemberOfAsGroup",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.DirectoryManagement",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": null,
- "Command": "Get-MgBetaContactMemberOfCount",
- "Method": "GET",
"Uri": "/contacts/{orgContact-id}/memberOf/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -26620,81 +27559,88 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaContactMemberOfCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.DirectoryManagement",
+ "Uri": "/contacts/{orgContact-id}/memberOf/administrativeUnit/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaContactMemberOfCountAsAdministrativeUnit",
"Method": "GET",
- "Uri": "/contacts/{orgContact-id}/memberOf/administrativeUnit/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaContactMemberOfCountAsAdministrativeUnit",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.DirectoryManagement",
+ "Uri": "/contacts/{orgContact-id}/memberOf/group/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaContactMemberOfCountAsGroup",
"Method": "GET",
- "Uri": "/contacts/{orgContact-id}/memberOf/group/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaContactMemberOfCountAsGroup",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.DirectoryManagement",
+ "Uri": "/contacts/{orgContact-id}/serviceProvisioningErrors",
+ "OutputType": "IMicrosoftGraphServiceProvisioningError",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Command": "Get-MgBetaContactServiceProvisioningError",
"Method": "GET",
- "Uri": "/contacts/{orgContact-id}/serviceProvisioningErrors",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaContactServiceProvisioningError",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.DirectoryManagement",
+ "Uri": "/contacts/{orgContact-id}/serviceProvisioningErrors/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaContactServiceProvisioningErrorCount",
"Method": "GET",
- "Uri": "/contacts/{orgContact-id}/serviceProvisioningErrors/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaContactServiceProvisioningErrorCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.DirectoryManagement",
+ "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/{directoryObject-id}",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgBetaContactTransitiveMemberOf",
"Method": "GET",
- "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/{directoryObject-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaContactTransitiveMemberOf",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.DirectoryManagement",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgBetaContactTransitiveMemberOf",
- "Method": "GET",
"Uri": "/contacts/{orgContact-id}/transitiveMemberOf",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
"ApiVersion": "beta",
"Permissions": [
{
@@ -26721,68 +27667,72 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaContactTransitiveMemberOf",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.DirectoryManagement",
+ "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/{directoryObject-id}/administrativeUnit",
+ "OutputType": "IMicrosoftGraphAdministrativeUnit",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAdministrativeUnit",
- "Command": "Get-MgBetaContactTransitiveMemberOfAsAdministrativeUnit",
"Method": "GET",
- "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/{directoryObject-id}/administrativeUnit",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaContactTransitiveMemberOfAsAdministrativeUnit",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.DirectoryManagement",
+ "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/administrativeUnit",
+ "OutputType": "IMicrosoftGraphAdministrativeUnit",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphAdministrativeUnit",
- "Command": "Get-MgBetaContactTransitiveMemberOfAsAdministrativeUnit",
"Method": "GET",
- "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/administrativeUnit",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaContactTransitiveMemberOfAsAdministrativeUnit",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.DirectoryManagement",
+ "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/{directoryObject-id}/group",
+ "OutputType": "IMicrosoftGraphGroup",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphGroup",
- "Command": "Get-MgBetaContactTransitiveMemberOfAsGroup",
"Method": "GET",
- "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/{directoryObject-id}/group",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaContactTransitiveMemberOfAsGroup",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.DirectoryManagement",
+ "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/group",
+ "OutputType": "IMicrosoftGraphGroup",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphGroup",
- "Command": "Get-MgBetaContactTransitiveMemberOfAsGroup",
"Method": "GET",
- "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/group",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaContactTransitiveMemberOfAsGroup",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.DirectoryManagement",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": null,
- "Command": "Get-MgBetaContactTransitiveMemberOfCount",
- "Method": "GET",
"Uri": "/contacts/{orgContact-id}/transitiveMemberOf/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -26809,95 +27759,102 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaContactTransitiveMemberOfCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.DirectoryManagement",
+ "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/administrativeUnit/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaContactTransitiveMemberOfCountAsAdministrativeUnit",
"Method": "GET",
- "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/administrativeUnit/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaContactTransitiveMemberOfCountAsAdministrativeUnit",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.DirectoryManagement",
+ "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/group/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaContactTransitiveMemberOfCountAsGroup",
"Method": "GET",
- "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/group/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaContactTransitiveMemberOfCountAsGroup",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.DirectoryManagement",
+ "Uri": "/contacts/{orgContact-id}/transitiveReports/{directoryObject-id}",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgBetaContactTransitiveReport",
"Method": "GET",
- "Uri": "/contacts/{orgContact-id}/transitiveReports/{directoryObject-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaContactTransitiveReport",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.DirectoryManagement",
+ "Uri": "/contacts/{orgContact-id}/transitiveReports",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgBetaContactTransitiveReport",
"Method": "GET",
- "Uri": "/contacts/{orgContact-id}/transitiveReports",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaContactTransitiveReport",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.DirectoryManagement",
+ "Uri": "/contacts/{orgContact-id}/transitiveReports/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaContactTransitiveReportCount",
"Method": "GET",
- "Uri": "/contacts/{orgContact-id}/transitiveReports/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaContactTransitiveReportCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.DirectoryManagement",
+ "Uri": "/contacts/getUserOwnedObjects",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetExpanded"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgBetaContactUserOwnedObject",
"Method": "POST",
- "Uri": "/contacts/getUserOwnedObjects",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaContactUserOwnedObject",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-1.0"
},
{
"Module": "Beta.Identity.DirectoryManagement",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphContract",
- "Command": "Get-MgBetaContract",
- "Method": "GET",
"Uri": "/contracts/{contract-id}",
+ "OutputType": "IMicrosoftGraphContract",
"ApiVersion": "beta",
"Permissions": [
{
@@ -26916,17 +27873,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.DirectoryManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphContract",
- "Command": "Get-MgBetaContract",
"Method": "GET",
+ "Command": "Get-MgBetaContract",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contract-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.DirectoryManagement",
"Uri": "/contracts",
+ "OutputType": "IMicrosoftGraphContract",
"ApiVersion": "beta",
"Permissions": [
{
@@ -26945,30 +27904,32 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaContract",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contract-list?view=graph-rest-1.0"
},
{
"Module": "Beta.Identity.DirectoryManagement",
+ "Uri": "/contracts/getByIds",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetExpanded"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgBetaContractById",
"Method": "POST",
- "Uri": "/contracts/getByIds",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaContractById",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0"
},
{
"Module": "Beta.Identity.DirectoryManagement",
- "Variants": [
- "Get"
- ],
- "OutputType": null,
- "Command": "Get-MgBetaContractCount",
- "Method": "GET",
"Uri": "/contracts/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -26987,17 +27948,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.DirectoryManagement",
+ ],
"Variants": [
- "Delta"
+ "Get"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgBetaContractDelta",
"Method": "GET",
+ "Command": "Get-MgBetaContractCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Identity.DirectoryManagement",
"Uri": "/contracts/delta",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
"ApiVersion": "beta",
"Permissions": [
{
@@ -27016,61 +27978,64 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Delta"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaContractDelta",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.DirectoryManagement",
+ "Uri": "/contracts/{contract-id}/getMemberGroups",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetExpanded",
"GetViaIdentity",
"GetViaIdentityExpanded"
],
- "OutputType": null,
- "Command": "Get-MgBetaContractMemberGroup",
"Method": "POST",
- "Uri": "/contracts/{contract-id}/getMemberGroups",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaContractMemberGroup",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0"
},
{
"Module": "Beta.Identity.DirectoryManagement",
+ "Uri": "/contracts/{contract-id}/getMemberObjects",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetExpanded",
"GetViaIdentity",
"GetViaIdentityExpanded"
],
- "OutputType": null,
- "Command": "Get-MgBetaContractMemberObject",
"Method": "POST",
- "Uri": "/contracts/{contract-id}/getMemberObjects",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaContractMemberObject",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.DirectoryManagement",
+ "Uri": "/contracts/getUserOwnedObjects",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetExpanded"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgBetaContractUserOwnedObject",
"Method": "POST",
- "Uri": "/contracts/getUserOwnedObjects",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaContractUserOwnedObject",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-1.0"
},
{
"Module": "Beta.Identity.SignIns",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphDataPolicyOperation",
- "Command": "Get-MgBetaDataPolicyOperation",
- "Method": "GET",
"Uri": "/dataPolicyOperations/{dataPolicyOperation-id}",
+ "OutputType": "IMicrosoftGraphDataPolicyOperation",
"ApiVersion": "beta",
"Permissions": [
{
@@ -27089,42 +28054,45 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaDataPolicyOperation",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/datapolicyoperation-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Identity.SignIns",
+ "Uri": "/dataPolicyOperations",
+ "OutputType": "IMicrosoftGraphDataPolicyOperation",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphDataPolicyOperation",
- "Command": "Get-MgBetaDataPolicyOperation",
"Method": "GET",
- "Uri": "/dataPolicyOperations",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDataPolicyOperation",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.SignIns",
+ "Uri": "/dataPolicyOperations/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgBetaDataPolicyOperationCount",
"Method": "GET",
- "Uri": "/dataPolicyOperations/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDataPolicyOperationCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.DirectoryManagement",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphDevice",
- "Command": "Get-MgBetaDevice",
- "Method": "GET",
"Uri": "/devices/{device-id}",
+ "OutputType": "IMicrosoftGraphDevice",
"ApiVersion": "beta",
"Permissions": [
{
@@ -27159,17 +28127,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.DirectoryManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDevice",
- "Command": "Get-MgBetaDevice",
"Method": "GET",
+ "Command": "Get-MgBetaDevice",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.DirectoryManagement",
"Uri": "/devices",
+ "OutputType": "IMicrosoftGraphDevice",
"ApiVersion": "beta",
"Permissions": [
{
@@ -27204,17 +28174,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Devices.CorporateManagement",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": "IMicrosoftGraphDeviceAppManagement",
- "Command": "Get-MgBetaDeviceAppManagement",
"Method": "GET",
+ "Command": "Get-MgBetaDevice",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-list?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Devices.CorporateManagement",
"Uri": "/deviceAppManagement",
+ "OutputType": "IMicrosoftGraphDeviceAppManagement",
"ApiVersion": "beta",
"Permissions": [
{
@@ -27249,18 +28220,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Devices.CorporateManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphAndroidManagedAppProtection",
- "Command": "Get-MgBetaDeviceAppManagementAndroidManagedAppProtection",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagement",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Devices.CorporateManagement",
"Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}",
+ "OutputType": "IMicrosoftGraphAndroidManagedAppProtection",
"ApiVersion": "beta",
"Permissions": [
{
@@ -27279,17 +28250,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Devices.CorporateManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAndroidManagedAppProtection",
- "Command": "Get-MgBetaDeviceAppManagementAndroidManagedAppProtection",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementAndroidManagedAppProtection",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Devices.CorporateManagement",
"Uri": "/deviceAppManagement/androidManagedAppProtections",
+ "OutputType": "IMicrosoftGraphAndroidManagedAppProtection",
"ApiVersion": "beta",
"Permissions": [
{
@@ -27308,18 +28281,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Devices.CorporateManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": "IMicrosoftGraphManagedMobileApp",
- "Command": "Get-MgBetaDeviceAppManagementAndroidManagedAppProtectionApp",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementAndroidManagedAppProtection",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Devices.CorporateManagement",
"Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps/{managedMobileApp-id}",
+ "OutputType": "IMicrosoftGraphManagedMobileApp",
"ApiVersion": "beta",
"Permissions": [
{
@@ -27354,17 +28327,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Devices.CorporateManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphManagedMobileApp",
- "Command": "Get-MgBetaDeviceAppManagementAndroidManagedAppProtectionApp",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementAndroidManagedAppProtectionApp",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Devices.CorporateManagement",
"Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps",
+ "OutputType": "IMicrosoftGraphManagedMobileApp",
"ApiVersion": "beta",
"Permissions": [
{
@@ -27399,18 +28374,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Devices.CorporateManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceAppManagementAndroidManagedAppProtectionAppCount",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementAndroidManagedAppProtectionApp",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Devices.CorporateManagement",
"Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -27445,18 +28420,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Devices.CorporateManagement",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment",
- "Command": "Get-MgBetaDeviceAppManagementAndroidManagedAppProtectionAssignment",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementAndroidManagedAppProtectionAppCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Devices.CorporateManagement",
"Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}",
+ "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment",
"ApiVersion": "beta",
"Permissions": [
{
@@ -27491,17 +28467,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Devices.CorporateManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment",
- "Command": "Get-MgBetaDeviceAppManagementAndroidManagedAppProtectionAssignment",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementAndroidManagedAppProtectionAssignment",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Devices.CorporateManagement",
"Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/assignments",
+ "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment",
"ApiVersion": "beta",
"Permissions": [
{
@@ -27536,18 +28514,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Devices.CorporateManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceAppManagementAndroidManagedAppProtectionAssignmentCount",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementAndroidManagedAppProtectionAssignment",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Devices.CorporateManagement",
"Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/assignments/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -27582,17 +28560,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Devices.CorporateManagement",
+ ],
"Variants": [
- "Get"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceAppManagementAndroidManagedAppProtectionCount",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementAndroidManagedAppProtectionAssignmentCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Devices.CorporateManagement",
"Uri": "/deviceAppManagement/androidManagedAppProtections/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -27611,18 +28591,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Devices.CorporateManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary",
- "Command": "Get-MgBetaDeviceAppManagementAndroidManagedAppProtectionDeploymentSummary",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementAndroidManagedAppProtectionCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Devices.CorporateManagement",
"Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/deploymentSummary",
+ "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary",
"ApiVersion": "beta",
"Permissions": [
{
@@ -27657,18 +28637,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Devices.CorporateManagement",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDefaultManagedAppProtection",
- "Command": "Get-MgBetaDeviceAppManagementDefaultManagedAppProtection",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementAndroidManagedAppProtectionDeploymentSummary",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Devices.CorporateManagement",
"Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}",
+ "OutputType": "IMicrosoftGraphDefaultManagedAppProtection",
"ApiVersion": "beta",
"Permissions": [
{
@@ -27703,17 +28684,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Devices.CorporateManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDefaultManagedAppProtection",
- "Command": "Get-MgBetaDeviceAppManagementDefaultManagedAppProtection",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementDefaultManagedAppProtection",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Devices.CorporateManagement",
"Uri": "/deviceAppManagement/defaultManagedAppProtections",
+ "OutputType": "IMicrosoftGraphDefaultManagedAppProtection",
"ApiVersion": "beta",
"Permissions": [
{
@@ -27748,18 +28731,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Devices.CorporateManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": "IMicrosoftGraphManagedMobileApp",
- "Command": "Get-MgBetaDeviceAppManagementDefaultManagedAppProtectionApp",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementDefaultManagedAppProtection",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Devices.CorporateManagement",
"Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps/{managedMobileApp-id}",
+ "OutputType": "IMicrosoftGraphManagedMobileApp",
"ApiVersion": "beta",
"Permissions": [
{
@@ -27794,17 +28777,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Devices.CorporateManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphManagedMobileApp",
- "Command": "Get-MgBetaDeviceAppManagementDefaultManagedAppProtectionApp",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementDefaultManagedAppProtectionApp",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Devices.CorporateManagement",
"Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps",
+ "OutputType": "IMicrosoftGraphManagedMobileApp",
"ApiVersion": "beta",
"Permissions": [
{
@@ -27839,18 +28824,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Devices.CorporateManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceAppManagementDefaultManagedAppProtectionAppCount",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementDefaultManagedAppProtectionApp",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Devices.CorporateManagement",
"Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -27885,17 +28870,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Devices.CorporateManagement",
+ ],
"Variants": [
- "Get"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceAppManagementDefaultManagedAppProtectionCount",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementDefaultManagedAppProtectionAppCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Devices.CorporateManagement",
"Uri": "/deviceAppManagement/defaultManagedAppProtections/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -27930,18 +28917,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Devices.CorporateManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary",
- "Command": "Get-MgBetaDeviceAppManagementDefaultManagedAppProtectionDeploymentSummary",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementDefaultManagedAppProtectionCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Devices.CorporateManagement",
"Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/deploymentSummary",
+ "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary",
"ApiVersion": "beta",
"Permissions": [
{
@@ -27976,18 +28963,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Devices.CorporateManagement",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphEnterpriseCodeSigningCertificate",
- "Command": "Get-MgBetaDeviceAppManagementEnterpriseCodeSigningCertificate",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementDefaultManagedAppProtectionDeploymentSummary",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Devices.CorporateManagement",
"Uri": "/deviceAppManagement/enterpriseCodeSigningCertificates/{enterpriseCodeSigningCertificate-id}",
+ "OutputType": "IMicrosoftGraphEnterpriseCodeSigningCertificate",
"ApiVersion": "beta",
"Permissions": [
{
@@ -28006,17 +28994,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Devices.CorporateManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphEnterpriseCodeSigningCertificate",
- "Command": "Get-MgBetaDeviceAppManagementEnterpriseCodeSigningCertificate",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementEnterpriseCodeSigningCertificate",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Devices.CorporateManagement",
"Uri": "/deviceAppManagement/enterpriseCodeSigningCertificates",
+ "OutputType": "IMicrosoftGraphEnterpriseCodeSigningCertificate",
"ApiVersion": "beta",
"Permissions": [
{
@@ -28035,17 +29025,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Devices.CorporateManagement",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceAppManagementEnterpriseCodeSigningCertificateCount",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementEnterpriseCodeSigningCertificate",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Devices.CorporateManagement",
"Uri": "/deviceAppManagement/enterpriseCodeSigningCertificates/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -28064,43 +29055,45 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementEnterpriseCodeSigningCertificateCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}",
+ "OutputType": "IMicrosoftGraphIosLobAppProvisioningConfiguration",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphIosLobAppProvisioningConfiguration",
- "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfiguration",
"Method": "GET",
- "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfiguration",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations",
+ "OutputType": "IMicrosoftGraphIosLobAppProvisioningConfiguration",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphIosLobAppProvisioningConfiguration",
- "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfiguration",
"Method": "GET",
- "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfiguration",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphIosLobAppProvisioningConfigurationAssignment",
- "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationAssignment",
- "Method": "GET",
"Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/assignments/{iosLobAppProvisioningConfigurationAssignment-id}",
+ "OutputType": "IMicrosoftGraphIosLobAppProvisioningConfigurationAssignment",
"ApiVersion": "beta",
"Permissions": [
{
@@ -28119,17 +29112,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Devices.CorporateManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphIosLobAppProvisioningConfigurationAssignment",
- "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationAssignment",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationAssignment",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Devices.CorporateManagement",
"Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/assignments",
+ "OutputType": "IMicrosoftGraphIosLobAppProvisioningConfigurationAssignment",
"ApiVersion": "beta",
"Permissions": [
{
@@ -28148,18 +29143,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Devices.CorporateManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationAssignmentCount",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationAssignment",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Devices.CorporateManagement",
"Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/assignments/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -28178,30 +29173,32 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationAssignmentCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationCount",
"Method": "GET",
- "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus",
- "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationDeviceStatus",
- "Method": "GET",
"Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/deviceStatuses/{managedDeviceMobileAppConfigurationDeviceStatus-id}",
+ "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus",
"ApiVersion": "beta",
"Permissions": [
{
@@ -28220,17 +29217,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Devices.CorporateManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus",
- "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationDeviceStatus",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationDeviceStatus",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Devices.CorporateManagement",
"Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/deviceStatuses",
+ "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus",
"ApiVersion": "beta",
"Permissions": [
{
@@ -28249,18 +29248,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Devices.CorporateManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationDeviceStatusCount",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationDeviceStatus",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Devices.CorporateManagement",
"Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/deviceStatuses/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -28279,18 +29278,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Devices.CorporateManagement",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMobileAppProvisioningConfigGroupAssignment",
- "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationGroupAssignment",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationDeviceStatusCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Devices.CorporateManagement",
"Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/groupAssignments/{mobileAppProvisioningConfigGroupAssignment-id}",
+ "OutputType": "IMicrosoftGraphMobileAppProvisioningConfigGroupAssignment",
"ApiVersion": "beta",
"Permissions": [
{
@@ -28309,17 +29309,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Devices.CorporateManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMobileAppProvisioningConfigGroupAssignment",
- "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationGroupAssignment",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationGroupAssignment",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Devices.CorporateManagement",
"Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/groupAssignments",
+ "OutputType": "IMicrosoftGraphMobileAppProvisioningConfigGroupAssignment",
"ApiVersion": "beta",
"Permissions": [
{
@@ -28338,18 +29340,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Devices.CorporateManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationGroupAssignmentCount",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationGroupAssignment",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Devices.CorporateManagement",
"Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/groupAssignments/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -28368,18 +29370,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Devices.CorporateManagement",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus",
- "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationUserStatus",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationGroupAssignmentCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Devices.CorporateManagement",
"Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/userStatuses/{managedDeviceMobileAppConfigurationUserStatus-id}",
+ "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus",
"ApiVersion": "beta",
"Permissions": [
{
@@ -28398,17 +29401,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Devices.CorporateManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus",
- "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationUserStatus",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationUserStatus",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Devices.CorporateManagement",
"Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/userStatuses",
+ "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus",
"ApiVersion": "beta",
"Permissions": [
{
@@ -28427,18 +29432,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Devices.CorporateManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationUserStatusCount",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationUserStatus",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Devices.CorporateManagement",
"Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/userStatuses/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -28457,18 +29462,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Devices.CorporateManagement",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphIosManagedAppProtection",
- "Command": "Get-MgBetaDeviceAppManagementiOSManagedAppProtection",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationUserStatusCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Devices.CorporateManagement",
"Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}",
+ "OutputType": "IMicrosoftGraphIosManagedAppProtection",
"ApiVersion": "beta",
"Permissions": [
{
@@ -28487,17 +29493,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Devices.CorporateManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphIosManagedAppProtection",
- "Command": "Get-MgBetaDeviceAppManagementiOSManagedAppProtection",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementiOSManagedAppProtection",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Devices.CorporateManagement",
"Uri": "/deviceAppManagement/iosManagedAppProtections",
+ "OutputType": "IMicrosoftGraphIosManagedAppProtection",
"ApiVersion": "beta",
"Permissions": [
{
@@ -28516,18 +29524,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Devices.CorporateManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": "IMicrosoftGraphManagedMobileApp",
- "Command": "Get-MgBetaDeviceAppManagementiOSManagedAppProtectionApp",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementiOSManagedAppProtection",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Devices.CorporateManagement",
"Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps/{managedMobileApp-id}",
+ "OutputType": "IMicrosoftGraphManagedMobileApp",
"ApiVersion": "beta",
"Permissions": [
{
@@ -28562,17 +29570,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Devices.CorporateManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphManagedMobileApp",
- "Command": "Get-MgBetaDeviceAppManagementiOSManagedAppProtectionApp",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementiOSManagedAppProtectionApp",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Devices.CorporateManagement",
"Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps",
+ "OutputType": "IMicrosoftGraphManagedMobileApp",
"ApiVersion": "beta",
"Permissions": [
{
@@ -28607,18 +29617,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Devices.CorporateManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceAppManagementiOSManagedAppProtectionAppCount",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementiOSManagedAppProtectionApp",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Devices.CorporateManagement",
"Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -28653,18 +29663,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Devices.CorporateManagement",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment",
- "Command": "Get-MgBetaDeviceAppManagementiOSManagedAppProtectionAssignment",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementiOSManagedAppProtectionAppCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Devices.CorporateManagement",
"Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}",
+ "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment",
"ApiVersion": "beta",
"Permissions": [
{
@@ -28699,17 +29710,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Devices.CorporateManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment",
- "Command": "Get-MgBetaDeviceAppManagementiOSManagedAppProtectionAssignment",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementiOSManagedAppProtectionAssignment",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Devices.CorporateManagement",
"Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/assignments",
+ "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment",
"ApiVersion": "beta",
"Permissions": [
{
@@ -28744,18 +29757,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Devices.CorporateManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceAppManagementiOSManagedAppProtectionAssignmentCount",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementiOSManagedAppProtectionAssignment",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Devices.CorporateManagement",
"Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/assignments/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -28790,17 +29803,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Devices.CorporateManagement",
+ ],
"Variants": [
- "Get"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceAppManagementiOSManagedAppProtectionCount",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementiOSManagedAppProtectionAssignmentCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Devices.CorporateManagement",
"Uri": "/deviceAppManagement/iosManagedAppProtections/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -28819,18 +29834,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Devices.CorporateManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary",
- "Command": "Get-MgBetaDeviceAppManagementiOSManagedAppProtectionDeploymentSummary",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementiOSManagedAppProtectionCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Devices.CorporateManagement",
"Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/deploymentSummary",
+ "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary",
"ApiVersion": "beta",
"Permissions": [
{
@@ -28865,18 +29880,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Devices.CorporateManagement",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphManagedAppPolicy",
- "Command": "Get-MgBetaDeviceAppManagementManagedAppPolicy",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementiOSManagedAppProtectionDeploymentSummary",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Devices.CorporateManagement",
"Uri": "/deviceAppManagement/managedAppPolicies/{managedAppPolicy-id}",
+ "OutputType": "IMicrosoftGraphManagedAppPolicy",
"ApiVersion": "beta",
"Permissions": [
{
@@ -28911,17 +29927,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Devices.CorporateManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphManagedAppPolicy",
- "Command": "Get-MgBetaDeviceAppManagementManagedAppPolicy",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementManagedAppPolicy",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Devices.CorporateManagement",
"Uri": "/deviceAppManagement/managedAppPolicies",
+ "OutputType": "IMicrosoftGraphManagedAppPolicy",
"ApiVersion": "beta",
"Permissions": [
{
@@ -28956,17 +29974,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Devices.CorporateManagement",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceAppManagementManagedAppPolicyCount",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementManagedAppPolicy",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Devices.CorporateManagement",
"Uri": "/deviceAppManagement/managedAppPolicies/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -29001,18 +30020,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Devices.CorporateManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphManagedAppRegistration",
- "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistration",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementManagedAppPolicyCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Devices.CorporateManagement",
"Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}",
+ "OutputType": "IMicrosoftGraphManagedAppRegistration",
"ApiVersion": "beta",
"Permissions": [
{
@@ -29047,17 +30066,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Devices.CorporateManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphManagedAppRegistration",
- "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistration",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistration",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Devices.CorporateManagement",
"Uri": "/deviceAppManagement/managedAppRegistrations",
+ "OutputType": "IMicrosoftGraphManagedAppRegistration",
"ApiVersion": "beta",
"Permissions": [
{
@@ -29092,18 +30113,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Devices.CorporateManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": "IMicrosoftGraphManagedAppPolicy",
- "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistrationAppliedPolicy",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistration",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Devices.CorporateManagement",
"Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/{managedAppPolicy-id}",
+ "OutputType": "IMicrosoftGraphManagedAppPolicy",
"ApiVersion": "beta",
"Permissions": [
{
@@ -29138,17 +30159,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Devices.CorporateManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphManagedAppPolicy",
- "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistrationAppliedPolicy",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistrationAppliedPolicy",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Devices.CorporateManagement",
"Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies",
+ "OutputType": "IMicrosoftGraphManagedAppPolicy",
"ApiVersion": "beta",
"Permissions": [
{
@@ -29183,18 +30206,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Devices.CorporateManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistrationAppliedPolicyCount",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistrationAppliedPolicy",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Devices.CorporateManagement",
"Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -29229,17 +30252,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Devices.CorporateManagement",
+ ],
"Variants": [
- "Get"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistrationCount",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistrationAppliedPolicyCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Devices.CorporateManagement",
"Uri": "/deviceAppManagement/managedAppRegistrations/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -29274,18 +30299,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Devices.CorporateManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphManagedAppPolicy",
- "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistrationIntendedPolicy",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistrationCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Devices.CorporateManagement",
"Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/{managedAppPolicy-id}",
+ "OutputType": "IMicrosoftGraphManagedAppPolicy",
"ApiVersion": "beta",
"Permissions": [
{
@@ -29320,17 +30345,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Devices.CorporateManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphManagedAppPolicy",
- "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistrationIntendedPolicy",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistrationIntendedPolicy",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Devices.CorporateManagement",
"Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies",
+ "OutputType": "IMicrosoftGraphManagedAppPolicy",
"ApiVersion": "beta",
"Permissions": [
{
@@ -29365,18 +30392,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Devices.CorporateManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistrationIntendedPolicyCount",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistrationIntendedPolicy",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Devices.CorporateManagement",
"Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -29411,18 +30438,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Devices.CorporateManagement",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphManagedAppOperation",
- "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistrationOperation",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistrationIntendedPolicyCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Devices.CorporateManagement",
"Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations/{managedAppOperation-id}",
+ "OutputType": "IMicrosoftGraphManagedAppOperation",
"ApiVersion": "beta",
"Permissions": [
{
@@ -29457,17 +30485,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Devices.CorporateManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphManagedAppOperation",
- "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistrationOperation",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistrationOperation",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Devices.CorporateManagement",
"Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations",
+ "OutputType": "IMicrosoftGraphManagedAppOperation",
"ApiVersion": "beta",
"Permissions": [
{
@@ -29502,18 +30532,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Devices.CorporateManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistrationOperationCount",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistrationOperation",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Devices.CorporateManagement",
"Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -29548,17 +30578,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Devices.CorporateManagement",
+ ],
"Variants": [
- "Get"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistrationUserIdWithFlaggedAppRegistration",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistrationOperationCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Devices.CorporateManagement",
"Uri": "/deviceAppManagement/managedAppRegistrations/getUserIdsWithFlaggedAppRegistration",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -29593,18 +30625,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Devices.CorporateManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphManagedAppStatus",
- "Command": "Get-MgBetaDeviceAppManagementManagedAppStatus",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistrationUserIdWithFlaggedAppRegistration",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Devices.CorporateManagement",
"Uri": "/deviceAppManagement/managedAppStatuses/{managedAppStatus-id}",
+ "OutputType": "IMicrosoftGraphManagedAppStatus",
"ApiVersion": "beta",
"Permissions": [
{
@@ -29639,17 +30671,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Devices.CorporateManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphManagedAppStatus",
- "Command": "Get-MgBetaDeviceAppManagementManagedAppStatus",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementManagedAppStatus",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Devices.CorporateManagement",
"Uri": "/deviceAppManagement/managedAppStatuses",
+ "OutputType": "IMicrosoftGraphManagedAppStatus",
"ApiVersion": "beta",
"Permissions": [
{
@@ -29684,17 +30718,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Devices.CorporateManagement",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceAppManagementManagedAppStatusCount",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementManagedAppStatus",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Devices.CorporateManagement",
"Uri": "/deviceAppManagement/managedAppStatuses/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -29729,18 +30764,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Devices.CorporateManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphManagedEBook",
- "Command": "Get-MgBetaDeviceAppManagementManagedEBook",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementManagedAppStatusCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Devices.CorporateManagement",
"Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}",
+ "OutputType": "IMicrosoftGraphManagedEBook",
"ApiVersion": "beta",
"Permissions": [
{
@@ -29759,17 +30794,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Devices.CorporateManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphManagedEBook",
- "Command": "Get-MgBetaDeviceAppManagementManagedEBook",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementManagedEBook",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Devices.CorporateManagement",
"Uri": "/deviceAppManagement/managedEBooks",
+ "OutputType": "IMicrosoftGraphManagedEBook",
"ApiVersion": "beta",
"Permissions": [
{
@@ -29788,18 +30825,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Devices.CorporateManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": "IMicrosoftGraphManagedEBookAssignment",
- "Command": "Get-MgBetaDeviceAppManagementManagedEBookAssignment",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementManagedEBook",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Devices.CorporateManagement",
"Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/assignments/{managedEBookAssignment-id}",
+ "OutputType": "IMicrosoftGraphManagedEBookAssignment",
"ApiVersion": "beta",
"Permissions": [
{
@@ -29818,17 +30855,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Devices.CorporateManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphManagedEBookAssignment",
- "Command": "Get-MgBetaDeviceAppManagementManagedEBookAssignment",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementManagedEBookAssignment",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Devices.CorporateManagement",
"Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/assignments",
+ "OutputType": "IMicrosoftGraphManagedEBookAssignment",
"ApiVersion": "beta",
"Permissions": [
{
@@ -29847,18 +30886,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Devices.CorporateManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceAppManagementManagedEBookAssignmentCount",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementManagedEBookAssignment",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Devices.CorporateManagement",
"Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/assignments/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -29877,20 +30916,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Devices.CorporateManagement",
+ ],
"Variants": [
"Get",
- "Get1",
- "GetViaIdentity",
- "GetViaIdentity1"
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphManagedEBookCategory",
- "Command": "Get-MgBetaDeviceAppManagementManagedEBookCategory",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementManagedEBookAssignmentCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Devices.CorporateManagement",
"Uri": "/deviceAppManagement/managedEBookCategories/{managedEBookCategory-id}",
+ "OutputType": "IMicrosoftGraphManagedEBookCategory",
"ApiVersion": "beta",
"Permissions": [
{
@@ -29909,18 +30947,21 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Devices.CorporateManagement",
+ ],
"Variants": [
- "List",
- "List1"
+ "Get",
+ "Get1",
+ "GetViaIdentity",
+ "GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphManagedEBookCategory",
- "Command": "Get-MgBetaDeviceAppManagementManagedEBookCategory",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementManagedEBookCategory",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Devices.CorporateManagement",
"Uri": "/deviceAppManagement/managedEBookCategories",
+ "OutputType": "IMicrosoftGraphManagedEBookCategory",
"ApiVersion": "beta",
"Permissions": [
{
@@ -29939,19 +30980,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Devices.CorporateManagement",
+ ],
"Variants": [
- "Get",
- "Get1",
- "GetViaIdentity"
+ "List",
+ "List1"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceAppManagementManagedEBookCategoryCount",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementManagedEBookCategory",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Devices.CorporateManagement",
"Uri": "/deviceAppManagement/managedEBookCategories/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -29970,17 +31011,20 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Devices.CorporateManagement",
+ ],
"Variants": [
- "Get"
+ "Get",
+ "Get1",
+ "GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceAppManagementManagedEBookCount",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementManagedEBookCategoryCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Devices.CorporateManagement",
"Uri": "/deviceAppManagement/managedEBooks/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -29999,18 +31043,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Devices.CorporateManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphDeviceInstallState",
- "Command": "Get-MgBetaDeviceAppManagementManagedEBookDeviceState",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementManagedEBookCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Devices.CorporateManagement",
"Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates/{deviceInstallState-id}",
+ "OutputType": "IMicrosoftGraphDeviceInstallState",
"ApiVersion": "beta",
"Permissions": [
{
@@ -30029,17 +31073,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Devices.CorporateManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDeviceInstallState",
- "Command": "Get-MgBetaDeviceAppManagementManagedEBookDeviceState",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementManagedEBookDeviceState",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Devices.CorporateManagement",
"Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates",
+ "OutputType": "IMicrosoftGraphDeviceInstallState",
"ApiVersion": "beta",
"Permissions": [
{
@@ -30058,18 +31104,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Devices.CorporateManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceAppManagementManagedEBookDeviceStateCount",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementManagedEBookDeviceState",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Devices.CorporateManagement",
"Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -30088,18 +31134,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Devices.CorporateManagement",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphEBookInstallSummary",
- "Command": "Get-MgBetaDeviceAppManagementManagedEBookInstallSummary",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementManagedEBookDeviceStateCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Devices.CorporateManagement",
"Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/installSummary",
+ "OutputType": "IMicrosoftGraphEBookInstallSummary",
"ApiVersion": "beta",
"Permissions": [
{
@@ -30118,18 +31165,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Devices.CorporateManagement",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUserInstallStateSummary",
- "Command": "Get-MgBetaDeviceAppManagementManagedEBookUserStateSummary",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementManagedEBookInstallSummary",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Devices.CorporateManagement",
"Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}",
+ "OutputType": "IMicrosoftGraphUserInstallStateSummary",
"ApiVersion": "beta",
"Permissions": [
{
@@ -30148,17 +31196,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Devices.CorporateManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUserInstallStateSummary",
- "Command": "Get-MgBetaDeviceAppManagementManagedEBookUserStateSummary",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementManagedEBookUserStateSummary",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Devices.CorporateManagement",
"Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary",
+ "OutputType": "IMicrosoftGraphUserInstallStateSummary",
"ApiVersion": "beta",
"Permissions": [
{
@@ -30177,18 +31227,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Devices.CorporateManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceAppManagementManagedEBookUserStateSummaryCount",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementManagedEBookUserStateSummary",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Devices.CorporateManagement",
"Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -30207,18 +31257,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Devices.CorporateManagement",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDeviceInstallState",
- "Command": "Get-MgBetaDeviceAppManagementManagedEBookUserStateSummaryDeviceState",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementManagedEBookUserStateSummaryCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Devices.CorporateManagement",
"Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates/{deviceInstallState-id}",
+ "OutputType": "IMicrosoftGraphDeviceInstallState",
"ApiVersion": "beta",
"Permissions": [
{
@@ -30237,17 +31288,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Devices.CorporateManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDeviceInstallState",
- "Command": "Get-MgBetaDeviceAppManagementManagedEBookUserStateSummaryDeviceState",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementManagedEBookUserStateSummaryDeviceState",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Devices.CorporateManagement",
"Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates",
+ "OutputType": "IMicrosoftGraphDeviceInstallState",
"ApiVersion": "beta",
"Permissions": [
{
@@ -30266,18 +31319,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Devices.CorporateManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceAppManagementManagedEBookUserStateSummaryDeviceStateCount",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementManagedEBookUserStateSummaryDeviceState",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Devices.CorporateManagement",
"Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -30296,18 +31349,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Devices.CorporateManagement",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMdmWindowsInformationProtectionPolicy",
- "Command": "Get-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicy",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementManagedEBookUserStateSummaryDeviceStateCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Devices.CorporateManagement",
"Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}",
+ "OutputType": "IMicrosoftGraphMdmWindowsInformationProtectionPolicy",
"ApiVersion": "beta",
"Permissions": [
{
@@ -30326,17 +31380,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Devices.CorporateManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMdmWindowsInformationProtectionPolicy",
- "Command": "Get-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicy",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicy",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Devices.CorporateManagement",
"Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies",
+ "OutputType": "IMicrosoftGraphMdmWindowsInformationProtectionPolicy",
"ApiVersion": "beta",
"Permissions": [
{
@@ -30355,18 +31411,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Devices.CorporateManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment",
- "Command": "Get-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyAssignment",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicy",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Devices.CorporateManagement",
"Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/assignments/{targetedManagedAppPolicyAssignment-id}",
+ "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment",
"ApiVersion": "beta",
"Permissions": [
{
@@ -30401,17 +31457,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Devices.CorporateManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment",
- "Command": "Get-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyAssignment",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyAssignment",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Devices.CorporateManagement",
"Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/assignments",
+ "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment",
"ApiVersion": "beta",
"Permissions": [
{
@@ -30446,18 +31504,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Devices.CorporateManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyAssignmentCount",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyAssignment",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Devices.CorporateManagement",
"Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/assignments/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -30492,17 +31550,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Devices.CorporateManagement",
+ ],
"Variants": [
- "Get"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyCount",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyAssignmentCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Devices.CorporateManagement",
"Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -30521,18 +31581,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Devices.CorporateManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile",
- "Command": "Get-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyExemptAppLockerFile",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Devices.CorporateManagement",
"Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/exemptAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}",
+ "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile",
"ApiVersion": "beta",
"Permissions": [
{
@@ -30567,17 +31627,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Devices.CorporateManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile",
- "Command": "Get-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyExemptAppLockerFile",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyExemptAppLockerFile",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Devices.CorporateManagement",
"Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/exemptAppLockerFiles",
+ "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile",
"ApiVersion": "beta",
"Permissions": [
{
@@ -30612,18 +31674,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Devices.CorporateManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyExemptAppLockerFileCount",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyExemptAppLockerFile",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Devices.CorporateManagement",
"Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/exemptAppLockerFiles/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -30658,18 +31720,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Devices.CorporateManagement",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile",
- "Command": "Get-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyProtectedAppLockerFile",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyExemptAppLockerFileCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Devices.CorporateManagement",
"Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/protectedAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}",
+ "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile",
"ApiVersion": "beta",
"Permissions": [
{
@@ -30704,17 +31767,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Devices.CorporateManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile",
- "Command": "Get-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyProtectedAppLockerFile",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyProtectedAppLockerFile",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Devices.CorporateManagement",
"Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/protectedAppLockerFiles",
+ "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile",
"ApiVersion": "beta",
"Permissions": [
{
@@ -30749,18 +31814,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Devices.CorporateManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyProtectedAppLockerFileCount",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyProtectedAppLockerFile",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Devices.CorporateManagement",
"Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/protectedAppLockerFiles/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -30795,18 +31860,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Devices.CorporateManagement",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMobileApp",
- "Command": "Get-MgBetaDeviceAppManagementMobileApp",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyProtectedAppLockerFileCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Devices.CorporateManagement",
"Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}",
+ "OutputType": "IMicrosoftGraphMobileApp",
"ApiVersion": "beta",
"Permissions": [
{
@@ -30825,17 +31891,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Devices.CorporateManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMobileApp",
- "Command": "Get-MgBetaDeviceAppManagementMobileApp",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementMobileApp",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Devices.CorporateManagement",
"Uri": "/deviceAppManagement/mobileApps",
+ "OutputType": "IMicrosoftGraphMobileApp",
"ApiVersion": "beta",
"Permissions": [
{
@@ -30854,30 +31922,32 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementMobileApp",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidForWorkApp",
+ "OutputType": "IMicrosoftGraphAndroidForWorkApp",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAndroidForWorkApp",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkApp",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidForWorkApp",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkApp",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphAndroidForWorkApp",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkApp",
- "Method": "GET",
"Uri": "/deviceAppManagement/mobileApps/androidForWorkApp",
+ "OutputType": "IMicrosoftGraphAndroidForWorkApp",
"ApiVersion": "beta",
"Permissions": [
{
@@ -30896,144 +31966,155 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkApp",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidForWorkApp/assignments/{mobileAppAssignment-id}",
+ "OutputType": "IMicrosoftGraphMobileAppAssignment",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMobileAppAssignment",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkAppAssignment",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidForWorkApp/assignments/{mobileAppAssignment-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkAppAssignment",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidForWorkApp/assignments",
+ "OutputType": "IMicrosoftGraphMobileAppAssignment",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphMobileAppAssignment",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkAppAssignment",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidForWorkApp/assignments",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkAppAssignment",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidForWorkApp/assignments/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkAppAssignmentCount",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidForWorkApp/assignments/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkAppAssignmentCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidForWorkApp/categories/{mobileAppCategory-id}",
+ "OutputType": "IMicrosoftGraphMobileAppCategory",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMobileAppCategory",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkAppCategory",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidForWorkApp/categories/{mobileAppCategory-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkAppCategory",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidForWorkApp/categories",
+ "OutputType": "IMicrosoftGraphMobileAppCategory",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphMobileAppCategory",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkAppCategory",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidForWorkApp/categories",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkAppCategory",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidForWorkApp/categories/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkAppCategoryCount",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidForWorkApp/categories/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkAppCategoryCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidForWorkApp/relationships/{mobileAppRelationship-id}",
+ "OutputType": "IMicrosoftGraphMobileAppRelationship",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMobileAppRelationship",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkAppRelationship",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidForWorkApp/relationships/{mobileAppRelationship-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkAppRelationship",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidForWorkApp/relationships",
+ "OutputType": "IMicrosoftGraphMobileAppRelationship",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphMobileAppRelationship",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkAppRelationship",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidForWorkApp/relationships",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkAppRelationship",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidForWorkApp/relationships/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkAppRelationshipCount",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidForWorkApp/relationships/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkAppRelationshipCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp",
+ "OutputType": "IMicrosoftGraphAndroidLobApp",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAndroidLobApp",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobApp",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobApp",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphAndroidLobApp",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobApp",
- "Method": "GET",
"Uri": "/deviceAppManagement/mobileApps/androidLobApp",
+ "OutputType": "IMicrosoftGraphAndroidLobApp",
"ApiVersion": "beta",
"Permissions": [
{
@@ -31052,258 +32133,278 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobApp",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/assignments/{mobileAppAssignment-id}",
+ "OutputType": "IMicrosoftGraphMobileAppAssignment",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMobileAppAssignment",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppAssignment",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/assignments/{mobileAppAssignment-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppAssignment",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/assignments",
+ "OutputType": "IMicrosoftGraphMobileAppAssignment",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphMobileAppAssignment",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppAssignment",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/assignments",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppAssignment",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/assignments/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppAssignmentCount",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/assignments/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppAssignmentCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/categories/{mobileAppCategory-id}",
+ "OutputType": "IMicrosoftGraphMobileAppCategory",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMobileAppCategory",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppCategory",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/categories/{mobileAppCategory-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppCategory",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/categories",
+ "OutputType": "IMicrosoftGraphMobileAppCategory",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphMobileAppCategory",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppCategory",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/categories",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppCategory",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/categories/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppCategoryCount",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/categories/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppCategoryCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}",
+ "OutputType": "IMicrosoftGraphMobileAppContent",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMobileAppContent",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersion",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersion",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions",
+ "OutputType": "IMicrosoftGraphMobileAppContent",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphMobileAppContent",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersion",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersion",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersionContainedApp",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersionContainedApp",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/containedApps",
+ "OutputType": "IMicrosoftGraphMobileContainedApp",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphMobileContainedApp",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersionContainedApp",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/containedApps",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersionContainedApp",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/containedApps/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersionContainedAppCount",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/containedApps/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersionContainedAppCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersionCount",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}",
+ "OutputType": "IMicrosoftGraphMobileAppContentFile",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMobileAppContentFile",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersionFile",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersionFile",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/files",
+ "OutputType": "IMicrosoftGraphMobileAppContentFile",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphMobileAppContentFile",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersionFile",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/files",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersionFile",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/files/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersionFileCount",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/files/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersionFileCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/relationships/{mobileAppRelationship-id}",
+ "OutputType": "IMicrosoftGraphMobileAppRelationship",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMobileAppRelationship",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppRelationship",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/relationships/{mobileAppRelationship-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppRelationship",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/relationships",
+ "OutputType": "IMicrosoftGraphMobileAppRelationship",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphMobileAppRelationship",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppRelationship",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/relationships",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppRelationship",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/relationships/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppRelationshipCount",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/relationships/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppRelationshipCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidManagedStoreApp",
+ "OutputType": "IMicrosoftGraphAndroidManagedStoreApp",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAndroidManagedStoreApp",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreApp",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidManagedStoreApp",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreApp",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphAndroidManagedStoreApp",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreApp",
- "Method": "GET",
"Uri": "/deviceAppManagement/mobileApps/androidManagedStoreApp",
+ "OutputType": "IMicrosoftGraphAndroidManagedStoreApp",
"ApiVersion": "beta",
"Permissions": [
{
@@ -31322,144 +32423,155 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreApp",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidManagedStoreApp/assignments/{mobileAppAssignment-id}",
+ "OutputType": "IMicrosoftGraphMobileAppAssignment",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMobileAppAssignment",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreAppAssignment",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidManagedStoreApp/assignments/{mobileAppAssignment-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreAppAssignment",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidManagedStoreApp/assignments",
+ "OutputType": "IMicrosoftGraphMobileAppAssignment",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphMobileAppAssignment",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreAppAssignment",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidManagedStoreApp/assignments",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreAppAssignment",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidManagedStoreApp/assignments/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreAppAssignmentCount",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidManagedStoreApp/assignments/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreAppAssignmentCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidManagedStoreApp/categories/{mobileAppCategory-id}",
+ "OutputType": "IMicrosoftGraphMobileAppCategory",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMobileAppCategory",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreAppCategory",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidManagedStoreApp/categories/{mobileAppCategory-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreAppCategory",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidManagedStoreApp/categories",
+ "OutputType": "IMicrosoftGraphMobileAppCategory",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphMobileAppCategory",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreAppCategory",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidManagedStoreApp/categories",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreAppCategory",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidManagedStoreApp/categories/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreAppCategoryCount",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidManagedStoreApp/categories/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreAppCategoryCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidManagedStoreApp/relationships/{mobileAppRelationship-id}",
+ "OutputType": "IMicrosoftGraphMobileAppRelationship",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMobileAppRelationship",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreAppRelationship",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidManagedStoreApp/relationships/{mobileAppRelationship-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreAppRelationship",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidManagedStoreApp/relationships",
+ "OutputType": "IMicrosoftGraphMobileAppRelationship",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphMobileAppRelationship",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreAppRelationship",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidManagedStoreApp/relationships",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreAppRelationship",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidManagedStoreApp/relationships/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreAppRelationshipCount",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidManagedStoreApp/relationships/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreAppRelationshipCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp",
+ "OutputType": "IMicrosoftGraphAndroidStoreApp",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAndroidStoreApp",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidStoreApp",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidStoreApp",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphAndroidStoreApp",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidStoreApp",
- "Method": "GET",
"Uri": "/deviceAppManagement/mobileApps/androidStoreApp",
+ "OutputType": "IMicrosoftGraphAndroidStoreApp",
"ApiVersion": "beta",
"Permissions": [
{
@@ -31478,144 +32590,155 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidStoreApp",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/assignments/{mobileAppAssignment-id}",
+ "OutputType": "IMicrosoftGraphMobileAppAssignment",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMobileAppAssignment",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidStoreAppAssignment",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/assignments/{mobileAppAssignment-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidStoreAppAssignment",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/assignments",
+ "OutputType": "IMicrosoftGraphMobileAppAssignment",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphMobileAppAssignment",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidStoreAppAssignment",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/assignments",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidStoreAppAssignment",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/assignments/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidStoreAppAssignmentCount",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/assignments/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidStoreAppAssignmentCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/categories/{mobileAppCategory-id}",
+ "OutputType": "IMicrosoftGraphMobileAppCategory",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMobileAppCategory",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidStoreAppCategory",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/categories/{mobileAppCategory-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidStoreAppCategory",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/categories",
+ "OutputType": "IMicrosoftGraphMobileAppCategory",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphMobileAppCategory",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidStoreAppCategory",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/categories",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidStoreAppCategory",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/categories/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidStoreAppCategoryCount",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/categories/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidStoreAppCategoryCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/relationships/{mobileAppRelationship-id}",
+ "OutputType": "IMicrosoftGraphMobileAppRelationship",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMobileAppRelationship",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidStoreAppRelationship",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/relationships/{mobileAppRelationship-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidStoreAppRelationship",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/relationships",
+ "OutputType": "IMicrosoftGraphMobileAppRelationship",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphMobileAppRelationship",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidStoreAppRelationship",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/relationships",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidStoreAppRelationship",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/relationships/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidStoreAppRelationshipCount",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/relationships/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidStoreAppRelationshipCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp",
+ "OutputType": "IMicrosoftGraphIosLobApp",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphIosLobApp",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobApp",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobApp",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphIosLobApp",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobApp",
- "Method": "GET",
"Uri": "/deviceAppManagement/mobileApps/iosLobApp",
+ "OutputType": "IMicrosoftGraphIosLobApp",
"ApiVersion": "beta",
"Permissions": [
{
@@ -31634,258 +32757,278 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobApp",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/assignments/{mobileAppAssignment-id}",
+ "OutputType": "IMicrosoftGraphMobileAppAssignment",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMobileAppAssignment",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppAssignment",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/assignments/{mobileAppAssignment-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppAssignment",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/assignments",
+ "OutputType": "IMicrosoftGraphMobileAppAssignment",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphMobileAppAssignment",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppAssignment",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/assignments",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppAssignment",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/assignments/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppAssignmentCount",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/assignments/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppAssignmentCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/categories/{mobileAppCategory-id}",
+ "OutputType": "IMicrosoftGraphMobileAppCategory",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMobileAppCategory",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppCategory",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/categories/{mobileAppCategory-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppCategory",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/categories",
+ "OutputType": "IMicrosoftGraphMobileAppCategory",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphMobileAppCategory",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppCategory",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/categories",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppCategory",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/categories/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppCategoryCount",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/categories/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppCategoryCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}",
+ "OutputType": "IMicrosoftGraphMobileAppContent",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMobileAppContent",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersion",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersion",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions",
+ "OutputType": "IMicrosoftGraphMobileAppContent",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphMobileAppContent",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersion",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersion",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersionContainedApp",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersionContainedApp",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/containedApps",
+ "OutputType": "IMicrosoftGraphMobileContainedApp",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphMobileContainedApp",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersionContainedApp",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/containedApps",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersionContainedApp",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/containedApps/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersionContainedAppCount",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/containedApps/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersionContainedAppCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersionCount",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}",
+ "OutputType": "IMicrosoftGraphMobileAppContentFile",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMobileAppContentFile",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersionFile",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersionFile",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/files",
+ "OutputType": "IMicrosoftGraphMobileAppContentFile",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphMobileAppContentFile",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersionFile",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/files",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersionFile",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/files/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersionFileCount",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/files/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersionFileCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/relationships/{mobileAppRelationship-id}",
+ "OutputType": "IMicrosoftGraphMobileAppRelationship",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMobileAppRelationship",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppRelationship",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/relationships/{mobileAppRelationship-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppRelationship",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/relationships",
+ "OutputType": "IMicrosoftGraphMobileAppRelationship",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphMobileAppRelationship",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppRelationship",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/relationships",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppRelationship",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/relationships/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppRelationshipCount",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/relationships/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppRelationshipCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp",
+ "OutputType": "IMicrosoftGraphIosStoreApp",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphIosStoreApp",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoStoreApp",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoStoreApp",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphIosStoreApp",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoStoreApp",
- "Method": "GET",
"Uri": "/deviceAppManagement/mobileApps/iosStoreApp",
+ "OutputType": "IMicrosoftGraphIosStoreApp",
"ApiVersion": "beta",
"Permissions": [
{
@@ -31904,144 +33047,155 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoStoreApp",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/assignments/{mobileAppAssignment-id}",
+ "OutputType": "IMicrosoftGraphMobileAppAssignment",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMobileAppAssignment",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoStoreAppAssignment",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/assignments/{mobileAppAssignment-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoStoreAppAssignment",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/assignments",
+ "OutputType": "IMicrosoftGraphMobileAppAssignment",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphMobileAppAssignment",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoStoreAppAssignment",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/assignments",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoStoreAppAssignment",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/assignments/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoStoreAppAssignmentCount",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/assignments/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoStoreAppAssignmentCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/categories/{mobileAppCategory-id}",
+ "OutputType": "IMicrosoftGraphMobileAppCategory",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMobileAppCategory",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoStoreAppCategory",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/categories/{mobileAppCategory-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoStoreAppCategory",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/categories",
+ "OutputType": "IMicrosoftGraphMobileAppCategory",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphMobileAppCategory",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoStoreAppCategory",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/categories",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoStoreAppCategory",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/categories/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoStoreAppCategoryCount",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/categories/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoStoreAppCategoryCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/relationships/{mobileAppRelationship-id}",
+ "OutputType": "IMicrosoftGraphMobileAppRelationship",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMobileAppRelationship",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoStoreAppRelationship",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/relationships/{mobileAppRelationship-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoStoreAppRelationship",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/relationships",
+ "OutputType": "IMicrosoftGraphMobileAppRelationship",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphMobileAppRelationship",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoStoreAppRelationship",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/relationships",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoStoreAppRelationship",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/relationships/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoStoreAppRelationshipCount",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/relationships/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoStoreAppRelationshipCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp",
+ "OutputType": "IMicrosoftGraphIosVppApp",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphIosVppApp",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoVppApp",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoVppApp",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphIosVppApp",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoVppApp",
- "Method": "GET",
"Uri": "/deviceAppManagement/mobileApps/iosVppApp",
+ "OutputType": "IMicrosoftGraphIosVppApp",
"ApiVersion": "beta",
"Permissions": [
{
@@ -32060,182 +33214,196 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoVppApp",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/assignedLicenses/{iosVppAppAssignedLicense-id}",
+ "OutputType": "IMicrosoftGraphIosVppAppAssignedLicense",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphIosVppAppAssignedLicense",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoVppAppAssignedLicense",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/assignedLicenses/{iosVppAppAssignedLicense-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoVppAppAssignedLicense",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/assignedLicenses",
+ "OutputType": "IMicrosoftGraphIosVppAppAssignedLicense",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphIosVppAppAssignedLicense",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoVppAppAssignedLicense",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/assignedLicenses",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoVppAppAssignedLicense",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/assignedLicenses/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoVppAppAssignedLicenseCount",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/assignedLicenses/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoVppAppAssignedLicenseCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/assignments/{mobileAppAssignment-id}",
+ "OutputType": "IMicrosoftGraphMobileAppAssignment",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMobileAppAssignment",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoVppAppAssignment",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/assignments/{mobileAppAssignment-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoVppAppAssignment",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/assignments",
+ "OutputType": "IMicrosoftGraphMobileAppAssignment",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphMobileAppAssignment",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoVppAppAssignment",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/assignments",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoVppAppAssignment",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/assignments/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoVppAppAssignmentCount",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/assignments/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoVppAppAssignmentCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/categories/{mobileAppCategory-id}",
+ "OutputType": "IMicrosoftGraphMobileAppCategory",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMobileAppCategory",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoVppAppCategory",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/categories/{mobileAppCategory-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoVppAppCategory",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/categories",
+ "OutputType": "IMicrosoftGraphMobileAppCategory",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphMobileAppCategory",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoVppAppCategory",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/categories",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoVppAppCategory",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/categories/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoVppAppCategoryCount",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/categories/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoVppAppCategoryCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/relationships/{mobileAppRelationship-id}",
+ "OutputType": "IMicrosoftGraphMobileAppRelationship",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMobileAppRelationship",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoVppAppRelationship",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/relationships/{mobileAppRelationship-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoVppAppRelationship",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/relationships",
+ "OutputType": "IMicrosoftGraphMobileAppRelationship",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphMobileAppRelationship",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoVppAppRelationship",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/relationships",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoVppAppRelationship",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/relationships/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoVppAppRelationshipCount",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/relationships/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoVppAppRelationshipCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp",
+ "OutputType": "IMicrosoftGraphMacOSDmgApp",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMacOSDmgApp",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgApp",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgApp",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphMacOSDmgApp",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgApp",
- "Method": "GET",
"Uri": "/deviceAppManagement/mobileApps/macOSDmgApp",
+ "OutputType": "IMicrosoftGraphMacOSDmgApp",
"ApiVersion": "beta",
"Permissions": [
{
@@ -32254,258 +33422,278 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgApp",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/assignments/{mobileAppAssignment-id}",
+ "OutputType": "IMicrosoftGraphMobileAppAssignment",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMobileAppAssignment",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppAssignment",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/assignments/{mobileAppAssignment-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppAssignment",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/assignments",
+ "OutputType": "IMicrosoftGraphMobileAppAssignment",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphMobileAppAssignment",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppAssignment",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/assignments",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppAssignment",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/assignments/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppAssignmentCount",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/assignments/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppAssignmentCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/categories/{mobileAppCategory-id}",
+ "OutputType": "IMicrosoftGraphMobileAppCategory",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMobileAppCategory",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppCategory",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/categories/{mobileAppCategory-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppCategory",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/categories",
+ "OutputType": "IMicrosoftGraphMobileAppCategory",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphMobileAppCategory",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppCategory",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/categories",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppCategory",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/categories/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppCategoryCount",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/categories/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppCategoryCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}",
+ "OutputType": "IMicrosoftGraphMobileAppContent",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMobileAppContent",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersion",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersion",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions",
+ "OutputType": "IMicrosoftGraphMobileAppContent",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphMobileAppContent",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersion",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersion",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionContainedApp",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionContainedApp",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/containedApps",
+ "OutputType": "IMicrosoftGraphMobileContainedApp",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphMobileContainedApp",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionContainedApp",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/containedApps",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionContainedApp",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/containedApps/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionContainedAppCount",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/containedApps/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionContainedAppCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionCount",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}",
+ "OutputType": "IMicrosoftGraphMobileAppContentFile",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMobileAppContentFile",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionFile",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionFile",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/files",
+ "OutputType": "IMicrosoftGraphMobileAppContentFile",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphMobileAppContentFile",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionFile",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/files",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionFile",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/files/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionFileCount",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/files/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionFileCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/relationships/{mobileAppRelationship-id}",
+ "OutputType": "IMicrosoftGraphMobileAppRelationship",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMobileAppRelationship",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppRelationship",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/relationships/{mobileAppRelationship-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppRelationship",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/relationships",
+ "OutputType": "IMicrosoftGraphMobileAppRelationship",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphMobileAppRelationship",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppRelationship",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/relationships",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppRelationship",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/relationships/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppRelationshipCount",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/relationships/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppRelationshipCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp",
+ "OutputType": "IMicrosoftGraphMacOSLobApp",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMacOSLobApp",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobApp",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobApp",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphMacOSLobApp",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobApp",
- "Method": "GET",
"Uri": "/deviceAppManagement/mobileApps/macOSLobApp",
+ "OutputType": "IMicrosoftGraphMacOSLobApp",
"ApiVersion": "beta",
"Permissions": [
{
@@ -32524,258 +33712,278 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobApp",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/assignments/{mobileAppAssignment-id}",
+ "OutputType": "IMicrosoftGraphMobileAppAssignment",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMobileAppAssignment",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppAssignment",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/assignments/{mobileAppAssignment-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppAssignment",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/assignments",
+ "OutputType": "IMicrosoftGraphMobileAppAssignment",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphMobileAppAssignment",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppAssignment",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/assignments",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppAssignment",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/assignments/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppAssignmentCount",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/assignments/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppAssignmentCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/categories/{mobileAppCategory-id}",
+ "OutputType": "IMicrosoftGraphMobileAppCategory",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMobileAppCategory",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppCategory",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/categories/{mobileAppCategory-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppCategory",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/categories",
+ "OutputType": "IMicrosoftGraphMobileAppCategory",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphMobileAppCategory",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppCategory",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/categories",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppCategory",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/categories/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppCategoryCount",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/categories/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppCategoryCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}",
+ "OutputType": "IMicrosoftGraphMobileAppContent",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMobileAppContent",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersion",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersion",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions",
+ "OutputType": "IMicrosoftGraphMobileAppContent",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphMobileAppContent",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersion",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersion",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersionContainedApp",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersionContainedApp",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/containedApps",
+ "OutputType": "IMicrosoftGraphMobileContainedApp",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphMobileContainedApp",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersionContainedApp",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/containedApps",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersionContainedApp",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersionContainedAppCount",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersionContainedAppCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersionCount",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}",
+ "OutputType": "IMicrosoftGraphMobileAppContentFile",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMobileAppContentFile",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersionFile",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersionFile",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/files",
+ "OutputType": "IMicrosoftGraphMobileAppContentFile",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphMobileAppContentFile",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersionFile",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/files",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersionFile",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/files/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersionFileCount",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/files/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersionFileCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/relationships/{mobileAppRelationship-id}",
+ "OutputType": "IMicrosoftGraphMobileAppRelationship",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMobileAppRelationship",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppRelationship",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/relationships/{mobileAppRelationship-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppRelationship",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/relationships",
+ "OutputType": "IMicrosoftGraphMobileAppRelationship",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphMobileAppRelationship",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppRelationship",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/relationships",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppRelationship",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/relationships/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppRelationshipCount",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/relationships/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppRelationshipCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp",
+ "OutputType": "IMicrosoftGraphMacOSPkgApp",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMacOSPkgApp",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgApp",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgApp",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphMacOSPkgApp",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgApp",
- "Method": "GET",
"Uri": "/deviceAppManagement/mobileApps/macOSPkgApp",
+ "OutputType": "IMicrosoftGraphMacOSPkgApp",
"ApiVersion": "beta",
"Permissions": [
{
@@ -32794,258 +34002,278 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgApp",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/assignments/{mobileAppAssignment-id}",
+ "OutputType": "IMicrosoftGraphMobileAppAssignment",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMobileAppAssignment",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppAssignment",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/assignments/{mobileAppAssignment-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppAssignment",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/assignments",
+ "OutputType": "IMicrosoftGraphMobileAppAssignment",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphMobileAppAssignment",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppAssignment",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/assignments",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppAssignment",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/assignments/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppAssignmentCount",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/assignments/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppAssignmentCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/categories/{mobileAppCategory-id}",
+ "OutputType": "IMicrosoftGraphMobileAppCategory",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMobileAppCategory",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppCategory",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/categories/{mobileAppCategory-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppCategory",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/categories",
+ "OutputType": "IMicrosoftGraphMobileAppCategory",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphMobileAppCategory",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppCategory",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/categories",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppCategory",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/categories/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppCategoryCount",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/categories/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppCategoryCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions/{mobileAppContent-id}",
+ "OutputType": "IMicrosoftGraphMobileAppContent",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMobileAppContent",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersion",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions/{mobileAppContent-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersion",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions",
+ "OutputType": "IMicrosoftGraphMobileAppContent",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphMobileAppContent",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersion",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersion",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersionContainedApp",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersionContainedApp",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions/{mobileAppContent-id}/containedApps",
+ "OutputType": "IMicrosoftGraphMobileContainedApp",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphMobileContainedApp",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersionContainedApp",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions/{mobileAppContent-id}/containedApps",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersionContainedApp",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions/{mobileAppContent-id}/containedApps/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersionContainedAppCount",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions/{mobileAppContent-id}/containedApps/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersionContainedAppCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersionCount",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}",
+ "OutputType": "IMicrosoftGraphMobileAppContentFile",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMobileAppContentFile",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersionFile",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersionFile",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions/{mobileAppContent-id}/files",
+ "OutputType": "IMicrosoftGraphMobileAppContentFile",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphMobileAppContentFile",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersionFile",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions/{mobileAppContent-id}/files",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersionFile",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions/{mobileAppContent-id}/files/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersionFileCount",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions/{mobileAppContent-id}/files/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersionFileCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/relationships/{mobileAppRelationship-id}",
+ "OutputType": "IMicrosoftGraphMobileAppRelationship",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMobileAppRelationship",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppRelationship",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/relationships/{mobileAppRelationship-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppRelationship",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/relationships",
+ "OutputType": "IMicrosoftGraphMobileAppRelationship",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphMobileAppRelationship",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppRelationship",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/relationships",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppRelationship",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/relationships/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppRelationshipCount",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/relationships/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppRelationshipCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp",
+ "OutputType": "IMicrosoftGraphManagedAndroidLobApp",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphManagedAndroidLobApp",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobApp",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobApp",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphManagedAndroidLobApp",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobApp",
- "Method": "GET",
"Uri": "/deviceAppManagement/mobileApps/managedAndroidLobApp",
+ "OutputType": "IMicrosoftGraphManagedAndroidLobApp",
"ApiVersion": "beta",
"Permissions": [
{
@@ -33064,258 +34292,278 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobApp",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/assignments/{mobileAppAssignment-id}",
+ "OutputType": "IMicrosoftGraphMobileAppAssignment",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMobileAppAssignment",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppAssignment",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/assignments/{mobileAppAssignment-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppAssignment",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/assignments",
+ "OutputType": "IMicrosoftGraphMobileAppAssignment",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphMobileAppAssignment",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppAssignment",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/assignments",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppAssignment",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/assignments/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppAssignmentCount",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/assignments/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppAssignmentCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/categories/{mobileAppCategory-id}",
+ "OutputType": "IMicrosoftGraphMobileAppCategory",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMobileAppCategory",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppCategory",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/categories/{mobileAppCategory-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppCategory",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/categories",
+ "OutputType": "IMicrosoftGraphMobileAppCategory",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphMobileAppCategory",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppCategory",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/categories",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppCategory",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/categories/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppCategoryCount",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/categories/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppCategoryCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}",
+ "OutputType": "IMicrosoftGraphMobileAppContent",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMobileAppContent",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersion",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersion",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions",
+ "OutputType": "IMicrosoftGraphMobileAppContent",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphMobileAppContent",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersion",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersion",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionContainedApp",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionContainedApp",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/containedApps",
+ "OutputType": "IMicrosoftGraphMobileContainedApp",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphMobileContainedApp",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionContainedApp",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/containedApps",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionContainedApp",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/containedApps/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionContainedAppCount",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/containedApps/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionContainedAppCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionCount",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}",
+ "OutputType": "IMicrosoftGraphMobileAppContentFile",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMobileAppContentFile",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionFile",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionFile",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files",
+ "OutputType": "IMicrosoftGraphMobileAppContentFile",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphMobileAppContentFile",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionFile",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionFile",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionFileCount",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionFileCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/relationships/{mobileAppRelationship-id}",
+ "OutputType": "IMicrosoftGraphMobileAppRelationship",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMobileAppRelationship",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppRelationship",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/relationships/{mobileAppRelationship-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppRelationship",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/relationships",
+ "OutputType": "IMicrosoftGraphMobileAppRelationship",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphMobileAppRelationship",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppRelationship",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/relationships",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppRelationship",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/relationships/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppRelationshipCount",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/relationships/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppRelationshipCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp",
+ "OutputType": "IMicrosoftGraphManagedIosLobApp",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphManagedIosLobApp",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobApp",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobApp",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphManagedIosLobApp",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobApp",
- "Method": "GET",
"Uri": "/deviceAppManagement/mobileApps/managedIOSLobApp",
+ "OutputType": "IMicrosoftGraphManagedIosLobApp",
"ApiVersion": "beta",
"Permissions": [
{
@@ -33334,258 +34582,278 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobApp",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/assignments/{mobileAppAssignment-id}",
+ "OutputType": "IMicrosoftGraphMobileAppAssignment",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMobileAppAssignment",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppAssignment",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/assignments/{mobileAppAssignment-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppAssignment",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/assignments",
+ "OutputType": "IMicrosoftGraphMobileAppAssignment",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphMobileAppAssignment",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppAssignment",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/assignments",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppAssignment",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/assignments/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppAssignmentCount",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/assignments/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppAssignmentCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/categories/{mobileAppCategory-id}",
+ "OutputType": "IMicrosoftGraphMobileAppCategory",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMobileAppCategory",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppCategory",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/categories/{mobileAppCategory-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppCategory",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/categories",
+ "OutputType": "IMicrosoftGraphMobileAppCategory",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphMobileAppCategory",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppCategory",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/categories",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppCategory",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/categories/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppCategoryCount",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/categories/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppCategoryCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}",
+ "OutputType": "IMicrosoftGraphMobileAppContent",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMobileAppContent",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersion",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersion",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions",
+ "OutputType": "IMicrosoftGraphMobileAppContent",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphMobileAppContent",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersion",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersion",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionContainedApp",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionContainedApp",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/containedApps",
+ "OutputType": "IMicrosoftGraphMobileContainedApp",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphMobileContainedApp",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionContainedApp",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/containedApps",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionContainedApp",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionContainedAppCount",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionContainedAppCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionCount",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}",
+ "OutputType": "IMicrosoftGraphMobileAppContentFile",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMobileAppContentFile",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionFile",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionFile",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/files",
+ "OutputType": "IMicrosoftGraphMobileAppContentFile",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphMobileAppContentFile",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionFile",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/files",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionFile",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/files/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionFileCount",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/files/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionFileCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/relationships/{mobileAppRelationship-id}",
+ "OutputType": "IMicrosoftGraphMobileAppRelationship",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMobileAppRelationship",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppRelationship",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/relationships/{mobileAppRelationship-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppRelationship",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/relationships",
+ "OutputType": "IMicrosoftGraphMobileAppRelationship",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphMobileAppRelationship",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppRelationship",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/relationships",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppRelationship",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/relationships/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppRelationshipCount",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/relationships/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppRelationshipCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp",
+ "OutputType": "IMicrosoftGraphManagedMobileLobApp",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphManagedMobileLobApp",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobApp",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobApp",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphManagedMobileLobApp",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobApp",
- "Method": "GET",
"Uri": "/deviceAppManagement/mobileApps/managedMobileLobApp",
+ "OutputType": "IMicrosoftGraphManagedMobileLobApp",
"ApiVersion": "beta",
"Permissions": [
{
@@ -33604,258 +34872,278 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobApp",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/assignments/{mobileAppAssignment-id}",
+ "OutputType": "IMicrosoftGraphMobileAppAssignment",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMobileAppAssignment",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppAssignment",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/assignments/{mobileAppAssignment-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppAssignment",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/assignments",
+ "OutputType": "IMicrosoftGraphMobileAppAssignment",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphMobileAppAssignment",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppAssignment",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/assignments",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppAssignment",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/assignments/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppAssignmentCount",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/assignments/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppAssignmentCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/categories/{mobileAppCategory-id}",
+ "OutputType": "IMicrosoftGraphMobileAppCategory",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMobileAppCategory",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppCategory",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/categories/{mobileAppCategory-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppCategory",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/categories",
+ "OutputType": "IMicrosoftGraphMobileAppCategory",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphMobileAppCategory",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppCategory",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/categories",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppCategory",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/categories/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppCategoryCount",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/categories/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppCategoryCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}",
+ "OutputType": "IMicrosoftGraphMobileAppContent",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMobileAppContent",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersion",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersion",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions",
+ "OutputType": "IMicrosoftGraphMobileAppContent",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphMobileAppContent",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersion",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersion",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionContainedApp",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionContainedApp",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/containedApps",
+ "OutputType": "IMicrosoftGraphMobileContainedApp",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphMobileContainedApp",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionContainedApp",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/containedApps",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionContainedApp",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/containedApps/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionContainedAppCount",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/containedApps/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionContainedAppCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionCount",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}",
+ "OutputType": "IMicrosoftGraphMobileAppContentFile",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMobileAppContentFile",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionFile",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionFile",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/files",
+ "OutputType": "IMicrosoftGraphMobileAppContentFile",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphMobileAppContentFile",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionFile",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/files",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionFile",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/files/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionFileCount",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/files/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionFileCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/relationships/{mobileAppRelationship-id}",
+ "OutputType": "IMicrosoftGraphMobileAppRelationship",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMobileAppRelationship",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppRelationship",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/relationships/{mobileAppRelationship-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppRelationship",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/relationships",
+ "OutputType": "IMicrosoftGraphMobileAppRelationship",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphMobileAppRelationship",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppRelationship",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/relationships",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppRelationship",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/relationships/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppRelationshipCount",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/relationships/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppRelationshipCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp",
+ "OutputType": "IMicrosoftGraphMicrosoftStoreForBusinessApp",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMicrosoftStoreForBusinessApp",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessApp",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessApp",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphMicrosoftStoreForBusinessApp",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessApp",
- "Method": "GET",
"Uri": "/deviceAppManagement/mobileApps/microsoftStoreForBusinessApp",
+ "OutputType": "IMicrosoftGraphMicrosoftStoreForBusinessApp",
"ApiVersion": "beta",
"Permissions": [
{
@@ -33874,170 +35162,182 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessApp",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/assignments/{mobileAppAssignment-id}",
+ "OutputType": "IMicrosoftGraphMobileAppAssignment",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMobileAppAssignment",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppAssignment",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/assignments/{mobileAppAssignment-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppAssignment",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/assignments",
+ "OutputType": "IMicrosoftGraphMobileAppAssignment",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphMobileAppAssignment",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppAssignment",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/assignments",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppAssignment",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/assignments/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppAssignmentCount",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/assignments/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppAssignmentCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/categories/{mobileAppCategory-id}",
+ "OutputType": "IMicrosoftGraphMobileAppCategory",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMobileAppCategory",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppCategory",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/categories/{mobileAppCategory-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppCategory",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/categories",
+ "OutputType": "IMicrosoftGraphMobileAppCategory",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphMobileAppCategory",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppCategory",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/categories",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppCategory",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/categories/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppCategoryCount",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/categories/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppCategoryCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/containedApps/{mobileContainedApp-id}",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppContainedApp",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/containedApps/{mobileContainedApp-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppContainedApp",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/containedApps",
+ "OutputType": "IMicrosoftGraphMobileContainedApp",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphMobileContainedApp",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppContainedApp",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/containedApps",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppContainedApp",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/containedApps/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppContainedAppCount",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/containedApps/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppContainedAppCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/relationships/{mobileAppRelationship-id}",
+ "OutputType": "IMicrosoftGraphMobileAppRelationship",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMobileAppRelationship",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppRelationship",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/relationships/{mobileAppRelationship-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppRelationship",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/relationships",
+ "OutputType": "IMicrosoftGraphMobileAppRelationship",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphMobileAppRelationship",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppRelationship",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/relationships",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppRelationship",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/relationships/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppRelationshipCount",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/relationships/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppRelationshipCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphMobileAppAssignment",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAssignment",
- "Method": "GET",
"Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/assignments/{mobileAppAssignment-id}",
+ "OutputType": "IMicrosoftGraphMobileAppAssignment",
"ApiVersion": "beta",
"Permissions": [
{
@@ -34056,17 +35356,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Devices.CorporateManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMobileAppAssignment",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAssignment",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAssignment",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Devices.CorporateManagement",
"Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/assignments",
+ "OutputType": "IMicrosoftGraphMobileAppAssignment",
"ApiVersion": "beta",
"Permissions": [
{
@@ -34085,18 +35387,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Devices.CorporateManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAssignmentCount",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAssignment",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Devices.CorporateManagement",
"Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/assignments/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -34115,30 +35417,33 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Devices.CorporateManagement",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphWin32LobApp",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobApp",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAssignmentCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp",
+ "OutputType": "IMicrosoftGraphWin32LobApp",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphWin32LobApp",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobApp",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobApp",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Devices.CorporateManagement",
"Uri": "/deviceAppManagement/mobileApps/win32LobApp",
+ "OutputType": "IMicrosoftGraphWin32LobApp",
"ApiVersion": "beta",
"Permissions": [
{
@@ -34157,258 +35462,278 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobApp",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/assignments/{mobileAppAssignment-id}",
+ "OutputType": "IMicrosoftGraphMobileAppAssignment",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMobileAppAssignment",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppAssignment",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/assignments/{mobileAppAssignment-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppAssignment",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/assignments",
+ "OutputType": "IMicrosoftGraphMobileAppAssignment",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphMobileAppAssignment",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppAssignment",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/assignments",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppAssignment",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/assignments/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppAssignmentCount",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/assignments/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppAssignmentCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/categories/{mobileAppCategory-id}",
+ "OutputType": "IMicrosoftGraphMobileAppCategory",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMobileAppCategory",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppCategory",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/categories/{mobileAppCategory-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppCategory",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/categories",
+ "OutputType": "IMicrosoftGraphMobileAppCategory",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphMobileAppCategory",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppCategory",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/categories",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppCategory",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/categories/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppCategoryCount",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/categories/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppCategoryCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}",
+ "OutputType": "IMicrosoftGraphMobileAppContent",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMobileAppContent",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersion",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersion",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions",
+ "OutputType": "IMicrosoftGraphMobileAppContent",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphMobileAppContent",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersion",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersion",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersionContainedApp",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersionContainedApp",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/containedApps",
+ "OutputType": "IMicrosoftGraphMobileContainedApp",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphMobileContainedApp",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersionContainedApp",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/containedApps",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersionContainedApp",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/containedApps/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersionContainedAppCount",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/containedApps/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersionContainedAppCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersionCount",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}",
+ "OutputType": "IMicrosoftGraphMobileAppContentFile",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMobileAppContentFile",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersionFile",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersionFile",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/files",
+ "OutputType": "IMicrosoftGraphMobileAppContentFile",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphMobileAppContentFile",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersionFile",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/files",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersionFile",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/files/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersionFileCount",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/files/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersionFileCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/relationships/{mobileAppRelationship-id}",
+ "OutputType": "IMicrosoftGraphMobileAppRelationship",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMobileAppRelationship",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppRelationship",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/relationships/{mobileAppRelationship-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppRelationship",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/relationships",
+ "OutputType": "IMicrosoftGraphMobileAppRelationship",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphMobileAppRelationship",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppRelationship",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/relationships",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppRelationship",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/relationships/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppRelationshipCount",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/relationships/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppRelationshipCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX",
+ "OutputType": "IMicrosoftGraphWindowsAppX",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphWindowsAppX",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppX",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppX",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphWindowsAppX",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppX",
- "Method": "GET",
"Uri": "/deviceAppManagement/mobileApps/windowsAppX",
+ "OutputType": "IMicrosoftGraphWindowsAppX",
"ApiVersion": "beta",
"Permissions": [
{
@@ -34427,258 +35752,278 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppX",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/assignments/{mobileAppAssignment-id}",
+ "OutputType": "IMicrosoftGraphMobileAppAssignment",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMobileAppAssignment",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXAssignment",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/assignments/{mobileAppAssignment-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXAssignment",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/assignments",
+ "OutputType": "IMicrosoftGraphMobileAppAssignment",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphMobileAppAssignment",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXAssignment",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/assignments",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXAssignment",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/assignments/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXAssignmentCount",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/assignments/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXAssignmentCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/categories/{mobileAppCategory-id}",
+ "OutputType": "IMicrosoftGraphMobileAppCategory",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMobileAppCategory",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXCategory",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/categories/{mobileAppCategory-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXCategory",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/categories",
+ "OutputType": "IMicrosoftGraphMobileAppCategory",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphMobileAppCategory",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXCategory",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/categories",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXCategory",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/categories/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXCategoryCount",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/categories/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXCategoryCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}",
+ "OutputType": "IMicrosoftGraphMobileAppContent",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMobileAppContent",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersion",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersion",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions",
+ "OutputType": "IMicrosoftGraphMobileAppContent",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphMobileAppContent",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersion",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersion",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersionContainedApp",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersionContainedApp",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/containedApps",
+ "OutputType": "IMicrosoftGraphMobileContainedApp",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphMobileContainedApp",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersionContainedApp",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/containedApps",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersionContainedApp",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/containedApps/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersionContainedAppCount",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/containedApps/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersionContainedAppCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersionCount",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}",
+ "OutputType": "IMicrosoftGraphMobileAppContentFile",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMobileAppContentFile",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersionFile",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersionFile",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/files",
+ "OutputType": "IMicrosoftGraphMobileAppContentFile",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphMobileAppContentFile",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersionFile",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/files",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersionFile",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/files/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersionFileCount",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/files/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersionFileCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/relationships/{mobileAppRelationship-id}",
+ "OutputType": "IMicrosoftGraphMobileAppRelationship",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMobileAppRelationship",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXRelationship",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/relationships/{mobileAppRelationship-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXRelationship",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/relationships",
+ "OutputType": "IMicrosoftGraphMobileAppRelationship",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphMobileAppRelationship",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXRelationship",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/relationships",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXRelationship",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/relationships/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXRelationshipCount",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/relationships/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXRelationshipCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI",
+ "OutputType": "IMicrosoftGraphWindowsMobileMsi",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphWindowsMobileMsi",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsi",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsi",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphWindowsMobileMsi",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsi",
- "Method": "GET",
"Uri": "/deviceAppManagement/mobileApps/windowsMobileMSI",
+ "OutputType": "IMicrosoftGraphWindowsMobileMsi",
"ApiVersion": "beta",
"Permissions": [
{
@@ -34697,258 +36042,278 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsi",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/assignments/{mobileAppAssignment-id}",
+ "OutputType": "IMicrosoftGraphMobileAppAssignment",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMobileAppAssignment",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiAssignment",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/assignments/{mobileAppAssignment-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiAssignment",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/assignments",
+ "OutputType": "IMicrosoftGraphMobileAppAssignment",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphMobileAppAssignment",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiAssignment",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/assignments",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiAssignment",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/assignments/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiAssignmentCount",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/assignments/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiAssignmentCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/categories/{mobileAppCategory-id}",
+ "OutputType": "IMicrosoftGraphMobileAppCategory",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMobileAppCategory",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiCategory",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/categories/{mobileAppCategory-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiCategory",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/categories",
+ "OutputType": "IMicrosoftGraphMobileAppCategory",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphMobileAppCategory",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiCategory",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/categories",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiCategory",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/categories/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiCategoryCount",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/categories/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiCategoryCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}",
+ "OutputType": "IMicrosoftGraphMobileAppContent",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMobileAppContent",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersion",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersion",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions",
+ "OutputType": "IMicrosoftGraphMobileAppContent",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphMobileAppContent",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersion",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersion",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionContainedApp",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionContainedApp",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/containedApps",
+ "OutputType": "IMicrosoftGraphMobileContainedApp",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphMobileContainedApp",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionContainedApp",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/containedApps",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionContainedApp",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/containedApps/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionContainedAppCount",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/containedApps/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionContainedAppCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionCount",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}",
+ "OutputType": "IMicrosoftGraphMobileAppContentFile",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMobileAppContentFile",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionFile",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionFile",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/files",
+ "OutputType": "IMicrosoftGraphMobileAppContentFile",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphMobileAppContentFile",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionFile",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/files",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionFile",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/files/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionFileCount",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/files/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionFileCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/relationships/{mobileAppRelationship-id}",
+ "OutputType": "IMicrosoftGraphMobileAppRelationship",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMobileAppRelationship",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiRelationship",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/relationships/{mobileAppRelationship-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiRelationship",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/relationships",
+ "OutputType": "IMicrosoftGraphMobileAppRelationship",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphMobileAppRelationship",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiRelationship",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/relationships",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiRelationship",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/relationships/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiRelationshipCount",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/relationships/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiRelationshipCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsStoreApp",
+ "OutputType": "IMicrosoftGraphWindowsStoreApp",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphWindowsStoreApp",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowStoreApp",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsStoreApp",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowStoreApp",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphWindowsStoreApp",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowStoreApp",
- "Method": "GET",
"Uri": "/deviceAppManagement/mobileApps/windowsStoreApp",
+ "OutputType": "IMicrosoftGraphWindowsStoreApp",
"ApiVersion": "beta",
"Permissions": [
{
@@ -34967,144 +36332,155 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowStoreApp",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsStoreApp/assignments/{mobileAppAssignment-id}",
+ "OutputType": "IMicrosoftGraphMobileAppAssignment",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMobileAppAssignment",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowStoreAppAssignment",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsStoreApp/assignments/{mobileAppAssignment-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowStoreAppAssignment",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsStoreApp/assignments",
+ "OutputType": "IMicrosoftGraphMobileAppAssignment",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphMobileAppAssignment",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowStoreAppAssignment",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsStoreApp/assignments",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowStoreAppAssignment",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsStoreApp/assignments/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowStoreAppAssignmentCount",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsStoreApp/assignments/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowStoreAppAssignmentCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsStoreApp/categories/{mobileAppCategory-id}",
+ "OutputType": "IMicrosoftGraphMobileAppCategory",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMobileAppCategory",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowStoreAppCategory",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsStoreApp/categories/{mobileAppCategory-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowStoreAppCategory",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsStoreApp/categories",
+ "OutputType": "IMicrosoftGraphMobileAppCategory",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphMobileAppCategory",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowStoreAppCategory",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsStoreApp/categories",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowStoreAppCategory",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsStoreApp/categories/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowStoreAppCategoryCount",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsStoreApp/categories/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowStoreAppCategoryCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsStoreApp/relationships/{mobileAppRelationship-id}",
+ "OutputType": "IMicrosoftGraphMobileAppRelationship",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMobileAppRelationship",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowStoreAppRelationship",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsStoreApp/relationships/{mobileAppRelationship-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowStoreAppRelationship",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsStoreApp/relationships",
+ "OutputType": "IMicrosoftGraphMobileAppRelationship",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphMobileAppRelationship",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowStoreAppRelationship",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsStoreApp/relationships",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowStoreAppRelationship",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsStoreApp/relationships/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowStoreAppRelationshipCount",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsStoreApp/relationships/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowStoreAppRelationshipCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX",
+ "OutputType": "IMicrosoftGraphWindowsUniversalAppX",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphWindowsUniversalAppX",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppX",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppX",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphWindowsUniversalAppX",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppX",
- "Method": "GET",
"Uri": "/deviceAppManagement/mobileApps/windowsUniversalAppX",
+ "OutputType": "IMicrosoftGraphWindowsUniversalAppX",
"ApiVersion": "beta",
"Permissions": [
{
@@ -35123,296 +36499,319 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppX",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/assignments/{mobileAppAssignment-id}",
+ "OutputType": "IMicrosoftGraphMobileAppAssignment",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMobileAppAssignment",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXAssignment",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/assignments/{mobileAppAssignment-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXAssignment",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/assignments",
+ "OutputType": "IMicrosoftGraphMobileAppAssignment",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphMobileAppAssignment",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXAssignment",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/assignments",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXAssignment",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/assignments/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXAssignmentCount",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/assignments/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXAssignmentCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/categories/{mobileAppCategory-id}",
+ "OutputType": "IMicrosoftGraphMobileAppCategory",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMobileAppCategory",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXCategory",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/categories/{mobileAppCategory-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXCategory",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/categories",
+ "OutputType": "IMicrosoftGraphMobileAppCategory",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphMobileAppCategory",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXCategory",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/categories",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXCategory",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/categories/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXCategoryCount",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/categories/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXCategoryCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/committedContainedApps/{mobileContainedApp-id}",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXCommittedContainedApp",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/committedContainedApps/{mobileContainedApp-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXCommittedContainedApp",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/committedContainedApps",
+ "OutputType": "IMicrosoftGraphMobileContainedApp",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphMobileContainedApp",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXCommittedContainedApp",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/committedContainedApps",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXCommittedContainedApp",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/committedContainedApps/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXCommittedContainedAppCount",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/committedContainedApps/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXCommittedContainedAppCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}",
+ "OutputType": "IMicrosoftGraphMobileAppContent",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMobileAppContent",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersion",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersion",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions",
+ "OutputType": "IMicrosoftGraphMobileAppContent",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphMobileAppContent",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersion",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersion",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionContainedApp",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionContainedApp",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/containedApps",
+ "OutputType": "IMicrosoftGraphMobileContainedApp",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphMobileContainedApp",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionContainedApp",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/containedApps",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionContainedApp",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/containedApps/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionContainedAppCount",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/containedApps/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionContainedAppCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionCount",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}",
+ "OutputType": "IMicrosoftGraphMobileAppContentFile",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMobileAppContentFile",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionFile",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionFile",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files",
+ "OutputType": "IMicrosoftGraphMobileAppContentFile",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphMobileAppContentFile",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionFile",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionFile",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionFileCount",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionFileCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/relationships/{mobileAppRelationship-id}",
+ "OutputType": "IMicrosoftGraphMobileAppRelationship",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMobileAppRelationship",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXRelationship",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/relationships/{mobileAppRelationship-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXRelationship",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/relationships",
+ "OutputType": "IMicrosoftGraphMobileAppRelationship",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphMobileAppRelationship",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXRelationship",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/relationships",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXRelationship",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/relationships/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXRelationshipCount",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/relationships/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXRelationshipCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp",
+ "OutputType": "IMicrosoftGraphWindowsWebApp",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphWindowsWebApp",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsWebApp",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsWebApp",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphWindowsWebApp",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsWebApp",
- "Method": "GET",
"Uri": "/deviceAppManagement/mobileApps/windowsWebApp",
+ "OutputType": "IMicrosoftGraphWindowsWebApp",
"ApiVersion": "beta",
"Permissions": [
{
@@ -35431,144 +36830,155 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsWebApp",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/assignments/{mobileAppAssignment-id}",
+ "OutputType": "IMicrosoftGraphMobileAppAssignment",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMobileAppAssignment",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsWebAppAssignment",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/assignments/{mobileAppAssignment-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsWebAppAssignment",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/assignments",
+ "OutputType": "IMicrosoftGraphMobileAppAssignment",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphMobileAppAssignment",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsWebAppAssignment",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/assignments",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsWebAppAssignment",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/assignments/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsWebAppAssignmentCount",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/assignments/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsWebAppAssignmentCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/categories/{mobileAppCategory-id}",
+ "OutputType": "IMicrosoftGraphMobileAppCategory",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMobileAppCategory",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsWebAppCategory",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/categories/{mobileAppCategory-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsWebAppCategory",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/categories",
+ "OutputType": "IMicrosoftGraphMobileAppCategory",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphMobileAppCategory",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsWebAppCategory",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/categories",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsWebAppCategory",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/categories/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsWebAppCategoryCount",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/categories/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsWebAppCategoryCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/relationships/{mobileAppRelationship-id}",
+ "OutputType": "IMicrosoftGraphMobileAppRelationship",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMobileAppRelationship",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsWebAppRelationship",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/relationships/{mobileAppRelationship-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsWebAppRelationship",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/relationships",
+ "OutputType": "IMicrosoftGraphMobileAppRelationship",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphMobileAppRelationship",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsWebAppRelationship",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/relationships",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsWebAppRelationship",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/relationships/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsWebAppRelationshipCount",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/relationships/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsWebAppRelationshipCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/winGetApp",
+ "OutputType": "IMicrosoftGraphWinGetApp",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphWinGetApp",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWinGetApp",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/winGetApp",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWinGetApp",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphWinGetApp",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWinGetApp",
- "Method": "GET",
"Uri": "/deviceAppManagement/mobileApps/winGetApp",
+ "OutputType": "IMicrosoftGraphWinGetApp",
"ApiVersion": "beta",
"Permissions": [
{
@@ -35587,171 +36997,181 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWinGetApp",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/winGetApp/assignments/{mobileAppAssignment-id}",
+ "OutputType": "IMicrosoftGraphMobileAppAssignment",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMobileAppAssignment",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWinGetAppAssignment",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/winGetApp/assignments/{mobileAppAssignment-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWinGetAppAssignment",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/winGetApp/assignments",
+ "OutputType": "IMicrosoftGraphMobileAppAssignment",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphMobileAppAssignment",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWinGetAppAssignment",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/winGetApp/assignments",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWinGetAppAssignment",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/winGetApp/assignments/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWinGetAppAssignmentCount",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/winGetApp/assignments/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWinGetAppAssignmentCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/winGetApp/categories/{mobileAppCategory-id}",
+ "OutputType": "IMicrosoftGraphMobileAppCategory",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMobileAppCategory",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWinGetAppCategory",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/winGetApp/categories/{mobileAppCategory-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWinGetAppCategory",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/winGetApp/categories",
+ "OutputType": "IMicrosoftGraphMobileAppCategory",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphMobileAppCategory",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWinGetAppCategory",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/winGetApp/categories",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWinGetAppCategory",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/winGetApp/categories/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWinGetAppCategoryCount",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/winGetApp/categories/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWinGetAppCategoryCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/winGetApp/relationships/{mobileAppRelationship-id}",
+ "OutputType": "IMicrosoftGraphMobileAppRelationship",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMobileAppRelationship",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWinGetAppRelationship",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/winGetApp/relationships/{mobileAppRelationship-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWinGetAppRelationship",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphMobileAppRelationship",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWinGetAppRelationship",
- "Method": "GET",
"Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/winGetApp/relationships",
+ "OutputType": "IMicrosoftGraphMobileAppRelationship",
"ApiVersion": "beta",
- "Permissions": []
+ "Permissions": [],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWinGetAppRelationship",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/winGetApp/relationships/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWinGetAppRelationshipCount",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/winGetApp/relationships/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWinGetAppRelationshipCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileAppCatalogPackages/{mobileAppCatalogPackage-id}",
+ "OutputType": "IMicrosoftGraphMobileAppCatalogPackage",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMobileAppCatalogPackage",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppCatalogPackage",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileAppCatalogPackages/{mobileAppCatalogPackage-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppCatalogPackage",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileAppCatalogPackages",
+ "OutputType": "IMicrosoftGraphMobileAppCatalogPackage",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphMobileAppCatalogPackage",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppCatalogPackage",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileAppCatalogPackages",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppCatalogPackage",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileAppCatalogPackages/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceAppManagementMobileAppCatalogPackageCount",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileAppCatalogPackages/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppCatalogPackageCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
- "Variants": [
- "Get",
- "Get1",
- "GetViaIdentity",
- "GetViaIdentity1"
- ],
- "OutputType": "IMicrosoftGraphMobileAppCategory",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppCategory",
- "Method": "GET",
"Uri": "/deviceAppManagement/mobileAppCategories/{mobileAppCategory-id}",
+ "OutputType": "IMicrosoftGraphMobileAppCategory",
"ApiVersion": "beta",
"Permissions": [
{
@@ -35770,18 +37190,21 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Devices.CorporateManagement",
+ ],
"Variants": [
- "List",
- "List1"
+ "Get",
+ "Get1",
+ "GetViaIdentity",
+ "GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphMobileAppCategory",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppCategory",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppCategory",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Devices.CorporateManagement",
"Uri": "/deviceAppManagement/mobileAppCategories",
+ "OutputType": "IMicrosoftGraphMobileAppCategory",
"ApiVersion": "beta",
"Permissions": [
{
@@ -35800,18 +37223,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Devices.CorporateManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List",
+ "List1"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceAppManagementMobileAppCategoryCount",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppCategory",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Devices.CorporateManagement",
"Uri": "/deviceAppManagement/mobileAppCategories/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -35830,18 +37254,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Devices.CorporateManagement",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfiguration",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppConfiguration",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppCategoryCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Devices.CorporateManagement",
"Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}",
+ "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfiguration",
"ApiVersion": "beta",
"Permissions": [
{
@@ -35860,17 +37285,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Devices.CorporateManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfiguration",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppConfiguration",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppConfiguration",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Devices.CorporateManagement",
"Uri": "/deviceAppManagement/mobileAppConfigurations",
+ "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfiguration",
"ApiVersion": "beta",
"Permissions": [
{
@@ -35889,18 +37316,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Devices.CorporateManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationAssignment",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppConfigurationAssignment",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppConfiguration",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Devices.CorporateManagement",
"Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments/{managedDeviceMobileAppConfigurationAssignment-id}",
+ "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationAssignment",
"ApiVersion": "beta",
"Permissions": [
{
@@ -35919,17 +37346,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Devices.CorporateManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationAssignment",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppConfigurationAssignment",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppConfigurationAssignment",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Devices.CorporateManagement",
"Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments",
+ "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationAssignment",
"ApiVersion": "beta",
"Permissions": [
{
@@ -35948,18 +37377,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Devices.CorporateManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceAppManagementMobileAppConfigurationAssignmentCount",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppConfigurationAssignment",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Devices.CorporateManagement",
"Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -35978,17 +37407,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Devices.CorporateManagement",
+ ],
"Variants": [
- "Get"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceAppManagementMobileAppConfigurationCount",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppConfigurationAssignmentCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Devices.CorporateManagement",
"Uri": "/deviceAppManagement/mobileAppConfigurations/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -36007,18 +37438,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Devices.CorporateManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppConfigurationDeviceStatus",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppConfigurationCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Devices.CorporateManagement",
"Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses/{managedDeviceMobileAppConfigurationDeviceStatus-id}",
+ "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus",
"ApiVersion": "beta",
"Permissions": [
{
@@ -36037,17 +37468,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Devices.CorporateManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppConfigurationDeviceStatus",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppConfigurationDeviceStatus",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Devices.CorporateManagement",
"Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses",
+ "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus",
"ApiVersion": "beta",
"Permissions": [
{
@@ -36066,18 +37499,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Devices.CorporateManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceAppManagementMobileAppConfigurationDeviceStatusCount",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppConfigurationDeviceStatus",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Devices.CorporateManagement",
"Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -36096,18 +37529,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Devices.CorporateManagement",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceSummary",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppConfigurationDeviceStatusSummary",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppConfigurationDeviceStatusCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Devices.CorporateManagement",
"Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatusSummary",
+ "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceSummary",
"ApiVersion": "beta",
"Permissions": [
{
@@ -36126,18 +37560,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Devices.CorporateManagement",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppConfigurationUserStatus",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppConfigurationDeviceStatusSummary",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Devices.CorporateManagement",
"Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses/{managedDeviceMobileAppConfigurationUserStatus-id}",
+ "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus",
"ApiVersion": "beta",
"Permissions": [
{
@@ -36156,17 +37591,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Devices.CorporateManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppConfigurationUserStatus",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppConfigurationUserStatus",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Devices.CorporateManagement",
"Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses",
+ "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus",
"ApiVersion": "beta",
"Permissions": [
{
@@ -36185,18 +37622,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Devices.CorporateManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceAppManagementMobileAppConfigurationUserStatusCount",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppConfigurationUserStatus",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Devices.CorporateManagement",
"Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -36215,18 +37652,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Devices.CorporateManagement",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserSummary",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppConfigurationUserStatusSummary",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppConfigurationUserStatusCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Devices.CorporateManagement",
"Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatusSummary",
+ "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserSummary",
"ApiVersion": "beta",
"Permissions": [
{
@@ -36245,17 +37683,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Devices.CorporateManagement",
+ ],
"Variants": [
- "Get"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceAppManagementMobileAppCount",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppConfigurationUserStatusSummary",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Devices.CorporateManagement",
"Uri": "/deviceAppManagement/mobileApps/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -36274,17 +37714,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Devices.CorporateManagement",
+ ],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsAndroidForWorkApp",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Devices.CorporateManagement",
"Uri": "/deviceAppManagement/mobileApps/androidForWorkApp/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -36303,17 +37744,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Devices.CorporateManagement",
+ ],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsAndroidLobApp",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsAndroidForWorkApp",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Devices.CorporateManagement",
"Uri": "/deviceAppManagement/mobileApps/androidLobApp/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -36332,17 +37774,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Devices.CorporateManagement",
+ ],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsAndroidManagedStoreApp",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsAndroidLobApp",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Devices.CorporateManagement",
"Uri": "/deviceAppManagement/mobileApps/androidManagedStoreApp/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -36361,17 +37804,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Devices.CorporateManagement",
+ ],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsAndroidStoreApp",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsAndroidManagedStoreApp",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Devices.CorporateManagement",
"Uri": "/deviceAppManagement/mobileApps/androidStoreApp/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -36390,17 +37834,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Devices.CorporateManagement",
+ ],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsiOSLobApp",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsAndroidStoreApp",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Devices.CorporateManagement",
"Uri": "/deviceAppManagement/mobileApps/iosLobApp/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -36419,17 +37864,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Devices.CorporateManagement",
+ ],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsIoStoreApp",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsiOSLobApp",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Devices.CorporateManagement",
"Uri": "/deviceAppManagement/mobileApps/iosStoreApp/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -36448,17 +37894,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Devices.CorporateManagement",
+ ],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsIoVppApp",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsIoStoreApp",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Devices.CorporateManagement",
"Uri": "/deviceAppManagement/mobileApps/iosVppApp/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -36477,17 +37924,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Devices.CorporateManagement",
+ ],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsMacOSDmgApp",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsIoVppApp",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Devices.CorporateManagement",
"Uri": "/deviceAppManagement/mobileApps/macOSDmgApp/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -36506,17 +37954,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Devices.CorporateManagement",
+ ],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsMacOSLobApp",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsMacOSDmgApp",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Devices.CorporateManagement",
"Uri": "/deviceAppManagement/mobileApps/macOSLobApp/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -36535,17 +37984,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Devices.CorporateManagement",
+ ],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsMacOSPkgApp",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsMacOSLobApp",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Devices.CorporateManagement",
"Uri": "/deviceAppManagement/mobileApps/macOSPkgApp/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -36564,17 +38014,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Devices.CorporateManagement",
+ ],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsManagedAndroidLobApp",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsMacOSPkgApp",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Devices.CorporateManagement",
"Uri": "/deviceAppManagement/mobileApps/managedAndroidLobApp/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -36593,17 +38044,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Devices.CorporateManagement",
+ ],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsManagediOSLobApp",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsManagedAndroidLobApp",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Devices.CorporateManagement",
"Uri": "/deviceAppManagement/mobileApps/managedIOSLobApp/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -36622,17 +38074,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Devices.CorporateManagement",
+ ],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsManagedMobileLobApp",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsManagediOSLobApp",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Devices.CorporateManagement",
"Uri": "/deviceAppManagement/mobileApps/managedMobileLobApp/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -36651,17 +38104,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Devices.CorporateManagement",
+ ],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsMicrosoftStoreForBusinessApp",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsManagedMobileLobApp",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Devices.CorporateManagement",
"Uri": "/deviceAppManagement/mobileApps/microsoftStoreForBusinessApp/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -36680,17 +38134,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Devices.CorporateManagement",
+ ],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsWin32LobApp",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsMicrosoftStoreForBusinessApp",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Devices.CorporateManagement",
"Uri": "/deviceAppManagement/mobileApps/win32LobApp/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -36709,17 +38164,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Devices.CorporateManagement",
+ ],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsWindowsAppX",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsWin32LobApp",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Devices.CorporateManagement",
"Uri": "/deviceAppManagement/mobileApps/windowsAppX/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -36738,17 +38194,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Devices.CorporateManagement",
+ ],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsWindowsMobileMsi",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsWindowsAppX",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Devices.CorporateManagement",
"Uri": "/deviceAppManagement/mobileApps/windowsMobileMSI/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -36767,17 +38224,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Devices.CorporateManagement",
+ ],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsWindowStoreApp",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsWindowsMobileMsi",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Devices.CorporateManagement",
"Uri": "/deviceAppManagement/mobileApps/windowsStoreApp/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -36796,17 +38254,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Devices.CorporateManagement",
+ ],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsWindowsUniversalAppX",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsWindowStoreApp",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Devices.CorporateManagement",
"Uri": "/deviceAppManagement/mobileApps/windowsUniversalAppX/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -36825,17 +38284,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Devices.CorporateManagement",
+ ],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsWindowsWebApp",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsWindowsUniversalAppX",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Devices.CorporateManagement",
"Uri": "/deviceAppManagement/mobileApps/windowsWebApp/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -36854,17 +38314,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Devices.CorporateManagement",
+ ],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsWinGetApp",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsWindowsWebApp",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Devices.CorporateManagement",
"Uri": "/deviceAppManagement/mobileApps/winGetApp/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -36883,18 +38344,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Devices.CorporateManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphMobileAppRelationship",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppRelationship",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsWinGetApp",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Devices.CorporateManagement",
"Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/relationships/{mobileAppRelationship-id}",
+ "OutputType": "IMicrosoftGraphMobileAppRelationship",
"ApiVersion": "beta",
"Permissions": [
{
@@ -36913,17 +38374,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Devices.CorporateManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMobileAppRelationship",
- "Command": "Get-MgBetaDeviceAppManagementMobileAppRelationship",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppRelationship",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Devices.CorporateManagement",
"Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/relationships",
+ "OutputType": "IMicrosoftGraphMobileAppRelationship",
"ApiVersion": "beta",
"Permissions": [
{
@@ -36942,18 +38405,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Devices.CorporateManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceAppManagementMobileAppRelationshipCount",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppRelationship",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Devices.CorporateManagement",
"Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/relationships/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -36972,20 +38435,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Devices.CorporateManagement",
+ ],
"Variants": [
"Get",
- "Get1",
- "GetExpanded",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphPolicySet",
- "Command": "Get-MgBetaDeviceAppManagementPolicySet",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementMobileAppRelationshipCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Devices.CorporateManagement",
"Uri": "/deviceAppManagement/policySets/{policySet-id}",
+ "OutputType": "IMicrosoftGraphPolicySet",
"ApiVersion": "beta",
"Permissions": [
{
@@ -37004,17 +38466,21 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Devices.CorporateManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "Get1",
+ "GetExpanded",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphPolicySet",
- "Command": "Get-MgBetaDeviceAppManagementPolicySet",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementPolicySet",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Devices.CorporateManagement",
"Uri": "/deviceAppManagement/policySets",
+ "OutputType": "IMicrosoftGraphPolicySet",
"ApiVersion": "beta",
"Permissions": [
{
@@ -37033,18 +38499,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Devices.CorporateManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": "IMicrosoftGraphPolicySetAssignment",
- "Command": "Get-MgBetaDeviceAppManagementPolicySetAssignment",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementPolicySet",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Devices.CorporateManagement",
"Uri": "/deviceAppManagement/policySets/{policySet-id}/assignments/{policySetAssignment-id}",
+ "OutputType": "IMicrosoftGraphPolicySetAssignment",
"ApiVersion": "beta",
"Permissions": [
{
@@ -37063,17 +38529,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Devices.CorporateManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphPolicySetAssignment",
- "Command": "Get-MgBetaDeviceAppManagementPolicySetAssignment",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementPolicySetAssignment",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Devices.CorporateManagement",
"Uri": "/deviceAppManagement/policySets/{policySet-id}/assignments",
+ "OutputType": "IMicrosoftGraphPolicySetAssignment",
"ApiVersion": "beta",
"Permissions": [
{
@@ -37092,18 +38560,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Devices.CorporateManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceAppManagementPolicySetAssignmentCount",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementPolicySetAssignment",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Devices.CorporateManagement",
"Uri": "/deviceAppManagement/policySets/{policySet-id}/assignments/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -37122,17 +38590,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Devices.CorporateManagement",
+ ],
"Variants": [
- "Get"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceAppManagementPolicySetCount",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementPolicySetAssignmentCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Devices.CorporateManagement",
"Uri": "/deviceAppManagement/policySets/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -37151,18 +38621,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Devices.CorporateManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphPolicySetItem",
- "Command": "Get-MgBetaDeviceAppManagementPolicySetItem",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementPolicySetCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Devices.CorporateManagement",
"Uri": "/deviceAppManagement/policySets/{policySet-id}/items/{policySetItem-id}",
+ "OutputType": "IMicrosoftGraphPolicySetItem",
"ApiVersion": "beta",
"Permissions": [
{
@@ -37181,17 +38651,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Devices.CorporateManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphPolicySetItem",
- "Command": "Get-MgBetaDeviceAppManagementPolicySetItem",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementPolicySetItem",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Devices.CorporateManagement",
"Uri": "/deviceAppManagement/policySets/{policySet-id}/items",
+ "OutputType": "IMicrosoftGraphPolicySetItem",
"ApiVersion": "beta",
"Permissions": [
{
@@ -37210,18 +38682,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Devices.CorporateManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceAppManagementPolicySetItemCount",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementPolicySetItem",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Devices.CorporateManagement",
"Uri": "/deviceAppManagement/policySets/{policySet-id}/items/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -37240,17 +38712,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Devices.CorporateManagement",
+ ],
"Variants": [
- "Get"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSymantecCodeSigningCertificate",
- "Command": "Get-MgBetaDeviceAppManagementSymantecCodeSigningCertificate",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementPolicySetItemCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Devices.CorporateManagement",
"Uri": "/deviceAppManagement/symantecCodeSigningCertificate",
+ "OutputType": "IMicrosoftGraphSymantecCodeSigningCertificate",
"ApiVersion": "beta",
"Permissions": [
{
@@ -37269,18 +38743,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Devices.CorporateManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphTargetedManagedAppConfiguration",
- "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfiguration",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementSymantecCodeSigningCertificate",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Devices.CorporateManagement",
"Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}",
+ "OutputType": "IMicrosoftGraphTargetedManagedAppConfiguration",
"ApiVersion": "beta",
"Permissions": [
{
@@ -37299,17 +38773,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Devices.CorporateManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTargetedManagedAppConfiguration",
- "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfiguration",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfiguration",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Devices.CorporateManagement",
"Uri": "/deviceAppManagement/targetedManagedAppConfigurations",
+ "OutputType": "IMicrosoftGraphTargetedManagedAppConfiguration",
"ApiVersion": "beta",
"Permissions": [
{
@@ -37328,18 +38804,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Devices.CorporateManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": "IMicrosoftGraphManagedMobileApp",
- "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationApp",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfiguration",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Devices.CorporateManagement",
"Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps/{managedMobileApp-id}",
+ "OutputType": "IMicrosoftGraphManagedMobileApp",
"ApiVersion": "beta",
"Permissions": [
{
@@ -37374,17 +38850,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Devices.CorporateManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphManagedMobileApp",
- "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationApp",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationApp",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Devices.CorporateManagement",
"Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps",
+ "OutputType": "IMicrosoftGraphManagedMobileApp",
"ApiVersion": "beta",
"Permissions": [
{
@@ -37419,18 +38897,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Devices.CorporateManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationAppCount",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationApp",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Devices.CorporateManagement",
"Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -37465,18 +38943,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Devices.CorporateManagement",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment",
- "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationAssignment",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationAppCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Devices.CorporateManagement",
"Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments/{targetedManagedAppPolicyAssignment-id}",
+ "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment",
"ApiVersion": "beta",
"Permissions": [
{
@@ -37511,17 +38990,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Devices.CorporateManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment",
- "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationAssignment",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationAssignment",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Devices.CorporateManagement",
"Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments",
+ "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment",
"ApiVersion": "beta",
"Permissions": [
{
@@ -37556,18 +39037,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Devices.CorporateManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationAssignmentCount",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationAssignment",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Devices.CorporateManagement",
"Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -37602,17 +39083,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Devices.CorporateManagement",
+ ],
"Variants": [
- "Get"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationCount",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationAssignmentCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Devices.CorporateManagement",
"Uri": "/deviceAppManagement/targetedManagedAppConfigurations/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -37631,18 +39114,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Devices.CorporateManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary",
- "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationDeploymentSummary",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Devices.CorporateManagement",
"Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/deploymentSummary",
+ "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary",
"ApiVersion": "beta",
"Permissions": [
{
@@ -37677,18 +39160,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Devices.CorporateManagement",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSetting",
- "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationSetting",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationDeploymentSummary",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Devices.CorporateManagement",
"Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/settings/{deviceManagementConfigurationSetting-id}",
+ "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSetting",
"ApiVersion": "beta",
"Permissions": [
{
@@ -37723,17 +39207,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Devices.CorporateManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSetting",
- "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationSetting",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationSetting",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Devices.CorporateManagement",
"Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/settings",
+ "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSetting",
"ApiVersion": "beta",
"Permissions": [
{
@@ -37768,18 +39254,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Devices.CorporateManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationSettingCount",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationSetting",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Devices.CorporateManagement",
"Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/settings/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -37814,18 +39300,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Devices.CorporateManagement",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition",
- "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationSettingDefinition",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationSettingCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Devices.CorporateManagement",
"Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/settings/{deviceManagementConfigurationSetting-id}/settingDefinitions/{deviceManagementConfigurationSettingDefinition-id}",
+ "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition",
"ApiVersion": "beta",
"Permissions": [
{
@@ -37860,17 +39347,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Devices.CorporateManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition",
- "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationSettingDefinition",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationSettingDefinition",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Devices.CorporateManagement",
"Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/settings/{deviceManagementConfigurationSetting-id}/settingDefinitions",
+ "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition",
"ApiVersion": "beta",
"Permissions": [
{
@@ -37905,18 +39394,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Devices.CorporateManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationSettingDefinitionCount",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationSettingDefinition",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Devices.CorporateManagement",
"Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/settings/{deviceManagementConfigurationSetting-id}/settingDefinitions/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -37951,18 +39440,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Devices.CorporateManagement",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDeviceAppManagementTask",
- "Command": "Get-MgBetaDeviceAppManagementTask",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationSettingDefinitionCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Devices.CorporateManagement",
"Uri": "/deviceAppManagement/deviceAppManagementTasks/{deviceAppManagementTask-id}",
+ "OutputType": "IMicrosoftGraphDeviceAppManagementTask",
"ApiVersion": "beta",
"Permissions": [
{
@@ -37997,17 +39487,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Devices.CorporateManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDeviceAppManagementTask",
- "Command": "Get-MgBetaDeviceAppManagementTask",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementTask",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Devices.CorporateManagement",
"Uri": "/deviceAppManagement/deviceAppManagementTasks",
+ "OutputType": "IMicrosoftGraphDeviceAppManagementTask",
"ApiVersion": "beta",
"Permissions": [
{
@@ -38042,17 +39534,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Devices.CorporateManagement",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceAppManagementTaskCount",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementTask",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Devices.CorporateManagement",
"Uri": "/deviceAppManagement/deviceAppManagementTasks/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -38087,63 +39580,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Devices.CorporateManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphVppToken",
- "Command": "Get-MgBetaDeviceAppManagementVppToken",
"Method": "GET",
- "Uri": "/deviceAppManagement/vppTokens/{vppToken-id}",
- "ApiVersion": "beta",
- "Permissions": [
- {
- "Name": "DeviceManagementServiceConfig.Read.All",
- "Description": "Read Microsoft Intune configuration",
- "FullDescription": "Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration, without a signed-in user.",
- "IsAdmin": false,
- "PermissionType": "Application",
- "IsLeastPrivilege": true
- },
- {
- "Name": "DeviceManagementServiceConfig.ReadWrite.All",
- "Description": "Read and write Microsoft Intune configuration",
- "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration, without a signed-in user.",
- "IsAdmin": false,
- "PermissionType": "Application",
- "IsLeastPrivilege": false
- },
- {
- "Name": "DeviceManagementConfiguration.ReadWrite.All",
- "Description": "Read and write Microsoft Intune device configuration and policies",
- "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.",
- "IsAdmin": false,
- "PermissionType": "Application",
- "IsLeastPrivilege": false
- },
- {
- "Name": "DeviceManagementConfiguration.Read.All",
- "Description": "Read Microsoft Intune device configuration and policies",
- "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.",
- "IsAdmin": false,
- "PermissionType": "Application",
- "IsLeastPrivilege": false
- }
- ]
+ "Command": "Get-MgBetaDeviceAppManagementTaskCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
- "Variants": [
- "List"
- ],
+ "Uri": "/deviceAppManagement/vppTokens/{vppToken-id}",
"OutputType": "IMicrosoftGraphVppToken",
- "Command": "Get-MgBetaDeviceAppManagementVppToken",
- "Method": "GET",
- "Uri": "/deviceAppManagement/vppTokens",
"ApiVersion": "beta",
"Permissions": [
{
@@ -38178,17 +39626,65 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementVppToken",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/vppTokens",
+ "OutputType": "IMicrosoftGraphVppToken",
+ "ApiVersion": "beta",
+ "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
+ }
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceAppManagementVppTokenCount",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementVppToken",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Devices.CorporateManagement",
"Uri": "/deviceAppManagement/vppTokens/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -38223,18 +39719,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Devices.CorporateManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphVppTokenLicenseSummary",
- "Command": "Get-MgBetaDeviceAppManagementVppTokenLicenseForApp",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementVppTokenCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Devices.CorporateManagement",
"Uri": "/deviceAppManagement/vppTokens/getLicensesForApp(bundleId='{bundleId}')",
+ "OutputType": "IMicrosoftGraphVppTokenLicenseSummary",
"ApiVersion": "beta",
"Permissions": [
{
@@ -38269,18 +39765,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Devices.CorporateManagement",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicy",
- "Command": "Get-MgBetaDeviceAppManagementWdacSupplementalPolicy",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementVppTokenLicenseForApp",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Devices.CorporateManagement",
"Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}",
+ "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicy",
"ApiVersion": "beta",
"Permissions": [
{
@@ -38299,17 +39796,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Devices.CorporateManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicy",
- "Command": "Get-MgBetaDeviceAppManagementWdacSupplementalPolicy",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementWdacSupplementalPolicy",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Devices.CorporateManagement",
"Uri": "/deviceAppManagement/wdacSupplementalPolicies",
+ "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicy",
"ApiVersion": "beta",
"Permissions": [
{
@@ -38328,18 +39827,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Devices.CorporateManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicyAssignment",
- "Command": "Get-MgBetaDeviceAppManagementWdacSupplementalPolicyAssignment",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementWdacSupplementalPolicy",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Devices.CorporateManagement",
"Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/assignments/{windowsDefenderApplicationControlSupplementalPolicyAssignment-id}",
+ "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicyAssignment",
"ApiVersion": "beta",
"Permissions": [
{
@@ -38358,17 +39857,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Devices.CorporateManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicyAssignment",
- "Command": "Get-MgBetaDeviceAppManagementWdacSupplementalPolicyAssignment",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementWdacSupplementalPolicyAssignment",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Devices.CorporateManagement",
"Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/assignments",
+ "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicyAssignment",
"ApiVersion": "beta",
"Permissions": [
{
@@ -38387,18 +39888,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Devices.CorporateManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceAppManagementWdacSupplementalPolicyAssignmentCount",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementWdacSupplementalPolicyAssignment",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Devices.CorporateManagement",
"Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/assignments/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -38417,17 +39918,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Devices.CorporateManagement",
+ ],
"Variants": [
- "Get"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceAppManagementWdacSupplementalPolicyCount",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementWdacSupplementalPolicyAssignmentCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Devices.CorporateManagement",
"Uri": "/deviceAppManagement/wdacSupplementalPolicies/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -38446,18 +39949,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Devices.CorporateManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicyDeploymentSummary",
- "Command": "Get-MgBetaDeviceAppManagementWdacSupplementalPolicyDeploySummary",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementWdacSupplementalPolicyCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Devices.CorporateManagement",
"Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/deploySummary",
+ "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicyDeploymentSummary",
"ApiVersion": "beta",
"Permissions": [
{
@@ -38476,18 +39979,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Devices.CorporateManagement",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicyDeploymentStatus",
- "Command": "Get-MgBetaDeviceAppManagementWdacSupplementalPolicyDeviceStatus",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementWdacSupplementalPolicyDeploySummary",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Devices.CorporateManagement",
"Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/deviceStatuses/{windowsDefenderApplicationControlSupplementalPolicyDeploymentStatus-id}",
+ "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicyDeploymentStatus",
"ApiVersion": "beta",
"Permissions": [
{
@@ -38506,17 +40010,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Devices.CorporateManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicyDeploymentStatus",
- "Command": "Get-MgBetaDeviceAppManagementWdacSupplementalPolicyDeviceStatus",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementWdacSupplementalPolicyDeviceStatus",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Devices.CorporateManagement",
"Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/deviceStatuses",
+ "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicyDeploymentStatus",
"ApiVersion": "beta",
"Permissions": [
{
@@ -38535,18 +40041,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Devices.CorporateManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": "IMicrosoftGraphWindowsInformationProtectionDeviceRegistration",
- "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionDeviceRegistration",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementWdacSupplementalPolicyDeviceStatus",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Devices.CorporateManagement",
"Uri": "/deviceAppManagement/windowsInformationProtectionDeviceRegistrations/{windowsInformationProtectionDeviceRegistration-id}",
+ "OutputType": "IMicrosoftGraphWindowsInformationProtectionDeviceRegistration",
"ApiVersion": "beta",
"Permissions": [
{
@@ -38581,17 +40087,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Devices.CorporateManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphWindowsInformationProtectionDeviceRegistration",
- "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionDeviceRegistration",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionDeviceRegistration",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Devices.CorporateManagement",
"Uri": "/deviceAppManagement/windowsInformationProtectionDeviceRegistrations",
+ "OutputType": "IMicrosoftGraphWindowsInformationProtectionDeviceRegistration",
"ApiVersion": "beta",
"Permissions": [
{
@@ -38626,17 +40134,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Devices.CorporateManagement",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionDeviceRegistrationCount",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionDeviceRegistration",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Devices.CorporateManagement",
"Uri": "/deviceAppManagement/windowsInformationProtectionDeviceRegistrations/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -38671,18 +40180,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Devices.CorporateManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphWindowsInformationProtectionPolicy",
- "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionPolicy",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionDeviceRegistrationCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Devices.CorporateManagement",
"Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}",
+ "OutputType": "IMicrosoftGraphWindowsInformationProtectionPolicy",
"ApiVersion": "beta",
"Permissions": [
{
@@ -38717,17 +40226,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Devices.CorporateManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphWindowsInformationProtectionPolicy",
- "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionPolicy",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionPolicy",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Devices.CorporateManagement",
"Uri": "/deviceAppManagement/windowsInformationProtectionPolicies",
+ "OutputType": "IMicrosoftGraphWindowsInformationProtectionPolicy",
"ApiVersion": "beta",
"Permissions": [
{
@@ -38762,18 +40273,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Devices.CorporateManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment",
- "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyAssignment",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionPolicy",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Devices.CorporateManagement",
"Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/assignments/{targetedManagedAppPolicyAssignment-id}",
+ "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment",
"ApiVersion": "beta",
"Permissions": [
{
@@ -38808,17 +40319,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Devices.CorporateManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment",
- "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyAssignment",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyAssignment",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Devices.CorporateManagement",
"Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/assignments",
+ "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment",
"ApiVersion": "beta",
"Permissions": [
{
@@ -38853,18 +40366,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Devices.CorporateManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyAssignmentCount",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyAssignment",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Devices.CorporateManagement",
"Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/assignments/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -38899,17 +40412,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Devices.CorporateManagement",
+ ],
"Variants": [
- "Get"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyCount",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyAssignmentCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Devices.CorporateManagement",
"Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -38944,18 +40459,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Devices.CorporateManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile",
- "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyExemptAppLockerFile",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Devices.CorporateManagement",
"Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/exemptAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}",
+ "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile",
"ApiVersion": "beta",
"Permissions": [
{
@@ -38990,17 +40505,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Devices.CorporateManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile",
- "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyExemptAppLockerFile",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyExemptAppLockerFile",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Devices.CorporateManagement",
"Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/exemptAppLockerFiles",
+ "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile",
"ApiVersion": "beta",
"Permissions": [
{
@@ -39035,18 +40552,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Devices.CorporateManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyExemptAppLockerFileCount",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyExemptAppLockerFile",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Devices.CorporateManagement",
"Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/exemptAppLockerFiles/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -39081,18 +40598,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Devices.CorporateManagement",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile",
- "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyProtectedAppLockerFile",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyExemptAppLockerFileCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Devices.CorporateManagement",
"Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/protectedAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}",
+ "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile",
"ApiVersion": "beta",
"Permissions": [
{
@@ -39127,17 +40645,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Devices.CorporateManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile",
- "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyProtectedAppLockerFile",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyProtectedAppLockerFile",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Devices.CorporateManagement",
"Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/protectedAppLockerFiles",
+ "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile",
"ApiVersion": "beta",
"Permissions": [
{
@@ -39172,18 +40692,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Devices.CorporateManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyProtectedAppLockerFileCount",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyProtectedAppLockerFile",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Devices.CorporateManagement",
"Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/protectedAppLockerFiles/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -39218,18 +40738,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Devices.CorporateManagement",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphWindowsInformationProtectionWipeAction",
- "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionWipeAction",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyProtectedAppLockerFileCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Devices.CorporateManagement",
"Uri": "/deviceAppManagement/windowsInformationProtectionWipeActions/{windowsInformationProtectionWipeAction-id}",
+ "OutputType": "IMicrosoftGraphWindowsInformationProtectionWipeAction",
"ApiVersion": "beta",
"Permissions": [
{
@@ -39264,17 +40785,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Devices.CorporateManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphWindowsInformationProtectionWipeAction",
- "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionWipeAction",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionWipeAction",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Devices.CorporateManagement",
"Uri": "/deviceAppManagement/windowsInformationProtectionWipeActions",
+ "OutputType": "IMicrosoftGraphWindowsInformationProtectionWipeAction",
"ApiVersion": "beta",
"Permissions": [
{
@@ -39309,17 +40832,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Devices.CorporateManagement",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionWipeActionCount",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionWipeAction",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Devices.CorporateManagement",
"Uri": "/deviceAppManagement/windowsInformationProtectionWipeActions/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -39354,63 +40878,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Devices.CorporateManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphWindowsManagedAppProtection",
- "Command": "Get-MgBetaDeviceAppManagementWindowsManagedAppProtection",
"Method": "GET",
- "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}",
- "ApiVersion": "beta",
- "Permissions": [
- {
- "Name": "DeviceManagementConfiguration.Read.All",
- "Description": "Read Microsoft Intune device configuration and policies",
- "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.",
- "IsAdmin": false,
- "PermissionType": "Application",
- "IsLeastPrivilege": true
- },
- {
- "Name": "DeviceManagementConfiguration.ReadWrite.All",
- "Description": "Read and write Microsoft Intune device configuration and policies",
- "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.",
- "IsAdmin": false,
- "PermissionType": "Application",
- "IsLeastPrivilege": false
- },
- {
- "Name": "DeviceManagementApps.ReadWrite.All",
- "Description": "Read and write Microsoft Intune apps",
- "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.",
- "IsAdmin": false,
- "PermissionType": "Application",
- "IsLeastPrivilege": false
- },
- {
- "Name": "DeviceManagementApps.Read.All",
- "Description": "Read Microsoft Intune apps",
- "FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.",
- "IsAdmin": false,
- "PermissionType": "Application",
- "IsLeastPrivilege": false
- }
- ]
+ "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionWipeActionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
- "Variants": [
- "List"
- ],
+ "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}",
"OutputType": "IMicrosoftGraphWindowsManagedAppProtection",
- "Command": "Get-MgBetaDeviceAppManagementWindowsManagedAppProtection",
- "Method": "GET",
- "Uri": "/deviceAppManagement/windowsManagedAppProtections",
"ApiVersion": "beta",
"Permissions": [
{
@@ -39445,63 +40924,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Devices.CorporateManagement",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphManagedMobileApp",
- "Command": "Get-MgBetaDeviceAppManagementWindowsManagedAppProtectionApp",
"Method": "GET",
- "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/apps/{managedMobileApp-id}",
- "ApiVersion": "beta",
- "Permissions": [
- {
- "Name": "DeviceManagementConfiguration.Read.All",
- "Description": "Read Microsoft Intune device configuration and policies",
- "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.",
- "IsAdmin": false,
- "PermissionType": "Application",
- "IsLeastPrivilege": true
- },
- {
- "Name": "DeviceManagementConfiguration.ReadWrite.All",
- "Description": "Read and write Microsoft Intune device configuration and policies",
- "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.",
- "IsAdmin": false,
- "PermissionType": "Application",
- "IsLeastPrivilege": false
- },
- {
- "Name": "DeviceManagementApps.ReadWrite.All",
- "Description": "Read and write Microsoft Intune apps",
- "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.",
- "IsAdmin": false,
- "PermissionType": "Application",
- "IsLeastPrivilege": false
- },
- {
- "Name": "DeviceManagementApps.Read.All",
- "Description": "Read Microsoft Intune apps",
- "FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.",
- "IsAdmin": false,
- "PermissionType": "Application",
- "IsLeastPrivilege": false
- }
- ]
+ "Command": "Get-MgBetaDeviceAppManagementWindowsManagedAppProtection",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphManagedMobileApp",
- "Command": "Get-MgBetaDeviceAppManagementWindowsManagedAppProtectionApp",
- "Method": "GET",
- "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/apps",
+ "Uri": "/deviceAppManagement/windowsManagedAppProtections",
+ "OutputType": "IMicrosoftGraphWindowsManagedAppProtection",
"ApiVersion": "beta",
"Permissions": [
{
@@ -39536,18 +40971,65 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementWindowsManagedAppProtection",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/apps/{managedMobileApp-id}",
+ "OutputType": "IMicrosoftGraphManagedMobileApp",
+ "ApiVersion": "beta",
+ "Permissions": [
+ {
+ "Name": "DeviceManagementConfiguration.Read.All",
+ "Description": "Read Microsoft Intune device configuration and policies",
+ "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": true
+ },
+ {
+ "Name": "DeviceManagementConfiguration.ReadWrite.All",
+ "Description": "Read and write Microsoft Intune device configuration and policies",
+ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "DeviceManagementApps.ReadWrite.All",
+ "Description": "Read and write Microsoft Intune apps",
+ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "DeviceManagementApps.Read.All",
+ "Description": "Read Microsoft Intune apps",
+ "FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ }
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceAppManagementWindowsManagedAppProtectionAppCount",
"Method": "GET",
- "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/apps/$count",
+ "Command": "Get-MgBetaDeviceAppManagementWindowsManagedAppProtectionApp",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/apps",
+ "OutputType": "IMicrosoftGraphManagedMobileApp",
"ApiVersion": "beta",
"Permissions": [
{
@@ -39582,18 +41064,65 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementWindowsManagedAppProtectionApp",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/apps/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [
+ {
+ "Name": "DeviceManagementConfiguration.Read.All",
+ "Description": "Read Microsoft Intune device configuration and policies",
+ "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": true
+ },
+ {
+ "Name": "DeviceManagementConfiguration.ReadWrite.All",
+ "Description": "Read and write Microsoft Intune device configuration and policies",
+ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "DeviceManagementApps.ReadWrite.All",
+ "Description": "Read and write Microsoft Intune apps",
+ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "DeviceManagementApps.Read.All",
+ "Description": "Read Microsoft Intune apps",
+ "FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ }
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment",
- "Command": "Get-MgBetaDeviceAppManagementWindowsManagedAppProtectionAssignment",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementWindowsManagedAppProtectionAppCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Devices.CorporateManagement",
"Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}",
+ "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment",
"ApiVersion": "beta",
"Permissions": [
{
@@ -39628,17 +41157,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Devices.CorporateManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment",
- "Command": "Get-MgBetaDeviceAppManagementWindowsManagedAppProtectionAssignment",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementWindowsManagedAppProtectionAssignment",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Devices.CorporateManagement",
"Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/assignments",
+ "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment",
"ApiVersion": "beta",
"Permissions": [
{
@@ -39673,18 +41204,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Devices.CorporateManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceAppManagementWindowsManagedAppProtectionAssignmentCount",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementWindowsManagedAppProtectionAssignment",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Devices.CorporateManagement",
"Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/assignments/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -39719,17 +41250,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Devices.CorporateManagement",
+ ],
"Variants": [
- "Get"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceAppManagementWindowsManagedAppProtectionCount",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementWindowsManagedAppProtectionAssignmentCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Devices.CorporateManagement",
"Uri": "/deviceAppManagement/windowsManagedAppProtections/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -39764,17 +41297,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Devices.CorporateManagement",
+ ],
"Variants": [
"Get"
],
- "OutputType": "IMicrosoftGraphWindowsManagementApp",
- "Command": "Get-MgBetaDeviceAppManagementWindowsManagementApp",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementWindowsManagedAppProtectionCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Devices.CorporateManagement",
"Uri": "/deviceAppManagement/windowsManagementApp",
+ "OutputType": "IMicrosoftGraphWindowsManagementApp",
"ApiVersion": "beta",
"Permissions": [
{
@@ -39809,18 +41343,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.DirectoryManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphDevice",
- "Command": "Get-MgBetaDeviceByDeviceId",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceAppManagementWindowsManagementApp",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Identity.DirectoryManagement",
"Uri": "/devices(deviceId='{deviceId}')",
+ "OutputType": "IMicrosoftGraphDevice",
"ApiVersion": "beta",
"Permissions": [
{
@@ -39855,81 +41389,88 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceByDeviceId",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Identity.DirectoryManagement",
+ "Uri": "/devices/getByIds",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetExpanded"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgBetaDeviceById",
"Method": "POST",
- "Uri": "/devices/getByIds",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceById",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0"
},
{
"Module": "Beta.Identity.DirectoryManagement",
+ "Uri": "/devices/{device-id}/commands/{command-id}",
+ "OutputType": "IMicrosoftGraphCommand",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphCommand",
- "Command": "Get-MgBetaDeviceCommand",
"Method": "GET",
- "Uri": "/devices/{device-id}/commands/{command-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceCommand",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.DirectoryManagement",
+ "Uri": "/devices/{device-id}/commands",
+ "OutputType": "IMicrosoftGraphCommand",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphCommand",
- "Command": "Get-MgBetaDeviceCommand",
"Method": "GET",
- "Uri": "/devices/{device-id}/commands",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceCommand",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.DirectoryManagement",
+ "Uri": "/devices/{device-id}/commands/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceCommandCount",
"Method": "GET",
- "Uri": "/devices/{device-id}/commands/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceCommandCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.DirectoryManagement",
+ "Uri": "/devices/{device-id}/commands/{command-id}/responsepayload",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceCommandResponsepayload",
"Method": "GET",
- "Uri": "/devices/{device-id}/commands/{command-id}/responsepayload",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceCommandResponsepayload",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.DirectoryManagement",
- "Variants": [
- "Get"
- ],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceCount",
- "Method": "GET",
"Uri": "/devices/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -39964,67 +41505,72 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.DirectoryManagement",
+ "Uri": "/devices/delta",
+ "OutputType": "IMicrosoftGraphDevice",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Delta"
],
- "OutputType": "IMicrosoftGraphDevice",
- "Command": "Get-MgBetaDeviceDelta",
"Method": "GET",
- "Uri": "/devices/delta",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceDelta",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.DirectoryManagement",
+ "Uri": "/devices/{device-id}/extensions/{extension-id}",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceExtension",
"Method": "GET",
- "Uri": "/devices/{device-id}/extensions/{extension-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceExtension",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.DirectoryManagement",
+ "Uri": "/devices/{device-id}/extensions",
+ "OutputType": "IMicrosoftGraphExtension",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphExtension",
- "Command": "Get-MgBetaDeviceExtension",
"Method": "GET",
- "Uri": "/devices/{device-id}/extensions",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceExtension",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.DirectoryManagement",
+ "Uri": "/devices/{device-id}/extensions/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceExtensionCount",
"Method": "GET",
- "Uri": "/devices/{device-id}/extensions/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceExtensionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement",
- "Variants": [
- "Get"
- ],
- "OutputType": "IMicrosoftGraphDeviceManagement",
- "Command": "Get-MgBetaDeviceManagement",
- "Method": "GET",
"Uri": "/deviceManagement",
+ "OutputType": "IMicrosoftGraphDeviceManagement",
"ApiVersion": "beta",
"Permissions": [
{
@@ -40107,17 +41653,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
"Get"
],
- "OutputType": "IMicrosoftGraphAdvancedThreatProtectionOnboardingStateSummary",
- "Command": "Get-MgBetaDeviceManagementAdvancedThreatProtectionOnboardingStateSummary",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagement",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/advancedThreatProtectionOnboardingStateSummary",
+ "OutputType": "IMicrosoftGraphAdvancedThreatProtectionOnboardingStateSummary",
"ApiVersion": "beta",
"Permissions": [
{
@@ -40136,18 +41683,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphAdvancedThreatProtectionOnboardingDeviceSettingState",
- "Command": "Get-MgBetaDeviceManagementAdvancedThreatProtectionOnboardingStateSummaryAdvancedThreatProtectionOnboardingDeviceSettingState",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementAdvancedThreatProtectionOnboardingStateSummary",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/advancedThreatProtectionOnboardingStateSummary/advancedThreatProtectionOnboardingDeviceSettingStates/{advancedThreatProtectionOnboardingDeviceSettingState-id}",
+ "OutputType": "IMicrosoftGraphAdvancedThreatProtectionOnboardingDeviceSettingState",
"ApiVersion": "beta",
"Permissions": [
{
@@ -40166,17 +41713,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAdvancedThreatProtectionOnboardingDeviceSettingState",
- "Command": "Get-MgBetaDeviceManagementAdvancedThreatProtectionOnboardingStateSummaryAdvancedThreatProtectionOnboardingDeviceSettingState",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementAdvancedThreatProtectionOnboardingStateSummaryAdvancedThreatProtectionOnboardingDeviceSettingState",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/advancedThreatProtectionOnboardingStateSummary/advancedThreatProtectionOnboardingDeviceSettingStates",
+ "OutputType": "IMicrosoftGraphAdvancedThreatProtectionOnboardingDeviceSettingState",
"ApiVersion": "beta",
"Permissions": [
{
@@ -40195,17 +41744,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementAdvancedThreatProtectionOnboardingStateSummaryAdvancedThreatProtectionOnboardingDeviceSettingStateCount",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementAdvancedThreatProtectionOnboardingStateSummaryAdvancedThreatProtectionOnboardingDeviceSettingState",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/advancedThreatProtectionOnboardingStateSummary/advancedThreatProtectionOnboardingDeviceSettingStates/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -40224,18 +41774,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Enrollment",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphAndroidDeviceOwnerEnrollmentProfile",
- "Command": "Get-MgBetaDeviceManagementAndroidDeviceOwnerEnrollmentProfile",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementAdvancedThreatProtectionOnboardingStateSummaryAdvancedThreatProtectionOnboardingDeviceSettingStateCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement.Enrollment",
"Uri": "/deviceManagement/androidDeviceOwnerEnrollmentProfiles/{androidDeviceOwnerEnrollmentProfile-id}",
+ "OutputType": "IMicrosoftGraphAndroidDeviceOwnerEnrollmentProfile",
"ApiVersion": "beta",
"Permissions": [
{
@@ -40254,17 +41804,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Enrollment",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAndroidDeviceOwnerEnrollmentProfile",
- "Command": "Get-MgBetaDeviceManagementAndroidDeviceOwnerEnrollmentProfile",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementAndroidDeviceOwnerEnrollmentProfile",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement.Enrollment",
"Uri": "/deviceManagement/androidDeviceOwnerEnrollmentProfiles",
+ "OutputType": "IMicrosoftGraphAndroidDeviceOwnerEnrollmentProfile",
"ApiVersion": "beta",
"Permissions": [
{
@@ -40283,17 +41835,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Enrollment",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementAndroidDeviceOwnerEnrollmentProfileCount",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementAndroidDeviceOwnerEnrollmentProfile",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement.Enrollment",
"Uri": "/deviceManagement/androidDeviceOwnerEnrollmentProfiles/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -40312,18 +41865,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphAndroidForWorkAppConfigurationSchema",
- "Command": "Get-MgBetaDeviceManagementAndroidForWorkAppConfigurationSchema",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementAndroidDeviceOwnerEnrollmentProfileCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/androidForWorkAppConfigurationSchemas/{androidForWorkAppConfigurationSchema-id}",
+ "OutputType": "IMicrosoftGraphAndroidForWorkAppConfigurationSchema",
"ApiVersion": "beta",
"Permissions": [
{
@@ -40342,17 +41895,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAndroidForWorkAppConfigurationSchema",
- "Command": "Get-MgBetaDeviceManagementAndroidForWorkAppConfigurationSchema",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementAndroidForWorkAppConfigurationSchema",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/androidForWorkAppConfigurationSchemas",
+ "OutputType": "IMicrosoftGraphAndroidForWorkAppConfigurationSchema",
"ApiVersion": "beta",
"Permissions": [
{
@@ -40371,17 +41926,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementAndroidForWorkAppConfigurationSchemaCount",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementAndroidForWorkAppConfigurationSchema",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/androidForWorkAppConfigurationSchemas/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -40400,18 +41956,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Enrollment",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphAndroidForWorkEnrollmentProfile",
- "Command": "Get-MgBetaDeviceManagementAndroidForWorkEnrollmentProfile",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementAndroidForWorkAppConfigurationSchemaCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement.Enrollment",
"Uri": "/deviceManagement/androidForWorkEnrollmentProfiles/{androidForWorkEnrollmentProfile-id}",
+ "OutputType": "IMicrosoftGraphAndroidForWorkEnrollmentProfile",
"ApiVersion": "beta",
"Permissions": [
{
@@ -40430,17 +41986,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Enrollment",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAndroidForWorkEnrollmentProfile",
- "Command": "Get-MgBetaDeviceManagementAndroidForWorkEnrollmentProfile",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementAndroidForWorkEnrollmentProfile",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement.Enrollment",
"Uri": "/deviceManagement/androidForWorkEnrollmentProfiles",
+ "OutputType": "IMicrosoftGraphAndroidForWorkEnrollmentProfile",
"ApiVersion": "beta",
"Permissions": [
{
@@ -40459,17 +42017,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Enrollment",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementAndroidForWorkEnrollmentProfileCount",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementAndroidForWorkEnrollmentProfile",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement.Enrollment",
"Uri": "/deviceManagement/androidForWorkEnrollmentProfiles/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -40488,17 +42047,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
"Get"
],
- "OutputType": "IMicrosoftGraphAndroidForWorkSettings",
- "Command": "Get-MgBetaDeviceManagementAndroidForWorkSetting",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementAndroidForWorkEnrollmentProfileCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/androidForWorkSettings",
+ "OutputType": "IMicrosoftGraphAndroidForWorkSettings",
"ApiVersion": "beta",
"Permissions": [
{
@@ -40517,17 +42077,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
"Get"
],
- "OutputType": "IMicrosoftGraphAndroidManagedStoreAccountEnterpriseSettings",
- "Command": "Get-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSetting",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementAndroidForWorkSetting",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/androidManagedStoreAccountEnterpriseSettings",
+ "OutputType": "IMicrosoftGraphAndroidManagedStoreAccountEnterpriseSettings",
"ApiVersion": "beta",
"Permissions": [
{
@@ -40546,18 +42107,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphAndroidManagedStoreAppConfigurationSchema",
- "Command": "Get-MgBetaDeviceManagementAndroidManagedStoreAppConfigurationSchema",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSetting",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/androidManagedStoreAppConfigurationSchemas/{androidManagedStoreAppConfigurationSchema-id}",
+ "OutputType": "IMicrosoftGraphAndroidManagedStoreAppConfigurationSchema",
"ApiVersion": "beta",
"Permissions": [
{
@@ -40576,17 +42137,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAndroidManagedStoreAppConfigurationSchema",
- "Command": "Get-MgBetaDeviceManagementAndroidManagedStoreAppConfigurationSchema",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementAndroidManagedStoreAppConfigurationSchema",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/androidManagedStoreAppConfigurationSchemas",
+ "OutputType": "IMicrosoftGraphAndroidManagedStoreAppConfigurationSchema",
"ApiVersion": "beta",
"Permissions": [
{
@@ -40605,17 +42168,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementAndroidManagedStoreAppConfigurationSchemaCount",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementAndroidManagedStoreAppConfigurationSchema",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/androidManagedStoreAppConfigurationSchemas/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -40634,17 +42198,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Administration",
+ ],
"Variants": [
"Get"
],
- "OutputType": "IMicrosoftGraphApplePushNotificationCertificate",
- "Command": "Get-MgBetaDeviceManagementApplePushNotificationCertificate",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementAndroidManagedStoreAppConfigurationSchemaCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement.Administration",
"Uri": "/deviceManagement/applePushNotificationCertificate",
+ "OutputType": "IMicrosoftGraphApplePushNotificationCertificate",
"ApiVersion": "beta",
"Permissions": [
{
@@ -40679,18 +42244,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Enrollment",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphAppleUserInitiatedEnrollmentProfile",
- "Command": "Get-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfile",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementApplePushNotificationCertificate",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement.Enrollment",
"Uri": "/deviceManagement/appleUserInitiatedEnrollmentProfiles/{appleUserInitiatedEnrollmentProfile-id}",
+ "OutputType": "IMicrosoftGraphAppleUserInitiatedEnrollmentProfile",
"ApiVersion": "beta",
"Permissions": [
{
@@ -40709,17 +42274,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Enrollment",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAppleUserInitiatedEnrollmentProfile",
- "Command": "Get-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfile",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfile",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement.Enrollment",
"Uri": "/deviceManagement/appleUserInitiatedEnrollmentProfiles",
+ "OutputType": "IMicrosoftGraphAppleUserInitiatedEnrollmentProfile",
"ApiVersion": "beta",
"Permissions": [
{
@@ -40738,18 +42305,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Enrollment",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": "IMicrosoftGraphAppleEnrollmentProfileAssignment",
- "Command": "Get-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfileAssignment",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfile",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement.Enrollment",
"Uri": "/deviceManagement/appleUserInitiatedEnrollmentProfiles/{appleUserInitiatedEnrollmentProfile-id}/assignments/{appleEnrollmentProfileAssignment-id}",
+ "OutputType": "IMicrosoftGraphAppleEnrollmentProfileAssignment",
"ApiVersion": "beta",
"Permissions": [
{
@@ -40768,17 +42335,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Enrollment",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAppleEnrollmentProfileAssignment",
- "Command": "Get-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfileAssignment",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfileAssignment",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement.Enrollment",
"Uri": "/deviceManagement/appleUserInitiatedEnrollmentProfiles/{appleUserInitiatedEnrollmentProfile-id}/assignments",
+ "OutputType": "IMicrosoftGraphAppleEnrollmentProfileAssignment",
"ApiVersion": "beta",
"Permissions": [
{
@@ -40797,18 +42366,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Enrollment",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfileAssignmentCount",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfileAssignment",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement.Enrollment",
"Uri": "/deviceManagement/appleUserInitiatedEnrollmentProfiles/{appleUserInitiatedEnrollmentProfile-id}/assignments/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -40827,17 +42396,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Enrollment",
+ ],
"Variants": [
- "Get"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfileCount",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfileAssignmentCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement.Enrollment",
"Uri": "/deviceManagement/appleUserInitiatedEnrollmentProfiles/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -40856,17 +42427,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Functions",
+ ],
"Variants": [
"Get"
],
- "OutputType": "IMicrosoftGraphDeviceAndAppManagementAssignedRoleDetails",
- "Command": "Get-MgBetaDeviceManagementAssignedRoleDetail",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfileCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement.Functions",
"Uri": "/deviceManagement/getAssignedRoleDetails",
+ "OutputType": "IMicrosoftGraphDeviceAndAppManagementAssignedRoleDetails",
"ApiVersion": "beta",
"Permissions": [
{
@@ -40901,18 +42473,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphDeviceAndAppManagementAssignmentFilter",
- "Command": "Get-MgBetaDeviceManagementAssignmentFilter",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementAssignedRoleDetail",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/assignmentFilters/{deviceAndAppManagementAssignmentFilter-id}",
+ "OutputType": "IMicrosoftGraphDeviceAndAppManagementAssignmentFilter",
"ApiVersion": "beta",
"Permissions": [
{
@@ -40931,17 +42503,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDeviceAndAppManagementAssignmentFilter",
- "Command": "Get-MgBetaDeviceManagementAssignmentFilter",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementAssignmentFilter",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/assignmentFilters",
+ "OutputType": "IMicrosoftGraphDeviceAndAppManagementAssignmentFilter",
"ApiVersion": "beta",
"Permissions": [
{
@@ -40960,17 +42534,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementAssignmentFilterCount",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementAssignmentFilter",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/assignmentFilters/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -40989,18 +42564,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Functions",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphAssignmentFilterSupportedProperty",
- "Command": "Get-MgBetaDeviceManagementAssignmentFilterPlatformSupportedProperty",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementAssignmentFilterCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement.Functions",
"Uri": "/deviceManagement/assignmentFilters/getPlatformSupportedProperties(platform='{platform}')",
+ "OutputType": "IMicrosoftGraphAssignmentFilterSupportedProperty",
"ApiVersion": "beta",
"Permissions": [
{
@@ -41019,17 +42594,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Functions",
+ ],
"Variants": [
- "Get"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementAssignmentFilterState",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementAssignmentFilterPlatformSupportedProperty",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement.Functions",
"Uri": "/deviceManagement/assignmentFilters/getState",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -41048,18 +42625,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementAssignmentFilterState",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Actions",
- "Variants": [
- "Get",
- "GetExpanded"
- ],
- "OutputType": "IMicrosoftGraphAssignmentFilterStatusDetails",
- "Command": "Get-MgBetaDeviceManagementAssignmentFilterStatusDetail",
- "Method": "POST",
"Uri": "/deviceManagement/getAssignmentFiltersStatusDetails",
+ "OutputType": "IMicrosoftGraphAssignmentFilterStatusDetails",
"ApiVersion": "beta",
"Permissions": [
{
@@ -41078,18 +42655,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Functions",
+ ],
"Variants": [
"Get",
- "GetViaIdentity"
+ "GetExpanded"
],
- "OutputType": "IMicrosoftGraphAssignmentFilterSupportedProperty",
- "Command": "Get-MgBetaDeviceManagementAssignmentFilterSupportedProperty",
- "Method": "GET",
+ "Method": "POST",
+ "Command": "Get-MgBetaDeviceManagementAssignmentFilterStatusDetail",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement.Functions",
"Uri": "/deviceManagement/assignmentFilters/{deviceAndAppManagementAssignmentFilter-id}/getSupportedProperties",
+ "OutputType": "IMicrosoftGraphAssignmentFilterSupportedProperty",
"ApiVersion": "beta",
"Permissions": [
{
@@ -41108,18 +42686,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Administration",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAuditEvent",
- "Command": "Get-MgBetaDeviceManagementAuditEvent",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementAssignmentFilterSupportedProperty",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement.Administration",
"Uri": "/deviceManagement/auditEvents/{auditEvent-id}",
+ "OutputType": "IMicrosoftGraphAuditEvent",
"ApiVersion": "beta",
"Permissions": [
{
@@ -41138,17 +42717,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Administration",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAuditEvent",
- "Command": "Get-MgBetaDeviceManagementAuditEvent",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementAuditEvent",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement.Administration",
"Uri": "/deviceManagement/auditEvents",
+ "OutputType": "IMicrosoftGraphAuditEvent",
"ApiVersion": "beta",
"Permissions": [
{
@@ -41167,18 +42748,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Functions",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementAuditEventAuditActivityType",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementAuditEvent",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement.Functions",
"Uri": "/deviceManagement/auditEvents/getAuditActivityTypes(category='{category}')",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -41197,17 +42778,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Functions",
+ ],
"Variants": [
- "Get"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementAuditEventAuditCategory",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementAuditEventAuditActivityType",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement.Functions",
"Uri": "/deviceManagement/auditEvents/getAuditCategories",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -41226,17 +42809,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Administration",
+ ],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementAuditEventCount",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementAuditEventAuditCategory",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement.Administration",
"Uri": "/deviceManagement/auditEvents/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -41255,18 +42839,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Enrollment",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphDeviceManagementAutopilotEvent",
- "Command": "Get-MgBetaDeviceManagementAutopilotEvent",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementAuditEventCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement.Enrollment",
"Uri": "/deviceManagement/autopilotEvents/{deviceManagementAutopilotEvent-id}",
+ "OutputType": "IMicrosoftGraphDeviceManagementAutopilotEvent",
"ApiVersion": "beta",
"Permissions": [
{
@@ -41285,17 +42869,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Enrollment",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDeviceManagementAutopilotEvent",
- "Command": "Get-MgBetaDeviceManagementAutopilotEvent",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementAutopilotEvent",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement.Enrollment",
"Uri": "/deviceManagement/autopilotEvents",
+ "OutputType": "IMicrosoftGraphDeviceManagementAutopilotEvent",
"ApiVersion": "beta",
"Permissions": [
{
@@ -41314,17 +42900,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Enrollment",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementAutopilotEventCount",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementAutopilotEvent",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement.Enrollment",
"Uri": "/deviceManagement/autopilotEvents/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -41343,18 +42930,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Enrollment",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphDeviceManagementAutopilotPolicyStatusDetail",
- "Command": "Get-MgBetaDeviceManagementAutopilotEventPolicyStatusDetail",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementAutopilotEventCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement.Enrollment",
"Uri": "/deviceManagement/autopilotEvents/{deviceManagementAutopilotEvent-id}/policyStatusDetails/{deviceManagementAutopilotPolicyStatusDetail-id}",
+ "OutputType": "IMicrosoftGraphDeviceManagementAutopilotPolicyStatusDetail",
"ApiVersion": "beta",
"Permissions": [
{
@@ -41373,17 +42960,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Enrollment",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDeviceManagementAutopilotPolicyStatusDetail",
- "Command": "Get-MgBetaDeviceManagementAutopilotEventPolicyStatusDetail",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementAutopilotEventPolicyStatusDetail",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement.Enrollment",
"Uri": "/deviceManagement/autopilotEvents/{deviceManagementAutopilotEvent-id}/policyStatusDetails",
+ "OutputType": "IMicrosoftGraphDeviceManagementAutopilotPolicyStatusDetail",
"ApiVersion": "beta",
"Permissions": [
{
@@ -41402,18 +42991,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Enrollment",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementAutopilotEventPolicyStatusDetailCount",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementAutopilotEventPolicyStatusDetail",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement.Enrollment",
"Uri": "/deviceManagement/autopilotEvents/{deviceManagementAutopilotEvent-id}/policyStatusDetails/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -41432,18 +43021,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Administration",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphCartToClassAssociation",
- "Command": "Get-MgBetaDeviceManagementCartToClassAssociation",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementAutopilotEventPolicyStatusDetailCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement.Administration",
"Uri": "/deviceManagement/cartToClassAssociations/{cartToClassAssociation-id}",
+ "OutputType": "IMicrosoftGraphCartToClassAssociation",
"ApiVersion": "beta",
"Permissions": [
{
@@ -41462,17 +43052,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Administration",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphCartToClassAssociation",
- "Command": "Get-MgBetaDeviceManagementCartToClassAssociation",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementCartToClassAssociation",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement.Administration",
"Uri": "/deviceManagement/cartToClassAssociations",
+ "OutputType": "IMicrosoftGraphCartToClassAssociation",
"ApiVersion": "beta",
"Permissions": [
{
@@ -41491,17 +43083,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Administration",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementCartToClassAssociationCount",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementCartToClassAssociation",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement.Administration",
"Uri": "/deviceManagement/cartToClassAssociations/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -41520,18 +43113,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphDeviceManagementSettingCategory",
- "Command": "Get-MgBetaDeviceManagementCategory",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementCartToClassAssociationCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/categories/{deviceManagementSettingCategory-id}",
+ "OutputType": "IMicrosoftGraphDeviceManagementSettingCategory",
"ApiVersion": "beta",
"Permissions": [
{
@@ -41550,17 +43143,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDeviceManagementSettingCategory",
- "Command": "Get-MgBetaDeviceManagementCategory",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementCategory",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/categories",
+ "OutputType": "IMicrosoftGraphDeviceManagementSettingCategory",
"ApiVersion": "beta",
"Permissions": [
{
@@ -41579,17 +43174,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementCategoryCount",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementCategory",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/categories/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -41608,18 +43204,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition",
- "Command": "Get-MgBetaDeviceManagementCategorySettingDefinition",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementCategoryCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/categories/{deviceManagementSettingCategory-id}/settingDefinitions/{deviceManagementSettingDefinition-id}",
+ "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition",
"ApiVersion": "beta",
"Permissions": [
{
@@ -41638,17 +43234,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition",
- "Command": "Get-MgBetaDeviceManagementCategorySettingDefinition",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementCategorySettingDefinition",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/categories/{deviceManagementSettingCategory-id}/settingDefinitions",
+ "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition",
"ApiVersion": "beta",
"Permissions": [
{
@@ -41667,18 +43265,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementCategorySettingDefinitionCount",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementCategorySettingDefinition",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/categories/{deviceManagementSettingCategory-id}/settingDefinitions/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -41697,20 +43295,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Actions",
+ ],
"Variants": [
"Get",
- "GetExpanded",
- "GetViaIdentity",
- "GetViaIdentityExpanded"
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphKeyLongValuePair",
- "Command": "Get-MgBetaDeviceManagementCertificateConnectorDetailHealthMetric",
- "Method": "POST",
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementCategorySettingDefinitionCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement.Actions",
"Uri": "/deviceManagement/certificateConnectorDetails/{certificateConnectorDetails-id}/getHealthMetrics",
+ "OutputType": "IMicrosoftGraphKeyLongValuePair",
"ApiVersion": "beta",
"Permissions": [
{
@@ -41729,20 +43326,21 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Actions",
+ ],
"Variants": [
"Get",
"GetExpanded",
"GetViaIdentity",
"GetViaIdentityExpanded"
],
- "OutputType": "IMicrosoftGraphCertificateConnectorHealthMetricValue",
- "Command": "Get-MgBetaDeviceManagementCertificateConnectorDetailHealthMetricTimeSeries",
"Method": "POST",
+ "Command": "Get-MgBetaDeviceManagementCertificateConnectorDetailHealthMetric",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement.Actions",
"Uri": "/deviceManagement/certificateConnectorDetails/{certificateConnectorDetails-id}/getHealthMetricTimeSeries",
+ "OutputType": "IMicrosoftGraphCertificateConnectorHealthMetricValue",
"ApiVersion": "beta",
"Permissions": [
{
@@ -41761,18 +43359,21 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
"Get",
- "GetViaIdentity"
+ "GetExpanded",
+ "GetViaIdentity",
+ "GetViaIdentityExpanded"
],
- "OutputType": "IMicrosoftGraphManagedDevice",
- "Command": "Get-MgBetaDeviceManagementComanagedDevice",
- "Method": "GET",
+ "Method": "POST",
+ "Command": "Get-MgBetaDeviceManagementCertificateConnectorDetailHealthMetricTimeSeries",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}",
+ "OutputType": "IMicrosoftGraphManagedDevice",
"ApiVersion": "beta",
"Permissions": [
{
@@ -41807,17 +43408,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphManagedDevice",
- "Command": "Get-MgBetaDeviceManagementComanagedDevice",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementComanagedDevice",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/comanagedDevices",
+ "OutputType": "IMicrosoftGraphManagedDevice",
"ApiVersion": "beta",
"Permissions": [
{
@@ -41852,170 +43455,183 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementComanagedDevice",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement",
+ "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/{assignmentFilterEvaluationStatusDetails-id}",
+ "OutputType": "IMicrosoftGraphAssignmentFilterEvaluationStatusDetails",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAssignmentFilterEvaluationStatusDetails",
- "Command": "Get-MgBetaDeviceManagementComanagedDeviceAssignmentFilterEvaluationStatusDetail",
"Method": "GET",
- "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/{assignmentFilterEvaluationStatusDetails-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementComanagedDeviceAssignmentFilterEvaluationStatusDetail",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement",
+ "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails",
+ "OutputType": "IMicrosoftGraphAssignmentFilterEvaluationStatusDetails",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphAssignmentFilterEvaluationStatusDetails",
- "Command": "Get-MgBetaDeviceManagementComanagedDeviceAssignmentFilterEvaluationStatusDetail",
"Method": "GET",
- "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementComanagedDeviceAssignmentFilterEvaluationStatusDetail",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement",
+ "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementComanagedDeviceAssignmentFilterEvaluationStatusDetailCount",
"Method": "GET",
- "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementComanagedDeviceAssignmentFilterEvaluationStatusDetailCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement",
+ "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceCategory",
+ "OutputType": "IMicrosoftGraphDeviceCategory",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDeviceCategory",
- "Command": "Get-MgBetaDeviceManagementComanagedDeviceCategory",
"Method": "GET",
- "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceCategory",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementComanagedDeviceCategory",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Functions",
+ "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/getCloudPcRemoteActionResults",
+ "OutputType": "IMicrosoftGraphCloudPcRemoteActionResult",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphCloudPcRemoteActionResult",
- "Command": "Get-MgBetaDeviceManagementComanagedDeviceCloudPcRemoteActionResult",
"Method": "GET",
- "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/getCloudPcRemoteActionResults",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementComanagedDeviceCloudPcRemoteActionResult",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Functions",
+ "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/getCloudPcReviewStatus",
+ "OutputType": "IMicrosoftGraphCloudPcReviewStatus",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphCloudPcReviewStatus",
- "Command": "Get-MgBetaDeviceManagementComanagedDeviceCloudPcReviewStatus",
"Method": "GET",
- "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/getCloudPcReviewStatus",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementComanagedDeviceCloudPcReviewStatus",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement",
+ "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}",
+ "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState",
- "Command": "Get-MgBetaDeviceManagementComanagedDeviceCompliancePolicyState",
"Method": "GET",
- "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementComanagedDeviceCompliancePolicyState",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement",
+ "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceCompliancePolicyStates",
+ "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState",
- "Command": "Get-MgBetaDeviceManagementComanagedDeviceCompliancePolicyState",
"Method": "GET",
- "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceCompliancePolicyStates",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementComanagedDeviceCompliancePolicyState",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement",
+ "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceCompliancePolicyStates/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementComanagedDeviceCompliancePolicyStateCount",
"Method": "GET",
- "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceCompliancePolicyStates/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementComanagedDeviceCompliancePolicyStateCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement",
+ "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}",
+ "OutputType": "IMicrosoftGraphDeviceConfigurationState",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDeviceConfigurationState",
- "Command": "Get-MgBetaDeviceManagementComanagedDeviceConfigurationState",
"Method": "GET",
- "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementComanagedDeviceConfigurationState",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement",
+ "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceConfigurationStates",
+ "OutputType": "IMicrosoftGraphDeviceConfigurationState",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphDeviceConfigurationState",
- "Command": "Get-MgBetaDeviceManagementComanagedDeviceConfigurationState",
"Method": "GET",
- "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceConfigurationStates",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementComanagedDeviceConfigurationState",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement",
+ "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceConfigurationStates/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementComanagedDeviceConfigurationStateCount",
"Method": "GET",
- "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceConfigurationStates/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementComanagedDeviceConfigurationStateCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement",
- "Variants": [
- "Get"
- ],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementComanagedDeviceCount",
- "Method": "GET",
"Uri": "/deviceManagement/comanagedDevices/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -42050,56 +43666,59 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementComanagedDeviceCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement",
+ "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/detectedApps/{detectedApp-id}",
+ "OutputType": "IMicrosoftGraphDetectedApp",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDetectedApp",
- "Command": "Get-MgBetaDeviceManagementComanagedDeviceDetectedApp",
"Method": "GET",
- "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/detectedApps/{detectedApp-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementComanagedDeviceDetectedApp",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement",
+ "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/detectedApps",
+ "OutputType": "IMicrosoftGraphDetectedApp",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphDetectedApp",
- "Command": "Get-MgBetaDeviceManagementComanagedDeviceDetectedApp",
"Method": "GET",
- "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/detectedApps",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementComanagedDeviceDetectedApp",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement",
+ "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/detectedApps/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementComanagedDeviceDetectedAppCount",
"Method": "GET",
- "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/detectedApps/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementComanagedDeviceDetectedAppCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Functions",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementComanagedDeviceFileVaultKey",
- "Method": "GET",
"Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/getFileVaultKey",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -42134,220 +43753,238 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementComanagedDeviceFileVaultKey",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement",
+ "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceHealthScriptStates/id='{id}',policyId='{policyId}',deviceId='{deviceId}'",
+ "OutputType": "IMicrosoftGraphDeviceHealthScriptPolicyState",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDeviceHealthScriptPolicyState",
- "Command": "Get-MgBetaDeviceManagementComanagedDeviceHealthScriptState",
"Method": "GET",
- "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceHealthScriptStates/id='{id}',policyId='{policyId}',deviceId='{deviceId}'",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementComanagedDeviceHealthScriptState",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement",
+ "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceHealthScriptStates",
+ "OutputType": "IMicrosoftGraphDeviceHealthScriptPolicyState",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphDeviceHealthScriptPolicyState",
- "Command": "Get-MgBetaDeviceManagementComanagedDeviceHealthScriptState",
"Method": "GET",
- "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceHealthScriptStates",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementComanagedDeviceHealthScriptState",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement",
+ "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceHealthScriptStates/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementComanagedDeviceHealthScriptStateCount",
"Method": "GET",
- "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceHealthScriptStates/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementComanagedDeviceHealthScriptStateCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement",
+ "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}",
+ "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse",
- "Command": "Get-MgBetaDeviceManagementComanagedDeviceLogCollectionRequest",
"Method": "GET",
- "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementComanagedDeviceLogCollectionRequest",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement",
+ "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/logCollectionRequests",
+ "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse",
- "Command": "Get-MgBetaDeviceManagementComanagedDeviceLogCollectionRequest",
"Method": "GET",
- "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/logCollectionRequests",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementComanagedDeviceLogCollectionRequest",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement",
+ "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/logCollectionRequests/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementComanagedDeviceLogCollectionRequestCount",
"Method": "GET",
- "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/logCollectionRequests/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementComanagedDeviceLogCollectionRequestCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement",
+ "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates/{managedDeviceMobileAppConfigurationState-id}",
+ "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationState",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationState",
- "Command": "Get-MgBetaDeviceManagementComanagedDeviceManagedDeviceMobileAppConfigurationState",
"Method": "GET",
- "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates/{managedDeviceMobileAppConfigurationState-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementComanagedDeviceManagedDeviceMobileAppConfigurationState",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement",
+ "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates",
+ "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationState",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationState",
- "Command": "Get-MgBetaDeviceManagementComanagedDeviceManagedDeviceMobileAppConfigurationState",
"Method": "GET",
- "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementComanagedDeviceManagedDeviceMobileAppConfigurationState",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement",
+ "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementComanagedDeviceManagedDeviceMobileAppConfigurationStateCount",
"Method": "GET",
- "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementComanagedDeviceManagedDeviceMobileAppConfigurationStateCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Functions",
+ "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/getNonCompliantSettings",
+ "OutputType": "IMicrosoftGraphDeviceCompliancePolicySettingState",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDeviceCompliancePolicySettingState",
- "Command": "Get-MgBetaDeviceManagementComanagedDeviceNonCompliantSetting",
"Method": "GET",
- "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/getNonCompliantSettings",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementComanagedDeviceNonCompliantSetting",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement",
+ "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}",
+ "OutputType": "IMicrosoftGraphSecurityBaselineState",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSecurityBaselineState",
- "Command": "Get-MgBetaDeviceManagementComanagedDeviceSecurityBaselineState",
"Method": "GET",
- "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementComanagedDeviceSecurityBaselineState",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement",
+ "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/securityBaselineStates",
+ "OutputType": "IMicrosoftGraphSecurityBaselineState",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphSecurityBaselineState",
- "Command": "Get-MgBetaDeviceManagementComanagedDeviceSecurityBaselineState",
"Method": "GET",
- "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/securityBaselineStates",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementComanagedDeviceSecurityBaselineState",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement",
+ "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/securityBaselineStates/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementComanagedDeviceSecurityBaselineStateCount",
"Method": "GET",
- "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/securityBaselineStates/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementComanagedDeviceSecurityBaselineStateCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement",
+ "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates/{securityBaselineSettingState-id}",
+ "OutputType": "IMicrosoftGraphSecurityBaselineSettingState",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSecurityBaselineSettingState",
- "Command": "Get-MgBetaDeviceManagementComanagedDeviceSecurityBaselineStateSettingState",
"Method": "GET",
- "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates/{securityBaselineSettingState-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementComanagedDeviceSecurityBaselineStateSettingState",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement",
+ "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates",
+ "OutputType": "IMicrosoftGraphSecurityBaselineSettingState",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphSecurityBaselineSettingState",
- "Command": "Get-MgBetaDeviceManagementComanagedDeviceSecurityBaselineStateSettingState",
"Method": "GET",
- "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementComanagedDeviceSecurityBaselineStateSettingState",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement",
+ "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementComanagedDeviceSecurityBaselineStateSettingStateCount",
"Method": "GET",
- "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementComanagedDeviceSecurityBaselineStateSettingStateCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Functions",
- "Variants": [
- "Get"
- ],
- "OutputType": "IMicrosoftGraphComanagedDevicesSummary",
- "Command": "Get-MgBetaDeviceManagementComanagedDeviceSummary",
- "Method": "GET",
"Uri": "/deviceManagement/getComanagedDevicesSummary",
+ "OutputType": "IMicrosoftGraphComanagedDevicesSummary",
"ApiVersion": "beta",
"Permissions": [
{
@@ -42382,81 +44019,86 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementComanagedDeviceSummary",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement",
+ "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/users",
+ "OutputType": "IMicrosoftGraphUser",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphUser",
- "Command": "Get-MgBetaDeviceManagementComanagedDeviceUser",
"Method": "GET",
- "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/users",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementComanagedDeviceUser",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement",
+ "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/windowsProtectionState",
+ "OutputType": "IMicrosoftGraphWindowsProtectionState",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphWindowsProtectionState",
- "Command": "Get-MgBetaDeviceManagementComanagedDeviceWindowsProtectionState",
"Method": "GET",
- "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/windowsProtectionState",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementComanagedDeviceWindowsProtectionState",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement",
+ "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}",
+ "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState",
- "Command": "Get-MgBetaDeviceManagementComanagedDeviceWindowsProtectionStateDetectedMalwareState",
"Method": "GET",
- "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementComanagedDeviceWindowsProtectionStateDetectedMalwareState",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement",
+ "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState",
+ "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState",
- "Command": "Get-MgBetaDeviceManagementComanagedDeviceWindowsProtectionStateDetectedMalwareState",
"Method": "GET",
- "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementComanagedDeviceWindowsProtectionStateDetectedMalwareState",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement",
+ "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementComanagedDeviceWindowsProtectionStateDetectedMalwareStateCount",
"Method": "GET",
- "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementComanagedDeviceWindowsProtectionStateDetectedMalwareStateCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Administration",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphComanagementEligibleDevice",
- "Command": "Get-MgBetaDeviceManagementComanagementEligibleDevice",
- "Method": "GET",
"Uri": "/deviceManagement/comanagementEligibleDevices/{comanagementEligibleDevice-id}",
+ "OutputType": "IMicrosoftGraphComanagementEligibleDevice",
"ApiVersion": "beta",
"Permissions": [
{
@@ -42491,17 +44133,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Administration",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphComanagementEligibleDevice",
- "Command": "Get-MgBetaDeviceManagementComanagementEligibleDevice",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementComanagementEligibleDevice",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement.Administration",
"Uri": "/deviceManagement/comanagementEligibleDevices",
+ "OutputType": "IMicrosoftGraphComanagementEligibleDevice",
"ApiVersion": "beta",
"Permissions": [
{
@@ -42536,17 +44180,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Administration",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementComanagementEligibleDeviceCount",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementComanagementEligibleDevice",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement.Administration",
"Uri": "/deviceManagement/comanagementEligibleDevices/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -42581,17 +44226,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Functions",
+ ],
"Variants": [
"Get"
],
- "OutputType": "IMicrosoftGraphComanagementEligibleDevicesSummary",
- "Command": "Get-MgBetaDeviceManagementComanagementEligibleDeviceSummary",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementComanagementEligibleDeviceCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement.Functions",
"Uri": "/deviceManagement/getComanagementEligibleDevicesSummary",
+ "OutputType": "IMicrosoftGraphComanagementEligibleDevicesSummary",
"ApiVersion": "beta",
"Permissions": [
{
@@ -42626,18 +44272,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Administration",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphComplianceManagementPartner",
- "Command": "Get-MgBetaDeviceManagementComplianceManagementPartner",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementComanagementEligibleDeviceSummary",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement.Administration",
"Uri": "/deviceManagement/complianceManagementPartners/{complianceManagementPartner-id}",
+ "OutputType": "IMicrosoftGraphComplianceManagementPartner",
"ApiVersion": "beta",
"Permissions": [
{
@@ -42672,17 +44318,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Administration",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphComplianceManagementPartner",
- "Command": "Get-MgBetaDeviceManagementComplianceManagementPartner",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementComplianceManagementPartner",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement.Administration",
"Uri": "/deviceManagement/complianceManagementPartners",
+ "OutputType": "IMicrosoftGraphComplianceManagementPartner",
"ApiVersion": "beta",
"Permissions": [
{
@@ -42717,17 +44365,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Administration",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementComplianceManagementPartnerCount",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementComplianceManagementPartner",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement.Administration",
"Uri": "/deviceManagement/complianceManagementPartners/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -42762,18 +44411,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphDeviceManagementCompliancePolicy",
- "Command": "Get-MgBetaDeviceManagementCompliancePolicy",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementComplianceManagementPartnerCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}",
+ "OutputType": "IMicrosoftGraphDeviceManagementCompliancePolicy",
"ApiVersion": "beta",
"Permissions": [
{
@@ -42792,17 +44441,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDeviceManagementCompliancePolicy",
- "Command": "Get-MgBetaDeviceManagementCompliancePolicy",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementCompliancePolicy",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/compliancePolicies",
+ "OutputType": "IMicrosoftGraphDeviceManagementCompliancePolicy",
"ApiVersion": "beta",
"Permissions": [
{
@@ -42821,18 +44472,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyAssignment",
- "Command": "Get-MgBetaDeviceManagementCompliancePolicyAssignment",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementCompliancePolicy",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/assignments/{deviceManagementConfigurationPolicyAssignment-id}",
+ "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyAssignment",
"ApiVersion": "beta",
"Permissions": [
{
@@ -42851,17 +44502,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyAssignment",
- "Command": "Get-MgBetaDeviceManagementCompliancePolicyAssignment",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementCompliancePolicyAssignment",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/assignments",
+ "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyAssignment",
"ApiVersion": "beta",
"Permissions": [
{
@@ -42880,18 +44533,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementCompliancePolicyAssignmentCount",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementCompliancePolicyAssignment",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/assignments/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -42910,17 +44563,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "Get"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementCompliancePolicyCount",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementCompliancePolicyAssignmentCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/compliancePolicies/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -42939,18 +44594,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphDeviceManagementComplianceScheduledActionForRule",
- "Command": "Get-MgBetaDeviceManagementCompliancePolicyScheduledActionForRule",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementCompliancePolicyCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/scheduledActionsForRule/{deviceManagementComplianceScheduledActionForRule-id}",
+ "OutputType": "IMicrosoftGraphDeviceManagementComplianceScheduledActionForRule",
"ApiVersion": "beta",
"Permissions": [
{
@@ -42969,17 +44624,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDeviceManagementComplianceScheduledActionForRule",
- "Command": "Get-MgBetaDeviceManagementCompliancePolicyScheduledActionForRule",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementCompliancePolicyScheduledActionForRule",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/scheduledActionsForRule",
+ "OutputType": "IMicrosoftGraphDeviceManagementComplianceScheduledActionForRule",
"ApiVersion": "beta",
"Permissions": [
{
@@ -42998,18 +44655,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementCompliancePolicyScheduledActionForRuleCount",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementCompliancePolicyScheduledActionForRule",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/scheduledActionsForRule/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -43028,18 +44685,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDeviceManagementComplianceActionItem",
- "Command": "Get-MgBetaDeviceManagementCompliancePolicyScheduledActionForRuleScheduledActionConfiguration",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementCompliancePolicyScheduledActionForRuleCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/scheduledActionsForRule/{deviceManagementComplianceScheduledActionForRule-id}/scheduledActionConfigurations/{deviceManagementComplianceActionItem-id}",
+ "OutputType": "IMicrosoftGraphDeviceManagementComplianceActionItem",
"ApiVersion": "beta",
"Permissions": [
{
@@ -43058,17 +44716,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDeviceManagementComplianceActionItem",
- "Command": "Get-MgBetaDeviceManagementCompliancePolicyScheduledActionForRuleScheduledActionConfiguration",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementCompliancePolicyScheduledActionForRuleScheduledActionConfiguration",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/scheduledActionsForRule/{deviceManagementComplianceScheduledActionForRule-id}/scheduledActionConfigurations",
+ "OutputType": "IMicrosoftGraphDeviceManagementComplianceActionItem",
"ApiVersion": "beta",
"Permissions": [
{
@@ -43087,18 +44747,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementCompliancePolicyScheduledActionForRuleScheduledActionConfigurationCount",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementCompliancePolicyScheduledActionForRuleScheduledActionConfiguration",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/scheduledActionsForRule/{deviceManagementComplianceScheduledActionForRule-id}/scheduledActionConfigurations/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -43117,18 +44777,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSetting",
- "Command": "Get-MgBetaDeviceManagementCompliancePolicySetting",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementCompliancePolicyScheduledActionForRuleScheduledActionConfigurationCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/settings/{deviceManagementConfigurationSetting-id}",
+ "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSetting",
"ApiVersion": "beta",
"Permissions": [
{
@@ -43147,17 +44808,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSetting",
- "Command": "Get-MgBetaDeviceManagementCompliancePolicySetting",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementCompliancePolicySetting",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/settings",
+ "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSetting",
"ApiVersion": "beta",
"Permissions": [
{
@@ -43176,18 +44839,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementCompliancePolicySettingCount",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementCompliancePolicySetting",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/settings/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -43206,56 +44869,60 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementCompliancePolicySettingCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement",
+ "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/settings/{deviceManagementConfigurationSetting-id}/settingDefinitions/{deviceManagementConfigurationSettingDefinition-id}",
+ "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition",
- "Command": "Get-MgBetaDeviceManagementCompliancePolicySettingDefinition",
"Method": "GET",
- "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/settings/{deviceManagementConfigurationSetting-id}/settingDefinitions/{deviceManagementConfigurationSettingDefinition-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementCompliancePolicySettingDefinition",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement",
+ "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/settings/{deviceManagementConfigurationSetting-id}/settingDefinitions",
+ "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition",
- "Command": "Get-MgBetaDeviceManagementCompliancePolicySettingDefinition",
"Method": "GET",
- "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/settings/{deviceManagementConfigurationSetting-id}/settingDefinitions",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementCompliancePolicySettingDefinition",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement",
+ "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/settings/{deviceManagementConfigurationSetting-id}/settingDefinitions/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementCompliancePolicySettingDefinitionCount",
"Method": "GET",
- "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/settings/{deviceManagementConfigurationSetting-id}/settingDefinitions/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementCompliancePolicySettingDefinitionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition",
- "Command": "Get-MgBetaDeviceManagementComplianceSetting",
- "Method": "GET",
"Uri": "/deviceManagement/complianceSettings/{deviceManagementConfigurationSettingDefinition-id}",
+ "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition",
"ApiVersion": "beta",
"Permissions": [
{
@@ -43274,17 +44941,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition",
- "Command": "Get-MgBetaDeviceManagementComplianceSetting",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementComplianceSetting",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/complianceSettings",
+ "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition",
"ApiVersion": "beta",
"Permissions": [
{
@@ -43303,17 +44972,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementComplianceSettingCount",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementComplianceSetting",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/complianceSettings/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -43332,17 +45002,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Enrollment",
+ ],
"Variants": [
"Get"
],
- "OutputType": "IMicrosoftGraphOnPremisesConditionalAccessSettings",
- "Command": "Get-MgBetaDeviceManagementConditionalAccessSetting",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementComplianceSettingCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement.Enrollment",
"Uri": "/deviceManagement/conditionalAccessSettings",
+ "OutputType": "IMicrosoftGraphOnPremisesConditionalAccessSettings",
"ApiVersion": "beta",
"Permissions": [
{
@@ -43377,18 +45048,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Functions",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphConfigManagerPolicySummary",
- "Command": "Get-MgBetaDeviceManagementConfigManagerCollectionPolicySummary",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementConditionalAccessSetting",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement.Functions",
"Uri": "/deviceManagement/configManagerCollections/getPolicySummary(policyId='{policyId}')",
+ "OutputType": "IMicrosoftGraphConfigManagerPolicySummary",
"ApiVersion": "beta",
"Permissions": [
{
@@ -43423,18 +45094,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicy",
- "Command": "Get-MgBetaDeviceManagementConfigurationPolicy",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementConfigManagerCollectionPolicySummary",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}",
+ "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicy",
"ApiVersion": "beta",
"Permissions": [
{
@@ -43453,17 +45125,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicy",
- "Command": "Get-MgBetaDeviceManagementConfigurationPolicy",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementConfigurationPolicy",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/configurationPolicies",
+ "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicy",
"ApiVersion": "beta",
"Permissions": [
{
@@ -43482,18 +45156,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyAssignment",
- "Command": "Get-MgBetaDeviceManagementConfigurationPolicyAssignment",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementConfigurationPolicy",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/assignments/{deviceManagementConfigurationPolicyAssignment-id}",
+ "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyAssignment",
"ApiVersion": "beta",
"Permissions": [
{
@@ -43512,17 +45186,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyAssignment",
- "Command": "Get-MgBetaDeviceManagementConfigurationPolicyAssignment",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementConfigurationPolicyAssignment",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/assignments",
+ "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyAssignment",
"ApiVersion": "beta",
"Permissions": [
{
@@ -43541,18 +45217,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementConfigurationPolicyAssignmentCount",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementConfigurationPolicyAssignment",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/assignments/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -43571,17 +45247,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "Get"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementConfigurationPolicyCount",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementConfigurationPolicyAssignmentCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/configurationPolicies/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -43600,44 +45278,46 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementConfigurationPolicyCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Actions",
+ "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/retrieveJustInTimeConfiguration",
+ "OutputType": "IMicrosoftGraphDeviceManagementConfigurationJustInTimeAssignmentPolicy",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Retrieve",
"RetrieveViaIdentity"
],
- "OutputType": "IMicrosoftGraphDeviceManagementConfigurationJustInTimeAssignmentPolicy",
- "Command": "Get-MgBetaDeviceManagementConfigurationPolicyJust",
"Method": "POST",
- "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/retrieveJustInTimeConfiguration",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementConfigurationPolicyJust",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Functions",
+ "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/retrieveLatestUpgradeDefaultBaselinePolicy",
+ "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicy",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Retrieve",
"RetrieveViaIdentity"
],
- "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicy",
- "Command": "Get-MgBetaDeviceManagementConfigurationPolicyLatestUpgradeDefaultBaselinePolicy",
"Method": "GET",
- "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/retrieveLatestUpgradeDefaultBaselinePolicy",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementConfigurationPolicyLatestUpgradeDefaultBaselinePolicy",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSetting",
- "Command": "Get-MgBetaDeviceManagementConfigurationPolicySetting",
- "Method": "GET",
"Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/settings/{deviceManagementConfigurationSetting-id}",
+ "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSetting",
"ApiVersion": "beta",
"Permissions": [
{
@@ -43656,17 +45336,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSetting",
- "Command": "Get-MgBetaDeviceManagementConfigurationPolicySetting",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementConfigurationPolicySetting",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/settings",
+ "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSetting",
"ApiVersion": "beta",
"Permissions": [
{
@@ -43685,18 +45367,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementConfigurationPolicySettingCount",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementConfigurationPolicySetting",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/settings/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -43715,18 +45397,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition",
- "Command": "Get-MgBetaDeviceManagementConfigurationPolicySettingDefinition",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementConfigurationPolicySettingCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/settings/{deviceManagementConfigurationSetting-id}/settingDefinitions/{deviceManagementConfigurationSettingDefinition-id}",
+ "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition",
"ApiVersion": "beta",
"Permissions": [
{
@@ -43745,17 +45428,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition",
- "Command": "Get-MgBetaDeviceManagementConfigurationPolicySettingDefinition",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementConfigurationPolicySettingDefinition",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/settings/{deviceManagementConfigurationSetting-id}/settingDefinitions",
+ "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition",
"ApiVersion": "beta",
"Permissions": [
{
@@ -43774,18 +45459,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementConfigurationPolicySettingDefinitionCount",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementConfigurationPolicySettingDefinition",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/settings/{deviceManagementConfigurationSetting-id}/settingDefinitions/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -43804,18 +45489,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyTemplate",
- "Command": "Get-MgBetaDeviceManagementConfigurationPolicyTemplate",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementConfigurationPolicySettingDefinitionCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}",
+ "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyTemplate",
"ApiVersion": "beta",
"Permissions": [
{
@@ -43834,17 +45520,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyTemplate",
- "Command": "Get-MgBetaDeviceManagementConfigurationPolicyTemplate",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementConfigurationPolicyTemplate",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/configurationPolicyTemplates",
+ "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyTemplate",
"ApiVersion": "beta",
"Permissions": [
{
@@ -43863,17 +45551,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementConfigurationPolicyTemplateCount",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementConfigurationPolicyTemplate",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/configurationPolicyTemplates/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -43892,18 +45581,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition",
- "Command": "Get-MgBetaDeviceManagementConfigurationPolicyTemplateSettingDefinition",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementConfigurationPolicyTemplateCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}/settingTemplates/{deviceManagementConfigurationSettingTemplate-id}/settingDefinitions/{deviceManagementConfigurationSettingDefinition-id}",
+ "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition",
"ApiVersion": "beta",
"Permissions": [
{
@@ -43922,17 +45611,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition",
- "Command": "Get-MgBetaDeviceManagementConfigurationPolicyTemplateSettingDefinition",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementConfigurationPolicyTemplateSettingDefinition",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}/settingTemplates/{deviceManagementConfigurationSettingTemplate-id}/settingDefinitions",
+ "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition",
"ApiVersion": "beta",
"Permissions": [
{
@@ -43951,18 +45642,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementConfigurationPolicyTemplateSettingDefinitionCount",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementConfigurationPolicyTemplateSettingDefinition",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}/settingTemplates/{deviceManagementConfigurationSettingTemplate-id}/settingDefinitions/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -43981,18 +45672,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingTemplate",
- "Command": "Get-MgBetaDeviceManagementConfigurationPolicyTemplateSettingTemplate",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementConfigurationPolicyTemplateSettingDefinitionCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}/settingTemplates/{deviceManagementConfigurationSettingTemplate-id}",
+ "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingTemplate",
"ApiVersion": "beta",
"Permissions": [
{
@@ -44011,17 +45703,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingTemplate",
- "Command": "Get-MgBetaDeviceManagementConfigurationPolicyTemplateSettingTemplate",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementConfigurationPolicyTemplateSettingTemplate",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}/settingTemplates",
+ "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingTemplate",
"ApiVersion": "beta",
"Permissions": [
{
@@ -44040,18 +45734,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementConfigurationPolicyTemplateSettingTemplateCount",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementConfigurationPolicyTemplateSettingTemplate",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}/settingTemplates/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -44070,18 +45764,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition",
- "Command": "Get-MgBetaDeviceManagementConfigurationSetting",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementConfigurationPolicyTemplateSettingTemplateCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/configurationSettings/{deviceManagementConfigurationSettingDefinition-id}",
+ "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition",
"ApiVersion": "beta",
"Permissions": [
{
@@ -44100,17 +45795,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition",
- "Command": "Get-MgBetaDeviceManagementConfigurationSetting",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementConfigurationSetting",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/configurationSettings",
+ "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition",
"ApiVersion": "beta",
"Permissions": [
{
@@ -44129,17 +45826,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementConfigurationSettingCount",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementConfigurationSetting",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/configurationSettings/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -44158,18 +45856,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphDataSharingConsent",
- "Command": "Get-MgBetaDeviceManagementDataSharingConsent",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementConfigurationSettingCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/dataSharingConsents/{dataSharingConsent-id}",
+ "OutputType": "IMicrosoftGraphDataSharingConsent",
"ApiVersion": "beta",
"Permissions": [
{
@@ -44196,17 +45894,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDataSharingConsent",
- "Command": "Get-MgBetaDeviceManagementDataSharingConsent",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementDataSharingConsent",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/dataSharingConsents",
+ "OutputType": "IMicrosoftGraphDataSharingConsent",
"ApiVersion": "beta",
"Permissions": [
{
@@ -44233,17 +45933,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementDataSharingConsentCount",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementDataSharingConsent",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/dataSharingConsents/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -44270,18 +45971,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Enrollment",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphDepOnboardingSetting",
- "Command": "Get-MgBetaDeviceManagementDepOnboardingSetting",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementDataSharingConsentCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement.Enrollment",
"Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}",
+ "OutputType": "IMicrosoftGraphDepOnboardingSetting",
"ApiVersion": "beta",
"Permissions": [
{
@@ -44300,17 +46001,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Enrollment",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDepOnboardingSetting",
- "Command": "Get-MgBetaDeviceManagementDepOnboardingSetting",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementDepOnboardingSetting",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement.Enrollment",
"Uri": "/deviceManagement/depOnboardingSettings",
+ "OutputType": "IMicrosoftGraphDepOnboardingSetting",
"ApiVersion": "beta",
"Permissions": [
{
@@ -44329,17 +46032,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Enrollment",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementDepOnboardingSettingCount",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementDepOnboardingSetting",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement.Enrollment",
"Uri": "/deviceManagement/depOnboardingSettings/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -44358,18 +46062,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Enrollment",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphDepIosEnrollmentProfile",
- "Command": "Get-MgBetaDeviceManagementDepOnboardingSettingDefaultIoEnrollmentProfile",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementDepOnboardingSettingCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement.Enrollment",
"Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/defaultIosEnrollmentProfile",
+ "OutputType": "IMicrosoftGraphDepIosEnrollmentProfile",
"ApiVersion": "beta",
"Permissions": [
{
@@ -44388,18 +46092,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Enrollment",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDepMacOSEnrollmentProfile",
- "Command": "Get-MgBetaDeviceManagementDepOnboardingSettingDefaultMacOSEnrollmentProfile",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementDepOnboardingSettingDefaultIoEnrollmentProfile",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement.Enrollment",
"Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/defaultMacOsEnrollmentProfile",
+ "OutputType": "IMicrosoftGraphDepMacOSEnrollmentProfile",
"ApiVersion": "beta",
"Permissions": [
{
@@ -44418,18 +46123,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Functions",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementDepOnboardingSettingEncryptionPublicKey",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementDepOnboardingSettingDefaultMacOSEnrollmentProfile",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement.Functions",
"Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/getEncryptionPublicKey",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -44448,18 +46154,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Enrollment",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphEnrollmentProfile",
- "Command": "Get-MgBetaDeviceManagementDepOnboardingSettingEnrollmentProfile",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementDepOnboardingSettingEncryptionPublicKey",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement.Enrollment",
"Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/enrollmentProfiles/{enrollmentProfile-id}",
+ "OutputType": "IMicrosoftGraphEnrollmentProfile",
"ApiVersion": "beta",
"Permissions": [
{
@@ -44478,17 +46185,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Enrollment",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphEnrollmentProfile",
- "Command": "Get-MgBetaDeviceManagementDepOnboardingSettingEnrollmentProfile",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementDepOnboardingSettingEnrollmentProfile",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement.Enrollment",
"Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/enrollmentProfiles",
+ "OutputType": "IMicrosoftGraphEnrollmentProfile",
"ApiVersion": "beta",
"Permissions": [
{
@@ -44507,18 +46216,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Enrollment",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementDepOnboardingSettingEnrollmentProfileCount",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementDepOnboardingSettingEnrollmentProfile",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement.Enrollment",
"Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/enrollmentProfiles/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -44537,18 +46246,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Functions",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementDepOnboardingSettingExpiringVppTokenCount",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementDepOnboardingSettingEnrollmentProfileCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement.Functions",
"Uri": "/deviceManagement/depOnboardingSettings/getExpiringVppTokenCount(expiringBeforeDateTime='{expiringBeforeDateTime}')",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -44567,18 +46277,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Enrollment",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphImportedAppleDeviceIdentity",
- "Command": "Get-MgBetaDeviceManagementDepOnboardingSettingImportedAppleDeviceIdentity",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementDepOnboardingSettingExpiringVppTokenCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement.Enrollment",
"Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/importedAppleDeviceIdentities/{importedAppleDeviceIdentity-id}",
+ "OutputType": "IMicrosoftGraphImportedAppleDeviceIdentity",
"ApiVersion": "beta",
"Permissions": [
{
@@ -44597,17 +46308,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Enrollment",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphImportedAppleDeviceIdentity",
- "Command": "Get-MgBetaDeviceManagementDepOnboardingSettingImportedAppleDeviceIdentity",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementDepOnboardingSettingImportedAppleDeviceIdentity",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement.Enrollment",
"Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/importedAppleDeviceIdentities",
+ "OutputType": "IMicrosoftGraphImportedAppleDeviceIdentity",
"ApiVersion": "beta",
"Permissions": [
{
@@ -44626,18 +46339,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Enrollment",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementDepOnboardingSettingImportedAppleDeviceIdentityCount",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementDepOnboardingSettingImportedAppleDeviceIdentity",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement.Enrollment",
"Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/importedAppleDeviceIdentities/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -44656,55 +46369,59 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementDepOnboardingSettingImportedAppleDeviceIdentityCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement",
+ "Uri": "/deviceManagement/derivedCredentials/{deviceManagementDerivedCredentialSettings-id}",
+ "OutputType": "IMicrosoftGraphDeviceManagementDerivedCredentialSettings",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDeviceManagementDerivedCredentialSettings",
- "Command": "Get-MgBetaDeviceManagementDerivedCredential",
"Method": "GET",
- "Uri": "/deviceManagement/derivedCredentials/{deviceManagementDerivedCredentialSettings-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementDerivedCredential",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement",
+ "Uri": "/deviceManagement/derivedCredentials",
+ "OutputType": "IMicrosoftGraphDeviceManagementDerivedCredentialSettings",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphDeviceManagementDerivedCredentialSettings",
- "Command": "Get-MgBetaDeviceManagementDerivedCredential",
"Method": "GET",
- "Uri": "/deviceManagement/derivedCredentials",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementDerivedCredential",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement",
+ "Uri": "/deviceManagement/derivedCredentials/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementDerivedCredentialCount",
"Method": "GET",
- "Uri": "/deviceManagement/derivedCredentials/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementDerivedCredentialCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphDetectedApp",
- "Command": "Get-MgBetaDeviceManagementDetectedApp",
- "Method": "GET",
"Uri": "/deviceManagement/detectedApps/{detectedApp-id}",
+ "OutputType": "IMicrosoftGraphDetectedApp",
"ApiVersion": "beta",
"Permissions": [
{
@@ -44739,17 +46456,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDetectedApp",
- "Command": "Get-MgBetaDeviceManagementDetectedApp",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementDetectedApp",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/detectedApps",
+ "OutputType": "IMicrosoftGraphDetectedApp",
"ApiVersion": "beta",
"Permissions": [
{
@@ -44784,17 +46503,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementDetectedAppCount",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementDetectedApp",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/detectedApps/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -44829,18 +46549,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphManagedDevice",
- "Command": "Get-MgBetaDeviceManagementDetectedAppManagedDevice",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementDetectedAppCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/detectedApps/{detectedApp-id}/managedDevices/{managedDevice-id}",
+ "OutputType": "IMicrosoftGraphManagedDevice",
"ApiVersion": "beta",
"Permissions": [
{
@@ -44859,17 +46579,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphManagedDevice",
- "Command": "Get-MgBetaDeviceManagementDetectedAppManagedDevice",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementDetectedAppManagedDevice",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/detectedApps/{detectedApp-id}/managedDevices",
+ "OutputType": "IMicrosoftGraphManagedDevice",
"ApiVersion": "beta",
"Permissions": [
{
@@ -44888,18 +46610,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementDetectedAppManagedDeviceCount",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementDetectedAppManagedDevice",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/detectedApps/{detectedApp-id}/managedDevices/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -44918,18 +46640,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDeviceCategory",
- "Command": "Get-MgBetaDeviceManagementDeviceCategory",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementDetectedAppManagedDeviceCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/deviceCategories/{deviceCategory-id}",
+ "OutputType": "IMicrosoftGraphDeviceCategory",
"ApiVersion": "beta",
"Permissions": [
{
@@ -44964,17 +46687,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDeviceCategory",
- "Command": "Get-MgBetaDeviceManagementDeviceCategory",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementDeviceCategory",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/deviceCategories",
+ "OutputType": "IMicrosoftGraphDeviceCategory",
"ApiVersion": "beta",
"Permissions": [
{
@@ -45009,17 +46734,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementDeviceCategoryCount",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementDeviceCategory",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/deviceCategories/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -45054,18 +46780,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphDeviceCompliancePolicy",
- "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicy",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementDeviceCategoryCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}",
+ "OutputType": "IMicrosoftGraphDeviceCompliancePolicy",
"ApiVersion": "beta",
"Permissions": [
{
@@ -45084,17 +46810,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDeviceCompliancePolicy",
- "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicy",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicy",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/deviceCompliancePolicies",
+ "OutputType": "IMicrosoftGraphDeviceCompliancePolicy",
"ApiVersion": "beta",
"Permissions": [
{
@@ -45113,18 +46841,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": "IMicrosoftGraphDeviceCompliancePolicyAssignment",
- "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyAssignment",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicy",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assignments/{deviceCompliancePolicyAssignment-id}",
+ "OutputType": "IMicrosoftGraphDeviceCompliancePolicyAssignment",
"ApiVersion": "beta",
"Permissions": [
{
@@ -45143,17 +46871,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDeviceCompliancePolicyAssignment",
- "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyAssignment",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyAssignment",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assignments",
+ "OutputType": "IMicrosoftGraphDeviceCompliancePolicyAssignment",
"ApiVersion": "beta",
"Permissions": [
{
@@ -45172,18 +46902,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyAssignmentCount",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyAssignment",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assignments/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -45202,17 +46932,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "Get"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyCount",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyAssignmentCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/deviceCompliancePolicies/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -45231,17 +46963,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Functions",
+ ],
"Variants": [
"Get"
],
- "OutputType": "IMicrosoftGraphRetireScheduledManagedDevice",
- "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyDeviceScheduledToRetire",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement.Functions",
"Uri": "/deviceManagement/deviceCompliancePolicies/getDevicesScheduledToRetire",
+ "OutputType": "IMicrosoftGraphRetireScheduledManagedDevice",
"ApiVersion": "beta",
"Permissions": [
{
@@ -45260,18 +46993,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphSettingStateDeviceSummary",
- "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyDeviceScheduledToRetire",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceSettingStateSummaries/{settingStateDeviceSummary-id}",
+ "OutputType": "IMicrosoftGraphSettingStateDeviceSummary",
"ApiVersion": "beta",
"Permissions": [
{
@@ -45290,17 +47023,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSettingStateDeviceSummary",
- "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceSettingStateSummaries",
+ "OutputType": "IMicrosoftGraphSettingStateDeviceSummary",
"ApiVersion": "beta",
"Permissions": [
{
@@ -45319,18 +47054,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummaryCount",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceSettingStateSummaries/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -45349,17 +47084,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "Get"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDeviceCompliancePolicyDeviceStateSummary",
- "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStateSummary",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummaryCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/deviceCompliancePolicyDeviceStateSummary",
+ "OutputType": "IMicrosoftGraphDeviceCompliancePolicyDeviceStateSummary",
"ApiVersion": "beta",
"Permissions": [
{
@@ -45378,18 +47115,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphDeviceComplianceDeviceStatus",
- "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStatus",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStateSummary",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatuses/{deviceComplianceDeviceStatus-id}",
+ "OutputType": "IMicrosoftGraphDeviceComplianceDeviceStatus",
"ApiVersion": "beta",
"Permissions": [
{
@@ -45408,17 +47145,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDeviceComplianceDeviceStatus",
- "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStatus",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStatus",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatuses",
+ "OutputType": "IMicrosoftGraphDeviceComplianceDeviceStatus",
"ApiVersion": "beta",
"Permissions": [
{
@@ -45437,18 +47176,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStatusCount",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStatus",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatuses/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -45467,18 +47206,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDeviceComplianceDeviceOverview",
- "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStatusOverview",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStatusCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatusOverview",
+ "OutputType": "IMicrosoftGraphDeviceComplianceDeviceOverview",
"ApiVersion": "beta",
"Permissions": [
{
@@ -45497,18 +47237,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Actions",
+ ],
"Variants": [
"Get",
- "GetExpanded"
+ "GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyNoncompliantDeviceToRetire",
- "Method": "POST",
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStatusOverview",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement.Actions",
"Uri": "/deviceManagement/deviceCompliancePolicies/getNoncompliantDevicesToRetire",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -45527,18 +47268,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
"Get",
- "GetViaIdentity"
+ "GetExpanded"
],
- "OutputType": "IMicrosoftGraphDeviceComplianceScheduledActionForRule",
- "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRule",
- "Method": "GET",
+ "Method": "POST",
+ "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyNoncompliantDeviceToRetire",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}",
+ "OutputType": "IMicrosoftGraphDeviceComplianceScheduledActionForRule",
"ApiVersion": "beta",
"Permissions": [
{
@@ -45557,17 +47299,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDeviceComplianceScheduledActionForRule",
- "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRule",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRule",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule",
+ "OutputType": "IMicrosoftGraphDeviceComplianceScheduledActionForRule",
"ApiVersion": "beta",
"Permissions": [
{
@@ -45586,18 +47330,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRuleCount",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRule",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -45616,18 +47360,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDeviceComplianceActionItem",
- "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfiguration",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRuleCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}/scheduledActionConfigurations/{deviceComplianceActionItem-id}",
+ "OutputType": "IMicrosoftGraphDeviceComplianceActionItem",
"ApiVersion": "beta",
"Permissions": [
{
@@ -45646,17 +47391,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDeviceComplianceActionItem",
- "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfiguration",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfiguration",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}/scheduledActionConfigurations",
+ "OutputType": "IMicrosoftGraphDeviceComplianceActionItem",
"ApiVersion": "beta",
"Permissions": [
{
@@ -45675,18 +47422,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfigurationCount",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfiguration",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}/scheduledActionConfigurations/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -45705,18 +47452,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDeviceCompliancePolicySettingStateSummary",
- "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummary",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfigurationCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}",
+ "OutputType": "IMicrosoftGraphDeviceCompliancePolicySettingStateSummary",
"ApiVersion": "beta",
"Permissions": [
{
@@ -45735,17 +47483,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDeviceCompliancePolicySettingStateSummary",
- "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummary",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummary",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries",
+ "OutputType": "IMicrosoftGraphDeviceCompliancePolicySettingStateSummary",
"ApiVersion": "beta",
"Permissions": [
{
@@ -45764,17 +47514,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummaryCount",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummary",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -45793,18 +47544,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphDeviceComplianceSettingState",
- "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummaryCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}/deviceComplianceSettingStates/{deviceComplianceSettingState-id}",
+ "OutputType": "IMicrosoftGraphDeviceComplianceSettingState",
"ApiVersion": "beta",
"Permissions": [
{
@@ -45823,17 +47574,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDeviceComplianceSettingState",
- "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}/deviceComplianceSettingStates",
+ "OutputType": "IMicrosoftGraphDeviceComplianceSettingState",
"ApiVersion": "beta",
"Permissions": [
{
@@ -45852,18 +47605,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingStateCount",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}/deviceComplianceSettingStates/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -45882,18 +47635,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDeviceComplianceUserStatus",
- "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyUserStatus",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingStateCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatuses/{deviceComplianceUserStatus-id}",
+ "OutputType": "IMicrosoftGraphDeviceComplianceUserStatus",
"ApiVersion": "beta",
"Permissions": [
{
@@ -45912,17 +47666,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDeviceComplianceUserStatus",
- "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyUserStatus",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyUserStatus",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatuses",
+ "OutputType": "IMicrosoftGraphDeviceComplianceUserStatus",
"ApiVersion": "beta",
"Permissions": [
{
@@ -45941,18 +47697,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyUserStatusCount",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyUserStatus",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatuses/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -45971,18 +47727,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDeviceComplianceUserOverview",
- "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyUserStatusOverview",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyUserStatusCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatusOverview",
+ "OutputType": "IMicrosoftGraphDeviceComplianceUserOverview",
"ApiVersion": "beta",
"Permissions": [
{
@@ -46001,18 +47758,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDeviceConfiguration",
- "Command": "Get-MgBetaDeviceManagementDeviceConfiguration",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyUserStatusOverview",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}",
+ "OutputType": "IMicrosoftGraphDeviceConfiguration",
"ApiVersion": "beta",
"Permissions": [
{
@@ -46031,17 +47789,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDeviceConfiguration",
- "Command": "Get-MgBetaDeviceManagementDeviceConfiguration",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementDeviceConfiguration",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/deviceConfigurations",
+ "OutputType": "IMicrosoftGraphDeviceConfiguration",
"ApiVersion": "beta",
"Permissions": [
{
@@ -46060,17 +47820,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Administration",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementDeviceConfigurationAllManagedDeviceCertificateStateCount",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementDeviceConfiguration",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement.Administration",
"Uri": "/deviceManagement/deviceConfigurationsAllManagedDeviceCertificateStates/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -46089,18 +47850,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphDeviceConfigurationAssignment",
- "Command": "Get-MgBetaDeviceManagementDeviceConfigurationAssignment",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementDeviceConfigurationAllManagedDeviceCertificateStateCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignments/{deviceConfigurationAssignment-id}",
+ "OutputType": "IMicrosoftGraphDeviceConfigurationAssignment",
"ApiVersion": "beta",
"Permissions": [
{
@@ -46119,17 +47880,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDeviceConfigurationAssignment",
- "Command": "Get-MgBetaDeviceManagementDeviceConfigurationAssignment",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementDeviceConfigurationAssignment",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignments",
+ "OutputType": "IMicrosoftGraphDeviceConfigurationAssignment",
"ApiVersion": "beta",
"Permissions": [
{
@@ -46148,18 +47911,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementDeviceConfigurationAssignmentCount",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementDeviceConfigurationAssignment",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignments/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -46178,18 +47941,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDeviceConfigurationConflictSummary",
- "Command": "Get-MgBetaDeviceManagementDeviceConfigurationConflictSummary",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementDeviceConfigurationAssignmentCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/deviceConfigurationConflictSummary/{deviceConfigurationConflictSummary-id}",
+ "OutputType": "IMicrosoftGraphDeviceConfigurationConflictSummary",
"ApiVersion": "beta",
"Permissions": [
{
@@ -46208,17 +47972,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDeviceConfigurationConflictSummary",
- "Command": "Get-MgBetaDeviceManagementDeviceConfigurationConflictSummary",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementDeviceConfigurationConflictSummary",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/deviceConfigurationConflictSummary",
+ "OutputType": "IMicrosoftGraphDeviceConfigurationConflictSummary",
"ApiVersion": "beta",
"Permissions": [
{
@@ -46237,17 +48003,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementDeviceConfigurationConflictSummaryCount",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementDeviceConfigurationConflictSummary",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/deviceConfigurationConflictSummary/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -46266,17 +48033,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementDeviceConfigurationCount",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementDeviceConfigurationConflictSummaryCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/deviceConfigurations/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -46295,18 +48063,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphSettingStateDeviceSummary",
- "Command": "Get-MgBetaDeviceManagementDeviceConfigurationDeviceSettingStateSummary",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementDeviceConfigurationCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceSettingStateSummaries/{settingStateDeviceSummary-id}",
+ "OutputType": "IMicrosoftGraphSettingStateDeviceSummary",
"ApiVersion": "beta",
"Permissions": [
{
@@ -46325,17 +48093,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSettingStateDeviceSummary",
- "Command": "Get-MgBetaDeviceManagementDeviceConfigurationDeviceSettingStateSummary",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementDeviceConfigurationDeviceSettingStateSummary",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceSettingStateSummaries",
+ "OutputType": "IMicrosoftGraphSettingStateDeviceSummary",
"ApiVersion": "beta",
"Permissions": [
{
@@ -46354,18 +48124,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementDeviceConfigurationDeviceSettingStateSummaryCount",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementDeviceConfigurationDeviceSettingStateSummary",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceSettingStateSummaries/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -46384,17 +48154,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "Get"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceStateSummary",
- "Command": "Get-MgBetaDeviceManagementDeviceConfigurationDeviceStateSummary",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementDeviceConfigurationDeviceSettingStateSummaryCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/deviceConfigurationDeviceStateSummaries",
+ "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceStateSummary",
"ApiVersion": "beta",
"Permissions": [
{
@@ -46413,18 +48185,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceStatus",
- "Command": "Get-MgBetaDeviceManagementDeviceConfigurationDeviceStatus",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementDeviceConfigurationDeviceStateSummary",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatuses/{deviceConfigurationDeviceStatus-id}",
+ "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceStatus",
"ApiVersion": "beta",
"Permissions": [
{
@@ -46443,17 +48215,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceStatus",
- "Command": "Get-MgBetaDeviceManagementDeviceConfigurationDeviceStatus",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementDeviceConfigurationDeviceStatus",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatuses",
+ "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceStatus",
"ApiVersion": "beta",
"Permissions": [
{
@@ -46472,18 +48246,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementDeviceConfigurationDeviceStatusCount",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementDeviceConfigurationDeviceStatus",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatuses/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -46502,18 +48276,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceOverview",
- "Command": "Get-MgBetaDeviceManagementDeviceConfigurationDeviceStatusOverview",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementDeviceConfigurationDeviceStatusCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatusOverview",
+ "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceOverview",
"ApiVersion": "beta",
"Permissions": [
{
@@ -46532,18 +48307,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDeviceConfigurationGroupAssignment",
- "Command": "Get-MgBetaDeviceManagementDeviceConfigurationGroupAssignment",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementDeviceConfigurationDeviceStatusOverview",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/groupAssignments/{deviceConfigurationGroupAssignment-id}",
+ "OutputType": "IMicrosoftGraphDeviceConfigurationGroupAssignment",
"ApiVersion": "beta",
"Permissions": [
{
@@ -46562,17 +48338,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDeviceConfigurationGroupAssignment",
- "Command": "Get-MgBetaDeviceManagementDeviceConfigurationGroupAssignment",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementDeviceConfigurationGroupAssignment",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/groupAssignments",
+ "OutputType": "IMicrosoftGraphDeviceConfigurationGroupAssignment",
"ApiVersion": "beta",
"Permissions": [
{
@@ -46591,18 +48369,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementDeviceConfigurationGroupAssignmentCount",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementDeviceConfigurationGroupAssignment",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/groupAssignments/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -46621,18 +48399,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDeviceConfiguration",
- "Command": "Get-MgBetaDeviceManagementDeviceConfigurationGroupAssignmentDeviceConfiguration",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementDeviceConfigurationGroupAssignmentCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/groupAssignments/{deviceConfigurationGroupAssignment-id}/deviceConfiguration",
+ "OutputType": "IMicrosoftGraphDeviceConfiguration",
"ApiVersion": "beta",
"Permissions": [
{
@@ -46651,17 +48430,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Functions",
+ ],
"Variants": [
- "Get"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphIosAvailableUpdateVersion",
- "Command": "Get-MgBetaDeviceManagementDeviceConfigurationIoAvailableUpdateVersion",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementDeviceConfigurationGroupAssignmentDeviceConfiguration",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement.Functions",
"Uri": "/deviceManagement/deviceConfigurations/getIosAvailableUpdateVersions",
+ "OutputType": "IMicrosoftGraphIosAvailableUpdateVersion",
"ApiVersion": "beta",
"Permissions": [
{
@@ -46680,18 +48461,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Administration",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphManagedAllDeviceCertificateState",
- "Command": "Get-MgBetaDeviceManagementDeviceConfigurationManagedDeviceCertificateState",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementDeviceConfigurationIoAvailableUpdateVersion",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement.Administration",
"Uri": "/deviceManagement/deviceConfigurationsAllManagedDeviceCertificateStates/{managedAllDeviceCertificateState-id}",
+ "OutputType": "IMicrosoftGraphManagedAllDeviceCertificateState",
"ApiVersion": "beta",
"Permissions": [
{
@@ -46710,17 +48491,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Administration",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphManagedAllDeviceCertificateState",
- "Command": "Get-MgBetaDeviceManagementDeviceConfigurationManagedDeviceCertificateState",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementDeviceConfigurationManagedDeviceCertificateState",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement.Administration",
"Uri": "/deviceManagement/deviceConfigurationsAllManagedDeviceCertificateStates",
+ "OutputType": "IMicrosoftGraphManagedAllDeviceCertificateState",
"ApiVersion": "beta",
"Permissions": [
{
@@ -46739,18 +48522,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Functions",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementDeviceConfigurationOmaSettingPlainTextValue",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementDeviceConfigurationManagedDeviceCertificateState",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement.Functions",
"Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/getOmaSettingPlainTextValue(secretReferenceValueId='{secretReferenceValueId}')",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -46769,55 +48552,59 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementDeviceConfigurationOmaSettingPlainTextValue",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement",
+ "Uri": "/deviceManagement/deviceConfigurationProfiles/{deviceConfigurationProfile-id}",
+ "OutputType": "IMicrosoftGraphDeviceConfigurationProfile",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDeviceConfigurationProfile",
- "Command": "Get-MgBetaDeviceManagementDeviceConfigurationProfile",
"Method": "GET",
- "Uri": "/deviceManagement/deviceConfigurationProfiles/{deviceConfigurationProfile-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementDeviceConfigurationProfile",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement",
+ "Uri": "/deviceManagement/deviceConfigurationProfiles",
+ "OutputType": "IMicrosoftGraphDeviceConfigurationProfile",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphDeviceConfigurationProfile",
- "Command": "Get-MgBetaDeviceManagementDeviceConfigurationProfile",
"Method": "GET",
- "Uri": "/deviceManagement/deviceConfigurationProfiles",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementDeviceConfigurationProfile",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement",
+ "Uri": "/deviceManagement/deviceConfigurationProfiles/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementDeviceConfigurationProfileCount",
"Method": "GET",
- "Uri": "/deviceManagement/deviceConfigurationProfiles/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementDeviceConfigurationProfileCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Administration",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphRestrictedAppsViolation",
- "Command": "Get-MgBetaDeviceManagementDeviceConfigurationRestrictedAppViolation",
- "Method": "GET",
"Uri": "/deviceManagement/deviceConfigurationRestrictedAppsViolations/{restrictedAppsViolation-id}",
+ "OutputType": "IMicrosoftGraphRestrictedAppsViolation",
"ApiVersion": "beta",
"Permissions": [
{
@@ -46836,17 +48623,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Administration",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphRestrictedAppsViolation",
- "Command": "Get-MgBetaDeviceManagementDeviceConfigurationRestrictedAppViolation",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementDeviceConfigurationRestrictedAppViolation",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement.Administration",
"Uri": "/deviceManagement/deviceConfigurationRestrictedAppsViolations",
+ "OutputType": "IMicrosoftGraphRestrictedAppsViolation",
"ApiVersion": "beta",
"Permissions": [
{
@@ -46865,17 +48654,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Administration",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementDeviceConfigurationRestrictedAppViolationCount",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementDeviceConfigurationRestrictedAppViolation",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement.Administration",
"Uri": "/deviceManagement/deviceConfigurationRestrictedAppsViolations/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -46894,30 +48684,32 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementDeviceConfigurationRestrictedAppViolationCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Actions",
+ "Uri": "/deviceManagement/deviceConfigurations/getTargetedUsersAndDevices",
+ "OutputType": "IMicrosoftGraphDeviceConfigurationTargetedUserAndDevice",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetExpanded"
],
- "OutputType": "IMicrosoftGraphDeviceConfigurationTargetedUserAndDevice",
- "Command": "Get-MgBetaDeviceManagementDeviceConfigurationTargetedUserAndDevice",
"Method": "POST",
- "Uri": "/deviceManagement/deviceConfigurations/getTargetedUsersAndDevices",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementDeviceConfigurationTargetedUserAndDevice",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement",
- "Variants": [
- "Get"
- ],
- "OutputType": "IMicrosoftGraphDeviceConfigurationUserStateSummary",
- "Command": "Get-MgBetaDeviceManagementDeviceConfigurationUserStateSummary",
- "Method": "GET",
"Uri": "/deviceManagement/deviceConfigurationUserStateSummaries",
+ "OutputType": "IMicrosoftGraphDeviceConfigurationUserStateSummary",
"ApiVersion": "beta",
"Permissions": [
{
@@ -46936,18 +48728,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphDeviceConfigurationUserStatus",
- "Command": "Get-MgBetaDeviceManagementDeviceConfigurationUserStatus",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementDeviceConfigurationUserStateSummary",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatuses/{deviceConfigurationUserStatus-id}",
+ "OutputType": "IMicrosoftGraphDeviceConfigurationUserStatus",
"ApiVersion": "beta",
"Permissions": [
{
@@ -46966,17 +48758,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDeviceConfigurationUserStatus",
- "Command": "Get-MgBetaDeviceManagementDeviceConfigurationUserStatus",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementDeviceConfigurationUserStatus",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatuses",
+ "OutputType": "IMicrosoftGraphDeviceConfigurationUserStatus",
"ApiVersion": "beta",
"Permissions": [
{
@@ -46995,18 +48789,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementDeviceConfigurationUserStatusCount",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementDeviceConfigurationUserStatus",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatuses/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -47025,18 +48819,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDeviceConfigurationUserOverview",
- "Command": "Get-MgBetaDeviceManagementDeviceConfigurationUserStatusOverview",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementDeviceConfigurationUserStatusCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatusOverview",
+ "OutputType": "IMicrosoftGraphDeviceConfigurationUserOverview",
"ApiVersion": "beta",
"Permissions": [
{
@@ -47055,18 +48850,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Enrollment",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration",
- "Command": "Get-MgBetaDeviceManagementDeviceEnrollmentConfiguration",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementDeviceConfigurationUserStatusOverview",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement.Enrollment",
"Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}",
+ "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration",
"ApiVersion": "beta",
"Permissions": [
{
@@ -47101,17 +48897,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Enrollment",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration",
- "Command": "Get-MgBetaDeviceManagementDeviceEnrollmentConfiguration",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementDeviceEnrollmentConfiguration",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement.Enrollment",
"Uri": "/deviceManagement/deviceEnrollmentConfigurations",
+ "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration",
"ApiVersion": "beta",
"Permissions": [
{
@@ -47146,18 +48944,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Enrollment",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": "IMicrosoftGraphEnrollmentConfigurationAssignment",
- "Command": "Get-MgBetaDeviceManagementDeviceEnrollmentConfigurationAssignment",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementDeviceEnrollmentConfiguration",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement.Enrollment",
"Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/{enrollmentConfigurationAssignment-id}",
+ "OutputType": "IMicrosoftGraphEnrollmentConfigurationAssignment",
"ApiVersion": "beta",
"Permissions": [
{
@@ -47192,17 +48990,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Enrollment",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphEnrollmentConfigurationAssignment",
- "Command": "Get-MgBetaDeviceManagementDeviceEnrollmentConfigurationAssignment",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementDeviceEnrollmentConfigurationAssignment",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement.Enrollment",
"Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments",
+ "OutputType": "IMicrosoftGraphEnrollmentConfigurationAssignment",
"ApiVersion": "beta",
"Permissions": [
{
@@ -47237,18 +49037,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Enrollment",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementDeviceEnrollmentConfigurationAssignmentCount",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementDeviceEnrollmentConfigurationAssignment",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement.Enrollment",
"Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -47283,17 +49083,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Enrollment",
+ ],
"Variants": [
- "Get"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementDeviceEnrollmentConfigurationCount",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementDeviceEnrollmentConfigurationAssignmentCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement.Enrollment",
"Uri": "/deviceManagement/deviceEnrollmentConfigurations/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -47328,18 +49130,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphDeviceHealthScript",
- "Command": "Get-MgBetaDeviceManagementDeviceHealthScript",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementDeviceEnrollmentConfigurationCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}",
+ "OutputType": "IMicrosoftGraphDeviceHealthScript",
"ApiVersion": "beta",
"Permissions": [
{
@@ -47358,17 +49160,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDeviceHealthScript",
- "Command": "Get-MgBetaDeviceManagementDeviceHealthScript",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementDeviceHealthScript",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/deviceHealthScripts",
+ "OutputType": "IMicrosoftGraphDeviceHealthScript",
"ApiVersion": "beta",
"Permissions": [
{
@@ -47387,18 +49191,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": "IMicrosoftGraphDeviceHealthScriptAssignment",
- "Command": "Get-MgBetaDeviceManagementDeviceHealthScriptAssignment",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementDeviceHealthScript",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/assignments/{deviceHealthScriptAssignment-id}",
+ "OutputType": "IMicrosoftGraphDeviceHealthScriptAssignment",
"ApiVersion": "beta",
"Permissions": [
{
@@ -47417,17 +49221,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDeviceHealthScriptAssignment",
- "Command": "Get-MgBetaDeviceManagementDeviceHealthScriptAssignment",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementDeviceHealthScriptAssignment",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/assignments",
+ "OutputType": "IMicrosoftGraphDeviceHealthScriptAssignment",
"ApiVersion": "beta",
"Permissions": [
{
@@ -47446,18 +49252,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementDeviceHealthScriptAssignmentCount",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementDeviceHealthScriptAssignment",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/assignments/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -47476,17 +49282,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "Get"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementDeviceHealthScriptCount",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementDeviceHealthScriptAssignmentCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/deviceHealthScripts/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -47505,18 +49313,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphDeviceHealthScriptDeviceState",
- "Command": "Get-MgBetaDeviceManagementDeviceHealthScriptDeviceRunState",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementDeviceHealthScriptCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/deviceRunStates/{deviceHealthScriptDeviceState-id}",
+ "OutputType": "IMicrosoftGraphDeviceHealthScriptDeviceState",
"ApiVersion": "beta",
"Permissions": [
{
@@ -47535,17 +49343,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDeviceHealthScriptDeviceState",
- "Command": "Get-MgBetaDeviceManagementDeviceHealthScriptDeviceRunState",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementDeviceHealthScriptDeviceRunState",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/deviceRunStates",
+ "OutputType": "IMicrosoftGraphDeviceHealthScriptDeviceState",
"ApiVersion": "beta",
"Permissions": [
{
@@ -47564,18 +49374,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementDeviceHealthScriptDeviceRunStateCount",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementDeviceHealthScriptDeviceRunState",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/deviceRunStates/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -47594,18 +49404,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphManagedDevice",
- "Command": "Get-MgBetaDeviceManagementDeviceHealthScriptDeviceRunStateManagedDevice",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementDeviceHealthScriptDeviceRunStateCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/deviceRunStates/{deviceHealthScriptDeviceState-id}/managedDevice",
+ "OutputType": "IMicrosoftGraphManagedDevice",
"ApiVersion": "beta",
"Permissions": [
{
@@ -47640,18 +49451,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Actions",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementDeviceHealthScriptGlobalScriptHighestAvailableVersion",
- "Method": "POST",
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementDeviceHealthScriptDeviceRunStateManagedDevice",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement.Actions",
"Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/getGlobalScriptHighestAvailableVersion",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -47670,18 +49482,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Functions",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDeviceHealthScriptRemediationHistory",
- "Command": "Get-MgBetaDeviceManagementDeviceHealthScriptRemediationHistory",
- "Method": "GET",
+ "Method": "POST",
+ "Command": "Get-MgBetaDeviceManagementDeviceHealthScriptGlobalScriptHighestAvailableVersion",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement.Functions",
"Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/getRemediationHistory",
+ "OutputType": "IMicrosoftGraphDeviceHealthScriptRemediationHistory",
"ApiVersion": "beta",
"Permissions": [
{
@@ -47700,17 +49513,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Functions",
+ ],
"Variants": [
- "Get"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDeviceHealthScriptRemediationSummary",
- "Command": "Get-MgBetaDeviceManagementDeviceHealthScriptRemediationSummary",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementDeviceHealthScriptRemediationHistory",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement.Functions",
"Uri": "/deviceManagement/deviceHealthScripts/getRemediationSummary",
+ "OutputType": "IMicrosoftGraphDeviceHealthScriptRemediationSummary",
"ApiVersion": "beta",
"Permissions": [
{
@@ -47729,18 +49544,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphDeviceHealthScriptRunSummary",
- "Command": "Get-MgBetaDeviceManagementDeviceHealthScriptRunSummary",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementDeviceHealthScriptRemediationSummary",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/runSummary",
+ "OutputType": "IMicrosoftGraphDeviceHealthScriptRunSummary",
"ApiVersion": "beta",
"Permissions": [
{
@@ -47759,18 +49574,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDeviceShellScript",
- "Command": "Get-MgBetaDeviceManagementDeviceShellScript",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementDeviceHealthScriptRunSummary",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}",
+ "OutputType": "IMicrosoftGraphDeviceShellScript",
"ApiVersion": "beta",
"Permissions": [
{
@@ -47805,17 +49621,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDeviceShellScript",
- "Command": "Get-MgBetaDeviceManagementDeviceShellScript",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementDeviceShellScript",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/deviceShellScripts",
+ "OutputType": "IMicrosoftGraphDeviceShellScript",
"ApiVersion": "beta",
"Permissions": [
{
@@ -47850,18 +49668,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": "IMicrosoftGraphDeviceManagementScriptAssignment",
- "Command": "Get-MgBetaDeviceManagementDeviceShellScriptAssignment",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementDeviceShellScript",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/assignments/{deviceManagementScriptAssignment-id}",
+ "OutputType": "IMicrosoftGraphDeviceManagementScriptAssignment",
"ApiVersion": "beta",
"Permissions": [
{
@@ -47896,17 +49714,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDeviceManagementScriptAssignment",
- "Command": "Get-MgBetaDeviceManagementDeviceShellScriptAssignment",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementDeviceShellScriptAssignment",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/assignments",
+ "OutputType": "IMicrosoftGraphDeviceManagementScriptAssignment",
"ApiVersion": "beta",
"Permissions": [
{
@@ -47941,18 +49761,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementDeviceShellScriptAssignmentCount",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementDeviceShellScriptAssignment",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/assignments/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -47987,17 +49807,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "Get"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementDeviceShellScriptCount",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementDeviceShellScriptAssignmentCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/deviceShellScripts/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -48032,18 +49854,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState",
- "Command": "Get-MgBetaDeviceManagementDeviceShellScriptDeviceRunState",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementDeviceShellScriptCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}",
+ "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState",
"ApiVersion": "beta",
"Permissions": [
{
@@ -48078,17 +49900,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState",
- "Command": "Get-MgBetaDeviceManagementDeviceShellScriptDeviceRunState",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementDeviceShellScriptDeviceRunState",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/deviceRunStates",
+ "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState",
"ApiVersion": "beta",
"Permissions": [
{
@@ -48123,18 +49947,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementDeviceShellScriptDeviceRunStateCount",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementDeviceShellScriptDeviceRunState",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/deviceRunStates/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -48169,76 +49993,33 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphManagedDevice",
- "Command": "Get-MgBetaDeviceManagementDeviceShellScriptDeviceRunStateManagedDevice",
"Method": "GET",
- "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementDeviceShellScriptDeviceRunStateCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement",
+ "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice",
+ "OutputType": "IMicrosoftGraphManagedDevice",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDeviceManagementScriptGroupAssignment",
- "Command": "Get-MgBetaDeviceManagementDeviceShellScriptGroupAssignment",
"Method": "GET",
- "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/groupAssignments/{deviceManagementScriptGroupAssignment-id}",
- "ApiVersion": "beta",
- "Permissions": [
- {
- "Name": "DeviceManagementConfiguration.Read.All",
- "Description": "Read Microsoft Intune device configuration and policies",
- "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.",
- "IsAdmin": false,
- "PermissionType": "Application",
- "IsLeastPrivilege": true
- },
- {
- "Name": "DeviceManagementManagedDevices.ReadWrite.All",
- "Description": "Read and write Microsoft Intune devices",
- "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune, without a signed-in user. Does not allow high impact operations such as remote wipe and password reset on the device’s owner",
- "IsAdmin": false,
- "PermissionType": "Application",
- "IsLeastPrivilege": false
- },
- {
- "Name": "DeviceManagementManagedDevices.Read.All",
- "Description": "Read Microsoft Intune devices",
- "FullDescription": "Allows the app to read the properties of devices managed by Microsoft Intune, without a signed-in user.",
- "IsAdmin": false,
- "PermissionType": "Application",
- "IsLeastPrivilege": false
- },
- {
- "Name": "DeviceManagementConfiguration.ReadWrite.All",
- "Description": "Read and write Microsoft Intune device configuration and policies",
- "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.",
- "IsAdmin": false,
- "PermissionType": "Application",
- "IsLeastPrivilege": false
- }
- ]
+ "Command": "Get-MgBetaDeviceManagementDeviceShellScriptDeviceRunStateManagedDevice",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement",
- "Variants": [
- "List"
- ],
+ "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/groupAssignments/{deviceManagementScriptGroupAssignment-id}",
"OutputType": "IMicrosoftGraphDeviceManagementScriptGroupAssignment",
- "Command": "Get-MgBetaDeviceManagementDeviceShellScriptGroupAssignment",
- "Method": "GET",
- "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/groupAssignments",
"ApiVersion": "beta",
"Permissions": [
{
@@ -48273,18 +50054,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementDeviceShellScriptGroupAssignmentCount",
"Method": "GET",
- "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/groupAssignments/$count",
+ "Command": "Get-MgBetaDeviceManagementDeviceShellScriptGroupAssignment",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
+ "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/groupAssignments",
+ "OutputType": "IMicrosoftGraphDeviceManagementScriptGroupAssignment",
"ApiVersion": "beta",
"Permissions": [
{
@@ -48319,18 +50101,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": "IMicrosoftGraphDeviceManagementScriptRunSummary",
- "Command": "Get-MgBetaDeviceManagementDeviceShellScriptRunSummary",
"Method": "GET",
- "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/runSummary",
+ "Command": "Get-MgBetaDeviceManagementDeviceShellScriptGroupAssignment",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
+ "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/groupAssignments/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -48365,63 +50147,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDeviceManagementScriptUserState",
- "Command": "Get-MgBetaDeviceManagementDeviceShellScriptUserRunState",
"Method": "GET",
- "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}",
- "ApiVersion": "beta",
- "Permissions": [
- {
- "Name": "DeviceManagementConfiguration.Read.All",
- "Description": "Read Microsoft Intune device configuration and policies",
- "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.",
- "IsAdmin": false,
- "PermissionType": "Application",
- "IsLeastPrivilege": true
- },
- {
- "Name": "DeviceManagementManagedDevices.ReadWrite.All",
- "Description": "Read and write Microsoft Intune devices",
- "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune, without a signed-in user. Does not allow high impact operations such as remote wipe and password reset on the device’s owner",
- "IsAdmin": false,
- "PermissionType": "Application",
- "IsLeastPrivilege": false
- },
- {
- "Name": "DeviceManagementManagedDevices.Read.All",
- "Description": "Read Microsoft Intune devices",
- "FullDescription": "Allows the app to read the properties of devices managed by Microsoft Intune, without a signed-in user.",
- "IsAdmin": false,
- "PermissionType": "Application",
- "IsLeastPrivilege": false
- },
- {
- "Name": "DeviceManagementConfiguration.ReadWrite.All",
- "Description": "Read and write Microsoft Intune device configuration and policies",
- "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.",
- "IsAdmin": false,
- "PermissionType": "Application",
- "IsLeastPrivilege": false
- }
- ]
+ "Command": "Get-MgBetaDeviceManagementDeviceShellScriptGroupAssignmentCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphDeviceManagementScriptUserState",
- "Command": "Get-MgBetaDeviceManagementDeviceShellScriptUserRunState",
- "Method": "GET",
- "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates",
+ "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/runSummary",
+ "OutputType": "IMicrosoftGraphDeviceManagementScriptRunSummary",
"ApiVersion": "beta",
"Permissions": [
{
@@ -48456,18 +50194,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementDeviceShellScriptUserRunStateCount",
"Method": "GET",
- "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/$count",
+ "Command": "Get-MgBetaDeviceManagementDeviceShellScriptRunSummary",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
+ "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}",
+ "OutputType": "IMicrosoftGraphDeviceManagementScriptUserState",
"ApiVersion": "beta",
"Permissions": [
{
@@ -48502,43 +50241,139 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState",
- "Command": "Get-MgBetaDeviceManagementDeviceShellScriptUserRunStateDeviceRunState",
"Method": "GET",
- "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementDeviceShellScriptUserRunState",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement",
+ "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates",
+ "OutputType": "IMicrosoftGraphDeviceManagementScriptUserState",
+ "ApiVersion": "beta",
+ "Permissions": [
+ {
+ "Name": "DeviceManagementConfiguration.Read.All",
+ "Description": "Read Microsoft Intune device configuration and policies",
+ "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": true
+ },
+ {
+ "Name": "DeviceManagementManagedDevices.ReadWrite.All",
+ "Description": "Read and write Microsoft Intune devices",
+ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune, without a signed-in user. Does not allow high impact operations such as remote wipe and password reset on the device’s owner",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "DeviceManagementManagedDevices.Read.All",
+ "Description": "Read Microsoft Intune devices",
+ "FullDescription": "Allows the app to read the properties of devices managed by Microsoft Intune, without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "DeviceManagementConfiguration.ReadWrite.All",
+ "Description": "Read and write Microsoft Intune device configuration and policies",
+ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ }
+ ],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState",
- "Command": "Get-MgBetaDeviceManagementDeviceShellScriptUserRunStateDeviceRunState",
"Method": "GET",
- "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates",
+ "Command": "Get-MgBetaDeviceManagementDeviceShellScriptUserRunState",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
+ "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/$count",
+ "OutputType": null,
"ApiVersion": "beta",
- "Permissions": []
+ "Permissions": [
+ {
+ "Name": "DeviceManagementConfiguration.Read.All",
+ "Description": "Read Microsoft Intune device configuration and policies",
+ "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": true
+ },
+ {
+ "Name": "DeviceManagementManagedDevices.ReadWrite.All",
+ "Description": "Read and write Microsoft Intune devices",
+ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune, without a signed-in user. Does not allow high impact operations such as remote wipe and password reset on the device’s owner",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "DeviceManagementManagedDevices.Read.All",
+ "Description": "Read Microsoft Intune devices",
+ "FullDescription": "Allows the app to read the properties of devices managed by Microsoft Intune, without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "DeviceManagementConfiguration.ReadWrite.All",
+ "Description": "Read and write Microsoft Intune device configuration and policies",
+ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ }
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementDeviceShellScriptUserRunStateCount",
+ "ApiReferenceLink": null
},
{
- "Module": "Beta.DeviceManagement.Administration",
+ "Module": "Beta.DeviceManagement",
+ "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}",
+ "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDeviceManagementDomainJoinConnector",
- "Command": "Get-MgBetaDeviceManagementDomainJoinConnector",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementDeviceShellScriptUserRunStateDeviceRunState",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
+ "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates",
+ "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState",
+ "ApiVersion": "beta",
+ "Permissions": [],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementDeviceShellScriptUserRunStateDeviceRunState",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement.Administration",
"Uri": "/deviceManagement/domainJoinConnectors/{deviceManagementDomainJoinConnector-id}",
+ "OutputType": "IMicrosoftGraphDeviceManagementDomainJoinConnector",
"ApiVersion": "beta",
"Permissions": [
{
@@ -48557,17 +50392,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Administration",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDeviceManagementDomainJoinConnector",
- "Command": "Get-MgBetaDeviceManagementDomainJoinConnector",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementDomainJoinConnector",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement.Administration",
"Uri": "/deviceManagement/domainJoinConnectors",
+ "OutputType": "IMicrosoftGraphDeviceManagementDomainJoinConnector",
"ApiVersion": "beta",
"Permissions": [
{
@@ -48586,17 +50423,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Administration",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementDomainJoinConnectorCount",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementDomainJoinConnector",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement.Administration",
"Uri": "/deviceManagement/domainJoinConnectors/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -48615,19 +50453,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Functions",
+ ],
"Variants": [
- "Get",
- "Get1",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementEffectivePermission",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementDomainJoinConnectorCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement.Functions",
"Uri": "/deviceManagement/getEffectivePermissions",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -48646,31 +50483,34 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "Get1",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementEffectivePermission",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Actions",
+ "Uri": "/deviceManagement/elevationRequests/{privilegeManagementElevationRequest-id}/getAllElevationRequests",
+ "OutputType": "IMicrosoftGraphPrivilegeManagementElevationRequest",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphPrivilegeManagementElevationRequest",
- "Command": "Get-MgBetaDeviceManagementElevationRequest",
"Method": "POST",
- "Uri": "/deviceManagement/elevationRequests/{privilegeManagementElevationRequest-id}/getAllElevationRequests",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementElevationRequest",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphEmbeddedSimActivationCodePool",
- "Command": "Get-MgBetaDeviceManagementEmbeddedSimActivationCodePool",
- "Method": "GET",
"Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}",
+ "OutputType": "IMicrosoftGraphEmbeddedSimActivationCodePool",
"ApiVersion": "beta",
"Permissions": [
{
@@ -48689,17 +50529,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphEmbeddedSimActivationCodePool",
- "Command": "Get-MgBetaDeviceManagementEmbeddedSimActivationCodePool",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementEmbeddedSimActivationCodePool",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/embeddedSIMActivationCodePools",
+ "OutputType": "IMicrosoftGraphEmbeddedSimActivationCodePool",
"ApiVersion": "beta",
"Permissions": [
{
@@ -48718,18 +50560,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": "IMicrosoftGraphEmbeddedSimActivationCodePoolAssignment",
- "Command": "Get-MgBetaDeviceManagementEmbeddedSimActivationCodePoolAssignment",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementEmbeddedSimActivationCodePool",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/assignments/{embeddedSIMActivationCodePoolAssignment-id}",
+ "OutputType": "IMicrosoftGraphEmbeddedSimActivationCodePoolAssignment",
"ApiVersion": "beta",
"Permissions": [
{
@@ -48748,17 +50590,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphEmbeddedSimActivationCodePoolAssignment",
- "Command": "Get-MgBetaDeviceManagementEmbeddedSimActivationCodePoolAssignment",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementEmbeddedSimActivationCodePoolAssignment",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/assignments",
+ "OutputType": "IMicrosoftGraphEmbeddedSimActivationCodePoolAssignment",
"ApiVersion": "beta",
"Permissions": [
{
@@ -48777,18 +50621,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementEmbeddedSimActivationCodePoolAssignmentCount",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementEmbeddedSimActivationCodePoolAssignment",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/assignments/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -48807,17 +50651,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "Get"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementEmbeddedSimActivationCodePoolCount",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementEmbeddedSimActivationCodePoolAssignmentCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/embeddedSIMActivationCodePools/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -48836,18 +50682,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphEmbeddedSimDeviceState",
- "Command": "Get-MgBetaDeviceManagementEmbeddedSimActivationCodePoolDeviceState",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementEmbeddedSimActivationCodePoolCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/deviceStates/{embeddedSIMDeviceState-id}",
+ "OutputType": "IMicrosoftGraphEmbeddedSimDeviceState",
"ApiVersion": "beta",
"Permissions": [
{
@@ -48866,17 +50712,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphEmbeddedSimDeviceState",
- "Command": "Get-MgBetaDeviceManagementEmbeddedSimActivationCodePoolDeviceState",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementEmbeddedSimActivationCodePoolDeviceState",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/deviceStates",
+ "OutputType": "IMicrosoftGraphEmbeddedSimDeviceState",
"ApiVersion": "beta",
"Permissions": [
{
@@ -48895,18 +50743,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementEmbeddedSimActivationCodePoolDeviceStateCount",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementEmbeddedSimActivationCodePoolDeviceState",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/deviceStates/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -48925,18 +50773,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Administration",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDeviceManagementExchangeConnector",
- "Command": "Get-MgBetaDeviceManagementExchangeConnector",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementEmbeddedSimActivationCodePoolDeviceStateCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement.Administration",
"Uri": "/deviceManagement/exchangeConnectors/{deviceManagementExchangeConnector-id}",
+ "OutputType": "IMicrosoftGraphDeviceManagementExchangeConnector",
"ApiVersion": "beta",
"Permissions": [
{
@@ -48971,17 +50820,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Administration",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDeviceManagementExchangeConnector",
- "Command": "Get-MgBetaDeviceManagementExchangeConnector",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementExchangeConnector",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement.Administration",
"Uri": "/deviceManagement/exchangeConnectors",
+ "OutputType": "IMicrosoftGraphDeviceManagementExchangeConnector",
"ApiVersion": "beta",
"Permissions": [
{
@@ -49016,17 +50867,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Administration",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementExchangeConnectorCount",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementExchangeConnector",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement.Administration",
"Uri": "/deviceManagement/exchangeConnectors/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -49061,19 +50913,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Administration",
+ ],
"Variants": [
- "Get",
- "Get1",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphDeviceManagementExchangeOnPremisesPolicy",
- "Command": "Get-MgBetaDeviceManagementExchangeOnPremisePolicy",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementExchangeConnectorCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement.Administration",
"Uri": "/deviceManagement/exchangeOnPremisesPolicies/{deviceManagementExchangeOnPremisesPolicy-id}",
+ "OutputType": "IMicrosoftGraphDeviceManagementExchangeOnPremisesPolicy",
"ApiVersion": "beta",
"Permissions": [
{
@@ -49108,56 +50959,61 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "Get1",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementExchangeOnPremisePolicy",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Administration",
+ "Uri": "/deviceManagement/exchangeOnPremisesPolicies",
+ "OutputType": "IMicrosoftGraphDeviceManagementExchangeOnPremisesPolicy",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphDeviceManagementExchangeOnPremisesPolicy",
- "Command": "Get-MgBetaDeviceManagementExchangeOnPremisePolicy",
"Method": "GET",
- "Uri": "/deviceManagement/exchangeOnPremisesPolicies",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementExchangeOnPremisePolicy",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Administration",
+ "Uri": "/deviceManagement/exchangeOnPremisesPolicies/{deviceManagementExchangeOnPremisesPolicy-id}/conditionalAccessSettings",
+ "OutputType": "IMicrosoftGraphOnPremisesConditionalAccessSettings",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphOnPremisesConditionalAccessSettings",
- "Command": "Get-MgBetaDeviceManagementExchangeOnPremisePolicyConditionalAccessSetting",
"Method": "GET",
- "Uri": "/deviceManagement/exchangeOnPremisesPolicies/{deviceManagementExchangeOnPremisesPolicy-id}/conditionalAccessSettings",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementExchangeOnPremisePolicyConditionalAccessSetting",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Administration",
+ "Uri": "/deviceManagement/exchangeOnPremisesPolicies/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementExchangeOnPremisePolicyCount",
"Method": "GET",
- "Uri": "/deviceManagement/exchangeOnPremisesPolicies/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementExchangeOnPremisePolicyCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Administration",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphGroupPolicyCategory",
- "Command": "Get-MgBetaDeviceManagementGroupPolicyCategory",
- "Method": "GET",
"Uri": "/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}",
+ "OutputType": "IMicrosoftGraphGroupPolicyCategory",
"ApiVersion": "beta",
"Permissions": [
{
@@ -49176,17 +51032,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Administration",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphGroupPolicyCategory",
- "Command": "Get-MgBetaDeviceManagementGroupPolicyCategory",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementGroupPolicyCategory",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement.Administration",
"Uri": "/deviceManagement/groupPolicyCategories",
+ "OutputType": "IMicrosoftGraphGroupPolicyCategory",
"ApiVersion": "beta",
"Permissions": [
{
@@ -49205,55 +51063,59 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementGroupPolicyCategory",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Administration",
+ "Uri": "/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}/children/{groupPolicyCategory-id1}",
+ "OutputType": "IMicrosoftGraphGroupPolicyCategory",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphGroupPolicyCategory",
- "Command": "Get-MgBetaDeviceManagementGroupPolicyCategoryChild",
"Method": "GET",
- "Uri": "/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}/children/{groupPolicyCategory-id1}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementGroupPolicyCategoryChild",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Administration",
+ "Uri": "/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}/children",
+ "OutputType": "IMicrosoftGraphGroupPolicyCategory",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphGroupPolicyCategory",
- "Command": "Get-MgBetaDeviceManagementGroupPolicyCategoryChild",
"Method": "GET",
- "Uri": "/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}/children",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementGroupPolicyCategoryChild",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Administration",
+ "Uri": "/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}/children/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementGroupPolicyCategoryChildCount",
"Method": "GET",
- "Uri": "/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}/children/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementGroupPolicyCategoryChildCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Administration",
- "Variants": [
- "Get"
- ],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementGroupPolicyCategoryCount",
- "Method": "GET",
"Uri": "/deviceManagement/groupPolicyCategories/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -49272,82 +51134,87 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementGroupPolicyCategoryCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Administration",
+ "Uri": "/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}/definitions/{groupPolicyDefinition-id}",
+ "OutputType": "IMicrosoftGraphGroupPolicyDefinition",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphGroupPolicyDefinition",
- "Command": "Get-MgBetaDeviceManagementGroupPolicyCategoryDefinition",
"Method": "GET",
- "Uri": "/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}/definitions/{groupPolicyDefinition-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementGroupPolicyCategoryDefinition",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Administration",
+ "Uri": "/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}/definitions",
+ "OutputType": "IMicrosoftGraphGroupPolicyDefinition",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphGroupPolicyDefinition",
- "Command": "Get-MgBetaDeviceManagementGroupPolicyCategoryDefinition",
"Method": "GET",
- "Uri": "/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}/definitions",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementGroupPolicyCategoryDefinition",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Administration",
+ "Uri": "/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}/definitions/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementGroupPolicyCategoryDefinitionCount",
"Method": "GET",
- "Uri": "/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}/definitions/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementGroupPolicyCategoryDefinitionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Administration",
+ "Uri": "/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}/definitionFile",
+ "OutputType": "IMicrosoftGraphGroupPolicyDefinitionFile",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphGroupPolicyDefinitionFile",
- "Command": "Get-MgBetaDeviceManagementGroupPolicyCategoryDefinitionFile",
"Method": "GET",
- "Uri": "/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}/definitionFile",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementGroupPolicyCategoryDefinitionFile",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Administration",
+ "Uri": "/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}/parent",
+ "OutputType": "IMicrosoftGraphGroupPolicyCategory",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphGroupPolicyCategory",
- "Command": "Get-MgBetaDeviceManagementGroupPolicyCategoryParent",
"Method": "GET",
- "Uri": "/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}/parent",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementGroupPolicyCategoryParent",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphGroupPolicyConfiguration",
- "Command": "Get-MgBetaDeviceManagementGroupPolicyConfiguration",
- "Method": "GET",
"Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}",
+ "OutputType": "IMicrosoftGraphGroupPolicyConfiguration",
"ApiVersion": "beta",
"Permissions": [
{
@@ -49366,17 +51233,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphGroupPolicyConfiguration",
- "Command": "Get-MgBetaDeviceManagementGroupPolicyConfiguration",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementGroupPolicyConfiguration",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/groupPolicyConfigurations",
+ "OutputType": "IMicrosoftGraphGroupPolicyConfiguration",
"ApiVersion": "beta",
"Permissions": [
{
@@ -49395,18 +51264,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": "IMicrosoftGraphGroupPolicyConfigurationAssignment",
- "Command": "Get-MgBetaDeviceManagementGroupPolicyConfigurationAssignment",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementGroupPolicyConfiguration",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/assignments/{groupPolicyConfigurationAssignment-id}",
+ "OutputType": "IMicrosoftGraphGroupPolicyConfigurationAssignment",
"ApiVersion": "beta",
"Permissions": [
{
@@ -49425,17 +51294,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphGroupPolicyConfigurationAssignment",
- "Command": "Get-MgBetaDeviceManagementGroupPolicyConfigurationAssignment",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementGroupPolicyConfigurationAssignment",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/assignments",
+ "OutputType": "IMicrosoftGraphGroupPolicyConfigurationAssignment",
"ApiVersion": "beta",
"Permissions": [
{
@@ -49454,18 +51325,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementGroupPolicyConfigurationAssignmentCount",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementGroupPolicyConfigurationAssignment",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/assignments/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -49484,17 +51355,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "Get"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementGroupPolicyConfigurationCount",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementGroupPolicyConfigurationAssignmentCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/groupPolicyConfigurations/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -49513,18 +51386,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphGroupPolicyDefinitionValue",
- "Command": "Get-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValue",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementGroupPolicyConfigurationCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues/{groupPolicyDefinitionValue-id}",
+ "OutputType": "IMicrosoftGraphGroupPolicyDefinitionValue",
"ApiVersion": "beta",
"Permissions": [
{
@@ -49543,17 +51416,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphGroupPolicyDefinitionValue",
- "Command": "Get-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValue",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValue",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues",
+ "OutputType": "IMicrosoftGraphGroupPolicyDefinitionValue",
"ApiVersion": "beta",
"Permissions": [
{
@@ -49572,18 +51447,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValueCount",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValue",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -49602,18 +51477,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphGroupPolicyDefinition",
- "Command": "Get-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValueDefinition",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValueCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues/{groupPolicyDefinitionValue-id}/definition",
+ "OutputType": "IMicrosoftGraphGroupPolicyDefinition",
"ApiVersion": "beta",
"Permissions": [
{
@@ -49632,18 +51508,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphGroupPolicyPresentationValue",
- "Command": "Get-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValuePresentationValue",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValueDefinition",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues/{groupPolicyDefinitionValue-id}/presentationValues/{groupPolicyPresentationValue-id}",
+ "OutputType": "IMicrosoftGraphGroupPolicyPresentationValue",
"ApiVersion": "beta",
"Permissions": [
{
@@ -49662,17 +51539,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphGroupPolicyPresentationValue",
- "Command": "Get-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValuePresentationValue",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValuePresentationValue",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues/{groupPolicyDefinitionValue-id}/presentationValues",
+ "OutputType": "IMicrosoftGraphGroupPolicyPresentationValue",
"ApiVersion": "beta",
"Permissions": [
{
@@ -49691,18 +51570,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Administration",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": "IMicrosoftGraphGroupPolicyDefinition",
- "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinition",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValuePresentationValue",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement.Administration",
"Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}",
+ "OutputType": "IMicrosoftGraphGroupPolicyDefinition",
"ApiVersion": "beta",
"Permissions": [
{
@@ -49721,17 +51600,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Administration",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphGroupPolicyDefinition",
- "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinition",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinition",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement.Administration",
"Uri": "/deviceManagement/groupPolicyDefinitions",
+ "OutputType": "IMicrosoftGraphGroupPolicyDefinition",
"ApiVersion": "beta",
"Permissions": [
{
@@ -49750,30 +51631,32 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinition",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Administration",
+ "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/category",
+ "OutputType": "IMicrosoftGraphGroupPolicyCategory",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphGroupPolicyCategory",
- "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionCategory",
"Method": "GET",
- "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/category",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionCategory",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Administration",
- "Variants": [
- "Get"
- ],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionCount",
- "Method": "GET",
"Uri": "/deviceManagement/groupPolicyDefinitions/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -49792,20 +51675,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Administration",
+ ],
"Variants": [
- "Get",
- "Get1",
- "GetViaIdentity",
- "GetViaIdentity1"
+ "Get"
],
- "OutputType": "IMicrosoftGraphGroupPolicyDefinitionFile",
- "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionFile",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement.Administration",
"Uri": "/deviceManagement/groupPolicyDefinitionFiles/{groupPolicyDefinitionFile-id}",
+ "OutputType": "IMicrosoftGraphGroupPolicyDefinitionFile",
"ApiVersion": "beta",
"Permissions": [
{
@@ -49824,491 +51705,531 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "Get1",
+ "GetViaIdentity",
+ "GetViaIdentity1"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionFile",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Administration",
+ "Uri": "/deviceManagement/groupPolicyDefinitionFiles",
+ "OutputType": "IMicrosoftGraphGroupPolicyDefinitionFile",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphGroupPolicyDefinitionFile",
- "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionFile",
"Method": "GET",
- "Uri": "/deviceManagement/groupPolicyDefinitionFiles",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionFile",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Administration",
+ "Uri": "/deviceManagement/groupPolicyDefinitionFiles/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionFileCount",
"Method": "GET",
- "Uri": "/deviceManagement/groupPolicyDefinitionFiles/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionFileCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Administration",
+ "Uri": "/deviceManagement/groupPolicyDefinitionFiles/{groupPolicyDefinitionFile-id}/definitions/{groupPolicyDefinition-id}",
+ "OutputType": "IMicrosoftGraphGroupPolicyDefinition",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphGroupPolicyDefinition",
- "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionFileDefinition",
"Method": "GET",
- "Uri": "/deviceManagement/groupPolicyDefinitionFiles/{groupPolicyDefinitionFile-id}/definitions/{groupPolicyDefinition-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionFileDefinition",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Administration",
+ "Uri": "/deviceManagement/groupPolicyDefinitionFiles/{groupPolicyDefinitionFile-id}/definitions",
+ "OutputType": "IMicrosoftGraphGroupPolicyDefinition",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphGroupPolicyDefinition",
- "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionFileDefinition",
"Method": "GET",
- "Uri": "/deviceManagement/groupPolicyDefinitionFiles/{groupPolicyDefinitionFile-id}/definitions",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionFileDefinition",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Administration",
+ "Uri": "/deviceManagement/groupPolicyDefinitionFiles/{groupPolicyDefinitionFile-id}/definitions/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionFileDefinitionCount",
"Method": "GET",
- "Uri": "/deviceManagement/groupPolicyDefinitionFiles/{groupPolicyDefinitionFile-id}/definitions/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionFileDefinitionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Administration",
+ "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition",
+ "OutputType": "IMicrosoftGraphGroupPolicyDefinition",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphGroupPolicyDefinition",
- "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinition",
"Method": "GET",
- "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinition",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Administration",
+ "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/category",
+ "OutputType": "IMicrosoftGraphGroupPolicyCategory",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphGroupPolicyCategory",
- "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionCategory",
"Method": "GET",
- "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/category",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionCategory",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Administration",
+ "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/definitionFile",
+ "OutputType": "IMicrosoftGraphGroupPolicyDefinitionFile",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphGroupPolicyDefinitionFile",
- "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionFile",
"Method": "GET",
- "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/definitionFile",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionFile",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Administration",
+ "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/presentations/{groupPolicyPresentation-id}",
+ "OutputType": "IMicrosoftGraphGroupPolicyPresentation",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphGroupPolicyPresentation",
- "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPresentation",
"Method": "GET",
- "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/presentations/{groupPolicyPresentation-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPresentation",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Administration",
+ "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/presentations",
+ "OutputType": "IMicrosoftGraphGroupPolicyPresentation",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphGroupPolicyPresentation",
- "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPresentation",
"Method": "GET",
- "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/presentations",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPresentation",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Administration",
+ "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/presentations/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPresentationCount",
"Method": "GET",
- "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/presentations/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPresentationCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Administration",
+ "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/presentations/{groupPolicyPresentation-id}/definition",
+ "OutputType": "IMicrosoftGraphGroupPolicyDefinition",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphGroupPolicyDefinition",
- "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPresentationDefinition",
"Method": "GET",
- "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/presentations/{groupPolicyPresentation-id}/definition",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPresentationDefinition",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Administration",
+ "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition",
+ "OutputType": "IMicrosoftGraphGroupPolicyDefinition",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphGroupPolicyDefinition",
- "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinition",
"Method": "GET",
- "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinition",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Administration",
+ "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition/category",
+ "OutputType": "IMicrosoftGraphGroupPolicyCategory",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphGroupPolicyCategory",
- "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinitionCategory",
"Method": "GET",
- "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition/category",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinitionCategory",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Administration",
+ "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition/definitionFile",
+ "OutputType": "IMicrosoftGraphGroupPolicyDefinitionFile",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphGroupPolicyDefinitionFile",
- "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinitionFile",
"Method": "GET",
- "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition/definitionFile",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinitionFile",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Administration",
+ "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition/presentations/{groupPolicyPresentation-id}",
+ "OutputType": "IMicrosoftGraphGroupPolicyPresentation",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphGroupPolicyPresentation",
- "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinitionPresentation",
"Method": "GET",
- "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition/presentations/{groupPolicyPresentation-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinitionPresentation",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Administration",
+ "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition/presentations",
+ "OutputType": "IMicrosoftGraphGroupPolicyPresentation",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphGroupPolicyPresentation",
- "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinitionPresentation",
"Method": "GET",
- "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition/presentations",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinitionPresentation",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Administration",
+ "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition/presentations/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinitionPresentationCount",
"Method": "GET",
- "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition/presentations/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinitionPresentationCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Administration",
+ "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition/presentations/{groupPolicyPresentation-id}/definition",
+ "OutputType": "IMicrosoftGraphGroupPolicyDefinition",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphGroupPolicyDefinition",
- "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinitionPresentationDefinition",
"Method": "GET",
- "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition/presentations/{groupPolicyPresentation-id}/definition",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinitionPresentationDefinition",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Administration",
+ "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/presentations/{groupPolicyPresentation-id}",
+ "OutputType": "IMicrosoftGraphGroupPolicyPresentation",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphGroupPolicyPresentation",
- "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPresentation",
"Method": "GET",
- "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/presentations/{groupPolicyPresentation-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPresentation",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Administration",
+ "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/presentations",
+ "OutputType": "IMicrosoftGraphGroupPolicyPresentation",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphGroupPolicyPresentation",
- "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPresentation",
"Method": "GET",
- "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/presentations",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPresentation",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Administration",
+ "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/presentations/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPresentationCount",
"Method": "GET",
- "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/presentations/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPresentationCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Administration",
+ "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/presentations/{groupPolicyPresentation-id}/definition",
+ "OutputType": "IMicrosoftGraphGroupPolicyDefinition",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphGroupPolicyDefinition",
- "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPresentationDefinition",
"Method": "GET",
- "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/presentations/{groupPolicyPresentation-id}/definition",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPresentationDefinition",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Administration",
+ "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition",
+ "OutputType": "IMicrosoftGraphGroupPolicyDefinition",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphGroupPolicyDefinition",
- "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinition",
"Method": "GET",
- "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinition",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Administration",
+ "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/category",
+ "OutputType": "IMicrosoftGraphGroupPolicyCategory",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphGroupPolicyCategory",
- "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionCategory",
"Method": "GET",
- "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/category",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionCategory",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Administration",
+ "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/definitionFile",
+ "OutputType": "IMicrosoftGraphGroupPolicyDefinitionFile",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphGroupPolicyDefinitionFile",
- "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionFile",
"Method": "GET",
- "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/definitionFile",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionFile",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Administration",
+ "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition",
+ "OutputType": "IMicrosoftGraphGroupPolicyDefinition",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphGroupPolicyDefinition",
- "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinition",
"Method": "GET",
- "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinition",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Administration",
+ "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition/category",
+ "OutputType": "IMicrosoftGraphGroupPolicyCategory",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphGroupPolicyCategory",
- "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinitionCategory",
"Method": "GET",
- "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition/category",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinitionCategory",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Administration",
+ "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition/definitionFile",
+ "OutputType": "IMicrosoftGraphGroupPolicyDefinitionFile",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphGroupPolicyDefinitionFile",
- "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinitionFile",
"Method": "GET",
- "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition/definitionFile",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinitionFile",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Administration",
+ "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition/presentations/{groupPolicyPresentation-id}",
+ "OutputType": "IMicrosoftGraphGroupPolicyPresentation",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphGroupPolicyPresentation",
- "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinitionPresentation",
"Method": "GET",
- "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition/presentations/{groupPolicyPresentation-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinitionPresentation",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Administration",
+ "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition/presentations",
+ "OutputType": "IMicrosoftGraphGroupPolicyPresentation",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphGroupPolicyPresentation",
- "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinitionPresentation",
"Method": "GET",
- "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition/presentations",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinitionPresentation",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Administration",
+ "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition/presentations/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinitionPresentationCount",
"Method": "GET",
- "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition/presentations/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinitionPresentationCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Administration",
+ "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition/presentations/{groupPolicyPresentation-id}/definition",
+ "OutputType": "IMicrosoftGraphGroupPolicyDefinition",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphGroupPolicyDefinition",
- "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinitionPresentationDefinition",
"Method": "GET",
- "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition/presentations/{groupPolicyPresentation-id}/definition",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinitionPresentationDefinition",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Administration",
+ "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/presentations/{groupPolicyPresentation-id}",
+ "OutputType": "IMicrosoftGraphGroupPolicyPresentation",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphGroupPolicyPresentation",
- "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionPresentation",
"Method": "GET",
- "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/presentations/{groupPolicyPresentation-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionPresentation",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Administration",
+ "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/presentations",
+ "OutputType": "IMicrosoftGraphGroupPolicyPresentation",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphGroupPolicyPresentation",
- "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionPresentation",
"Method": "GET",
- "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/presentations",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionPresentation",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Administration",
+ "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/presentations/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionPresentationCount",
"Method": "GET",
- "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/presentations/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionPresentationCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Administration",
+ "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/presentations/{groupPolicyPresentation-id}/definition",
+ "OutputType": "IMicrosoftGraphGroupPolicyDefinition",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphGroupPolicyDefinition",
- "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionPresentationDefinition",
"Method": "GET",
- "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/presentations/{groupPolicyPresentation-id}/definition",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionPresentationDefinition",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Administration",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphGroupPolicyMigrationReport",
- "Command": "Get-MgBetaDeviceManagementGroupPolicyMigrationReport",
- "Method": "GET",
"Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}",
+ "OutputType": "IMicrosoftGraphGroupPolicyMigrationReport",
"ApiVersion": "beta",
"Permissions": [
{
@@ -50327,17 +52248,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Administration",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphGroupPolicyMigrationReport",
- "Command": "Get-MgBetaDeviceManagementGroupPolicyMigrationReport",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementGroupPolicyMigrationReport",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement.Administration",
"Uri": "/deviceManagement/groupPolicyMigrationReports",
+ "OutputType": "IMicrosoftGraphGroupPolicyMigrationReport",
"ApiVersion": "beta",
"Permissions": [
{
@@ -50356,17 +52279,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Administration",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementGroupPolicyMigrationReportCount",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementGroupPolicyMigrationReport",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement.Administration",
"Uri": "/deviceManagement/groupPolicyMigrationReports/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -50385,18 +52309,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Administration",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphGroupPolicySettingMapping",
- "Command": "Get-MgBetaDeviceManagementGroupPolicyMigrationReportGroupPolicySettingMapping",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementGroupPolicyMigrationReportCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement.Administration",
"Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/groupPolicySettingMappings/{groupPolicySettingMapping-id}",
+ "OutputType": "IMicrosoftGraphGroupPolicySettingMapping",
"ApiVersion": "beta",
"Permissions": [
{
@@ -50415,17 +52339,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Administration",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphGroupPolicySettingMapping",
- "Command": "Get-MgBetaDeviceManagementGroupPolicyMigrationReportGroupPolicySettingMapping",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementGroupPolicyMigrationReportGroupPolicySettingMapping",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement.Administration",
"Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/groupPolicySettingMappings",
+ "OutputType": "IMicrosoftGraphGroupPolicySettingMapping",
"ApiVersion": "beta",
"Permissions": [
{
@@ -50444,18 +52370,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Administration",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementGroupPolicyMigrationReportGroupPolicySettingMappingCount",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementGroupPolicyMigrationReportGroupPolicySettingMapping",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement.Administration",
"Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/groupPolicySettingMappings/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -50474,18 +52400,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Administration",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUnsupportedGroupPolicyExtension",
- "Command": "Get-MgBetaDeviceManagementGroupPolicyMigrationReportUnsupportedGroupPolicyExtension",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementGroupPolicyMigrationReportGroupPolicySettingMappingCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement.Administration",
"Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/unsupportedGroupPolicyExtensions/{unsupportedGroupPolicyExtension-id}",
+ "OutputType": "IMicrosoftGraphUnsupportedGroupPolicyExtension",
"ApiVersion": "beta",
"Permissions": [
{
@@ -50504,17 +52431,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Administration",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUnsupportedGroupPolicyExtension",
- "Command": "Get-MgBetaDeviceManagementGroupPolicyMigrationReportUnsupportedGroupPolicyExtension",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementGroupPolicyMigrationReportUnsupportedGroupPolicyExtension",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement.Administration",
"Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/unsupportedGroupPolicyExtensions",
+ "OutputType": "IMicrosoftGraphUnsupportedGroupPolicyExtension",
"ApiVersion": "beta",
"Permissions": [
{
@@ -50533,18 +52462,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Administration",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementGroupPolicyMigrationReportUnsupportedGroupPolicyExtensionCount",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementGroupPolicyMigrationReportUnsupportedGroupPolicyExtension",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement.Administration",
"Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/unsupportedGroupPolicyExtensions/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -50563,18 +52492,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Administration",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphGroupPolicyObjectFile",
- "Command": "Get-MgBetaDeviceManagementGroupPolicyObjectFile",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementGroupPolicyMigrationReportUnsupportedGroupPolicyExtensionCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement.Administration",
"Uri": "/deviceManagement/groupPolicyObjectFiles/{groupPolicyObjectFile-id}",
+ "OutputType": "IMicrosoftGraphGroupPolicyObjectFile",
"ApiVersion": "beta",
"Permissions": [
{
@@ -50593,17 +52523,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Administration",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphGroupPolicyObjectFile",
- "Command": "Get-MgBetaDeviceManagementGroupPolicyObjectFile",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementGroupPolicyObjectFile",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement.Administration",
"Uri": "/deviceManagement/groupPolicyObjectFiles",
+ "OutputType": "IMicrosoftGraphGroupPolicyObjectFile",
"ApiVersion": "beta",
"Permissions": [
{
@@ -50622,17 +52554,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Administration",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementGroupPolicyObjectFileCount",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementGroupPolicyObjectFile",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement.Administration",
"Uri": "/deviceManagement/groupPolicyObjectFiles/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -50651,18 +52584,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Administration",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphGroupPolicyUploadedDefinitionFile",
- "Command": "Get-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFile",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementGroupPolicyObjectFileCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement.Administration",
"Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}",
+ "OutputType": "IMicrosoftGraphGroupPolicyUploadedDefinitionFile",
"ApiVersion": "beta",
"Permissions": [
{
@@ -50681,17 +52614,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Administration",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphGroupPolicyUploadedDefinitionFile",
- "Command": "Get-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFile",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFile",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement.Administration",
"Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles",
+ "OutputType": "IMicrosoftGraphGroupPolicyUploadedDefinitionFile",
"ApiVersion": "beta",
"Permissions": [
{
@@ -50710,17 +52645,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Administration",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileCount",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFile",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement.Administration",
"Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -50739,94 +52675,100 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Administration",
+ "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/definitions/{groupPolicyDefinition-id}",
+ "OutputType": "IMicrosoftGraphGroupPolicyDefinition",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphGroupPolicyDefinition",
- "Command": "Get-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileDefinition",
"Method": "GET",
- "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/definitions/{groupPolicyDefinition-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileDefinition",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Administration",
+ "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/definitions",
+ "OutputType": "IMicrosoftGraphGroupPolicyDefinition",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphGroupPolicyDefinition",
- "Command": "Get-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileDefinition",
"Method": "GET",
- "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/definitions",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileDefinition",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Administration",
+ "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/definitions/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileDefinitionCount",
"Method": "GET",
- "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/definitions/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileDefinitionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Administration",
+ "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/groupPolicyOperations/{groupPolicyOperation-id}",
+ "OutputType": "IMicrosoftGraphGroupPolicyOperation",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphGroupPolicyOperation",
- "Command": "Get-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileGroupPolicyOperation",
"Method": "GET",
- "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/groupPolicyOperations/{groupPolicyOperation-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileGroupPolicyOperation",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Administration",
+ "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/groupPolicyOperations",
+ "OutputType": "IMicrosoftGraphGroupPolicyOperation",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphGroupPolicyOperation",
- "Command": "Get-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileGroupPolicyOperation",
"Method": "GET",
- "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/groupPolicyOperations",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileGroupPolicyOperation",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Administration",
+ "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/groupPolicyOperations/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileGroupPolicyOperationCount",
"Method": "GET",
- "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/groupPolicyOperations/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileGroupPolicyOperationCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Enrollment",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphImportedDeviceIdentity",
- "Command": "Get-MgBetaDeviceManagementImportedDeviceIdentity",
- "Method": "GET",
"Uri": "/deviceManagement/importedDeviceIdentities/{importedDeviceIdentity-id}",
+ "OutputType": "IMicrosoftGraphImportedDeviceIdentity",
"ApiVersion": "beta",
"Permissions": [
{
@@ -50845,17 +52787,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Enrollment",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphImportedDeviceIdentity",
- "Command": "Get-MgBetaDeviceManagementImportedDeviceIdentity",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementImportedDeviceIdentity",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement.Enrollment",
"Uri": "/deviceManagement/importedDeviceIdentities",
+ "OutputType": "IMicrosoftGraphImportedDeviceIdentity",
"ApiVersion": "beta",
"Permissions": [
{
@@ -50874,17 +52818,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Enrollment",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementImportedDeviceIdentityCount",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementImportedDeviceIdentity",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement.Enrollment",
"Uri": "/deviceManagement/importedDeviceIdentities/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -50903,18 +52848,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Enrollment",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphImportedWindowsAutopilotDeviceIdentity",
- "Command": "Get-MgBetaDeviceManagementImportedWindowsAutopilotDeviceIdentity",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementImportedDeviceIdentityCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement.Enrollment",
"Uri": "/deviceManagement/importedWindowsAutopilotDeviceIdentities/{importedWindowsAutopilotDeviceIdentity-id}",
+ "OutputType": "IMicrosoftGraphImportedWindowsAutopilotDeviceIdentity",
"ApiVersion": "beta",
"Permissions": [
{
@@ -50933,17 +52878,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Enrollment",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphImportedWindowsAutopilotDeviceIdentity",
- "Command": "Get-MgBetaDeviceManagementImportedWindowsAutopilotDeviceIdentity",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementImportedWindowsAutopilotDeviceIdentity",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement.Enrollment",
"Uri": "/deviceManagement/importedWindowsAutopilotDeviceIdentities",
+ "OutputType": "IMicrosoftGraphImportedWindowsAutopilotDeviceIdentity",
"ApiVersion": "beta",
"Permissions": [
{
@@ -50962,17 +52909,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Enrollment",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementImportedWindowsAutopilotDeviceIdentityCount",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementImportedWindowsAutopilotDeviceIdentity",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement.Enrollment",
"Uri": "/deviceManagement/importedWindowsAutopilotDeviceIdentities/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -50991,18 +52939,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphDeviceManagementIntent",
- "Command": "Get-MgBetaDeviceManagementIntent",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementImportedWindowsAutopilotDeviceIdentityCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/intents/{deviceManagementIntent-id}",
+ "OutputType": "IMicrosoftGraphDeviceManagementIntent",
"ApiVersion": "beta",
"Permissions": [
{
@@ -51021,17 +52969,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDeviceManagementIntent",
- "Command": "Get-MgBetaDeviceManagementIntent",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementIntent",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/intents",
+ "OutputType": "IMicrosoftGraphDeviceManagementIntent",
"ApiVersion": "beta",
"Permissions": [
{
@@ -51050,18 +53000,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": "IMicrosoftGraphDeviceManagementIntentAssignment",
- "Command": "Get-MgBetaDeviceManagementIntentAssignment",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementIntent",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/assignments/{deviceManagementIntentAssignment-id}",
+ "OutputType": "IMicrosoftGraphDeviceManagementIntentAssignment",
"ApiVersion": "beta",
"Permissions": [
{
@@ -51080,17 +53030,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDeviceManagementIntentAssignment",
- "Command": "Get-MgBetaDeviceManagementIntentAssignment",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementIntentAssignment",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/assignments",
+ "OutputType": "IMicrosoftGraphDeviceManagementIntentAssignment",
"ApiVersion": "beta",
"Permissions": [
{
@@ -51109,18 +53061,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementIntentAssignmentCount",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementIntentAssignment",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/assignments/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -51139,18 +53091,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDeviceManagementIntentSettingCategory",
- "Command": "Get-MgBetaDeviceManagementIntentCategory",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementIntentAssignmentCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}",
+ "OutputType": "IMicrosoftGraphDeviceManagementIntentSettingCategory",
"ApiVersion": "beta",
"Permissions": [
{
@@ -51169,17 +53122,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDeviceManagementIntentSettingCategory",
- "Command": "Get-MgBetaDeviceManagementIntentCategory",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementIntentCategory",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories",
+ "OutputType": "IMicrosoftGraphDeviceManagementIntentSettingCategory",
"ApiVersion": "beta",
"Permissions": [
{
@@ -51198,18 +53153,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementIntentCategoryCount",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementIntentCategory",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -51228,18 +53183,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance",
- "Command": "Get-MgBetaDeviceManagementIntentCategorySetting",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementIntentCategoryCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}/settings/{deviceManagementSettingInstance-id}",
+ "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance",
"ApiVersion": "beta",
"Permissions": [
{
@@ -51258,17 +53214,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance",
- "Command": "Get-MgBetaDeviceManagementIntentCategorySetting",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementIntentCategorySetting",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}/settings",
+ "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance",
"ApiVersion": "beta",
"Permissions": [
{
@@ -51287,18 +53245,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementIntentCategorySettingCount",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementIntentCategorySetting",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}/settings/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -51317,18 +53275,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition",
- "Command": "Get-MgBetaDeviceManagementIntentCategorySettingDefinition",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementIntentCategorySettingCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}/settingDefinitions/{deviceManagementSettingDefinition-id}",
+ "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition",
"ApiVersion": "beta",
"Permissions": [
{
@@ -51347,17 +53306,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition",
- "Command": "Get-MgBetaDeviceManagementIntentCategorySettingDefinition",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementIntentCategorySettingDefinition",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}/settingDefinitions",
+ "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition",
"ApiVersion": "beta",
"Permissions": [
{
@@ -51376,18 +53337,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementIntentCategorySettingDefinitionCount",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementIntentCategorySettingDefinition",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}/settingDefinitions/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -51406,17 +53367,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "Get"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementIntentCount",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementIntentCategorySettingDefinitionCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/intents/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -51435,18 +53398,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Functions",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphDeviceManagementIntentCustomizedSetting",
- "Command": "Get-MgBetaDeviceManagementIntentCustomizedSetting",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementIntentCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement.Functions",
"Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/getCustomizedSettings",
+ "OutputType": "IMicrosoftGraphDeviceManagementIntentCustomizedSetting",
"ApiVersion": "beta",
"Permissions": [
{
@@ -51465,18 +53428,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDeviceManagementIntentDeviceSettingStateSummary",
- "Command": "Get-MgBetaDeviceManagementIntentDeviceSettingStateSummary",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementIntentCustomizedSetting",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceSettingStateSummaries/{deviceManagementIntentDeviceSettingStateSummary-id}",
+ "OutputType": "IMicrosoftGraphDeviceManagementIntentDeviceSettingStateSummary",
"ApiVersion": "beta",
"Permissions": [
{
@@ -51495,17 +53459,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDeviceManagementIntentDeviceSettingStateSummary",
- "Command": "Get-MgBetaDeviceManagementIntentDeviceSettingStateSummary",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementIntentDeviceSettingStateSummary",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceSettingStateSummaries",
+ "OutputType": "IMicrosoftGraphDeviceManagementIntentDeviceSettingStateSummary",
"ApiVersion": "beta",
"Permissions": [
{
@@ -51524,18 +53490,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementIntentDeviceSettingStateSummaryCount",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementIntentDeviceSettingStateSummary",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceSettingStateSummaries/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -51554,18 +53520,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDeviceManagementIntentDeviceState",
- "Command": "Get-MgBetaDeviceManagementIntentDeviceState",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementIntentDeviceSettingStateSummaryCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceStates/{deviceManagementIntentDeviceState-id}",
+ "OutputType": "IMicrosoftGraphDeviceManagementIntentDeviceState",
"ApiVersion": "beta",
"Permissions": [
{
@@ -51584,17 +53551,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDeviceManagementIntentDeviceState",
- "Command": "Get-MgBetaDeviceManagementIntentDeviceState",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementIntentDeviceState",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceStates",
+ "OutputType": "IMicrosoftGraphDeviceManagementIntentDeviceState",
"ApiVersion": "beta",
"Permissions": [
{
@@ -51613,18 +53582,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementIntentDeviceStateCount",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementIntentDeviceState",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceStates/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -51643,18 +53612,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDeviceManagementIntentDeviceStateSummary",
- "Command": "Get-MgBetaDeviceManagementIntentDeviceStateSummary",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementIntentDeviceStateCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceStateSummary",
+ "OutputType": "IMicrosoftGraphDeviceManagementIntentDeviceStateSummary",
"ApiVersion": "beta",
"Permissions": [
{
@@ -51673,18 +53643,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance",
- "Command": "Get-MgBetaDeviceManagementIntentSetting",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementIntentDeviceStateSummary",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/settings/{deviceManagementSettingInstance-id}",
+ "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance",
"ApiVersion": "beta",
"Permissions": [
{
@@ -51703,17 +53674,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance",
- "Command": "Get-MgBetaDeviceManagementIntentSetting",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementIntentSetting",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/settings",
+ "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance",
"ApiVersion": "beta",
"Permissions": [
{
@@ -51732,18 +53705,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementIntentSettingCount",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementIntentSetting",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/settings/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -51762,18 +53735,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDeviceManagementIntentUserState",
- "Command": "Get-MgBetaDeviceManagementIntentUserState",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementIntentSettingCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/userStates/{deviceManagementIntentUserState-id}",
+ "OutputType": "IMicrosoftGraphDeviceManagementIntentUserState",
"ApiVersion": "beta",
"Permissions": [
{
@@ -51792,17 +53766,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDeviceManagementIntentUserState",
- "Command": "Get-MgBetaDeviceManagementIntentUserState",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementIntentUserState",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/userStates",
+ "OutputType": "IMicrosoftGraphDeviceManagementIntentUserState",
"ApiVersion": "beta",
"Permissions": [
{
@@ -51821,18 +53797,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementIntentUserStateCount",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementIntentUserState",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/userStates/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -51851,18 +53827,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDeviceManagementIntentUserStateSummary",
- "Command": "Get-MgBetaDeviceManagementIntentUserStateSummary",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementIntentUserStateCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/userStateSummary",
+ "OutputType": "IMicrosoftGraphDeviceManagementIntentUserStateSummary",
"ApiVersion": "beta",
"Permissions": [
{
@@ -51881,18 +53858,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Administration",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphIntuneBrandingProfile",
- "Command": "Get-MgBetaDeviceManagementIntuneBrandingProfile",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementIntentUserStateSummary",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement.Administration",
"Uri": "/deviceManagement/intuneBrandingProfiles/{intuneBrandingProfile-id}",
+ "OutputType": "IMicrosoftGraphIntuneBrandingProfile",
"ApiVersion": "beta",
"Permissions": [
{
@@ -51911,17 +53889,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Administration",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphIntuneBrandingProfile",
- "Command": "Get-MgBetaDeviceManagementIntuneBrandingProfile",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementIntuneBrandingProfile",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement.Administration",
"Uri": "/deviceManagement/intuneBrandingProfiles",
+ "OutputType": "IMicrosoftGraphIntuneBrandingProfile",
"ApiVersion": "beta",
"Permissions": [
{
@@ -51940,18 +53920,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Administration",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": "IMicrosoftGraphIntuneBrandingProfileAssignment",
- "Command": "Get-MgBetaDeviceManagementIntuneBrandingProfileAssignment",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementIntuneBrandingProfile",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement.Administration",
"Uri": "/deviceManagement/intuneBrandingProfiles/{intuneBrandingProfile-id}/assignments/{intuneBrandingProfileAssignment-id}",
+ "OutputType": "IMicrosoftGraphIntuneBrandingProfileAssignment",
"ApiVersion": "beta",
"Permissions": [
{
@@ -51970,17 +53950,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Administration",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphIntuneBrandingProfileAssignment",
- "Command": "Get-MgBetaDeviceManagementIntuneBrandingProfileAssignment",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementIntuneBrandingProfileAssignment",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement.Administration",
"Uri": "/deviceManagement/intuneBrandingProfiles/{intuneBrandingProfile-id}/assignments",
+ "OutputType": "IMicrosoftGraphIntuneBrandingProfileAssignment",
"ApiVersion": "beta",
"Permissions": [
{
@@ -51999,18 +53981,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Administration",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementIntuneBrandingProfileAssignmentCount",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementIntuneBrandingProfileAssignment",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement.Administration",
"Uri": "/deviceManagement/intuneBrandingProfiles/{intuneBrandingProfile-id}/assignments/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -52029,17 +54011,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Administration",
+ ],
"Variants": [
- "Get"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementIntuneBrandingProfileCount",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementIntuneBrandingProfileAssignmentCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement.Administration",
"Uri": "/deviceManagement/intuneBrandingProfiles/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -52058,18 +54042,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Administration",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphIosUpdateDeviceStatus",
- "Command": "Get-MgBetaDeviceManagementIoUpdateStatus",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementIntuneBrandingProfileCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement.Administration",
"Uri": "/deviceManagement/iosUpdateStatuses/{iosUpdateDeviceStatus-id}",
+ "OutputType": "IMicrosoftGraphIosUpdateDeviceStatus",
"ApiVersion": "beta",
"Permissions": [
{
@@ -52088,17 +54072,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Administration",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphIosUpdateDeviceStatus",
- "Command": "Get-MgBetaDeviceManagementIoUpdateStatus",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementIoUpdateStatus",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement.Administration",
"Uri": "/deviceManagement/iosUpdateStatuses",
+ "OutputType": "IMicrosoftGraphIosUpdateDeviceStatus",
"ApiVersion": "beta",
"Permissions": [
{
@@ -52117,17 +54103,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Administration",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementIoUpdateStatusCount",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementIoUpdateStatus",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement.Administration",
"Uri": "/deviceManagement/iosUpdateStatuses/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -52146,18 +54133,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphMacOSSoftwareUpdateAccountSummary",
- "Command": "Get-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummary",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementIoUpdateStatusCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}",
+ "OutputType": "IMicrosoftGraphMacOSSoftwareUpdateAccountSummary",
"ApiVersion": "beta",
"Permissions": [
{
@@ -52176,17 +54163,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMacOSSoftwareUpdateAccountSummary",
- "Command": "Get-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummary",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummary",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries",
+ "OutputType": "IMicrosoftGraphMacOSSoftwareUpdateAccountSummary",
"ApiVersion": "beta",
"Permissions": [
{
@@ -52205,18 +54194,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": "IMicrosoftGraphMacOSSoftwareUpdateCategorySummary",
- "Command": "Get-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummary",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummary",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}/categorySummaries/{macOSSoftwareUpdateCategorySummary-id}",
+ "OutputType": "IMicrosoftGraphMacOSSoftwareUpdateCategorySummary",
"ApiVersion": "beta",
"Permissions": [
{
@@ -52235,17 +54224,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMacOSSoftwareUpdateCategorySummary",
- "Command": "Get-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummary",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummary",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}/categorySummaries",
+ "OutputType": "IMicrosoftGraphMacOSSoftwareUpdateCategorySummary",
"ApiVersion": "beta",
"Permissions": [
{
@@ -52264,18 +54255,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummaryCount",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummary",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}/categorySummaries/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -52294,18 +54285,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMacOSSoftwareUpdateStateSummary",
- "Command": "Get-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummaryUpdateStateSummary",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummaryCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}/categorySummaries/{macOSSoftwareUpdateCategorySummary-id}/updateStateSummaries/{macOSSoftwareUpdateStateSummary-id}",
+ "OutputType": "IMicrosoftGraphMacOSSoftwareUpdateStateSummary",
"ApiVersion": "beta",
"Permissions": [
{
@@ -52324,17 +54316,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMacOSSoftwareUpdateStateSummary",
- "Command": "Get-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummaryUpdateStateSummary",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummaryUpdateStateSummary",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}/categorySummaries/{macOSSoftwareUpdateCategorySummary-id}/updateStateSummaries",
+ "OutputType": "IMicrosoftGraphMacOSSoftwareUpdateStateSummary",
"ApiVersion": "beta",
"Permissions": [
{
@@ -52353,18 +54347,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummaryUpdateStateSummaryCount",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummaryUpdateStateSummary",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}/categorySummaries/{macOSSoftwareUpdateCategorySummary-id}/updateStateSummaries/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -52383,17 +54377,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "Get"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCount",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummaryUpdateStateSummaryCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -52412,18 +54408,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphManagedDevice",
- "Command": "Get-MgBetaDeviceManagementManagedDevice",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/managedDevices/{managedDevice-id}",
+ "OutputType": "IMicrosoftGraphManagedDevice",
"ApiVersion": "beta",
"Permissions": [
{
@@ -52458,17 +54454,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphManagedDevice",
- "Command": "Get-MgBetaDeviceManagementManagedDevice",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementManagedDevice",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/managedDevices",
+ "OutputType": "IMicrosoftGraphManagedDevice",
"ApiVersion": "beta",
"Permissions": [
{
@@ -52503,119 +54501,127 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementManagedDevice",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement",
+ "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/{assignmentFilterEvaluationStatusDetails-id}",
+ "OutputType": "IMicrosoftGraphAssignmentFilterEvaluationStatusDetails",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAssignmentFilterEvaluationStatusDetails",
- "Command": "Get-MgBetaDeviceManagementManagedDeviceAssignmentFilterEvaluationStatusDetail",
"Method": "GET",
- "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/{assignmentFilterEvaluationStatusDetails-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementManagedDeviceAssignmentFilterEvaluationStatusDetail",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement",
+ "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails",
+ "OutputType": "IMicrosoftGraphAssignmentFilterEvaluationStatusDetails",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphAssignmentFilterEvaluationStatusDetails",
- "Command": "Get-MgBetaDeviceManagementManagedDeviceAssignmentFilterEvaluationStatusDetail",
"Method": "GET",
- "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementManagedDeviceAssignmentFilterEvaluationStatusDetail",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement",
+ "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementManagedDeviceAssignmentFilterEvaluationStatusDetailCount",
"Method": "GET",
- "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementManagedDeviceAssignmentFilterEvaluationStatusDetailCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement",
+ "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCategory",
+ "OutputType": "IMicrosoftGraphDeviceCategory",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDeviceCategory",
- "Command": "Get-MgBetaDeviceManagementManagedDeviceCategory",
"Method": "GET",
- "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCategory",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementManagedDeviceCategory",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement",
+ "Uri": "/deviceManagement/managedDeviceCleanupRules/{managedDeviceCleanupRule-id}",
+ "OutputType": "IMicrosoftGraphManagedDeviceCleanupRule",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphManagedDeviceCleanupRule",
- "Command": "Get-MgBetaDeviceManagementManagedDeviceCleanupRule",
"Method": "GET",
- "Uri": "/deviceManagement/managedDeviceCleanupRules/{managedDeviceCleanupRule-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementManagedDeviceCleanupRule",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement",
+ "Uri": "/deviceManagement/managedDeviceCleanupRules",
+ "OutputType": "IMicrosoftGraphManagedDeviceCleanupRule",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphManagedDeviceCleanupRule",
- "Command": "Get-MgBetaDeviceManagementManagedDeviceCleanupRule",
"Method": "GET",
- "Uri": "/deviceManagement/managedDeviceCleanupRules",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementManagedDeviceCleanupRule",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement",
+ "Uri": "/deviceManagement/managedDeviceCleanupRules/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementManagedDeviceCleanupRuleCount",
"Method": "GET",
- "Uri": "/deviceManagement/managedDeviceCleanupRules/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementManagedDeviceCleanupRuleCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Functions",
+ "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/getCloudPcRemoteActionResults",
+ "OutputType": "IMicrosoftGraphCloudPcRemoteActionResult",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphCloudPcRemoteActionResult",
- "Command": "Get-MgBetaDeviceManagementManagedDeviceCloudPcRemoteActionResult",
"Method": "GET",
- "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/getCloudPcRemoteActionResults",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementManagedDeviceCloudPcRemoteActionResult",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Functions",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphCloudPcReviewStatus",
- "Command": "Get-MgBetaDeviceManagementManagedDeviceCloudPcReviewStatus",
- "Method": "GET",
"Uri": "/deviceManagement/managedDevices/{managedDevice-id}/getCloudPcReviewStatus",
+ "OutputType": "IMicrosoftGraphCloudPcReviewStatus",
"ApiVersion": "beta",
"Permissions": [
{
@@ -52634,93 +54640,101 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementManagedDeviceCloudPcReviewStatus",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement",
+ "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}",
+ "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState",
- "Command": "Get-MgBetaDeviceManagementManagedDeviceCompliancePolicyState",
"Method": "GET",
- "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementManagedDeviceCompliancePolicyState",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement",
+ "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates",
+ "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState",
- "Command": "Get-MgBetaDeviceManagementManagedDeviceCompliancePolicyState",
"Method": "GET",
- "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementManagedDeviceCompliancePolicyState",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement",
+ "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementManagedDeviceCompliancePolicyStateCount",
"Method": "GET",
- "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementManagedDeviceCompliancePolicyStateCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement",
+ "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}",
+ "OutputType": "IMicrosoftGraphDeviceConfigurationState",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDeviceConfigurationState",
- "Command": "Get-MgBetaDeviceManagementManagedDeviceConfigurationState",
"Method": "GET",
- "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementManagedDeviceConfigurationState",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement",
+ "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates",
+ "OutputType": "IMicrosoftGraphDeviceConfigurationState",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphDeviceConfigurationState",
- "Command": "Get-MgBetaDeviceManagementManagedDeviceConfigurationState",
"Method": "GET",
- "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementManagedDeviceConfigurationState",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement",
+ "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementManagedDeviceConfigurationStateCount",
"Method": "GET",
- "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementManagedDeviceConfigurationStateCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement",
- "Variants": [
- "Get"
- ],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementManagedDeviceCount",
- "Method": "GET",
"Uri": "/deviceManagement/managedDevices/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -52755,56 +54769,59 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementManagedDeviceCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement",
+ "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/detectedApps/{detectedApp-id}",
+ "OutputType": "IMicrosoftGraphDetectedApp",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDetectedApp",
- "Command": "Get-MgBetaDeviceManagementManagedDeviceDetectedApp",
"Method": "GET",
- "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/detectedApps/{detectedApp-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementManagedDeviceDetectedApp",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement",
+ "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/detectedApps",
+ "OutputType": "IMicrosoftGraphDetectedApp",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphDetectedApp",
- "Command": "Get-MgBetaDeviceManagementManagedDeviceDetectedApp",
"Method": "GET",
- "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/detectedApps",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementManagedDeviceDetectedApp",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement",
+ "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/detectedApps/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementManagedDeviceDetectedAppCount",
"Method": "GET",
- "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/detectedApps/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementManagedDeviceDetectedAppCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphManagedDeviceEncryptionState",
- "Command": "Get-MgBetaDeviceManagementManagedDeviceEncryptionState",
- "Method": "GET",
"Uri": "/deviceManagement/managedDeviceEncryptionStates/{managedDeviceEncryptionState-id}",
+ "OutputType": "IMicrosoftGraphManagedDeviceEncryptionState",
"ApiVersion": "beta",
"Permissions": [
{
@@ -52823,17 +54840,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphManagedDeviceEncryptionState",
- "Command": "Get-MgBetaDeviceManagementManagedDeviceEncryptionState",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementManagedDeviceEncryptionState",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/managedDeviceEncryptionStates",
+ "OutputType": "IMicrosoftGraphManagedDeviceEncryptionState",
"ApiVersion": "beta",
"Permissions": [
{
@@ -52852,17 +54871,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementManagedDeviceEncryptionStateCount",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementManagedDeviceEncryptionState",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/managedDeviceEncryptionStates/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -52881,18 +54901,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Functions",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementManagedDeviceFileVaultKey",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementManagedDeviceEncryptionStateCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement.Functions",
"Uri": "/deviceManagement/managedDevices/{managedDevice-id}/getFileVaultKey",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -52927,144 +54947,156 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementManagedDeviceFileVaultKey",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement",
+ "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceHealthScriptStates/id='{id}',policyId='{policyId}',deviceId='{deviceId}'",
+ "OutputType": "IMicrosoftGraphDeviceHealthScriptPolicyState",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDeviceHealthScriptPolicyState",
- "Command": "Get-MgBetaDeviceManagementManagedDeviceHealthScriptState",
"Method": "GET",
- "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceHealthScriptStates/id='{id}',policyId='{policyId}',deviceId='{deviceId}'",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementManagedDeviceHealthScriptState",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement",
+ "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceHealthScriptStates",
+ "OutputType": "IMicrosoftGraphDeviceHealthScriptPolicyState",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphDeviceHealthScriptPolicyState",
- "Command": "Get-MgBetaDeviceManagementManagedDeviceHealthScriptState",
"Method": "GET",
- "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceHealthScriptStates",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementManagedDeviceHealthScriptState",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement",
+ "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceHealthScriptStates/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementManagedDeviceHealthScriptStateCount",
"Method": "GET",
- "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceHealthScriptStates/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementManagedDeviceHealthScriptStateCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement",
+ "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}",
+ "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse",
- "Command": "Get-MgBetaDeviceManagementManagedDeviceLogCollectionRequest",
"Method": "GET",
- "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementManagedDeviceLogCollectionRequest",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement",
+ "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/logCollectionRequests",
+ "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse",
- "Command": "Get-MgBetaDeviceManagementManagedDeviceLogCollectionRequest",
"Method": "GET",
- "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/logCollectionRequests",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementManagedDeviceLogCollectionRequest",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement",
+ "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/logCollectionRequests/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementManagedDeviceLogCollectionRequestCount",
"Method": "GET",
- "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/logCollectionRequests/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementManagedDeviceLogCollectionRequestCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement",
+ "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates/{managedDeviceMobileAppConfigurationState-id}",
+ "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationState",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationState",
- "Command": "Get-MgBetaDeviceManagementManagedDeviceMobileAppConfigurationState",
"Method": "GET",
- "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates/{managedDeviceMobileAppConfigurationState-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementManagedDeviceMobileAppConfigurationState",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement",
+ "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates",
+ "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationState",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationState",
- "Command": "Get-MgBetaDeviceManagementManagedDeviceMobileAppConfigurationState",
"Method": "GET",
- "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementManagedDeviceMobileAppConfigurationState",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement",
+ "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementManagedDeviceMobileAppConfigurationStateCount",
"Method": "GET",
- "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementManagedDeviceMobileAppConfigurationStateCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Functions",
+ "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/getNonCompliantSettings",
+ "OutputType": "IMicrosoftGraphDeviceCompliancePolicySettingState",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDeviceCompliancePolicySettingState",
- "Command": "Get-MgBetaDeviceManagementManagedDeviceNonCompliantSetting",
"Method": "GET",
- "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/getNonCompliantSettings",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementManagedDeviceNonCompliantSetting",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement",
- "Variants": [
- "Get"
- ],
- "OutputType": "IMicrosoftGraphManagedDeviceOverview",
- "Command": "Get-MgBetaDeviceManagementManagedDeviceOverview",
- "Method": "GET",
"Uri": "/deviceManagement/managedDeviceOverview",
+ "OutputType": "IMicrosoftGraphManagedDeviceOverview",
"ApiVersion": "beta",
"Permissions": [
{
@@ -53099,157 +55131,168 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementManagedDeviceOverview",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement",
+ "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}",
+ "OutputType": "IMicrosoftGraphSecurityBaselineState",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSecurityBaselineState",
- "Command": "Get-MgBetaDeviceManagementManagedDeviceSecurityBaselineState",
"Method": "GET",
- "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementManagedDeviceSecurityBaselineState",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement",
+ "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates",
+ "OutputType": "IMicrosoftGraphSecurityBaselineState",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphSecurityBaselineState",
- "Command": "Get-MgBetaDeviceManagementManagedDeviceSecurityBaselineState",
"Method": "GET",
- "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementManagedDeviceSecurityBaselineState",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement",
+ "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementManagedDeviceSecurityBaselineStateCount",
"Method": "GET",
- "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementManagedDeviceSecurityBaselineStateCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement",
+ "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates/{securityBaselineSettingState-id}",
+ "OutputType": "IMicrosoftGraphSecurityBaselineSettingState",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSecurityBaselineSettingState",
- "Command": "Get-MgBetaDeviceManagementManagedDeviceSecurityBaselineStateSettingState",
"Method": "GET",
- "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates/{securityBaselineSettingState-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementManagedDeviceSecurityBaselineStateSettingState",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement",
+ "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates",
+ "OutputType": "IMicrosoftGraphSecurityBaselineSettingState",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphSecurityBaselineSettingState",
- "Command": "Get-MgBetaDeviceManagementManagedDeviceSecurityBaselineStateSettingState",
"Method": "GET",
- "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementManagedDeviceSecurityBaselineStateSettingState",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement",
+ "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementManagedDeviceSecurityBaselineStateSettingStateCount",
"Method": "GET",
- "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementManagedDeviceSecurityBaselineStateSettingStateCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement",
+ "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/users",
+ "OutputType": "IMicrosoftGraphUser",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphUser",
- "Command": "Get-MgBetaDeviceManagementManagedDeviceUser",
"Method": "GET",
- "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/users",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementManagedDeviceUser",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement",
+ "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState",
+ "OutputType": "IMicrosoftGraphWindowsProtectionState",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphWindowsProtectionState",
- "Command": "Get-MgBetaDeviceManagementManagedDeviceWindowsProtectionState",
"Method": "GET",
- "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementManagedDeviceWindowsProtectionState",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement",
+ "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}",
+ "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState",
- "Command": "Get-MgBetaDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareState",
"Method": "GET",
- "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareState",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement",
+ "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState",
+ "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState",
- "Command": "Get-MgBetaDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareState",
"Method": "GET",
- "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareState",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement",
+ "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareStateCount",
"Method": "GET",
- "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareStateCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphMicrosoftTunnelConfiguration",
- "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelConfiguration",
- "Method": "GET",
"Uri": "/deviceManagement/microsoftTunnelConfigurations/{microsoftTunnelConfiguration-id}",
+ "OutputType": "IMicrosoftGraphMicrosoftTunnelConfiguration",
"ApiVersion": "beta",
"Permissions": [
{
@@ -53268,17 +55311,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMicrosoftTunnelConfiguration",
- "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelConfiguration",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelConfiguration",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/microsoftTunnelConfigurations",
+ "OutputType": "IMicrosoftGraphMicrosoftTunnelConfiguration",
"ApiVersion": "beta",
"Permissions": [
{
@@ -53297,17 +55342,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelConfigurationCount",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelConfiguration",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/microsoftTunnelConfigurations/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -53326,18 +55372,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphMicrosoftTunnelHealthThreshold",
- "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelHealthThreshold",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelConfigurationCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/microsoftTunnelHealthThresholds/{microsoftTunnelHealthThreshold-id}",
+ "OutputType": "IMicrosoftGraphMicrosoftTunnelHealthThreshold",
"ApiVersion": "beta",
"Permissions": [
{
@@ -53356,17 +55402,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMicrosoftTunnelHealthThreshold",
- "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelHealthThreshold",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelHealthThreshold",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/microsoftTunnelHealthThresholds",
+ "OutputType": "IMicrosoftGraphMicrosoftTunnelHealthThreshold",
"ApiVersion": "beta",
"Permissions": [
{
@@ -53385,17 +55433,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelHealthThresholdCount",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelHealthThreshold",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/microsoftTunnelHealthThresholds/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -53414,18 +55463,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphMicrosoftTunnelServerLogCollectionResponse",
- "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelServerLogCollectionResponse",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelHealthThresholdCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/microsoftTunnelServerLogCollectionResponses/{microsoftTunnelServerLogCollectionResponse-id}",
+ "OutputType": "IMicrosoftGraphMicrosoftTunnelServerLogCollectionResponse",
"ApiVersion": "beta",
"Permissions": [
{
@@ -53444,17 +55493,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMicrosoftTunnelServerLogCollectionResponse",
- "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelServerLogCollectionResponse",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelServerLogCollectionResponse",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/microsoftTunnelServerLogCollectionResponses",
+ "OutputType": "IMicrosoftGraphMicrosoftTunnelServerLogCollectionResponse",
"ApiVersion": "beta",
"Permissions": [
{
@@ -53473,17 +55524,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelServerLogCollectionResponseCount",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelServerLogCollectionResponse",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/microsoftTunnelServerLogCollectionResponses/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -53502,18 +55554,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphMicrosoftTunnelSite",
- "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelSite",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelServerLogCollectionResponseCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}",
+ "OutputType": "IMicrosoftGraphMicrosoftTunnelSite",
"ApiVersion": "beta",
"Permissions": [
{
@@ -53532,17 +55584,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMicrosoftTunnelSite",
- "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelSite",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelSite",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/microsoftTunnelSites",
+ "OutputType": "IMicrosoftGraphMicrosoftTunnelSite",
"ApiVersion": "beta",
"Permissions": [
{
@@ -53561,17 +55615,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelSiteCount",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelSite",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/microsoftTunnelSites/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -53590,18 +55645,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphMicrosoftTunnelConfiguration",
- "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelConfiguration",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelSiteCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelConfiguration",
+ "OutputType": "IMicrosoftGraphMicrosoftTunnelConfiguration",
"ApiVersion": "beta",
"Permissions": [
{
@@ -53620,18 +55675,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMicrosoftTunnelServer",
- "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServer",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelConfiguration",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelServers/{microsoftTunnelServer-id}",
+ "OutputType": "IMicrosoftGraphMicrosoftTunnelServer",
"ApiVersion": "beta",
"Permissions": [
{
@@ -53650,17 +55706,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMicrosoftTunnelServer",
- "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServer",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServer",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelServers",
+ "OutputType": "IMicrosoftGraphMicrosoftTunnelServer",
"ApiVersion": "beta",
"Permissions": [
{
@@ -53679,18 +55737,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServerCount",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServer",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelServers/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -53709,20 +55767,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Actions",
+ ],
"Variants": [
"Get",
- "GetExpanded",
- "GetViaIdentity",
- "GetViaIdentityExpanded"
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphKeyLongValuePair",
- "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServerHealthMetric",
- "Method": "POST",
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServerCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement.Actions",
"Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelServers/{microsoftTunnelServer-id}/getHealthMetrics",
+ "OutputType": "IMicrosoftGraphKeyLongValuePair",
"ApiVersion": "beta",
"Permissions": [
{
@@ -53741,20 +55798,21 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Actions",
+ ],
"Variants": [
"Get",
"GetExpanded",
"GetViaIdentity",
"GetViaIdentityExpanded"
],
- "OutputType": "IMicrosoftGraphMetricTimeSeriesDataPoint",
- "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServerHealthMetricTimeSeries",
"Method": "POST",
+ "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServerHealthMetric",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement.Actions",
"Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelServers/{microsoftTunnelServer-id}/getHealthMetricTimeSeries",
+ "OutputType": "IMicrosoftGraphMetricTimeSeriesDataPoint",
"ApiVersion": "beta",
"Permissions": [
{
@@ -53773,18 +55831,21 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
"Get",
- "GetViaIdentity"
+ "GetExpanded",
+ "GetViaIdentity",
+ "GetViaIdentityExpanded"
],
- "OutputType": "IMicrosoftGraphMobileAppTroubleshootingEvent",
- "Command": "Get-MgBetaDeviceManagementMobileAppTroubleshootingEvent",
- "Method": "GET",
+ "Method": "POST",
+ "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServerHealthMetricTimeSeries",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}",
+ "OutputType": "IMicrosoftGraphMobileAppTroubleshootingEvent",
"ApiVersion": "beta",
"Permissions": [
{
@@ -53803,17 +55864,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMobileAppTroubleshootingEvent",
- "Command": "Get-MgBetaDeviceManagementMobileAppTroubleshootingEvent",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementMobileAppTroubleshootingEvent",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/mobileAppTroubleshootingEvents",
+ "OutputType": "IMicrosoftGraphMobileAppTroubleshootingEvent",
"ApiVersion": "beta",
"Permissions": [
{
@@ -53832,18 +55895,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": "IMicrosoftGraphAppLogCollectionRequest",
- "Command": "Get-MgBetaDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequest",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementMobileAppTroubleshootingEvent",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/{appLogCollectionRequest-id}",
+ "OutputType": "IMicrosoftGraphAppLogCollectionRequest",
"ApiVersion": "beta",
"Permissions": [
{
@@ -53878,17 +55941,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAppLogCollectionRequest",
- "Command": "Get-MgBetaDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequest",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequest",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests",
+ "OutputType": "IMicrosoftGraphAppLogCollectionRequest",
"ApiVersion": "beta",
"Permissions": [
{
@@ -53923,18 +55988,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequestCount",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequest",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -53969,17 +56034,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "Get"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementMobileAppTroubleshootingEventCount",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequestCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/mobileAppTroubleshootingEvents/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -53998,18 +56065,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Administration",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphMobileThreatDefenseConnector",
- "Command": "Get-MgBetaDeviceManagementMobileThreatDefenseConnector",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementMobileAppTroubleshootingEventCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement.Administration",
"Uri": "/deviceManagement/mobileThreatDefenseConnectors/{mobileThreatDefenseConnector-id}",
+ "OutputType": "IMicrosoftGraphMobileThreatDefenseConnector",
"ApiVersion": "beta",
"Permissions": [
{
@@ -54044,17 +56111,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Administration",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMobileThreatDefenseConnector",
- "Command": "Get-MgBetaDeviceManagementMobileThreatDefenseConnector",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementMobileThreatDefenseConnector",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement.Administration",
"Uri": "/deviceManagement/mobileThreatDefenseConnectors",
+ "OutputType": "IMicrosoftGraphMobileThreatDefenseConnector",
"ApiVersion": "beta",
"Permissions": [
{
@@ -54089,17 +56158,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Administration",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementMobileThreatDefenseConnectorCount",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementMobileThreatDefenseConnector",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement.Administration",
"Uri": "/deviceManagement/mobileThreatDefenseConnectors/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -54134,30 +56204,31 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
"Get"
],
- "OutputType": "IMicrosoftGraphDeviceManagementMonitoring",
- "Command": "Get-MgBetaDeviceManagementMonitoring",
"Method": "GET",
- "Uri": "/deviceManagement/monitoring",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementMobileThreatDefenseConnectorCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement",
+ "Uri": "/deviceManagement/monitoring",
+ "OutputType": "IMicrosoftGraphDeviceManagementMonitoring",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphDeviceManagementAlertRecord",
- "Command": "Get-MgBetaDeviceManagementMonitoringAlertRecord",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementMonitoring",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/monitoring/alertRecords/{alertRecord-id}",
+ "OutputType": "IMicrosoftGraphDeviceManagementAlertRecord",
"ApiVersion": "beta",
"Permissions": [
{
@@ -54176,17 +56247,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDeviceManagementAlertRecord",
- "Command": "Get-MgBetaDeviceManagementMonitoringAlertRecord",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementMonitoringAlertRecord",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/devicemanagement-alertrecord-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/monitoring/alertRecords",
+ "OutputType": "IMicrosoftGraphDeviceManagementAlertRecord",
"ApiVersion": "beta",
"Permissions": [
{
@@ -54205,17 +56278,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementMonitoringAlertRecordCount",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementMonitoringAlertRecord",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/devicemanagement-alertrecord-list?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/monitoring/alertRecords/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -54234,17 +56308,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Functions",
+ ],
"Variants": [
"Get"
],
- "OutputType": "IMicrosoftGraphDeviceManagementPortalNotification",
- "Command": "Get-MgBetaDeviceManagementMonitoringAlertRecordPortalNotification",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementMonitoringAlertRecordCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement.Functions",
"Uri": "/deviceManagement/monitoring/alertRecords/getPortalNotifications",
+ "OutputType": "IMicrosoftGraphDeviceManagementPortalNotification",
"ApiVersion": "beta",
"Permissions": [
{
@@ -54263,18 +56338,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphDeviceManagementAlertRule",
- "Command": "Get-MgBetaDeviceManagementMonitoringAlertRule",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementMonitoringAlertRecordPortalNotification",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/monitoring/alertRules/{alertRule-id}",
+ "OutputType": "IMicrosoftGraphDeviceManagementAlertRule",
"ApiVersion": "beta",
"Permissions": [
{
@@ -54293,17 +56368,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDeviceManagementAlertRule",
- "Command": "Get-MgBetaDeviceManagementMonitoringAlertRule",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementMonitoringAlertRule",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/devicemanagement-alertrule-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/monitoring/alertRules",
+ "OutputType": "IMicrosoftGraphDeviceManagementAlertRule",
"ApiVersion": "beta",
"Permissions": [
{
@@ -54322,17 +56399,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementMonitoringAlertRuleCount",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementMonitoringAlertRule",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/devicemanagement-alertrule-list?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/monitoring/alertRules/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -54351,18 +56429,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Administration",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphNdesConnector",
- "Command": "Get-MgBetaDeviceManagementNdeConnector",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementMonitoringAlertRuleCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement.Administration",
"Uri": "/deviceManagement/ndesConnectors/{ndesConnector-id}",
+ "OutputType": "IMicrosoftGraphNdesConnector",
"ApiVersion": "beta",
"Permissions": [
{
@@ -54381,17 +56459,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Administration",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphNdesConnector",
- "Command": "Get-MgBetaDeviceManagementNdeConnector",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementNdeConnector",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement.Administration",
"Uri": "/deviceManagement/ndesConnectors",
+ "OutputType": "IMicrosoftGraphNdesConnector",
"ApiVersion": "beta",
"Permissions": [
{
@@ -54410,17 +56490,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Administration",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementNdeConnectorCount",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementNdeConnector",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement.Administration",
"Uri": "/deviceManagement/ndesConnectors/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -54439,18 +56520,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphNotificationMessageTemplate",
- "Command": "Get-MgBetaDeviceManagementNotificationMessageTemplate",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementNdeConnectorCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}",
+ "OutputType": "IMicrosoftGraphNotificationMessageTemplate",
"ApiVersion": "beta",
"Permissions": [
{
@@ -54469,17 +56550,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphNotificationMessageTemplate",
- "Command": "Get-MgBetaDeviceManagementNotificationMessageTemplate",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementNotificationMessageTemplate",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/notificationMessageTemplates",
+ "OutputType": "IMicrosoftGraphNotificationMessageTemplate",
"ApiVersion": "beta",
"Permissions": [
{
@@ -54498,17 +56581,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementNotificationMessageTemplateCount",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementNotificationMessageTemplate",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/notificationMessageTemplates/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -54527,18 +56611,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphLocalizedNotificationMessage",
- "Command": "Get-MgBetaDeviceManagementNotificationMessageTemplateLocalizedNotificationMessage",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementNotificationMessageTemplateCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages/{localizedNotificationMessage-id}",
+ "OutputType": "IMicrosoftGraphLocalizedNotificationMessage",
"ApiVersion": "beta",
"Permissions": [
{
@@ -54557,17 +56641,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphLocalizedNotificationMessage",
- "Command": "Get-MgBetaDeviceManagementNotificationMessageTemplateLocalizedNotificationMessage",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementNotificationMessageTemplateLocalizedNotificationMessage",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages",
+ "OutputType": "IMicrosoftGraphLocalizedNotificationMessage",
"ApiVersion": "beta",
"Permissions": [
{
@@ -54586,18 +56672,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementNotificationMessageTemplateLocalizedNotificationMessageCount",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementNotificationMessageTemplateLocalizedNotificationMessage",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -54616,18 +56702,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Functions",
+ ],
"Variants": [
"Get",
- "Retrieve"
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphOperationApprovalPolicySet",
- "Command": "Get-MgBetaDeviceManagementOperationApprovalPolicyApprovableOperation",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementNotificationMessageTemplateLocalizedNotificationMessageCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement.Functions",
"Uri": "/deviceManagement/operationApprovalPolicies/getApprovableOperations",
+ "OutputType": "IMicrosoftGraphOperationApprovalPolicySet",
"ApiVersion": "beta",
"Permissions": [
{
@@ -54662,18 +56749,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Functions",
+ ],
"Variants": [
"Get",
"Retrieve"
],
- "OutputType": "IMicrosoftGraphOperationApprovalPolicySet",
- "Command": "Get-MgBetaDeviceManagementOperationApprovalPolicyOperationRequiringApproval",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementOperationApprovalPolicyApprovableOperation",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement.Functions",
"Uri": "/deviceManagement/operationApprovalPolicies/getOperationsRequiringApproval",
+ "OutputType": "IMicrosoftGraphOperationApprovalPolicySet",
"ApiVersion": "beta",
"Permissions": [
{
@@ -54708,17 +56796,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Functions",
+ ],
"Variants": [
+ "Get",
"Retrieve"
],
- "OutputType": "IMicrosoftGraphOperationApprovalRequest",
- "Command": "Get-MgBetaDeviceManagementOperationApprovalRequestMyRequest",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementOperationApprovalPolicyOperationRequiringApproval",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement.Functions",
"Uri": "/deviceManagement/operationApprovalRequests/retrieveMyRequests",
+ "OutputType": "IMicrosoftGraphOperationApprovalRequest",
"ApiVersion": "beta",
"Permissions": [
{
@@ -54753,18 +56843,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Functions",
+ ],
"Variants": [
- "Retrieve",
- "RetrieveViaIdentity"
+ "Retrieve"
],
- "OutputType": "IMicrosoftGraphOperationApprovalRequest",
- "Command": "Get-MgBetaDeviceManagementOperationApprovalRequestMyRequestById",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementOperationApprovalRequestMyRequest",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement.Functions",
"Uri": "/deviceManagement/operationApprovalRequests/retrieveMyRequestById(id='{id}')",
+ "OutputType": "IMicrosoftGraphOperationApprovalRequest",
"ApiVersion": "beta",
"Permissions": [
{
@@ -54799,31 +56889,33 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Retrieve",
+ "RetrieveViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementOperationApprovalRequestMyRequestById",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Actions",
+ "Uri": "/deviceManagement/operationApprovalRequests/retrieveRequestStatus",
+ "OutputType": "IMicrosoftGraphOperationApprovalRequestEntityStatus",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Retrieve",
"RetrieveExpanded"
],
- "OutputType": "IMicrosoftGraphOperationApprovalRequestEntityStatus",
- "Command": "Get-MgBetaDeviceManagementOperationApprovalRequestStatus",
"Method": "POST",
- "Uri": "/deviceManagement/operationApprovalRequests/retrieveRequestStatus",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementOperationApprovalRequestStatus",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Administration",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphDeviceManagementPartner",
- "Command": "Get-MgBetaDeviceManagementPartner",
- "Method": "GET",
"Uri": "/deviceManagement/deviceManagementPartners/{deviceManagementPartner-id}",
+ "OutputType": "IMicrosoftGraphDeviceManagementPartner",
"ApiVersion": "beta",
"Permissions": [
{
@@ -54858,17 +56950,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Administration",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDeviceManagementPartner",
- "Command": "Get-MgBetaDeviceManagementPartner",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementPartner",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement.Administration",
"Uri": "/deviceManagement/deviceManagementPartners",
+ "OutputType": "IMicrosoftGraphDeviceManagementPartner",
"ApiVersion": "beta",
"Permissions": [
{
@@ -54903,17 +56997,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Administration",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementPartnerCount",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementPartner",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement.Administration",
"Uri": "/deviceManagement/deviceManagementPartners/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -54948,18 +57043,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphRemoteActionAudit",
- "Command": "Get-MgBetaDeviceManagementRemoteActionAudit",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementPartnerCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/remoteActionAudits/{remoteActionAudit-id}",
+ "OutputType": "IMicrosoftGraphRemoteActionAudit",
"ApiVersion": "beta",
"Permissions": [
{
@@ -54994,17 +57089,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphRemoteActionAudit",
- "Command": "Get-MgBetaDeviceManagementRemoteActionAudit",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementRemoteActionAudit",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/remoteActionAudits",
+ "OutputType": "IMicrosoftGraphRemoteActionAudit",
"ApiVersion": "beta",
"Permissions": [
{
@@ -55039,17 +57136,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementRemoteActionAuditCount",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementRemoteActionAudit",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/remoteActionAudits/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -55084,18 +57182,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Administration",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphRemoteAssistancePartner",
- "Command": "Get-MgBetaDeviceManagementRemoteAssistancePartner",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementRemoteActionAuditCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement.Administration",
"Uri": "/deviceManagement/remoteAssistancePartners/{remoteAssistancePartner-id}",
+ "OutputType": "IMicrosoftGraphRemoteAssistancePartner",
"ApiVersion": "beta",
"Permissions": [
{
@@ -55130,17 +57228,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Administration",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphRemoteAssistancePartner",
- "Command": "Get-MgBetaDeviceManagementRemoteAssistancePartner",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementRemoteAssistancePartner",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement.Administration",
"Uri": "/deviceManagement/remoteAssistancePartners",
+ "OutputType": "IMicrosoftGraphRemoteAssistancePartner",
"ApiVersion": "beta",
"Permissions": [
{
@@ -55175,17 +57275,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Administration",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementRemoteAssistancePartnerCount",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementRemoteAssistancePartner",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement.Administration",
"Uri": "/deviceManagement/remoteAssistancePartners/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -55220,17 +57321,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Reports",
+ ],
"Variants": [
"Get"
],
- "OutputType": "IMicrosoftGraphDeviceManagementReports",
- "Command": "Get-MgBetaDeviceManagementReport",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementRemoteAssistancePartnerCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Reports",
"Uri": "/deviceManagement/reports",
+ "OutputType": "IMicrosoftGraphDeviceManagementReports",
"ApiVersion": "beta",
"Permissions": [
{
@@ -55297,70 +57399,74 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementReport",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Actions",
+ "Uri": "/deviceManagement/reports/getActiveMalwareReport",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetExpanded"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementReportActiveMalwareReport",
"Method": "POST",
- "Uri": "/deviceManagement/reports/getActiveMalwareReport",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementReportActiveMalwareReport",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Actions",
+ "Uri": "/deviceManagement/reports/getActiveMalwareSummaryReport",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetExpanded"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementReportActiveMalwareSummaryReport",
"Method": "POST",
- "Uri": "/deviceManagement/reports/getActiveMalwareSummaryReport",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementReportActiveMalwareSummaryReport",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Actions",
+ "Uri": "/deviceManagement/reports/getAppsInstallSummaryReport",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetExpanded"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementReportAppInstallSummaryReport",
"Method": "POST",
- "Uri": "/deviceManagement/reports/getAppsInstallSummaryReport",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementReportAppInstallSummaryReport",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Actions",
+ "Uri": "/deviceManagement/reports/getAppStatusOverviewReport",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetExpanded"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementReportAppStatusOverviewReport",
"Method": "POST",
- "Uri": "/deviceManagement/reports/getAppStatusOverviewReport",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementReportAppStatusOverviewReport",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Actions",
- "Variants": [
- "Get",
- "GetExpanded"
- ],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementReportCachedReport",
- "Method": "POST",
"Uri": "/deviceManagement/reports/getCachedReport",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -55411,18 +57517,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Reports",
+ ],
"Variants": [
"Get",
- "GetViaIdentity"
+ "GetExpanded"
],
- "OutputType": "IMicrosoftGraphDeviceManagementCachedReportConfiguration",
- "Command": "Get-MgBetaDeviceManagementReportCachedReportConfiguration",
- "Method": "GET",
+ "Method": "POST",
+ "Command": "Get-MgBetaDeviceManagementReportCachedReport",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Reports",
"Uri": "/deviceManagement/reports/cachedReportConfigurations/{deviceManagementCachedReportConfiguration-id}",
+ "OutputType": "IMicrosoftGraphDeviceManagementCachedReportConfiguration",
"ApiVersion": "beta",
"Permissions": [
{
@@ -55473,17 +57580,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Reports",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDeviceManagementCachedReportConfiguration",
- "Command": "Get-MgBetaDeviceManagementReportCachedReportConfiguration",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementReportCachedReportConfiguration",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Reports",
"Uri": "/deviceManagement/reports/cachedReportConfigurations",
+ "OutputType": "IMicrosoftGraphDeviceManagementCachedReportConfiguration",
"ApiVersion": "beta",
"Permissions": [
{
@@ -55534,17 +57643,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Reports",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementReportCachedReportConfigurationCount",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementReportCachedReportConfiguration",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Reports",
"Uri": "/deviceManagement/reports/cachedReportConfigurations/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -55595,44 +57705,46 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementReportCachedReportConfigurationCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Actions",
+ "Uri": "/deviceManagement/reports/getCompliancePolicyDevicesReport",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetExpanded"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementReportCompliancePolicyDeviceReport",
"Method": "POST",
- "Uri": "/deviceManagement/reports/getCompliancePolicyDevicesReport",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementReportCompliancePolicyDeviceReport",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Actions",
+ "Uri": "/deviceManagement/reports/getCompliancePolicyDeviceSummaryReport",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetExpanded"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementReportCompliancePolicyDeviceSummaryReport",
"Method": "POST",
- "Uri": "/deviceManagement/reports/getCompliancePolicyDeviceSummaryReport",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementReportCompliancePolicyDeviceSummaryReport",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Actions",
- "Variants": [
- "Get",
- "GetExpanded"
- ],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementReportCompliancePolicyNonComplianceReport",
- "Method": "POST",
"Uri": "/deviceManagement/reports/getCompliancePolicyNonComplianceReport",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -55683,18 +57795,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Actions",
+ ],
"Variants": [
"Get",
"GetExpanded"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementReportCompliancePolicyNonComplianceSummaryReport",
"Method": "POST",
+ "Command": "Get-MgBetaDeviceManagementReportCompliancePolicyNonComplianceReport",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement.Actions",
"Uri": "/deviceManagement/reports/getCompliancePolicyNonComplianceSummaryReport",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -55745,44 +57858,47 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Actions",
+ ],
"Variants": [
"Get",
"GetExpanded"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementReportCompliancePolicyReportForDevice",
"Method": "POST",
- "Uri": "/deviceManagement/reports/getCompliancePoliciesReportForDevice",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementReportCompliancePolicyNonComplianceSummaryReport",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Actions",
+ "Uri": "/deviceManagement/reports/getCompliancePoliciesReportForDevice",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetExpanded"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementReportComplianceSettingDetailReport",
"Method": "POST",
- "Uri": "/deviceManagement/reports/getComplianceSettingDetailsReport",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementReportCompliancePolicyReportForDevice",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Actions",
+ "Uri": "/deviceManagement/reports/getComplianceSettingDetailsReport",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetExpanded"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementReportComplianceSettingNonComplianceReport",
"Method": "POST",
+ "Command": "Get-MgBetaDeviceManagementReportComplianceSettingDetailReport",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement.Actions",
"Uri": "/deviceManagement/reports/getComplianceSettingNonComplianceReport",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -55833,70 +57949,75 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Actions",
+ ],
"Variants": [
"Get",
"GetExpanded"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementReportComplianceSettingReport",
"Method": "POST",
- "Uri": "/deviceManagement/reports/getComplianceSettingsReport",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementReportComplianceSettingNonComplianceReport",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Actions",
+ "Uri": "/deviceManagement/reports/getComplianceSettingsReport",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetExpanded"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementReportConfigManagerDevicePolicyStatusReport",
"Method": "POST",
- "Uri": "/deviceManagement/reports/getConfigManagerDevicePolicyStatusReport",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementReportComplianceSettingReport",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Actions",
+ "Uri": "/deviceManagement/reports/getConfigManagerDevicePolicyStatusReport",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetExpanded"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementReportConfigurationPolicyDeviceReport",
"Method": "POST",
- "Uri": "/deviceManagement/reports/getConfigurationPolicyDevicesReport",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementReportConfigManagerDevicePolicyStatusReport",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Actions",
+ "Uri": "/deviceManagement/reports/getConfigurationPolicyDevicesReport",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetExpanded"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementReportConfigurationPolicyDeviceSummaryReport",
"Method": "POST",
- "Uri": "/deviceManagement/reports/getConfigurationPolicyDeviceSummaryReport",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementReportConfigurationPolicyDeviceReport",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Actions",
+ "Uri": "/deviceManagement/reports/getConfigurationPolicyDeviceSummaryReport",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetExpanded"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementReportConfigurationPolicyNonComplianceReport",
"Method": "POST",
+ "Command": "Get-MgBetaDeviceManagementReportConfigurationPolicyDeviceSummaryReport",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement.Actions",
"Uri": "/deviceManagement/reports/getConfigurationPolicyNonComplianceReport",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -55947,18 +58068,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Actions",
+ ],
"Variants": [
"Get",
"GetExpanded"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementReportConfigurationPolicyNonComplianceSummaryReport",
"Method": "POST",
+ "Command": "Get-MgBetaDeviceManagementReportConfigurationPolicyNonComplianceReport",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement.Actions",
"Uri": "/deviceManagement/reports/getConfigurationPolicyNonComplianceSummaryReport",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -56009,57 +58131,61 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Actions",
+ ],
"Variants": [
"Get",
"GetExpanded"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementReportConfigurationPolicyReportForDevice",
"Method": "POST",
- "Uri": "/deviceManagement/reports/getConfigurationPoliciesReportForDevice",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementReportConfigurationPolicyNonComplianceSummaryReport",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Actions",
+ "Uri": "/deviceManagement/reports/getConfigurationPoliciesReportForDevice",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetExpanded"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementReportConfigurationPolicySettingDeviceSummaryReport",
"Method": "POST",
- "Uri": "/deviceManagement/reports/getConfigurationPolicySettingsDeviceSummaryReport",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementReportConfigurationPolicyReportForDevice",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Actions",
+ "Uri": "/deviceManagement/reports/getConfigurationPolicySettingsDeviceSummaryReport",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetExpanded"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementReportConfigurationSettingDetailReport",
"Method": "POST",
- "Uri": "/deviceManagement/reports/getConfigurationSettingDetailsReport",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementReportConfigurationPolicySettingDeviceSummaryReport",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Actions",
+ "Uri": "/deviceManagement/reports/getConfigurationSettingDetailsReport",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetExpanded"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementReportConfigurationSettingNonComplianceReport",
"Method": "POST",
+ "Command": "Get-MgBetaDeviceManagementReportConfigurationSettingDetailReport",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement.Actions",
"Uri": "/deviceManagement/reports/getConfigurationSettingNonComplianceReport",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -56110,70 +58236,138 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetExpanded"
+ ],
+ "Method": "POST",
+ "Command": "Get-MgBetaDeviceManagementReportConfigurationSettingNonComplianceReport",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Actions",
+ "Uri": "/deviceManagement/reports/getConfigurationSettingsReport",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetExpanded"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementReportConfigurationSettingReport",
"Method": "POST",
- "Uri": "/deviceManagement/reports/getConfigurationSettingsReport",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementReportConfigurationSettingReport",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Actions",
+ "Uri": "/deviceManagement/reports/getDeviceConfigurationPolicySettingsSummaryReport",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetExpanded"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementReportDeviceConfigurationPolicySettingSummaryReport",
"Method": "POST",
- "Uri": "/deviceManagement/reports/getDeviceConfigurationPolicySettingsSummaryReport",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementReportDeviceConfigurationPolicySettingSummaryReport",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Actions",
+ "Uri": "/deviceManagement/reports/getDeviceConfigurationPolicyStatusSummary",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetExpanded"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementReportDeviceConfigurationPolicyStatusSummary",
"Method": "POST",
- "Uri": "/deviceManagement/reports/getDeviceConfigurationPolicyStatusSummary",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementReportDeviceConfigurationPolicyStatusSummary",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Actions",
+ "Uri": "/deviceManagement/reports/getDeviceInstallStatusReport",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetExpanded"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementReportDeviceInstallStatusReport",
"Method": "POST",
- "Uri": "/deviceManagement/reports/getDeviceInstallStatusReport",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementReportDeviceInstallStatusReport",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Actions",
+ "Uri": "/deviceManagement/reports/getDeviceManagementIntentPerSettingContributingProfiles",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [
+ {
+ "Name": "DeviceManagementConfiguration.Read.All",
+ "Description": "Read Microsoft Intune device configuration and policies",
+ "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": true
+ },
+ {
+ "Name": "DeviceManagementManagedDevices.ReadWrite.All",
+ "Description": "Read and write Microsoft Intune devices",
+ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune, without a signed-in user. Does not allow high impact operations such as remote wipe and password reset on the device’s owner",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "DeviceManagementManagedDevices.Read.All",
+ "Description": "Read Microsoft Intune devices",
+ "FullDescription": "Allows the app to read the properties of devices managed by Microsoft Intune, without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "DeviceManagementConfiguration.ReadWrite.All",
+ "Description": "Read and write Microsoft Intune device configuration and policies",
+ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "DeviceManagementApps.ReadWrite.All",
+ "Description": "Read and write Microsoft Intune apps",
+ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "DeviceManagementApps.Read.All",
+ "Description": "Read Microsoft Intune apps",
+ "FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ }
+ ],
"Variants": [
"Get",
"GetExpanded"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementReportDeviceManagementIntentPerSettingContributingProfile",
"Method": "POST",
- "Uri": "/deviceManagement/reports/getDeviceManagementIntentPerSettingContributingProfiles",
+ "Command": "Get-MgBetaDeviceManagementReportDeviceManagementIntentPerSettingContributingProfile",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement.Actions",
+ "Uri": "/deviceManagement/reports/getDeviceManagementIntentSettingsReport",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -56224,18 +58418,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Actions",
+ ],
"Variants": [
"Get",
"GetExpanded"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementReportDeviceManagementIntentSettingReport",
"Method": "POST",
- "Uri": "/deviceManagement/reports/getDeviceManagementIntentSettingsReport",
+ "Command": "Get-MgBetaDeviceManagementReportDeviceManagementIntentSettingReport",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement.Actions",
+ "Uri": "/deviceManagement/reports/getDeviceNonComplianceReport",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -56286,18 +58481,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Actions",
+ ],
"Variants": [
"Get",
"GetExpanded"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementReportDeviceNonComplianceReport",
"Method": "POST",
- "Uri": "/deviceManagement/reports/getDeviceNonComplianceReport",
+ "Command": "Get-MgBetaDeviceManagementReportDeviceNonComplianceReport",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement.Actions",
+ "Uri": "/deviceManagement/reports/getDevicePoliciesComplianceReport",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -56348,18 +58544,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Actions",
+ ],
"Variants": [
"Get",
"GetExpanded"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementReportDevicePolicyComplianceReport",
"Method": "POST",
- "Uri": "/deviceManagement/reports/getDevicePoliciesComplianceReport",
+ "Command": "Get-MgBetaDeviceManagementReportDevicePolicyComplianceReport",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement.Actions",
+ "Uri": "/deviceManagement/reports/getDevicePolicySettingsComplianceReport",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -56410,18 +58607,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Actions",
+ ],
"Variants": [
"Get",
"GetExpanded"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementReportDevicePolicySettingComplianceReport",
"Method": "POST",
- "Uri": "/deviceManagement/reports/getDevicePolicySettingsComplianceReport",
+ "Command": "Get-MgBetaDeviceManagementReportDevicePolicySettingComplianceReport",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement.Actions",
+ "Uri": "/deviceManagement/reports/getDeviceStatusByCompliacePolicyReport",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -56472,18 +58670,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Actions",
+ ],
"Variants": [
"Get",
"GetExpanded"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementReportDeviceStatusByCompliacePolicyReport",
"Method": "POST",
- "Uri": "/deviceManagement/reports/getDeviceStatusByCompliacePolicyReport",
+ "Command": "Get-MgBetaDeviceManagementReportDeviceStatusByCompliacePolicyReport",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement.Actions",
+ "Uri": "/deviceManagement/reports/getDeviceStatusByCompliancePolicySettingReport",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -56534,18 +58733,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Actions",
+ ],
"Variants": [
"Get",
"GetExpanded"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementReportDeviceStatusByCompliancePolicySettingReport",
"Method": "POST",
- "Uri": "/deviceManagement/reports/getDeviceStatusByCompliancePolicySettingReport",
+ "Command": "Get-MgBetaDeviceManagementReportDeviceStatusByCompliancePolicySettingReport",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement.Actions",
+ "Uri": "/deviceManagement/reports/getDevicesStatusByPolicyPlatformComplianceReport",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -56596,18 +58796,82 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetExpanded"
+ ],
+ "Method": "POST",
+ "Command": "Get-MgBetaDeviceManagementReportDeviceStatusByPolicyPlatformComplianceReport",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Actions",
+ "Uri": "/deviceManagement/reports/getDevicesStatusBySettingReport",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [
+ {
+ "Name": "DeviceManagementConfiguration.Read.All",
+ "Description": "Read Microsoft Intune device configuration and policies",
+ "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": true
+ },
+ {
+ "Name": "DeviceManagementManagedDevices.ReadWrite.All",
+ "Description": "Read and write Microsoft Intune devices",
+ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune, without a signed-in user. Does not allow high impact operations such as remote wipe and password reset on the device’s owner",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "DeviceManagementManagedDevices.Read.All",
+ "Description": "Read Microsoft Intune devices",
+ "FullDescription": "Allows the app to read the properties of devices managed by Microsoft Intune, without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "DeviceManagementConfiguration.ReadWrite.All",
+ "Description": "Read and write Microsoft Intune device configuration and policies",
+ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "DeviceManagementApps.ReadWrite.All",
+ "Description": "Read and write Microsoft Intune apps",
+ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "DeviceManagementApps.Read.All",
+ "Description": "Read Microsoft Intune apps",
+ "FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ }
+ ],
"Variants": [
"Get",
"GetExpanded"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementReportDeviceStatusByPolicyPlatformComplianceReport",
"Method": "POST",
- "Uri": "/deviceManagement/reports/getDevicesStatusByPolicyPlatformComplianceReport",
+ "Command": "Get-MgBetaDeviceManagementReportDeviceStatusBySettingReport",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement.Actions",
+ "Uri": "/deviceManagement/reports/getDeviceStatusSummaryByCompliacePolicyReport",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -56658,18 +58922,82 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetExpanded"
+ ],
+ "Method": "POST",
+ "Command": "Get-MgBetaDeviceManagementReportDeviceStatusSummaryByCompliacePolicyReport",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Actions",
+ "Uri": "/deviceManagement/reports/getDeviceStatusSummaryByCompliancePolicySettingsReport",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [
+ {
+ "Name": "DeviceManagementConfiguration.Read.All",
+ "Description": "Read Microsoft Intune device configuration and policies",
+ "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": true
+ },
+ {
+ "Name": "DeviceManagementManagedDevices.ReadWrite.All",
+ "Description": "Read and write Microsoft Intune devices",
+ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune, without a signed-in user. Does not allow high impact operations such as remote wipe and password reset on the device’s owner",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "DeviceManagementManagedDevices.Read.All",
+ "Description": "Read Microsoft Intune devices",
+ "FullDescription": "Allows the app to read the properties of devices managed by Microsoft Intune, without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "DeviceManagementConfiguration.ReadWrite.All",
+ "Description": "Read and write Microsoft Intune device configuration and policies",
+ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "DeviceManagementApps.ReadWrite.All",
+ "Description": "Read and write Microsoft Intune apps",
+ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "DeviceManagementApps.Read.All",
+ "Description": "Read Microsoft Intune apps",
+ "FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ }
+ ],
"Variants": [
"Get",
"GetExpanded"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementReportDeviceStatusBySettingReport",
"Method": "POST",
- "Uri": "/deviceManagement/reports/getDevicesStatusBySettingReport",
+ "Command": "Get-MgBetaDeviceManagementReportDeviceStatusSummaryByCompliancePolicySettingReport",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement.Actions",
+ "Uri": "/deviceManagement/reports/getDevicesWithoutCompliancePolicyReport",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -56720,18 +59048,47 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetExpanded"
+ ],
+ "Method": "POST",
+ "Command": "Get-MgBetaDeviceManagementReportDeviceWithoutCompliancePolicyReport",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Actions",
+ "Uri": "/deviceManagement/reports/getEncryptionReportForDevices",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetExpanded"
],
+ "Method": "POST",
+ "Command": "Get-MgBetaDeviceManagementReportEncryptionReportForDevice",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement.Actions",
+ "Uri": "/deviceManagement/reports/getEnrollmentConfigurationPoliciesByDevice",
"OutputType": null,
- "Command": "Get-MgBetaDeviceManagementReportDeviceStatusSummaryByCompliacePolicyReport",
+ "ApiVersion": "beta",
+ "Permissions": [],
+ "Variants": [
+ "Get",
+ "GetExpanded"
+ ],
"Method": "POST",
- "Uri": "/deviceManagement/reports/getDeviceStatusSummaryByCompliacePolicyReport",
+ "Command": "Get-MgBetaDeviceManagementReportEnrollmentConfigurationPolicyByDevice",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Reports",
+ "Uri": "/deviceManagement/reports/exportJobs/{deviceManagementExportJob-id}",
+ "OutputType": "IMicrosoftGraphDeviceManagementExportJob",
"ApiVersion": "beta",
"Permissions": [
{
@@ -56782,18 +59139,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Actions",
+ ],
"Variants": [
"Get",
- "GetExpanded"
+ "GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementReportDeviceStatusSummaryByCompliancePolicySettingReport",
- "Method": "POST",
- "Uri": "/deviceManagement/reports/getDeviceStatusSummaryByCompliancePolicySettingsReport",
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementReportExportJob",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Reports",
+ "Uri": "/deviceManagement/reports/exportJobs",
+ "OutputType": "IMicrosoftGraphDeviceManagementExportJob",
"ApiVersion": "beta",
"Permissions": [
{
@@ -56844,18 +59202,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Actions",
+ ],
"Variants": [
- "Get",
- "GetExpanded"
+ "List"
],
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementReportExportJob",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Reports",
+ "Uri": "/deviceManagement/reports/exportJobs/$count",
"OutputType": null,
- "Command": "Get-MgBetaDeviceManagementReportDeviceWithoutCompliancePolicyReport",
- "Method": "POST",
- "Uri": "/deviceManagement/reports/getDevicesWithoutCompliancePolicyReport",
"ApiVersion": "beta",
"Permissions": [
{
@@ -56906,44 +59264,46 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementReportExportJobCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Actions",
+ "Uri": "/deviceManagement/reports/getFailedMobileAppsReport",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetExpanded"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementReportEncryptionReportForDevice",
"Method": "POST",
- "Uri": "/deviceManagement/reports/getEncryptionReportForDevices",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementReportFailedMobileAppReport",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Actions",
+ "Uri": "/deviceManagement/reports/getFailedMobileAppsSummaryReport",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetExpanded"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementReportEnrollmentConfigurationPolicyByDevice",
"Method": "POST",
- "Uri": "/deviceManagement/reports/getEnrollmentConfigurationPoliciesByDevice",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementReportFailedMobileAppSummaryReport",
+ "ApiReferenceLink": null
},
{
- "Module": "Beta.Reports",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphDeviceManagementExportJob",
- "Command": "Get-MgBetaDeviceManagementReportExportJob",
- "Method": "GET",
- "Uri": "/deviceManagement/reports/exportJobs/{deviceManagementExportJob-id}",
+ "Module": "Beta.DeviceManagement.Actions",
+ "Uri": "/deviceManagement/reports/getReportFilters",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -56994,17 +59354,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Reports",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetExpanded"
],
- "OutputType": "IMicrosoftGraphDeviceManagementExportJob",
- "Command": "Get-MgBetaDeviceManagementReportExportJob",
- "Method": "GET",
- "Uri": "/deviceManagement/reports/exportJobs",
+ "Method": "POST",
+ "Command": "Get-MgBetaDeviceManagementReportFilter",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement.Actions",
+ "Uri": "/deviceManagement/reports/getGroupPolicySettingsDeviceSettingsReport",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -57015,22 +59377,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",
@@ -57038,34 +59384,20 @@
"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",
+ ],
"Variants": [
- "Get"
+ "Get",
+ "GetExpanded"
],
+ "Method": "POST",
+ "Command": "Get-MgBetaDeviceManagementReportGroupPolicySettingDeviceSettingReport",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement.Actions",
+ "Uri": "/deviceManagement/reports/getHistoricalReport",
"OutputType": null,
- "Command": "Get-MgBetaDeviceManagementReportExportJobCount",
- "Method": "GET",
- "Uri": "/deviceManagement/reports/exportJobs/$count",
"ApiVersion": "beta",
"Permissions": [
{
@@ -57116,44 +59448,33 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Actions",
+ ],
"Variants": [
"Get",
"GetExpanded"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementReportFailedMobileAppReport",
"Method": "POST",
- "Uri": "/deviceManagement/reports/getFailedMobileAppsReport",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementReportHistoricalReport",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Actions",
+ "Uri": "/deviceManagement/reports/getMalwareSummaryReport",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetExpanded"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementReportFailedMobileAppSummaryReport",
"Method": "POST",
- "Uri": "/deviceManagement/reports/getFailedMobileAppsSummaryReport",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementReportMalwareSummaryReport",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Actions",
- "Variants": [
- "Get",
- "GetExpanded"
- ],
+ "Uri": "/deviceManagement/reports/getMobileApplicationManagementAppConfigurationReport",
"OutputType": null,
- "Command": "Get-MgBetaDeviceManagementReportFilter",
- "Method": "POST",
- "Uri": "/deviceManagement/reports/getReportFilters",
"ApiVersion": "beta",
"Permissions": [
{
@@ -57164,22 +59485,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",
@@ -57204,18 +59509,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Actions",
+ ],
"Variants": [
"Get",
"GetExpanded"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementReportGroupPolicySettingDeviceSettingReport",
"Method": "POST",
- "Uri": "/deviceManagement/reports/getGroupPolicySettingsDeviceSettingsReport",
+ "Command": "Get-MgBetaDeviceManagementReportMobileApplicationManagementAppConfigurationReport",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement.Actions",
+ "Uri": "/deviceManagement/reports/getMobileApplicationManagementAppRegistrationSummaryReport",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -57233,19 +59539,36 @@
"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",
+ ],
"Variants": [
"Get",
"GetExpanded"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementReportHistoricalReport",
"Method": "POST",
- "Uri": "/deviceManagement/reports/getHistoricalReport",
+ "Command": "Get-MgBetaDeviceManagementReportMobileApplicationManagementAppRegistrationSummaryReport",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement.Actions",
+ "Uri": "/deviceManagement/reports/getNoncompliantDevicesAndSettingsReport",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -57296,31 +59619,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Actions",
+ ],
"Variants": [
"Get",
"GetExpanded"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementReportMalwareSummaryReport",
"Method": "POST",
- "Uri": "/deviceManagement/reports/getMalwareSummaryReport",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementReportNoncompliantDeviceAndSettingReport",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Actions",
- "Variants": [
- "Get",
- "GetExpanded"
- ],
+ "Uri": "/deviceManagement/reports/getPolicyNonComplianceMetadata",
"OutputType": null,
- "Command": "Get-MgBetaDeviceManagementReportMobileApplicationManagementAppConfigurationReport",
- "Method": "POST",
- "Uri": "/deviceManagement/reports/getMobileApplicationManagementAppConfigurationReport",
"ApiVersion": "beta",
"Permissions": [
{
@@ -57331,6 +59642,22 @@
"PermissionType": "Application",
"IsLeastPrivilege": true
},
+ {
+ "Name": "DeviceManagementManagedDevices.ReadWrite.All",
+ "Description": "Read and write Microsoft Intune devices",
+ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune, without a signed-in user. Does not allow high impact operations such as remote wipe and password reset on the device’s owner",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "DeviceManagementManagedDevices.Read.All",
+ "Description": "Read Microsoft Intune devices",
+ "FullDescription": "Allows the app to read the properties of devices managed by Microsoft Intune, without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ },
{
"Name": "DeviceManagementConfiguration.ReadWrite.All",
"Description": "Read and write Microsoft Intune device configuration and policies",
@@ -57355,18 +59682,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Actions",
+ ],
"Variants": [
"Get",
"GetExpanded"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementReportMobileApplicationManagementAppRegistrationSummaryReport",
"Method": "POST",
- "Uri": "/deviceManagement/reports/getMobileApplicationManagementAppRegistrationSummaryReport",
+ "Command": "Get-MgBetaDeviceManagementReportPolicyNonComplianceMetadata",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement.Actions",
+ "Uri": "/deviceManagement/reports/getPolicyNonComplianceReport",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -57377,6 +59705,22 @@
"PermissionType": "Application",
"IsLeastPrivilege": true
},
+ {
+ "Name": "DeviceManagementManagedDevices.ReadWrite.All",
+ "Description": "Read and write Microsoft Intune devices",
+ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune, without a signed-in user. Does not allow high impact operations such as remote wipe and password reset on the device’s owner",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "DeviceManagementManagedDevices.Read.All",
+ "Description": "Read Microsoft Intune devices",
+ "FullDescription": "Allows the app to read the properties of devices managed by Microsoft Intune, without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ },
{
"Name": "DeviceManagementConfiguration.ReadWrite.All",
"Description": "Read and write Microsoft Intune device configuration and policies",
@@ -57401,80 +59745,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Actions",
+ ],
"Variants": [
"Get",
"GetExpanded"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementReportNoncompliantDeviceAndSettingReport",
"Method": "POST",
- "Uri": "/deviceManagement/reports/getNoncompliantDevicesAndSettingsReport",
- "ApiVersion": "beta",
- "Permissions": [
- {
- "Name": "DeviceManagementConfiguration.Read.All",
- "Description": "Read Microsoft Intune device configuration and policies",
- "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.",
- "IsAdmin": false,
- "PermissionType": "Application",
- "IsLeastPrivilege": true
- },
- {
- "Name": "DeviceManagementManagedDevices.ReadWrite.All",
- "Description": "Read and write Microsoft Intune devices",
- "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune, without a signed-in user. Does not allow high impact operations such as remote wipe and password reset on the device’s owner",
- "IsAdmin": false,
- "PermissionType": "Application",
- "IsLeastPrivilege": false
- },
- {
- "Name": "DeviceManagementManagedDevices.Read.All",
- "Description": "Read Microsoft Intune devices",
- "FullDescription": "Allows the app to read the properties of devices managed by Microsoft Intune, without a signed-in user.",
- "IsAdmin": false,
- "PermissionType": "Application",
- "IsLeastPrivilege": false
- },
- {
- "Name": "DeviceManagementConfiguration.ReadWrite.All",
- "Description": "Read and write Microsoft Intune device configuration and policies",
- "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.",
- "IsAdmin": false,
- "PermissionType": "Application",
- "IsLeastPrivilege": false
- },
- {
- "Name": "DeviceManagementApps.ReadWrite.All",
- "Description": "Read and write Microsoft Intune apps",
- "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.",
- "IsAdmin": false,
- "PermissionType": "Application",
- "IsLeastPrivilege": false
- },
- {
- "Name": "DeviceManagementApps.Read.All",
- "Description": "Read Microsoft Intune apps",
- "FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.",
- "IsAdmin": false,
- "PermissionType": "Application",
- "IsLeastPrivilege": false
- }
- ]
+ "Command": "Get-MgBetaDeviceManagementReportPolicyNonComplianceReport",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Actions",
- "Variants": [
- "Get",
- "GetExpanded"
- ],
+ "Uri": "/deviceManagement/reports/getPolicyNonComplianceSummaryReport",
"OutputType": null,
- "Command": "Get-MgBetaDeviceManagementReportPolicyNonComplianceMetadata",
- "Method": "POST",
- "Uri": "/deviceManagement/reports/getPolicyNonComplianceMetadata",
"ApiVersion": "beta",
"Permissions": [
{
@@ -57525,181 +59808,61 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Actions",
+ ],
"Variants": [
"Get",
"GetExpanded"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementReportPolicyNonComplianceReport",
"Method": "POST",
- "Uri": "/deviceManagement/reports/getPolicyNonComplianceReport",
- "ApiVersion": "beta",
- "Permissions": [
- {
- "Name": "DeviceManagementConfiguration.Read.All",
- "Description": "Read Microsoft Intune device configuration and policies",
- "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.",
- "IsAdmin": false,
- "PermissionType": "Application",
- "IsLeastPrivilege": true
- },
- {
- "Name": "DeviceManagementManagedDevices.ReadWrite.All",
- "Description": "Read and write Microsoft Intune devices",
- "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune, without a signed-in user. Does not allow high impact operations such as remote wipe and password reset on the device’s owner",
- "IsAdmin": false,
- "PermissionType": "Application",
- "IsLeastPrivilege": false
- },
- {
- "Name": "DeviceManagementManagedDevices.Read.All",
- "Description": "Read Microsoft Intune devices",
- "FullDescription": "Allows the app to read the properties of devices managed by Microsoft Intune, without a signed-in user.",
- "IsAdmin": false,
- "PermissionType": "Application",
- "IsLeastPrivilege": false
- },
- {
- "Name": "DeviceManagementConfiguration.ReadWrite.All",
- "Description": "Read and write Microsoft Intune device configuration and policies",
- "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.",
- "IsAdmin": false,
- "PermissionType": "Application",
- "IsLeastPrivilege": false
- },
- {
- "Name": "DeviceManagementApps.ReadWrite.All",
- "Description": "Read and write Microsoft Intune apps",
- "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.",
- "IsAdmin": false,
- "PermissionType": "Application",
- "IsLeastPrivilege": false
- },
- {
- "Name": "DeviceManagementApps.Read.All",
- "Description": "Read Microsoft Intune apps",
- "FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.",
- "IsAdmin": false,
- "PermissionType": "Application",
- "IsLeastPrivilege": false
- }
- ]
+ "Command": "Get-MgBetaDeviceManagementReportPolicyNonComplianceSummaryReport",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Actions",
- "Variants": [
- "Get",
- "GetExpanded"
- ],
+ "Uri": "/deviceManagement/reports/getQuietTimePolicyUsersReport",
"OutputType": null,
- "Command": "Get-MgBetaDeviceManagementReportPolicyNonComplianceSummaryReport",
- "Method": "POST",
- "Uri": "/deviceManagement/reports/getPolicyNonComplianceSummaryReport",
"ApiVersion": "beta",
- "Permissions": [
- {
- "Name": "DeviceManagementConfiguration.Read.All",
- "Description": "Read Microsoft Intune device configuration and policies",
- "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.",
- "IsAdmin": false,
- "PermissionType": "Application",
- "IsLeastPrivilege": true
- },
- {
- "Name": "DeviceManagementManagedDevices.ReadWrite.All",
- "Description": "Read and write Microsoft Intune devices",
- "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune, without a signed-in user. Does not allow high impact operations such as remote wipe and password reset on the device’s owner",
- "IsAdmin": false,
- "PermissionType": "Application",
- "IsLeastPrivilege": false
- },
- {
- "Name": "DeviceManagementManagedDevices.Read.All",
- "Description": "Read Microsoft Intune devices",
- "FullDescription": "Allows the app to read the properties of devices managed by Microsoft Intune, without a signed-in user.",
- "IsAdmin": false,
- "PermissionType": "Application",
- "IsLeastPrivilege": false
- },
- {
- "Name": "DeviceManagementConfiguration.ReadWrite.All",
- "Description": "Read and write Microsoft Intune device configuration and policies",
- "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.",
- "IsAdmin": false,
- "PermissionType": "Application",
- "IsLeastPrivilege": false
- },
- {
- "Name": "DeviceManagementApps.ReadWrite.All",
- "Description": "Read and write Microsoft Intune apps",
- "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.",
- "IsAdmin": false,
- "PermissionType": "Application",
- "IsLeastPrivilege": false
- },
- {
- "Name": "DeviceManagementApps.Read.All",
- "Description": "Read Microsoft Intune apps",
- "FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.",
- "IsAdmin": false,
- "PermissionType": "Application",
- "IsLeastPrivilege": false
- }
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Actions",
+ "Permissions": [],
"Variants": [
"Get",
"GetExpanded"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementReportQuietTimePolicyUserReport",
"Method": "POST",
- "Uri": "/deviceManagement/reports/getQuietTimePolicyUsersReport",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementReportQuietTimePolicyUserReport",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Actions",
+ "Uri": "/deviceManagement/reports/getQuietTimePolicyUserSummaryReport",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetExpanded"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementReportQuietTimePolicyUserSummaryReport",
"Method": "POST",
- "Uri": "/deviceManagement/reports/getQuietTimePolicyUserSummaryReport",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementReportQuietTimePolicyUserSummaryReport",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Actions",
+ "Uri": "/deviceManagement/reports/getRelatedAppsStatusReport",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetExpanded"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementReportRelatedAppStatusReport",
"Method": "POST",
- "Uri": "/deviceManagement/reports/getRelatedAppsStatusReport",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementReportRelatedAppStatusReport",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Actions",
- "Variants": [
- "Get",
- "GetExpanded"
- ],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementReportRemoteAssistanceSessionReport",
- "Method": "POST",
"Uri": "/deviceManagement/reports/getRemoteAssistanceSessionsReport",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -57734,18 +59897,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Actions",
+ ],
"Variants": [
"Get",
"GetExpanded"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementReportSettingNonComplianceReport",
"Method": "POST",
+ "Command": "Get-MgBetaDeviceManagementReportRemoteAssistanceSessionReport",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement.Actions",
"Uri": "/deviceManagement/reports/getSettingNonComplianceReport",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -57796,148 +59960,159 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Actions",
+ ],
"Variants": [
"Get",
"GetExpanded"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementReportUnhealthyDefenderAgentReport",
"Method": "POST",
- "Uri": "/deviceManagement/reports/getUnhealthyDefenderAgentsReport",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementReportSettingNonComplianceReport",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Actions",
+ "Uri": "/deviceManagement/reports/getUnhealthyDefenderAgentsReport",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetExpanded"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementReportUnhealthyFirewallReport",
"Method": "POST",
- "Uri": "/deviceManagement/reports/getUnhealthyFirewallReport",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementReportUnhealthyDefenderAgentReport",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Actions",
+ "Uri": "/deviceManagement/reports/getUnhealthyFirewallReport",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetExpanded"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementReportUnhealthyFirewallSummaryReport",
"Method": "POST",
- "Uri": "/deviceManagement/reports/getUnhealthyFirewallSummaryReport",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementReportUnhealthyFirewallReport",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Actions",
+ "Uri": "/deviceManagement/reports/getUnhealthyFirewallSummaryReport",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetExpanded"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementReportUserInstallStatusReport",
"Method": "POST",
- "Uri": "/deviceManagement/reports/getUserInstallStatusReport",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementReportUnhealthyFirewallSummaryReport",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Actions",
+ "Uri": "/deviceManagement/reports/getUserInstallStatusReport",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetExpanded"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementReportWindowsDriverUpdateAlertPerPolicyPerDeviceReport",
"Method": "POST",
- "Uri": "/deviceManagement/reports/getWindowsDriverUpdateAlertsPerPolicyPerDeviceReport",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementReportUserInstallStatusReport",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Actions",
+ "Uri": "/deviceManagement/reports/getWindowsDriverUpdateAlertsPerPolicyPerDeviceReport",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetExpanded"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementReportWindowsDriverUpdateAlertSummaryReport",
"Method": "POST",
- "Uri": "/deviceManagement/reports/getWindowsDriverUpdateAlertSummaryReport",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementReportWindowsDriverUpdateAlertPerPolicyPerDeviceReport",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Actions",
+ "Uri": "/deviceManagement/reports/getWindowsDriverUpdateAlertSummaryReport",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetExpanded"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementReportWindowsQualityUpdateAlertPerPolicyPerDeviceReport",
"Method": "POST",
- "Uri": "/deviceManagement/reports/getWindowsQualityUpdateAlertsPerPolicyPerDeviceReport",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementReportWindowsDriverUpdateAlertSummaryReport",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Actions",
+ "Uri": "/deviceManagement/reports/getWindowsQualityUpdateAlertsPerPolicyPerDeviceReport",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetExpanded"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementReportWindowsQualityUpdateAlertSummaryReport",
"Method": "POST",
- "Uri": "/deviceManagement/reports/getWindowsQualityUpdateAlertSummaryReport",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementReportWindowsQualityUpdateAlertPerPolicyPerDeviceReport",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Actions",
+ "Uri": "/deviceManagement/reports/getWindowsQualityUpdateAlertSummaryReport",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetExpanded"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementReportWindowsUpdateAlertPerPolicyPerDeviceReport",
"Method": "POST",
- "Uri": "/deviceManagement/reports/getWindowsUpdateAlertsPerPolicyPerDeviceReport",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementReportWindowsQualityUpdateAlertSummaryReport",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Actions",
+ "Uri": "/deviceManagement/reports/getWindowsUpdateAlertsPerPolicyPerDeviceReport",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetExpanded"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementReportWindowsUpdateAlertSummaryReport",
"Method": "POST",
- "Uri": "/deviceManagement/reports/getWindowsUpdateAlertSummaryReport",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementReportWindowsUpdateAlertPerPolicyPerDeviceReport",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Actions",
+ "Uri": "/deviceManagement/reports/getWindowsUpdateAlertSummaryReport",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetExpanded"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementReportZebraFotaDeploymentReport",
"Method": "POST",
+ "Command": "Get-MgBetaDeviceManagementReportWindowsUpdateAlertSummaryReport",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement.Actions",
"Uri": "/deviceManagement/reports/getZebraFotaDeploymentReport",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -57956,18 +60131,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
"Get",
- "GetViaIdentity"
+ "GetExpanded"
],
- "OutputType": "IMicrosoftGraphDeviceManagementResourceAccessProfileBase",
- "Command": "Get-MgBetaDeviceManagementResourceAccessProfile",
- "Method": "GET",
+ "Method": "POST",
+ "Command": "Get-MgBetaDeviceManagementReportZebraFotaDeploymentReport",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/resourceAccessProfiles/{deviceManagementResourceAccessProfileBase-id}",
+ "OutputType": "IMicrosoftGraphDeviceManagementResourceAccessProfileBase",
"ApiVersion": "beta",
"Permissions": [
{
@@ -57986,17 +60162,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDeviceManagementResourceAccessProfileBase",
- "Command": "Get-MgBetaDeviceManagementResourceAccessProfile",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementResourceAccessProfile",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/resourceAccessProfiles",
+ "OutputType": "IMicrosoftGraphDeviceManagementResourceAccessProfileBase",
"ApiVersion": "beta",
"Permissions": [
{
@@ -58015,18 +60193,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": "IMicrosoftGraphDeviceManagementResourceAccessProfileAssignment",
- "Command": "Get-MgBetaDeviceManagementResourceAccessProfileAssignment",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementResourceAccessProfile",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/resourceAccessProfiles/{deviceManagementResourceAccessProfileBase-id}/assignments/{deviceManagementResourceAccessProfileAssignment-id}",
+ "OutputType": "IMicrosoftGraphDeviceManagementResourceAccessProfileAssignment",
"ApiVersion": "beta",
"Permissions": [
{
@@ -58045,17 +60223,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDeviceManagementResourceAccessProfileAssignment",
- "Command": "Get-MgBetaDeviceManagementResourceAccessProfileAssignment",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementResourceAccessProfileAssignment",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/resourceAccessProfiles/{deviceManagementResourceAccessProfileBase-id}/assignments",
+ "OutputType": "IMicrosoftGraphDeviceManagementResourceAccessProfileAssignment",
"ApiVersion": "beta",
"Permissions": [
{
@@ -58074,18 +60254,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementResourceAccessProfileAssignmentCount",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementResourceAccessProfileAssignment",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/resourceAccessProfiles/{deviceManagementResourceAccessProfileBase-id}/assignments/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -58104,17 +60284,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "Get"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementResourceAccessProfileCount",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementResourceAccessProfileAssignmentCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/resourceAccessProfiles/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -58133,18 +60315,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Administration",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphResourceOperation",
- "Command": "Get-MgBetaDeviceManagementResourceOperation",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementResourceAccessProfileCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement.Administration",
"Uri": "/deviceManagement/resourceOperations/{resourceOperation-id}",
+ "OutputType": "IMicrosoftGraphResourceOperation",
"ApiVersion": "beta",
"Permissions": [
{
@@ -58179,17 +60361,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Administration",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphResourceOperation",
- "Command": "Get-MgBetaDeviceManagementResourceOperation",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementResourceOperation",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement.Administration",
"Uri": "/deviceManagement/resourceOperations",
+ "OutputType": "IMicrosoftGraphResourceOperation",
"ApiVersion": "beta",
"Permissions": [
{
@@ -58224,17 +60408,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Administration",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementResourceOperationCount",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementResourceOperation",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement.Administration",
"Uri": "/deviceManagement/resourceOperations/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -58269,18 +60454,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Functions",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementResourceOperationScopeForUser",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementResourceOperationCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement.Functions",
"Uri": "/deviceManagement/resourceOperations/{resourceOperation-id}/getScopesForUser(userid='{userid}')",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -58315,44 +60500,47 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementResourceOperationScopeForUser",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Actions",
+ "Uri": "/deviceManagement/reusablePolicySettings/{deviceManagementReusablePolicySetting-id}/referencingConfigurationPolicies/{deviceManagementConfigurationPolicy-id}/retrieveJustInTimeConfiguration",
+ "OutputType": "IMicrosoftGraphDeviceManagementConfigurationJustInTimeAssignmentPolicy",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Retrieve",
"RetrieveViaIdentity"
],
- "OutputType": "IMicrosoftGraphDeviceManagementConfigurationJustInTimeAssignmentPolicy",
- "Command": "Get-MgBetaDeviceManagementReusablePolicySettingReferencingConfigurationPolicyJust",
"Method": "POST",
- "Uri": "/deviceManagement/reusablePolicySettings/{deviceManagementReusablePolicySetting-id}/referencingConfigurationPolicies/{deviceManagementConfigurationPolicy-id}/retrieveJustInTimeConfiguration",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementReusablePolicySettingReferencingConfigurationPolicyJust",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Functions",
+ "Uri": "/deviceManagement/reusablePolicySettings/{deviceManagementReusablePolicySetting-id}/referencingConfigurationPolicies/{deviceManagementConfigurationPolicy-id}/retrieveLatestUpgradeDefaultBaselinePolicy",
+ "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicy",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Retrieve",
"RetrieveViaIdentity"
],
- "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicy",
- "Command": "Get-MgBetaDeviceManagementReusablePolicySettingReferencingConfigurationPolicyLatestUpgradeDefaultBaselinePolicy",
"Method": "GET",
- "Uri": "/deviceManagement/reusablePolicySettings/{deviceManagementReusablePolicySetting-id}/referencingConfigurationPolicies/{deviceManagementConfigurationPolicy-id}/retrieveLatestUpgradeDefaultBaselinePolicy",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementReusablePolicySettingReferencingConfigurationPolicyLatestUpgradeDefaultBaselinePolicy",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition",
- "Command": "Get-MgBetaDeviceManagementReusableSetting",
- "Method": "GET",
"Uri": "/deviceManagement/reusableSettings/{deviceManagementConfigurationSettingDefinition-id}",
+ "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition",
"ApiVersion": "beta",
"Permissions": [
{
@@ -58371,17 +60559,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition",
- "Command": "Get-MgBetaDeviceManagementReusableSetting",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementReusableSetting",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/reusableSettings",
+ "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition",
"ApiVersion": "beta",
"Permissions": [
{
@@ -58400,17 +60590,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementReusableSettingCount",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementReusableSetting",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/reusableSettings/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -58429,18 +60620,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Administration",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphDeviceAndAppManagementRoleAssignment",
- "Command": "Get-MgBetaDeviceManagementRoleAssignment",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementReusableSettingCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement.Administration",
"Uri": "/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment-id}",
+ "OutputType": "IMicrosoftGraphDeviceAndAppManagementRoleAssignment",
"ApiVersion": "beta",
"Permissions": [
{
@@ -58475,17 +60666,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Administration",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDeviceAndAppManagementRoleAssignment",
- "Command": "Get-MgBetaDeviceManagementRoleAssignment",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementRoleAssignment",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement.Administration",
"Uri": "/deviceManagement/roleAssignments",
+ "OutputType": "IMicrosoftGraphDeviceAndAppManagementRoleAssignment",
"ApiVersion": "beta",
"Permissions": [
{
@@ -58520,17 +60713,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Administration",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementRoleAssignmentCount",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementRoleAssignment",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement.Administration",
"Uri": "/deviceManagement/roleAssignments/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -58565,69 +60759,73 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementRoleAssignmentCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Administration",
+ "Uri": "/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment-id}/roleDefinition",
+ "OutputType": "IMicrosoftGraphRoleDefinition",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphRoleDefinition",
- "Command": "Get-MgBetaDeviceManagementRoleAssignmentRoleDefinition",
"Method": "GET",
- "Uri": "/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment-id}/roleDefinition",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementRoleAssignmentRoleDefinition",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Administration",
+ "Uri": "/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment-id}/roleScopeTags/{roleScopeTag-id}",
+ "OutputType": "IMicrosoftGraphRoleScopeTag",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphRoleScopeTag",
- "Command": "Get-MgBetaDeviceManagementRoleAssignmentRoleScopeTag",
"Method": "GET",
- "Uri": "/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment-id}/roleScopeTags/{roleScopeTag-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementRoleAssignmentRoleScopeTag",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Administration",
+ "Uri": "/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment-id}/roleScopeTags",
+ "OutputType": "IMicrosoftGraphRoleScopeTag",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphRoleScopeTag",
- "Command": "Get-MgBetaDeviceManagementRoleAssignmentRoleScopeTag",
"Method": "GET",
- "Uri": "/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment-id}/roleScopeTags",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementRoleAssignmentRoleScopeTag",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Administration",
+ "Uri": "/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment-id}/roleScopeTags/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementRoleAssignmentRoleScopeTagCount",
"Method": "GET",
- "Uri": "/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment-id}/roleScopeTags/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementRoleAssignmentRoleScopeTagCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Administration",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphRoleDefinition",
- "Command": "Get-MgBetaDeviceManagementRoleDefinition",
- "Method": "GET",
"Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}",
+ "OutputType": "IMicrosoftGraphRoleDefinition",
"ApiVersion": "beta",
"Permissions": [
{
@@ -58662,17 +60860,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Administration",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphRoleDefinition",
- "Command": "Get-MgBetaDeviceManagementRoleDefinition",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementRoleDefinition",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement.Administration",
"Uri": "/deviceManagement/roleDefinitions",
+ "OutputType": "IMicrosoftGraphRoleDefinition",
"ApiVersion": "beta",
"Permissions": [
{
@@ -58707,17 +60907,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Administration",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementRoleDefinitionCount",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementRoleDefinition",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement.Administration",
"Uri": "/deviceManagement/roleDefinitions/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -58752,18 +60953,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Administration",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphRoleAssignment",
- "Command": "Get-MgBetaDeviceManagementRoleDefinitionRoleAssignment",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementRoleDefinitionCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement.Administration",
"Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments/{roleAssignment-id}",
+ "OutputType": "IMicrosoftGraphRoleAssignment",
"ApiVersion": "beta",
"Permissions": [
{
@@ -58798,17 +60999,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Administration",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphRoleAssignment",
- "Command": "Get-MgBetaDeviceManagementRoleDefinitionRoleAssignment",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementRoleDefinitionRoleAssignment",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement.Administration",
"Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments",
+ "OutputType": "IMicrosoftGraphRoleAssignment",
"ApiVersion": "beta",
"Permissions": [
{
@@ -58843,18 +61046,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Administration",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementRoleDefinitionRoleAssignmentCount",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementRoleDefinitionRoleAssignment",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement.Administration",
"Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -58889,18 +61092,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Administration",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphRoleDefinition",
- "Command": "Get-MgBetaDeviceManagementRoleDefinitionRoleAssignmentRoleDefinition",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementRoleDefinitionRoleAssignmentCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement.Administration",
"Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments/{roleAssignment-id}/roleDefinition",
+ "OutputType": "IMicrosoftGraphRoleDefinition",
"ApiVersion": "beta",
"Permissions": [
{
@@ -58935,18 +61139,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Administration",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphRoleScopeTag",
- "Command": "Get-MgBetaDeviceManagementRoleScopeTag",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementRoleDefinitionRoleAssignmentRoleDefinition",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement.Administration",
"Uri": "/deviceManagement/roleScopeTags/{roleScopeTag-id}",
+ "OutputType": "IMicrosoftGraphRoleScopeTag",
"ApiVersion": "beta",
"Permissions": [
{
@@ -58981,17 +61186,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Administration",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphRoleScopeTag",
- "Command": "Get-MgBetaDeviceManagementRoleScopeTag",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementRoleScopeTag",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement.Administration",
"Uri": "/deviceManagement/roleScopeTags",
+ "OutputType": "IMicrosoftGraphRoleScopeTag",
"ApiVersion": "beta",
"Permissions": [
{
@@ -59026,81 +61233,87 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementRoleScopeTag",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Administration",
+ "Uri": "/deviceManagement/roleScopeTags/{roleScopeTag-id}/assignments/{roleScopeTagAutoAssignment-id}",
+ "OutputType": "IMicrosoftGraphRoleScopeTagAutoAssignment",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphRoleScopeTagAutoAssignment",
- "Command": "Get-MgBetaDeviceManagementRoleScopeTagAssignment",
"Method": "GET",
- "Uri": "/deviceManagement/roleScopeTags/{roleScopeTag-id}/assignments/{roleScopeTagAutoAssignment-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementRoleScopeTagAssignment",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Administration",
+ "Uri": "/deviceManagement/roleScopeTags/{roleScopeTag-id}/assignments",
+ "OutputType": "IMicrosoftGraphRoleScopeTagAutoAssignment",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphRoleScopeTagAutoAssignment",
- "Command": "Get-MgBetaDeviceManagementRoleScopeTagAssignment",
"Method": "GET",
- "Uri": "/deviceManagement/roleScopeTags/{roleScopeTag-id}/assignments",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementRoleScopeTagAssignment",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Administration",
+ "Uri": "/deviceManagement/roleScopeTags/{roleScopeTag-id}/assignments/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementRoleScopeTagAssignmentCount",
"Method": "GET",
- "Uri": "/deviceManagement/roleScopeTags/{roleScopeTag-id}/assignments/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementRoleScopeTagAssignmentCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Functions",
+ "Uri": "/deviceManagement/getRoleScopeTagsByIds(ids={ids})",
+ "OutputType": "IMicrosoftGraphRoleScopeTag",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphRoleScopeTag",
- "Command": "Get-MgBetaDeviceManagementRoleScopeTagById",
"Method": "GET",
- "Uri": "/deviceManagement/getRoleScopeTagsByIds(ids={ids})",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementRoleScopeTagById",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Functions",
+ "Uri": "/deviceManagement/getRoleScopeTagsByResource(resource='{resource}')",
+ "OutputType": "IMicrosoftGraphRoleScopeTag",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphRoleScopeTag",
- "Command": "Get-MgBetaDeviceManagementRoleScopeTagByResource",
"Method": "GET",
- "Uri": "/deviceManagement/getRoleScopeTagsByResource(resource='{resource}')",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementRoleScopeTagByResource",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Administration",
- "Variants": [
- "Get"
- ],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementRoleScopeTagCount",
- "Method": "GET",
"Uri": "/deviceManagement/roleScopeTags/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -59135,18 +61348,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementRoleScopeTagCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Actions",
- "Variants": [
- "Get",
- "GetExpanded"
- ],
- "OutputType": "IMicrosoftGraphRoleScopeTag",
- "Command": "Get-MgBetaDeviceManagementRoleScopeTagRoleScopeTagById",
- "Method": "POST",
"Uri": "/deviceManagement/roleScopeTags/getRoleScopeTagsById",
+ "OutputType": "IMicrosoftGraphRoleScopeTag",
"ApiVersion": "beta",
"Permissions": [
{
@@ -59181,43 +61394,46 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetExpanded"
+ ],
+ "Method": "POST",
+ "Command": "Get-MgBetaDeviceManagementRoleScopeTagRoleScopeTagById",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement",
+ "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}",
+ "OutputType": "IMicrosoftGraphDeviceManagementScript",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDeviceManagementScript",
- "Command": "Get-MgBetaDeviceManagementScript",
"Method": "GET",
- "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementScript",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement",
+ "Uri": "/deviceManagement/deviceManagementScripts",
+ "OutputType": "IMicrosoftGraphDeviceManagementScript",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphDeviceManagementScript",
- "Command": "Get-MgBetaDeviceManagementScript",
"Method": "GET",
- "Uri": "/deviceManagement/deviceManagementScripts",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementScript",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphDeviceManagementScriptAssignment",
- "Command": "Get-MgBetaDeviceManagementScriptAssignment",
- "Method": "GET",
"Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/assignments/{deviceManagementScriptAssignment-id}",
+ "OutputType": "IMicrosoftGraphDeviceManagementScriptAssignment",
"ApiVersion": "beta",
"Permissions": [
{
@@ -59252,17 +61468,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDeviceManagementScriptAssignment",
- "Command": "Get-MgBetaDeviceManagementScriptAssignment",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementScriptAssignment",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/assignments",
+ "OutputType": "IMicrosoftGraphDeviceManagementScriptAssignment",
"ApiVersion": "beta",
"Permissions": [
{
@@ -59297,18 +61515,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementScriptAssignmentCount",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementScriptAssignment",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/assignments/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -59343,30 +61561,32 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementScriptAssignmentCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement",
+ "Uri": "/deviceManagement/deviceManagementScripts/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementScriptCount",
"Method": "GET",
- "Uri": "/deviceManagement/deviceManagementScripts/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementScriptCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState",
- "Command": "Get-MgBetaDeviceManagementScriptDeviceRunState",
- "Method": "GET",
"Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}",
+ "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState",
"ApiVersion": "beta",
"Permissions": [
{
@@ -59401,17 +61621,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState",
- "Command": "Get-MgBetaDeviceManagementScriptDeviceRunState",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementScriptDeviceRunState",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/deviceRunStates",
+ "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState",
"ApiVersion": "beta",
"Permissions": [
{
@@ -59446,18 +61668,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementScriptDeviceRunStateCount",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementScriptDeviceRunState",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/deviceRunStates/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -59492,18 +61714,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphManagedDevice",
- "Command": "Get-MgBetaDeviceManagementScriptDeviceRunStateManagedDevice",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementScriptDeviceRunStateCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice",
+ "OutputType": "IMicrosoftGraphManagedDevice",
"ApiVersion": "beta",
"Permissions": [
{
@@ -59538,18 +61761,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDeviceManagementScriptGroupAssignment",
- "Command": "Get-MgBetaDeviceManagementScriptGroupAssignment",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementScriptDeviceRunStateManagedDevice",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/groupAssignments/{deviceManagementScriptGroupAssignment-id}",
+ "OutputType": "IMicrosoftGraphDeviceManagementScriptGroupAssignment",
"ApiVersion": "beta",
"Permissions": [
{
@@ -59584,17 +61808,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDeviceManagementScriptGroupAssignment",
- "Command": "Get-MgBetaDeviceManagementScriptGroupAssignment",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementScriptGroupAssignment",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/groupAssignments",
+ "OutputType": "IMicrosoftGraphDeviceManagementScriptGroupAssignment",
"ApiVersion": "beta",
"Permissions": [
{
@@ -59629,18 +61855,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementScriptGroupAssignmentCount",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementScriptGroupAssignment",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/groupAssignments/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -59675,18 +61901,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDeviceManagementScriptRunSummary",
- "Command": "Get-MgBetaDeviceManagementScriptRunSummary",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementScriptGroupAssignmentCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/runSummary",
+ "OutputType": "IMicrosoftGraphDeviceManagementScriptRunSummary",
"ApiVersion": "beta",
"Permissions": [
{
@@ -59721,18 +61948,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDeviceManagementScriptUserState",
- "Command": "Get-MgBetaDeviceManagementScriptUserRunState",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementScriptRunSummary",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/{deviceManagementScriptUserState-id}",
+ "OutputType": "IMicrosoftGraphDeviceManagementScriptUserState",
"ApiVersion": "beta",
"Permissions": [
{
@@ -59767,17 +61995,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDeviceManagementScriptUserState",
- "Command": "Get-MgBetaDeviceManagementScriptUserRunState",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementScriptUserRunState",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates",
+ "OutputType": "IMicrosoftGraphDeviceManagementScriptUserState",
"ApiVersion": "beta",
"Permissions": [
{
@@ -59812,18 +62042,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementScriptUserRunStateCount",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementScriptUserRunState",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -59858,18 +62088,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState",
- "Command": "Get-MgBetaDeviceManagementScriptUserRunStateDeviceRunState",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementScriptUserRunStateCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}",
+ "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState",
"ApiVersion": "beta",
"Permissions": [
{
@@ -59904,17 +62135,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState",
- "Command": "Get-MgBetaDeviceManagementScriptUserRunStateDeviceRunState",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementScriptUserRunStateDeviceRunState",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates",
+ "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState",
"ApiVersion": "beta",
"Permissions": [
{
@@ -59949,18 +62182,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition",
- "Command": "Get-MgBetaDeviceManagementSettingDefinition",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementScriptUserRunStateDeviceRunState",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/settingDefinitions/{deviceManagementSettingDefinition-id}",
+ "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition",
"ApiVersion": "beta",
"Permissions": [
{
@@ -59979,17 +62212,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition",
- "Command": "Get-MgBetaDeviceManagementSettingDefinition",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementSettingDefinition",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/settingDefinitions",
+ "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition",
"ApiVersion": "beta",
"Permissions": [
{
@@ -60008,17 +62243,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementSettingDefinitionCount",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementSettingDefinition",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/settingDefinitions/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -60037,17 +62273,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
"Get"
],
- "OutputType": "IMicrosoftGraphSoftwareUpdateStatusSummary",
- "Command": "Get-MgBetaDeviceManagementSoftwareUpdateStatusSummary",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementSettingDefinitionCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/softwareUpdateStatusSummary",
+ "OutputType": "IMicrosoftGraphSoftwareUpdateStatusSummary",
"ApiVersion": "beta",
"Permissions": [
{
@@ -60066,18 +62303,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Functions",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementSuggestedEnrollmentLimit",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementSoftwareUpdateStatusSummary",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement.Functions",
"Uri": "/deviceManagement/getSuggestedEnrollmentLimit(enrollmentType='{enrollmentType}')",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -60096,18 +62333,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Administration",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTelecomExpenseManagementPartner",
- "Command": "Get-MgBetaDeviceManagementTelecomExpenseManagementPartner",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementSuggestedEnrollmentLimit",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement.Administration",
"Uri": "/deviceManagement/telecomExpenseManagementPartners/{telecomExpenseManagementPartner-id}",
+ "OutputType": "IMicrosoftGraphTelecomExpenseManagementPartner",
"ApiVersion": "beta",
"Permissions": [
{
@@ -60126,17 +62364,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Administration",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTelecomExpenseManagementPartner",
- "Command": "Get-MgBetaDeviceManagementTelecomExpenseManagementPartner",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementTelecomExpenseManagementPartner",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement.Administration",
"Uri": "/deviceManagement/telecomExpenseManagementPartners",
+ "OutputType": "IMicrosoftGraphTelecomExpenseManagementPartner",
"ApiVersion": "beta",
"Permissions": [
{
@@ -60155,17 +62395,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Administration",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementTelecomExpenseManagementPartnerCount",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementTelecomExpenseManagementPartner",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement.Administration",
"Uri": "/deviceManagement/telecomExpenseManagementPartners/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -60184,18 +62425,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphDeviceManagementTemplate",
- "Command": "Get-MgBetaDeviceManagementTemplate",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementTelecomExpenseManagementPartnerCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}",
+ "OutputType": "IMicrosoftGraphDeviceManagementTemplate",
"ApiVersion": "beta",
"Permissions": [
{
@@ -60214,17 +62455,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDeviceManagementTemplate",
- "Command": "Get-MgBetaDeviceManagementTemplate",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementTemplate",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/templates",
+ "OutputType": "IMicrosoftGraphDeviceManagementTemplate",
"ApiVersion": "beta",
"Permissions": [
{
@@ -60243,18 +62486,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": "IMicrosoftGraphDeviceManagementTemplateSettingCategory",
- "Command": "Get-MgBetaDeviceManagementTemplateCategory",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementTemplate",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}",
+ "OutputType": "IMicrosoftGraphDeviceManagementTemplateSettingCategory",
"ApiVersion": "beta",
"Permissions": [
{
@@ -60273,17 +62516,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDeviceManagementTemplateSettingCategory",
- "Command": "Get-MgBetaDeviceManagementTemplateCategory",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementTemplateCategory",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories",
+ "OutputType": "IMicrosoftGraphDeviceManagementTemplateSettingCategory",
"ApiVersion": "beta",
"Permissions": [
{
@@ -60302,18 +62547,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementTemplateCategoryCount",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementTemplateCategory",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -60332,18 +62577,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance",
- "Command": "Get-MgBetaDeviceManagementTemplateCategoryRecommendedSetting",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementTemplateCategoryCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings/{deviceManagementSettingInstance-id}",
+ "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance",
"ApiVersion": "beta",
"Permissions": [
{
@@ -60362,17 +62608,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance",
- "Command": "Get-MgBetaDeviceManagementTemplateCategoryRecommendedSetting",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementTemplateCategoryRecommendedSetting",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings",
+ "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance",
"ApiVersion": "beta",
"Permissions": [
{
@@ -60391,18 +62639,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementTemplateCategoryRecommendedSettingCount",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementTemplateCategoryRecommendedSetting",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -60421,18 +62669,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition",
- "Command": "Get-MgBetaDeviceManagementTemplateCategorySettingDefinition",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementTemplateCategoryRecommendedSettingCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}/settingDefinitions/{deviceManagementSettingDefinition-id}",
+ "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition",
"ApiVersion": "beta",
"Permissions": [
{
@@ -60451,17 +62700,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition",
- "Command": "Get-MgBetaDeviceManagementTemplateCategorySettingDefinition",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementTemplateCategorySettingDefinition",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}/settingDefinitions",
+ "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition",
"ApiVersion": "beta",
"Permissions": [
{
@@ -60480,18 +62731,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementTemplateCategorySettingDefinitionCount",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementTemplateCategorySettingDefinition",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}/settingDefinitions/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -60510,17 +62761,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "Get"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementTemplateCount",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementTemplateCategorySettingDefinitionCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/templates/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -60539,18 +62792,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphDeviceManagementTemplate",
- "Command": "Get-MgBetaDeviceManagementTemplateMigratableTo",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementTemplateCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}",
+ "OutputType": "IMicrosoftGraphDeviceManagementTemplate",
"ApiVersion": "beta",
"Permissions": [
{
@@ -60569,17 +62822,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDeviceManagementTemplate",
- "Command": "Get-MgBetaDeviceManagementTemplateMigratableTo",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementTemplateMigratableTo",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo",
+ "OutputType": "IMicrosoftGraphDeviceManagementTemplate",
"ApiVersion": "beta",
"Permissions": [
{
@@ -60598,132 +62853,141 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementTemplateMigratableTo",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement",
+ "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}",
+ "OutputType": "IMicrosoftGraphDeviceManagementTemplateSettingCategory",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDeviceManagementTemplateSettingCategory",
- "Command": "Get-MgBetaDeviceManagementTemplateMigratableToCategory",
"Method": "GET",
- "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementTemplateMigratableToCategory",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement",
+ "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories",
+ "OutputType": "IMicrosoftGraphDeviceManagementTemplateSettingCategory",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphDeviceManagementTemplateSettingCategory",
- "Command": "Get-MgBetaDeviceManagementTemplateMigratableToCategory",
"Method": "GET",
- "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementTemplateMigratableToCategory",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement",
+ "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementTemplateMigratableToCategoryCount",
"Method": "GET",
- "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementTemplateMigratableToCategoryCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement",
+ "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings/{deviceManagementSettingInstance-id}",
+ "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance",
- "Command": "Get-MgBetaDeviceManagementTemplateMigratableToCategoryRecommendedSetting",
"Method": "GET",
- "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings/{deviceManagementSettingInstance-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementTemplateMigratableToCategoryRecommendedSetting",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement",
+ "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings",
+ "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance",
- "Command": "Get-MgBetaDeviceManagementTemplateMigratableToCategoryRecommendedSetting",
"Method": "GET",
- "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementTemplateMigratableToCategoryRecommendedSetting",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement",
+ "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementTemplateMigratableToCategoryRecommendedSettingCount",
"Method": "GET",
- "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementTemplateMigratableToCategoryRecommendedSettingCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement",
+ "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}/settingDefinitions/{deviceManagementSettingDefinition-id}",
+ "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition",
- "Command": "Get-MgBetaDeviceManagementTemplateMigratableToCategorySettingDefinition",
"Method": "GET",
- "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}/settingDefinitions/{deviceManagementSettingDefinition-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementTemplateMigratableToCategorySettingDefinition",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement",
+ "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}/settingDefinitions",
+ "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition",
- "Command": "Get-MgBetaDeviceManagementTemplateMigratableToCategorySettingDefinition",
"Method": "GET",
- "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}/settingDefinitions",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementTemplateMigratableToCategorySettingDefinition",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement",
+ "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}/settingDefinitions/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementTemplateMigratableToCategorySettingDefinitionCount",
"Method": "GET",
- "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}/settingDefinitions/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementTemplateMigratableToCategorySettingDefinitionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementTemplateMigratableToCount",
- "Method": "GET",
"Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -60742,56 +63006,60 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementTemplateMigratableToCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement",
+ "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/settings/{deviceManagementSettingInstance-id}",
+ "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance",
- "Command": "Get-MgBetaDeviceManagementTemplateMigratableToSetting",
"Method": "GET",
- "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/settings/{deviceManagementSettingInstance-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementTemplateMigratableToSetting",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement",
+ "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/settings",
+ "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance",
- "Command": "Get-MgBetaDeviceManagementTemplateMigratableToSetting",
"Method": "GET",
- "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/settings",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementTemplateMigratableToSetting",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement",
+ "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/settings/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementTemplateMigratableToSettingCount",
"Method": "GET",
- "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/settings/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementTemplateMigratableToSettingCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance",
- "Command": "Get-MgBetaDeviceManagementTemplateSetting",
- "Method": "GET",
"Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/settings/{deviceManagementSettingInstance-id}",
+ "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance",
"ApiVersion": "beta",
"Permissions": [
{
@@ -60810,17 +63078,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance",
- "Command": "Get-MgBetaDeviceManagementTemplateSetting",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementTemplateSetting",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/settings",
+ "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance",
"ApiVersion": "beta",
"Permissions": [
{
@@ -60839,18 +63109,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementTemplateSettingCount",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementTemplateSetting",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/settings/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -60869,17 +63139,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Functions",
+ ],
"Variants": [
- "Get"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementTenantAttachRbacState",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementTemplateSettingCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement.Functions",
"Uri": "/deviceManagement/tenantAttachRBAC/getState",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -60914,18 +63186,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Administration",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphTermsAndConditions",
- "Command": "Get-MgBetaDeviceManagementTermAndCondition",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementTenantAttachRbacState",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement.Administration",
"Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}",
+ "OutputType": "IMicrosoftGraphTermsAndConditions",
"ApiVersion": "beta",
"Permissions": [
{
@@ -60944,17 +63216,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Administration",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTermsAndConditions",
- "Command": "Get-MgBetaDeviceManagementTermAndCondition",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementTermAndCondition",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement.Administration",
"Uri": "/deviceManagement/termsAndConditions",
+ "OutputType": "IMicrosoftGraphTermsAndConditions",
"ApiVersion": "beta",
"Permissions": [
{
@@ -60973,18 +63247,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Administration",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": "IMicrosoftGraphTermsAndConditionsAcceptanceStatus",
- "Command": "Get-MgBetaDeviceManagementTermAndConditionAcceptanceStatus",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementTermAndCondition",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement.Administration",
"Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses/{termsAndConditionsAcceptanceStatus-id}",
+ "OutputType": "IMicrosoftGraphTermsAndConditionsAcceptanceStatus",
"ApiVersion": "beta",
"Permissions": [
{
@@ -61003,17 +63277,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Administration",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTermsAndConditionsAcceptanceStatus",
- "Command": "Get-MgBetaDeviceManagementTermAndConditionAcceptanceStatus",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementTermAndConditionAcceptanceStatus",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement.Administration",
"Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses",
+ "OutputType": "IMicrosoftGraphTermsAndConditionsAcceptanceStatus",
"ApiVersion": "beta",
"Permissions": [
{
@@ -61032,18 +63308,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Administration",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementTermAndConditionAcceptanceStatusCount",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementTermAndConditionAcceptanceStatus",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement.Administration",
"Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -61062,18 +63338,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Administration",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTermsAndConditions",
- "Command": "Get-MgBetaDeviceManagementTermAndConditionAcceptanceStatusTermAndCondition",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementTermAndConditionAcceptanceStatusCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement.Administration",
"Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses/{termsAndConditionsAcceptanceStatus-id}/termsAndConditions",
+ "OutputType": "IMicrosoftGraphTermsAndConditions",
"ApiVersion": "beta",
"Permissions": [
{
@@ -61092,18 +63369,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Administration",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTermsAndConditionsAssignment",
- "Command": "Get-MgBetaDeviceManagementTermAndConditionAssignment",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementTermAndConditionAcceptanceStatusTermAndCondition",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement.Administration",
"Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments/{termsAndConditionsAssignment-id}",
+ "OutputType": "IMicrosoftGraphTermsAndConditionsAssignment",
"ApiVersion": "beta",
"Permissions": [
{
@@ -61122,17 +63400,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Administration",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTermsAndConditionsAssignment",
- "Command": "Get-MgBetaDeviceManagementTermAndConditionAssignment",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementTermAndConditionAssignment",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement.Administration",
"Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments",
+ "OutputType": "IMicrosoftGraphTermsAndConditionsAssignment",
"ApiVersion": "beta",
"Permissions": [
{
@@ -61151,18 +63431,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Administration",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementTermAndConditionAssignmentCount",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementTermAndConditionAssignment",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement.Administration",
"Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -61181,17 +63461,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Administration",
+ ],
"Variants": [
- "Get"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementTermAndConditionCount",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementTermAndConditionAssignmentCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement.Administration",
"Uri": "/deviceManagement/termsAndConditions/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -61210,18 +63492,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Administration",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphTermsAndConditionsGroupAssignment",
- "Command": "Get-MgBetaDeviceManagementTermAndConditionGroupAssignment",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementTermAndConditionCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement.Administration",
"Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/groupAssignments/{termsAndConditionsGroupAssignment-id}",
+ "OutputType": "IMicrosoftGraphTermsAndConditionsGroupAssignment",
"ApiVersion": "beta",
"Permissions": [
{
@@ -61240,17 +63522,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Administration",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTermsAndConditionsGroupAssignment",
- "Command": "Get-MgBetaDeviceManagementTermAndConditionGroupAssignment",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementTermAndConditionGroupAssignment",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement.Administration",
"Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/groupAssignments",
+ "OutputType": "IMicrosoftGraphTermsAndConditionsGroupAssignment",
"ApiVersion": "beta",
"Permissions": [
{
@@ -61269,18 +63553,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Administration",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementTermAndConditionGroupAssignmentCount",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementTermAndConditionGroupAssignment",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement.Administration",
"Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/groupAssignments/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -61299,18 +63583,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Administration",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTermsAndConditions",
- "Command": "Get-MgBetaDeviceManagementTermAndConditionGroupAssignmentTermAndCondition",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementTermAndConditionGroupAssignmentCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement.Administration",
"Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/groupAssignments/{termsAndConditionsGroupAssignment-id}/termsAndConditions",
+ "OutputType": "IMicrosoftGraphTermsAndConditions",
"ApiVersion": "beta",
"Permissions": [
{
@@ -61329,18 +63614,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent",
- "Command": "Get-MgBetaDeviceManagementTroubleshootingEvent",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementTermAndConditionGroupAssignmentTermAndCondition",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/troubleshootingEvents/{deviceManagementTroubleshootingEvent-id}",
+ "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent",
"ApiVersion": "beta",
"Permissions": [
{
@@ -61359,17 +63645,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent",
- "Command": "Get-MgBetaDeviceManagementTroubleshootingEvent",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementTroubleshootingEvent",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/troubleshootingEvents",
+ "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent",
"ApiVersion": "beta",
"Permissions": [
{
@@ -61388,17 +63676,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementTroubleshootingEventCount",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementTroubleshootingEvent",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/troubleshootingEvents/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -61417,18 +63706,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAnomaly",
- "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAnomaly",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementTroubleshootingEventCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/userExperienceAnalyticsAnomaly/{userExperienceAnalyticsAnomaly-id}",
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAnomaly",
"ApiVersion": "beta",
"Permissions": [
{
@@ -61463,17 +63752,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAnomaly",
- "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAnomaly",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAnomaly",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/userExperienceAnalyticsAnomaly",
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAnomaly",
"ApiVersion": "beta",
"Permissions": [
{
@@ -61508,54 +63799,58 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAnomaly",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement",
+ "Uri": "/deviceManagement/userExperienceAnalyticsAnomalyCorrelationGroupOverview/{userExperienceAnalyticsAnomalyCorrelationGroupOverview-id}",
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAnomalyCorrelationGroupOverview",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAnomalyCorrelationGroupOverview",
- "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAnomalyCorrelationGroupOverview",
"Method": "GET",
- "Uri": "/deviceManagement/userExperienceAnalyticsAnomalyCorrelationGroupOverview/{userExperienceAnalyticsAnomalyCorrelationGroupOverview-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAnomalyCorrelationGroupOverview",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement",
+ "Uri": "/deviceManagement/userExperienceAnalyticsAnomalyCorrelationGroupOverview",
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAnomalyCorrelationGroupOverview",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAnomalyCorrelationGroupOverview",
- "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAnomalyCorrelationGroupOverview",
"Method": "GET",
- "Uri": "/deviceManagement/userExperienceAnalyticsAnomalyCorrelationGroupOverview",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAnomalyCorrelationGroupOverview",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement",
+ "Uri": "/deviceManagement/userExperienceAnalyticsAnomalyCorrelationGroupOverview/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAnomalyCorrelationGroupOverviewCount",
"Method": "GET",
- "Uri": "/deviceManagement/userExperienceAnalyticsAnomalyCorrelationGroupOverview/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAnomalyCorrelationGroupOverviewCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement",
- "Variants": [
- "Get"
- ],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAnomalyCount",
- "Method": "GET",
"Uri": "/deviceManagement/userExperienceAnalyticsAnomaly/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -61590,18 +63885,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAnomalyDevice",
- "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAnomalyDevice",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAnomalyCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/userExperienceAnalyticsAnomalyDevice/{userExperienceAnalyticsAnomalyDevice-id}",
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAnomalyDevice",
"ApiVersion": "beta",
"Permissions": [
{
@@ -61636,17 +63931,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAnomalyDevice",
- "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAnomalyDevice",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAnomalyDevice",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/userExperienceAnalyticsAnomalyDevice",
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAnomalyDevice",
"ApiVersion": "beta",
"Permissions": [
{
@@ -61681,17 +63978,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAnomalyDeviceCount",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAnomalyDevice",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/userExperienceAnalyticsAnomalyDevice/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -61726,18 +64024,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthApplicationPerformance",
- "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformance",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAnomalyDeviceCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformance/{userExperienceAnalyticsAppHealthApplicationPerformance-id}",
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthApplicationPerformance",
"ApiVersion": "beta",
"Permissions": [
{
@@ -61772,17 +64070,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthApplicationPerformance",
- "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformance",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformance",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformance",
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthApplicationPerformance",
"ApiVersion": "beta",
"Permissions": [
{
@@ -61817,18 +64117,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersion",
- "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersion",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformance",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersion/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersion-id}",
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersion",
"ApiVersion": "beta",
"Permissions": [
{
@@ -61863,17 +64163,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersion",
- "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersion",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersion",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersion",
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersion",
"ApiVersion": "beta",
"Permissions": [
{
@@ -61908,17 +64210,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionCount",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersion",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersion/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -61953,18 +64256,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails",
- "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDetail",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails-id}",
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails",
"ApiVersion": "beta",
"Permissions": [
{
@@ -61999,17 +64302,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails",
- "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDetail",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDetail",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails",
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails",
"ApiVersion": "beta",
"Permissions": [
{
@@ -62044,17 +64349,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDetailCount",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDetail",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -62089,18 +64395,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId",
- "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDeviceId",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDetailCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId-id}",
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId",
"ApiVersion": "beta",
"Permissions": [
{
@@ -62135,17 +64441,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId",
- "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDeviceId",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDeviceId",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId",
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId",
"ApiVersion": "beta",
"Permissions": [
{
@@ -62180,17 +64488,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDeviceIdCount",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDeviceId",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -62225,18 +64534,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByOSVersion",
- "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByOsversion",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDeviceIdCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion/{userExperienceAnalyticsAppHealthAppPerformanceByOSVersion-id}",
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByOSVersion",
"ApiVersion": "beta",
"Permissions": [
{
@@ -62271,17 +64580,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByOSVersion",
- "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByOsversion",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByOsversion",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion",
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByOSVersion",
"ApiVersion": "beta",
"Permissions": [
{
@@ -62316,17 +64627,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByOsversionCount",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByOsversion",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -62361,17 +64673,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceCount",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByOsversionCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformance/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -62406,18 +64719,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDeviceModelPerformance",
- "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDeviceModelPerformance",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDeviceModelPerformance/{userExperienceAnalyticsAppHealthDeviceModelPerformance-id}",
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDeviceModelPerformance",
"ApiVersion": "beta",
"Permissions": [
{
@@ -62452,17 +64765,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDeviceModelPerformance",
- "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDeviceModelPerformance",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDeviceModelPerformance",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDeviceModelPerformance",
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDeviceModelPerformance",
"ApiVersion": "beta",
"Permissions": [
{
@@ -62497,17 +64812,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDeviceModelPerformanceCount",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDeviceModelPerformance",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDeviceModelPerformance/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -62542,18 +64858,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformance",
- "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDevicePerformance",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDeviceModelPerformanceCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformance/{userExperienceAnalyticsAppHealthDevicePerformance-id}",
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformance",
"ApiVersion": "beta",
"Permissions": [
{
@@ -62588,17 +64904,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformance",
- "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDevicePerformance",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDevicePerformance",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformance",
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformance",
"ApiVersion": "beta",
"Permissions": [
{
@@ -62633,17 +64951,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDevicePerformanceCount",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDevicePerformance",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformance/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -62678,18 +64997,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformanceDetails",
- "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDevicePerformanceDetail",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDevicePerformanceCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformanceDetails/{userExperienceAnalyticsAppHealthDevicePerformanceDetails-id}",
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformanceDetails",
"ApiVersion": "beta",
"Permissions": [
{
@@ -62724,17 +65043,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformanceDetails",
- "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDevicePerformanceDetail",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDevicePerformanceDetail",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformanceDetails",
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformanceDetails",
"ApiVersion": "beta",
"Permissions": [
{
@@ -62769,17 +65090,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDevicePerformanceDetailCount",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDevicePerformanceDetail",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformanceDetails/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -62814,18 +65136,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthOSVersionPerformance",
- "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthOSVersionPerformance",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDevicePerformanceDetailCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOSVersionPerformance/{userExperienceAnalyticsAppHealthOSVersionPerformance-id}",
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthOSVersionPerformance",
"ApiVersion": "beta",
"Permissions": [
{
@@ -62860,17 +65182,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthOSVersionPerformance",
- "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthOSVersionPerformance",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthOSVersionPerformance",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOSVersionPerformance",
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthOSVersionPerformance",
"ApiVersion": "beta",
"Permissions": [
{
@@ -62905,17 +65229,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthOSVersionPerformanceCount",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthOSVersionPerformance",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOSVersionPerformance/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -62950,17 +65275,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
"Get"
],
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory",
- "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthOverview",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthOSVersionPerformanceCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview",
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory",
"ApiVersion": "beta",
"Permissions": [
{
@@ -62995,55 +65321,58 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthOverview",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement",
+ "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview/metricValues/{userExperienceAnalyticsMetric-id}",
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric",
- "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthOverviewMetricValue",
"Method": "GET",
- "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview/metricValues/{userExperienceAnalyticsMetric-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthOverviewMetricValue",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement",
+ "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview/metricValues",
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric",
- "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthOverviewMetricValue",
"Method": "GET",
- "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview/metricValues",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthOverviewMetricValue",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement",
+ "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview/metricValues/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthOverviewMetricValueCount",
"Method": "GET",
- "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview/metricValues/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthOverviewMetricValueCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBaseline",
- "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBaseline",
- "Method": "GET",
"Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}",
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBaseline",
"ApiVersion": "beta",
"Permissions": [
{
@@ -63078,17 +65407,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBaseline",
- "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBaseline",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBaseline",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/userExperienceAnalyticsBaselines",
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBaseline",
"ApiVersion": "beta",
"Permissions": [
{
@@ -63123,18 +65454,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory",
- "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBaselineAppHealthMetric",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBaseline",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/appHealthMetrics",
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory",
"ApiVersion": "beta",
"Permissions": [
{
@@ -63169,18 +65500,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory",
- "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBaselineBatteryHealthMetric",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBaselineAppHealthMetric",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/batteryHealthMetrics",
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory",
"ApiVersion": "beta",
"Permissions": [
{
@@ -63215,18 +65547,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory",
- "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBaselineBestPracticeMetric",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBaselineBatteryHealthMetric",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/bestPracticesMetrics",
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory",
"ApiVersion": "beta",
"Permissions": [
{
@@ -63261,17 +65594,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "Get"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBaselineCount",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBaselineBestPracticeMetric",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/userExperienceAnalyticsBaselines/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -63306,18 +65641,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory",
- "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBaselineDeviceBootPerformanceMetric",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBaselineCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/deviceBootPerformanceMetrics",
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory",
"ApiVersion": "beta",
"Permissions": [
{
@@ -63352,18 +65687,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory",
- "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBaselineRebootAnalyticMetric",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBaselineDeviceBootPerformanceMetric",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/rebootAnalyticsMetrics",
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory",
"ApiVersion": "beta",
"Permissions": [
{
@@ -63398,18 +65734,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory",
- "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBaselineResourcePerformanceMetric",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBaselineRebootAnalyticMetric",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/resourcePerformanceMetrics",
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory",
"ApiVersion": "beta",
"Permissions": [
{
@@ -63444,18 +65781,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory",
- "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBaselineWorkFromAnywhereMetric",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBaselineResourcePerformanceMetric",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/workFromAnywhereMetrics",
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory",
"ApiVersion": "beta",
"Permissions": [
{
@@ -63490,18 +65828,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthAppImpact",
- "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthAppImpact",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBaselineWorkFromAnywhereMetric",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthAppImpact/{userExperienceAnalyticsBatteryHealthAppImpact-id}",
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthAppImpact",
"ApiVersion": "beta",
"Permissions": [
{
@@ -63536,17 +65875,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthAppImpact",
- "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthAppImpact",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthAppImpact",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthAppImpact",
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthAppImpact",
"ApiVersion": "beta",
"Permissions": [
{
@@ -63581,17 +65922,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthAppImpactCount",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthAppImpact",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthAppImpact/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -63626,17 +65968,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
"Get"
],
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthCapacityDetails",
- "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthCapacityDetail",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthAppImpactCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthCapacityDetails",
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthCapacityDetails",
"ApiVersion": "beta",
"Permissions": [
{
@@ -63671,18 +66014,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthDeviceAppImpact",
- "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDeviceAppImpact",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthCapacityDetail",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDeviceAppImpact/{userExperienceAnalyticsBatteryHealthDeviceAppImpact-id}",
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthDeviceAppImpact",
"ApiVersion": "beta",
"Permissions": [
{
@@ -63717,17 +66060,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthDeviceAppImpact",
- "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDeviceAppImpact",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDeviceAppImpact",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDeviceAppImpact",
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthDeviceAppImpact",
"ApiVersion": "beta",
"Permissions": [
{
@@ -63762,17 +66107,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDeviceAppImpactCount",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDeviceAppImpact",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDeviceAppImpact/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -63807,18 +66153,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthDevicePerformance",
- "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDevicePerformance",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDeviceAppImpactCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDevicePerformance/{userExperienceAnalyticsBatteryHealthDevicePerformance-id}",
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthDevicePerformance",
"ApiVersion": "beta",
"Permissions": [
{
@@ -63853,17 +66199,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthDevicePerformance",
- "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDevicePerformance",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDevicePerformance",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDevicePerformance",
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthDevicePerformance",
"ApiVersion": "beta",
"Permissions": [
{
@@ -63898,17 +66246,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDevicePerformanceCount",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDevicePerformance",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDevicePerformance/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -63943,18 +66292,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthDeviceRuntimeHistory",
- "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDeviceRuntimeHistory",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDevicePerformanceCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDeviceRuntimeHistory/{userExperienceAnalyticsBatteryHealthDeviceRuntimeHistory-id}",
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthDeviceRuntimeHistory",
"ApiVersion": "beta",
"Permissions": [
{
@@ -63989,17 +66338,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthDeviceRuntimeHistory",
- "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDeviceRuntimeHistory",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDeviceRuntimeHistory",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDeviceRuntimeHistory",
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthDeviceRuntimeHistory",
"ApiVersion": "beta",
"Permissions": [
{
@@ -64034,17 +66385,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDeviceRuntimeHistoryCount",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDeviceRuntimeHistory",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDeviceRuntimeHistory/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -64079,18 +66431,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthModelPerformance",
- "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthModelPerformance",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDeviceRuntimeHistoryCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthModelPerformance/{userExperienceAnalyticsBatteryHealthModelPerformance-id}",
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthModelPerformance",
"ApiVersion": "beta",
"Permissions": [
{
@@ -64125,17 +66477,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthModelPerformance",
- "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthModelPerformance",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthModelPerformance",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthModelPerformance",
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthModelPerformance",
"ApiVersion": "beta",
"Permissions": [
{
@@ -64170,17 +66524,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthModelPerformanceCount",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthModelPerformance",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthModelPerformance/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -64215,18 +66570,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthOSPerformance",
- "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthOSPerformance",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthModelPerformanceCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthOsPerformance/{userExperienceAnalyticsBatteryHealthOsPerformance-id}",
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthOSPerformance",
"ApiVersion": "beta",
"Permissions": [
{
@@ -64261,17 +66616,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthOSPerformance",
- "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthOSPerformance",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthOSPerformance",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthOsPerformance",
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthOSPerformance",
"ApiVersion": "beta",
"Permissions": [
{
@@ -64306,17 +66663,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthOSPerformanceCount",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthOSPerformance",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthOsPerformance/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -64351,17 +66709,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
"Get"
],
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthRuntimeDetails",
- "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthRuntimeDetail",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthOSPerformanceCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthRuntimeDetails",
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthRuntimeDetails",
"ApiVersion": "beta",
"Permissions": [
{
@@ -64396,18 +66755,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory",
- "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticCategory",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthRuntimeDetail",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}",
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory",
"ApiVersion": "beta",
"Permissions": [
{
@@ -64442,80 +66801,86 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticCategory",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement",
+ "Uri": "/deviceManagement/userExperienceAnalyticsCategories",
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory",
- "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticCategory",
"Method": "GET",
- "Uri": "/deviceManagement/userExperienceAnalyticsCategories",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticCategory",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement",
+ "Uri": "/deviceManagement/userExperienceAnalyticsCategories/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticCategoryCount",
"Method": "GET",
- "Uri": "/deviceManagement/userExperienceAnalyticsCategories/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticCategoryCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement",
+ "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}/metricValues/{userExperienceAnalyticsMetric-id}",
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric",
- "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticCategoryMetricValue",
"Method": "GET",
- "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}/metricValues/{userExperienceAnalyticsMetric-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticCategoryMetricValue",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement",
+ "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}/metricValues",
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric",
- "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticCategoryMetricValue",
"Method": "GET",
- "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}/metricValues",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticCategoryMetricValue",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement",
+ "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}/metricValues/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticCategoryMetricValueCount",
"Method": "GET",
- "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}/metricValues/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticCategoryMetricValueCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetricHistory",
- "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceMetricHistory",
- "Method": "GET",
"Uri": "/deviceManagement/userExperienceAnalyticsDeviceMetricHistory/{userExperienceAnalyticsMetricHistory-id}",
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetricHistory",
"ApiVersion": "beta",
"Permissions": [
{
@@ -64550,17 +66915,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetricHistory",
- "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceMetricHistory",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceMetricHistory",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/userExperienceAnalyticsDeviceMetricHistory",
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetricHistory",
"ApiVersion": "beta",
"Permissions": [
{
@@ -64595,17 +66962,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceMetricHistoryCount",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceMetricHistory",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/userExperienceAnalyticsDeviceMetricHistory/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -64640,18 +67008,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDevicePerformance",
- "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDevicePerformance",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceMetricHistoryCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/userExperienceAnalyticsDevicePerformance/{userExperienceAnalyticsDevicePerformance-id}",
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDevicePerformance",
"ApiVersion": "beta",
"Permissions": [
{
@@ -64686,17 +67054,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDevicePerformance",
- "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDevicePerformance",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDevicePerformance",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/userExperienceAnalyticsDevicePerformance",
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDevicePerformance",
"ApiVersion": "beta",
"Permissions": [
{
@@ -64731,17 +67101,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDevicePerformanceCount",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDevicePerformance",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/userExperienceAnalyticsDevicePerformance/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -64776,64 +67147,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "Get",
- "Get1",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceScope",
- "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceScope",
"Method": "GET",
- "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScope",
- "ApiVersion": "beta",
- "Permissions": [
- {
- "Name": "DeviceManagementConfiguration.Read.All",
- "Description": "Read Microsoft Intune device configuration and policies",
- "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.",
- "IsAdmin": false,
- "PermissionType": "Application",
- "IsLeastPrivilege": true
- },
- {
- "Name": "DeviceManagementManagedDevices.ReadWrite.All",
- "Description": "Read and write Microsoft Intune devices",
- "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune, without a signed-in user. Does not allow high impact operations such as remote wipe and password reset on the device’s owner",
- "IsAdmin": false,
- "PermissionType": "Application",
- "IsLeastPrivilege": false
- },
- {
- "Name": "DeviceManagementManagedDevices.Read.All",
- "Description": "Read Microsoft Intune devices",
- "FullDescription": "Allows the app to read the properties of devices managed by Microsoft Intune, without a signed-in user.",
- "IsAdmin": false,
- "PermissionType": "Application",
- "IsLeastPrivilege": false
- },
- {
- "Name": "DeviceManagementConfiguration.ReadWrite.All",
- "Description": "Read and write Microsoft Intune device configuration and policies",
- "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.",
- "IsAdmin": false,
- "PermissionType": "Application",
- "IsLeastPrivilege": false
- }
- ]
+ "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDevicePerformanceCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement",
- "Variants": [
- "List"
- ],
+ "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScope",
"OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceScope",
- "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceScope",
- "Method": "GET",
- "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScopes",
"ApiVersion": "beta",
"Permissions": [
{
@@ -64868,17 +67193,20 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "Get"
+ "Get",
+ "Get1",
+ "GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceScopeCount",
"Method": "GET",
- "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScopes/$count",
+ "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceScope",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
+ "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScopes",
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceScope",
"ApiVersion": "beta",
"Permissions": [
{
@@ -64913,18 +67241,64 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceScope",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement",
+ "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScopes/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [
+ {
+ "Name": "DeviceManagementConfiguration.Read.All",
+ "Description": "Read Microsoft Intune device configuration and policies",
+ "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": true
+ },
+ {
+ "Name": "DeviceManagementManagedDevices.ReadWrite.All",
+ "Description": "Read and write Microsoft Intune devices",
+ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune, without a signed-in user. Does not allow high impact operations such as remote wipe and password reset on the device’s owner",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "DeviceManagementManagedDevices.Read.All",
+ "Description": "Read Microsoft Intune devices",
+ "FullDescription": "Allows the app to read the properties of devices managed by Microsoft Intune, without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "DeviceManagementConfiguration.ReadWrite.All",
+ "Description": "Read and write Microsoft Intune device configuration and policies",
+ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ }
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceScores",
- "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceScore",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceScopeCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/userExperienceAnalyticsDeviceScores/{userExperienceAnalyticsDeviceScores-id}",
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceScores",
"ApiVersion": "beta",
"Permissions": [
{
@@ -64959,17 +67333,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceScores",
- "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceScore",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceScore",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/userExperienceAnalyticsDeviceScores",
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceScores",
"ApiVersion": "beta",
"Permissions": [
{
@@ -65004,17 +67380,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceScoreCount",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceScore",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/userExperienceAnalyticsDeviceScores/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -65049,18 +67426,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupHistory",
- "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupHistory",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceScoreCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupHistory/{userExperienceAnalyticsDeviceStartupHistory-id}",
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupHistory",
"ApiVersion": "beta",
"Permissions": [
{
@@ -65095,17 +67472,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupHistory",
- "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupHistory",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupHistory",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupHistory",
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupHistory",
"ApiVersion": "beta",
"Permissions": [
{
@@ -65140,17 +67519,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupHistoryCount",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupHistory",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupHistory/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -65185,18 +67565,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcess",
- "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupProcess",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupHistoryCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcesses/{userExperienceAnalyticsDeviceStartupProcess-id}",
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcess",
"ApiVersion": "beta",
"Permissions": [
{
@@ -65231,17 +67611,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcess",
- "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupProcess",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupProcess",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcesses",
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcess",
"ApiVersion": "beta",
"Permissions": [
{
@@ -65276,17 +67658,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupProcessCount",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupProcess",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcesses/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -65321,18 +67704,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcessPerformance",
- "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupProcessPerformance",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupProcessCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcessPerformance/{userExperienceAnalyticsDeviceStartupProcessPerformance-id}",
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcessPerformance",
"ApiVersion": "beta",
"Permissions": [
{
@@ -65367,17 +67750,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcessPerformance",
- "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupProcessPerformance",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupProcessPerformance",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcessPerformance",
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcessPerformance",
"ApiVersion": "beta",
"Permissions": [
{
@@ -65412,17 +67797,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupProcessPerformanceCount",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupProcessPerformance",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcessPerformance/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -65457,55 +67843,58 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupProcessPerformanceCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement",
+ "Uri": "/deviceManagement/userExperienceAnalyticsDeviceTimelineEvent/{userExperienceAnalyticsDeviceTimelineEvent-id}",
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceTimelineEvent",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceTimelineEvent",
- "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceTimelineEvent",
"Method": "GET",
- "Uri": "/deviceManagement/userExperienceAnalyticsDeviceTimelineEvent/{userExperienceAnalyticsDeviceTimelineEvent-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceTimelineEvent",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement",
+ "Uri": "/deviceManagement/userExperienceAnalyticsDeviceTimelineEvent",
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceTimelineEvent",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceTimelineEvent",
- "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceTimelineEvent",
"Method": "GET",
- "Uri": "/deviceManagement/userExperienceAnalyticsDeviceTimelineEvent",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceTimelineEvent",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement",
+ "Uri": "/deviceManagement/userExperienceAnalyticsDeviceTimelineEvent/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceTimelineEventCount",
"Method": "GET",
- "Uri": "/deviceManagement/userExperienceAnalyticsDeviceTimelineEvent/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceTimelineEventCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceWithoutCloudIdentity",
- "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceWithoutCloudIdentity",
- "Method": "GET",
"Uri": "/deviceManagement/userExperienceAnalyticsDevicesWithoutCloudIdentity/{userExperienceAnalyticsDeviceWithoutCloudIdentity-id}",
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceWithoutCloudIdentity",
"ApiVersion": "beta",
"Permissions": [
{
@@ -65540,17 +67929,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceWithoutCloudIdentity",
- "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceWithoutCloudIdentity",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceWithoutCloudIdentity",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/userExperienceAnalyticsDevicesWithoutCloudIdentity",
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceWithoutCloudIdentity",
"ApiVersion": "beta",
"Permissions": [
{
@@ -65585,17 +67976,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceWithoutCloudIdentityCount",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceWithoutCloudIdentity",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/userExperienceAnalyticsDevicesWithoutCloudIdentity/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -65630,18 +68022,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsImpactingProcess",
- "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticImpactingProcess",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceWithoutCloudIdentityCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/userExperienceAnalyticsImpactingProcess/{userExperienceAnalyticsImpactingProcess-id}",
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsImpactingProcess",
"ApiVersion": "beta",
"Permissions": [
{
@@ -65676,17 +68068,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsImpactingProcess",
- "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticImpactingProcess",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticImpactingProcess",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/userExperienceAnalyticsImpactingProcess",
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsImpactingProcess",
"ApiVersion": "beta",
"Permissions": [
{
@@ -65721,17 +68115,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticImpactingProcessCount",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticImpactingProcess",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/userExperienceAnalyticsImpactingProcess/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -65766,18 +68161,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetricHistory",
- "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticMetricHistory",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticImpactingProcessCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/userExperienceAnalyticsMetricHistory/{userExperienceAnalyticsMetricHistory-id}",
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetricHistory",
"ApiVersion": "beta",
"Permissions": [
{
@@ -65812,17 +68207,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetricHistory",
- "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticMetricHistory",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticMetricHistory",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/userExperienceAnalyticsMetricHistory",
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetricHistory",
"ApiVersion": "beta",
"Permissions": [
{
@@ -65857,17 +68254,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticMetricHistoryCount",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticMetricHistory",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/userExperienceAnalyticsMetricHistory/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -65902,18 +68300,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsModelScores",
- "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticModelScore",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticMetricHistoryCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/userExperienceAnalyticsModelScores/{userExperienceAnalyticsModelScores-id}",
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsModelScores",
"ApiVersion": "beta",
"Permissions": [
{
@@ -65948,17 +68346,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsModelScores",
- "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticModelScore",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticModelScore",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/userExperienceAnalyticsModelScores",
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsModelScores",
"ApiVersion": "beta",
"Permissions": [
{
@@ -65993,17 +68393,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticModelScoreCount",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticModelScore",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/userExperienceAnalyticsModelScores/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -66038,18 +68439,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsNotAutopilotReadyDevice",
- "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticNotAutopilotReadyDevice",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticModelScoreCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/userExperienceAnalyticsNotAutopilotReadyDevice/{userExperienceAnalyticsNotAutopilotReadyDevice-id}",
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsNotAutopilotReadyDevice",
"ApiVersion": "beta",
"Permissions": [
{
@@ -66084,17 +68485,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsNotAutopilotReadyDevice",
- "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticNotAutopilotReadyDevice",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticNotAutopilotReadyDevice",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/userExperienceAnalyticsNotAutopilotReadyDevice",
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsNotAutopilotReadyDevice",
"ApiVersion": "beta",
"Permissions": [
{
@@ -66129,17 +68532,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticNotAutopilotReadyDeviceCount",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticNotAutopilotReadyDevice",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/userExperienceAnalyticsNotAutopilotReadyDevice/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -66174,17 +68578,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
"Get"
],
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsOverview",
- "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticOverview",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticNotAutopilotReadyDeviceCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/userExperienceAnalyticsOverview",
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsOverview",
"ApiVersion": "beta",
"Permissions": [
{
@@ -66219,18 +68624,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsRemoteConnection",
- "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticRemoteConnection",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticOverview",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/userExperienceAnalyticsRemoteConnection/{userExperienceAnalyticsRemoteConnection-id}",
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsRemoteConnection",
"ApiVersion": "beta",
"Permissions": [
{
@@ -66265,17 +68670,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsRemoteConnection",
- "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticRemoteConnection",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticRemoteConnection",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/userExperienceAnalyticsRemoteConnection",
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsRemoteConnection",
"ApiVersion": "beta",
"Permissions": [
{
@@ -66310,17 +68717,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticRemoteConnectionCount",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticRemoteConnection",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/userExperienceAnalyticsRemoteConnection/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -66355,18 +68763,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsResourcePerformance",
- "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticResourcePerformance",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticRemoteConnectionCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/userExperienceAnalyticsResourcePerformance/{userExperienceAnalyticsResourcePerformance-id}",
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsResourcePerformance",
"ApiVersion": "beta",
"Permissions": [
{
@@ -66401,17 +68809,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsResourcePerformance",
- "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticResourcePerformance",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticResourcePerformance",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/userExperienceAnalyticsResourcePerformance",
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsResourcePerformance",
"ApiVersion": "beta",
"Permissions": [
{
@@ -66446,17 +68856,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticResourcePerformanceCount",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticResourcePerformance",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/userExperienceAnalyticsResourcePerformance/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -66491,18 +68902,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsScoreHistory",
- "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticScoreHistory",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticResourcePerformanceCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/userExperienceAnalyticsScoreHistory/{userExperienceAnalyticsScoreHistory-id}",
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsScoreHistory",
"ApiVersion": "beta",
"Permissions": [
{
@@ -66537,17 +68948,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsScoreHistory",
- "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticScoreHistory",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticScoreHistory",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/userExperienceAnalyticsScoreHistory",
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsScoreHistory",
"ApiVersion": "beta",
"Permissions": [
{
@@ -66582,17 +68995,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticScoreHistoryCount",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticScoreHistory",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/userExperienceAnalyticsScoreHistory/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -66627,17 +69041,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
"Get"
],
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric",
- "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereHardwareReadinessMetric",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticScoreHistoryCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric",
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric",
"ApiVersion": "beta",
"Permissions": [
{
@@ -66672,18 +69087,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereMetric",
- "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetric",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereHardwareReadinessMetric",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}",
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereMetric",
"ApiVersion": "beta",
"Permissions": [
{
@@ -66718,17 +69133,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereMetric",
- "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetric",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetric",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics",
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereMetric",
"ApiVersion": "beta",
"Permissions": [
{
@@ -66763,17 +69180,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricCount",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetric",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -66808,18 +69226,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereDevice",
- "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricDevice",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}/metricDevices/{userExperienceAnalyticsWorkFromAnywhereDevice-id}",
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereDevice",
"ApiVersion": "beta",
"Permissions": [
{
@@ -66854,17 +69272,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereDevice",
- "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricDevice",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricDevice",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}/metricDevices",
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereDevice",
"ApiVersion": "beta",
"Permissions": [
{
@@ -66899,18 +69319,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricDeviceCount",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricDevice",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}/metricDevices/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -66945,18 +69365,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereModelPerformance",
- "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereModelPerformance",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricDeviceCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereModelPerformance/{userExperienceAnalyticsWorkFromAnywhereModelPerformance-id}",
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereModelPerformance",
"ApiVersion": "beta",
"Permissions": [
{
@@ -66991,17 +69412,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereModelPerformance",
- "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereModelPerformance",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereModelPerformance",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereModelPerformance",
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereModelPerformance",
"ApiVersion": "beta",
"Permissions": [
{
@@ -67036,17 +69459,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereModelPerformanceCount",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereModelPerformance",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereModelPerformance/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -67081,18 +69505,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Administration",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphUserPfxCertificate",
- "Command": "Get-MgBetaDeviceManagementUserPfxCertificate",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereModelPerformanceCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement.Administration",
"Uri": "/deviceManagement/userPfxCertificates/{userPFXCertificate-id}",
+ "OutputType": "IMicrosoftGraphUserPfxCertificate",
"ApiVersion": "beta",
"Permissions": [
{
@@ -67111,17 +69535,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Administration",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUserPfxCertificate",
- "Command": "Get-MgBetaDeviceManagementUserPfxCertificate",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementUserPfxCertificate",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement.Administration",
"Uri": "/deviceManagement/userPfxCertificates",
+ "OutputType": "IMicrosoftGraphUserPfxCertificate",
"ApiVersion": "beta",
"Permissions": [
{
@@ -67140,17 +69566,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Administration",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementUserPfxCertificateCount",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementUserPfxCertificate",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement.Administration",
"Uri": "/deviceManagement/userPfxCertificates/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -67169,30 +69596,31 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Administration",
+ ],
"Variants": [
"Get"
],
- "OutputType": "IMicrosoftGraphVirtualEndpoint",
- "Command": "Get-MgBetaDeviceManagementVirtualEndpoint",
"Method": "GET",
- "Uri": "/deviceManagement/virtualEndpoint",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementUserPfxCertificateCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Administration",
+ "Uri": "/deviceManagement/virtualEndpoint",
+ "OutputType": "IMicrosoftGraphVirtualEndpoint",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphCloudPcAuditEvent",
- "Command": "Get-MgBetaDeviceManagementVirtualEndpointAuditEvent",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementVirtualEndpoint",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement.Administration",
"Uri": "/deviceManagement/virtualEndpoint/auditEvents/{cloudPcAuditEvent-id}",
+ "OutputType": "IMicrosoftGraphCloudPcAuditEvent",
"ApiVersion": "beta",
"Permissions": [
{
@@ -67211,17 +69639,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Administration",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphCloudPcAuditEvent",
- "Command": "Get-MgBetaDeviceManagementVirtualEndpointAuditEvent",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementVirtualEndpointAuditEvent",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcauditevent-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.DeviceManagement.Administration",
"Uri": "/deviceManagement/virtualEndpoint/auditEvents",
+ "OutputType": "IMicrosoftGraphCloudPcAuditEvent",
"ApiVersion": "beta",
"Permissions": [
{
@@ -67240,17 +69670,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Functions",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementVirtualEndpointAuditEventAuditActivityType",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementVirtualEndpointAuditEvent",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-list-auditevents?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.DeviceManagement.Functions",
"Uri": "/deviceManagement/virtualEndpoint/auditEvents/getAuditActivityTypes",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -67269,17 +69700,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Administration",
+ ],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementVirtualEndpointAuditEventCount",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementVirtualEndpointAuditEventAuditActivityType",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement.Administration",
"Uri": "/deviceManagement/virtualEndpoint/auditEvents/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -67298,55 +69730,58 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementVirtualEndpointAuditEventCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Administration",
+ "Uri": "/deviceManagement/virtualEndpoint/bulkActions/{cloudPcBulkAction-id}",
+ "OutputType": "IMicrosoftGraphCloudPcBulkAction",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphCloudPcBulkAction",
- "Command": "Get-MgBetaDeviceManagementVirtualEndpointBulkAction",
"Method": "GET",
- "Uri": "/deviceManagement/virtualEndpoint/bulkActions/{cloudPcBulkAction-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementVirtualEndpointBulkAction",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Administration",
+ "Uri": "/deviceManagement/virtualEndpoint/bulkActions",
+ "OutputType": "IMicrosoftGraphCloudPcBulkAction",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphCloudPcBulkAction",
- "Command": "Get-MgBetaDeviceManagementVirtualEndpointBulkAction",
"Method": "GET",
- "Uri": "/deviceManagement/virtualEndpoint/bulkActions",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementVirtualEndpointBulkAction",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Administration",
+ "Uri": "/deviceManagement/virtualEndpoint/bulkActions/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementVirtualEndpointBulkActionCount",
"Method": "GET",
- "Uri": "/deviceManagement/virtualEndpoint/bulkActions/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementVirtualEndpointBulkActionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Administration",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphCloudPc",
- "Command": "Get-MgBetaDeviceManagementVirtualEndpointCloudPc",
- "Method": "GET",
"Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}",
+ "OutputType": "IMicrosoftGraphCloudPc",
"ApiVersion": "beta",
"Permissions": [
{
@@ -67365,17 +69800,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Administration",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphCloudPc",
- "Command": "Get-MgBetaDeviceManagementVirtualEndpointCloudPc",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementVirtualEndpointCloudPc",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.DeviceManagement.Administration",
"Uri": "/deviceManagement/virtualEndpoint/cloudPCs",
+ "OutputType": "IMicrosoftGraphCloudPc",
"ApiVersion": "beta",
"Permissions": [
{
@@ -67394,18 +69831,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Functions",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": "IMicrosoftGraphCloudPcConnectivityEvent",
- "Command": "Get-MgBetaDeviceManagementVirtualEndpointCloudPcConnectivityHistory",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementVirtualEndpointCloudPc",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-list-cloudpcs?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.DeviceManagement.Functions",
"Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/getCloudPcConnectivityHistory",
+ "OutputType": "IMicrosoftGraphCloudPcConnectivityEvent",
"ApiVersion": "beta",
"Permissions": [
{
@@ -67424,17 +69861,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Administration",
+ ],
"Variants": [
- "Get"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementVirtualEndpointCloudPcCount",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementVirtualEndpointCloudPcConnectivityHistory",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement.Administration",
"Uri": "/deviceManagement/virtualEndpoint/cloudPCs/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -67453,44 +69892,46 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Functions",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementVirtualEndpointCloudPcFrontlineCloudPcAccessState",
"Method": "GET",
- "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/getFrontlineCloudPcAccessState",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementVirtualEndpointCloudPcCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Functions",
+ "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/getFrontlineCloudPcAccessState",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphCloudPcLaunchInfo",
- "Command": "Get-MgBetaDeviceManagementVirtualEndpointCloudPcLaunchInfo",
"Method": "GET",
- "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/getCloudPcLaunchInfo",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementVirtualEndpointCloudPcFrontlineCloudPcAccessState",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Functions",
+ "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/getCloudPcLaunchInfo",
+ "OutputType": "IMicrosoftGraphCloudPcLaunchInfo",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphCloudPc",
- "Command": "Get-MgBetaDeviceManagementVirtualEndpointCloudPcProvisionedCloudPc",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementVirtualEndpointCloudPcLaunchInfo",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement.Functions",
"Uri": "/deviceManagement/virtualEndpoint/cloudPCs/getProvisionedCloudPCs(groupId='{groupId}',servicePlanId='{servicePlanId}')",
+ "OutputType": "IMicrosoftGraphCloudPc",
"ApiVersion": "beta",
"Permissions": [
{
@@ -67509,31 +69950,33 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Functions",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementVirtualEndpointCloudPcShiftWorkCloudPcAccessState",
"Method": "GET",
- "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/getShiftWorkCloudPcAccessState",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementVirtualEndpointCloudPcProvisionedCloudPc",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Functions",
+ "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/getShiftWorkCloudPcAccessState",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphCloudPcRemoteActionCapability",
- "Command": "Get-MgBetaDeviceManagementVirtualEndpointCloudPcSupportedCloudPcRemoteAction",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementVirtualEndpointCloudPcShiftWorkCloudPcAccessState",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement.Functions",
"Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/getSupportedCloudPcRemoteActions",
+ "OutputType": "IMicrosoftGraphCloudPcRemoteActionCapability",
"ApiVersion": "beta",
"Permissions": [
{
@@ -67552,17 +69995,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": true
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Administration",
+ ],
"Variants": [
- "Get"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphCloudPcCrossCloudGovernmentOrganizationMapping",
- "Command": "Get-MgBetaDeviceManagementVirtualEndpointCrossCloudGovernmentOrganizationMapping",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementVirtualEndpointCloudPcSupportedCloudPcRemoteAction",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement.Administration",
"Uri": "/deviceManagement/virtualEndpoint/crossCloudGovernmentOrganizationMapping",
+ "OutputType": "IMicrosoftGraphCloudPcCrossCloudGovernmentOrganizationMapping",
"ApiVersion": "beta",
"Permissions": [
{
@@ -67581,18 +70026,18 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Administration",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphCloudPcDeviceImage",
- "Command": "Get-MgBetaDeviceManagementVirtualEndpointDeviceImage",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementVirtualEndpointCrossCloudGovernmentOrganizationMapping",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpccrosscloudgovernmentorganizationmapping-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.DeviceManagement.Administration",
"Uri": "/deviceManagement/virtualEndpoint/deviceImages/{cloudPcDeviceImage-id}",
+ "OutputType": "IMicrosoftGraphCloudPcDeviceImage",
"ApiVersion": "beta",
"Permissions": [
{
@@ -67611,17 +70056,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Administration",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphCloudPcDeviceImage",
- "Command": "Get-MgBetaDeviceManagementVirtualEndpointDeviceImage",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementVirtualEndpointDeviceImage",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcdeviceimage-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.DeviceManagement.Administration",
"Uri": "/deviceManagement/virtualEndpoint/deviceImages",
+ "OutputType": "IMicrosoftGraphCloudPcDeviceImage",
"ApiVersion": "beta",
"Permissions": [
{
@@ -67640,17 +70087,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Administration",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementVirtualEndpointDeviceImageCount",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementVirtualEndpointDeviceImage",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-list-deviceimages?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.DeviceManagement.Administration",
"Uri": "/deviceManagement/virtualEndpoint/deviceImages/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -67669,17 +70117,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Functions",
+ ],
"Variants": [
"Get"
],
- "OutputType": "IMicrosoftGraphCloudPcSourceDeviceImage",
- "Command": "Get-MgBetaDeviceManagementVirtualEndpointDeviceImageSourceImage",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementVirtualEndpointDeviceImageCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement.Functions",
"Uri": "/deviceManagement/virtualEndpoint/deviceImages/getSourceImages",
+ "OutputType": "IMicrosoftGraphCloudPcSourceDeviceImage",
"ApiVersion": "beta",
"Permissions": [
{
@@ -67698,17 +70147,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Functions",
+ ],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementVirtualEndpointEffectivePermission",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementVirtualEndpointDeviceImageSourceImage",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement.Functions",
"Uri": "/deviceManagement/virtualEndpoint/getEffectivePermissions",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -67727,18 +70177,18 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Administration",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphCloudPcExternalPartnerSetting",
- "Command": "Get-MgBetaDeviceManagementVirtualEndpointExternalPartnerSetting",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementVirtualEndpointEffectivePermission",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement.Administration",
"Uri": "/deviceManagement/virtualEndpoint/externalPartnerSettings/{cloudPcExternalPartnerSetting-id}",
+ "OutputType": "IMicrosoftGraphCloudPcExternalPartnerSetting",
"ApiVersion": "beta",
"Permissions": [
{
@@ -67757,17 +70207,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Administration",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphCloudPcExternalPartnerSetting",
- "Command": "Get-MgBetaDeviceManagementVirtualEndpointExternalPartnerSetting",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementVirtualEndpointExternalPartnerSetting",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcexternalpartnersetting-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.DeviceManagement.Administration",
"Uri": "/deviceManagement/virtualEndpoint/externalPartnerSettings",
+ "OutputType": "IMicrosoftGraphCloudPcExternalPartnerSetting",
"ApiVersion": "beta",
"Permissions": [
{
@@ -67786,17 +70238,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Administration",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementVirtualEndpointExternalPartnerSettingCount",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementVirtualEndpointExternalPartnerSetting",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-list-externalpartnersettings?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.DeviceManagement.Administration",
"Uri": "/deviceManagement/virtualEndpoint/externalPartnerSettings/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -67815,55 +70268,58 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementVirtualEndpointExternalPartnerSettingCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Administration",
+ "Uri": "/deviceManagement/virtualEndpoint/frontLineServicePlans/{cloudPcFrontLineServicePlan-id}",
+ "OutputType": "IMicrosoftGraphCloudPcFrontLineServicePlan",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphCloudPcFrontLineServicePlan",
- "Command": "Get-MgBetaDeviceManagementVirtualEndpointFrontLineServicePlan",
"Method": "GET",
- "Uri": "/deviceManagement/virtualEndpoint/frontLineServicePlans/{cloudPcFrontLineServicePlan-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementVirtualEndpointFrontLineServicePlan",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcfrontlineserviceplan-get?view=graph-rest-1.0"
},
{
"Module": "Beta.DeviceManagement.Administration",
+ "Uri": "/deviceManagement/virtualEndpoint/frontLineServicePlans",
+ "OutputType": "IMicrosoftGraphCloudPcFrontLineServicePlan",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphCloudPcFrontLineServicePlan",
- "Command": "Get-MgBetaDeviceManagementVirtualEndpointFrontLineServicePlan",
"Method": "GET",
- "Uri": "/deviceManagement/virtualEndpoint/frontLineServicePlans",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementVirtualEndpointFrontLineServicePlan",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-list-frontlineserviceplans?view=graph-rest-1.0"
},
{
"Module": "Beta.DeviceManagement.Administration",
+ "Uri": "/deviceManagement/virtualEndpoint/frontLineServicePlans/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementVirtualEndpointFrontLineServicePlanCount",
"Method": "GET",
- "Uri": "/deviceManagement/virtualEndpoint/frontLineServicePlans/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementVirtualEndpointFrontLineServicePlanCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Administration",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphCloudPcGalleryImage",
- "Command": "Get-MgBetaDeviceManagementVirtualEndpointGalleryImage",
- "Method": "GET",
"Uri": "/deviceManagement/virtualEndpoint/galleryImages/{cloudPcGalleryImage-id}",
+ "OutputType": "IMicrosoftGraphCloudPcGalleryImage",
"ApiVersion": "beta",
"Permissions": [
{
@@ -67882,17 +70338,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Administration",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphCloudPcGalleryImage",
- "Command": "Get-MgBetaDeviceManagementVirtualEndpointGalleryImage",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementVirtualEndpointGalleryImage",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcgalleryimage-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.DeviceManagement.Administration",
"Uri": "/deviceManagement/virtualEndpoint/galleryImages",
+ "OutputType": "IMicrosoftGraphCloudPcGalleryImage",
"ApiVersion": "beta",
"Permissions": [
{
@@ -67911,17 +70369,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Administration",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementVirtualEndpointGalleryImageCount",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementVirtualEndpointGalleryImage",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-list-galleryimages?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.DeviceManagement.Administration",
"Uri": "/deviceManagement/virtualEndpoint/galleryImages/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -67940,18 +70399,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Administration",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphCloudPcOnPremisesConnection",
- "Command": "Get-MgBetaDeviceManagementVirtualEndpointOnPremiseConnection",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementVirtualEndpointGalleryImageCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement.Administration",
"Uri": "/deviceManagement/virtualEndpoint/onPremisesConnections/{cloudPcOnPremisesConnection-id}",
+ "OutputType": "IMicrosoftGraphCloudPcOnPremisesConnection",
"ApiVersion": "beta",
"Permissions": [
{
@@ -67970,17 +70429,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Administration",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphCloudPcOnPremisesConnection",
- "Command": "Get-MgBetaDeviceManagementVirtualEndpointOnPremiseConnection",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementVirtualEndpointOnPremiseConnection",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpconpremisesconnection-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.DeviceManagement.Administration",
"Uri": "/deviceManagement/virtualEndpoint/onPremisesConnections",
+ "OutputType": "IMicrosoftGraphCloudPcOnPremisesConnection",
"ApiVersion": "beta",
"Permissions": [
{
@@ -67999,17 +70460,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Administration",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementVirtualEndpointOnPremiseConnectionCount",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementVirtualEndpointOnPremiseConnection",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-list-onpremisesconnections?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.DeviceManagement.Administration",
"Uri": "/deviceManagement/virtualEndpoint/onPremisesConnections/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -68028,17 +70490,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Administration",
+ ],
"Variants": [
"Get"
],
- "OutputType": "IMicrosoftGraphCloudPcOrganizationSettings",
- "Command": "Get-MgBetaDeviceManagementVirtualEndpointOrganizationSetting",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementVirtualEndpointOnPremiseConnectionCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement.Administration",
"Uri": "/deviceManagement/virtualEndpoint/organizationSettings",
+ "OutputType": "IMicrosoftGraphCloudPcOrganizationSettings",
"ApiVersion": "beta",
"Permissions": [
{
@@ -68057,18 +70520,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Administration",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicy",
- "Command": "Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicy",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementVirtualEndpointOrganizationSetting",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcorganizationsettings-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.DeviceManagement.Administration",
"Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}",
+ "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicy",
"ApiVersion": "beta",
"Permissions": [
{
@@ -68087,17 +70550,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Administration",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicy",
- "Command": "Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicy",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicy",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcprovisioningpolicy-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.DeviceManagement.Administration",
"Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies",
+ "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicy",
"ApiVersion": "beta",
"Permissions": [
{
@@ -68116,131 +70581,141 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicy",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-list-provisioningpolicies?view=graph-rest-1.0"
},
{
"Module": "Beta.DeviceManagement.Administration",
+ "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}",
+ "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicyAssignment",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicyAssignment",
- "Command": "Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignment",
"Method": "GET",
- "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignment",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Administration",
+ "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments",
+ "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicyAssignment",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicyAssignment",
- "Command": "Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignment",
"Method": "GET",
- "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignment",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Administration",
+ "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers/{user-id}",
+ "OutputType": "IMicrosoftGraphUser",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUser",
- "Command": "Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUser",
"Method": "GET",
- "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers/{user-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUser",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Administration",
+ "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers",
+ "OutputType": "IMicrosoftGraphUser",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphUser",
- "Command": "Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUser",
"Method": "GET",
- "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUser",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Administration",
+ "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUserCount",
"Method": "GET",
- "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUserCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Administration",
+ "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers/{user-id}/mailboxSettings",
+ "OutputType": "IMicrosoftGraphMailboxSettings",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Command": "Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUserMailboxSetting",
"Method": "GET",
- "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers/{user-id}/mailboxSettings",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUserMailboxSetting",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Administration",
+ "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers/{user-id}/serviceProvisioningErrors",
+ "OutputType": "IMicrosoftGraphServiceProvisioningError",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Command": "Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUserServiceProvisioningError",
"Method": "GET",
- "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers/{user-id}/serviceProvisioningErrors",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUserServiceProvisioningError",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Administration",
+ "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers/{user-id}/serviceProvisioningErrors/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUserServiceProvisioningErrorCount",
"Method": "GET",
- "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers/{user-id}/serviceProvisioningErrors/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUserServiceProvisioningErrorCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Administration",
+ "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignmentCount",
"Method": "GET",
- "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignmentCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Administration",
- "Variants": [
- "Get"
- ],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyCount",
- "Method": "GET",
"Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -68259,95 +70734,101 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Administration",
+ "Uri": "/deviceManagement/virtualEndpoint/reports",
+ "OutputType": "IMicrosoftGraphCloudPcReports",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": "IMicrosoftGraphCloudPcReports",
- "Command": "Get-MgBetaDeviceManagementVirtualEndpointReport",
"Method": "GET",
- "Uri": "/deviceManagement/virtualEndpoint/reports",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementVirtualEndpointReport",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Actions",
+ "Uri": "/deviceManagement/virtualEndpoint/reports/getActionStatusReports",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetExpanded"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportActionStatusReport",
"Method": "POST",
- "Uri": "/deviceManagement/virtualEndpoint/reports/getActionStatusReports",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportActionStatusReport",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcreports-getactionstatusreports?view=graph-rest-1.0"
},
{
"Module": "Beta.DeviceManagement.Actions",
+ "Uri": "/deviceManagement/virtualEndpoint/reports/getCloudPcPerformanceReport",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetExpanded"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportCloudPcPerformanceReport",
"Method": "POST",
- "Uri": "/deviceManagement/virtualEndpoint/reports/getCloudPcPerformanceReport",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportCloudPcPerformanceReport",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Actions",
+ "Uri": "/deviceManagement/virtualEndpoint/reports/getCloudPcRecommendationReports",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetExpanded"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportCloudPcRecommendationReport",
"Method": "POST",
- "Uri": "/deviceManagement/virtualEndpoint/reports/getCloudPcRecommendationReports",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportCloudPcRecommendationReport",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcreports-getcloudpcrecommendationreports?view=graph-rest-1.0"
},
{
"Module": "Beta.DeviceManagement.Actions",
+ "Uri": "/deviceManagement/virtualEndpoint/reports/getConnectionQualityReports",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetExpanded"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportConnectionQualityReport",
"Method": "POST",
- "Uri": "/deviceManagement/virtualEndpoint/reports/getConnectionQualityReports",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportConnectionQualityReport",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcreports-getconnectionqualityreports?view=graph-rest-1.0"
},
{
"Module": "Beta.DeviceManagement.Actions",
+ "Uri": "/deviceManagement/virtualEndpoint/reports/retrieveCrossRegionDisasterRecoveryReport",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Retrieve",
"RetrieveExpanded"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportCrossRegionDisasterRecoveryReport",
"Method": "POST",
- "Uri": "/deviceManagement/virtualEndpoint/reports/retrieveCrossRegionDisasterRecoveryReport",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportCrossRegionDisasterRecoveryReport",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Actions",
- "Variants": [
- "Get",
- "GetExpanded"
- ],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportDailyAggregatedRemoteConnectionReport",
- "Method": "POST",
"Uri": "/deviceManagement/virtualEndpoint/reports/getDailyAggregatedRemoteConnectionReports",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -68366,120 +70847,129 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetExpanded"
+ ],
+ "Method": "POST",
+ "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportDailyAggregatedRemoteConnectionReport",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcreports-getdailyaggregatedremoteconnectionreports?view=graph-rest-1.0"
},
{
"Module": "Beta.DeviceManagement.Administration",
+ "Uri": "/deviceManagement/virtualEndpoint/reports/exportJobs/{cloudPcExportJob-id}",
+ "OutputType": "IMicrosoftGraphCloudPcExportJob",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphCloudPcExportJob",
- "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportExportJob",
"Method": "GET",
- "Uri": "/deviceManagement/virtualEndpoint/reports/exportJobs/{cloudPcExportJob-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportExportJob",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcexportjob-get?view=graph-rest-1.0"
},
{
"Module": "Beta.DeviceManagement.Administration",
+ "Uri": "/deviceManagement/virtualEndpoint/reports/exportJobs",
+ "OutputType": "IMicrosoftGraphCloudPcExportJob",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphCloudPcExportJob",
- "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportExportJob",
"Method": "GET",
- "Uri": "/deviceManagement/virtualEndpoint/reports/exportJobs",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportExportJob",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Administration",
+ "Uri": "/deviceManagement/virtualEndpoint/reports/exportJobs/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportExportJobCount",
"Method": "GET",
- "Uri": "/deviceManagement/virtualEndpoint/reports/exportJobs/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportExportJobCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Actions",
+ "Uri": "/deviceManagement/virtualEndpoint/reports/getFrontlineReport",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetExpanded"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportFrontlineReport",
"Method": "POST",
- "Uri": "/deviceManagement/virtualEndpoint/reports/getFrontlineReport",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportFrontlineReport",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcreports-getfrontlinereport?view=graph-rest-1.0"
},
{
"Module": "Beta.DeviceManagement.Actions",
+ "Uri": "/deviceManagement/virtualEndpoint/reports/getInaccessibleCloudPcReports",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetExpanded"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportInaccessibleCloudPcReport",
"Method": "POST",
- "Uri": "/deviceManagement/virtualEndpoint/reports/getInaccessibleCloudPcReports",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportInaccessibleCloudPcReport",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcreports-getinaccessiblecloudpcreports?view=graph-rest-1.0"
},
{
"Module": "Beta.DeviceManagement.Actions",
+ "Uri": "/deviceManagement/virtualEndpoint/reports/getRawRemoteConnectionReports",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetExpanded"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportRawRemoteConnectionReport",
"Method": "POST",
- "Uri": "/deviceManagement/virtualEndpoint/reports/getRawRemoteConnectionReports",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportRawRemoteConnectionReport",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcreports-getrawremoteconnectionreports?view=graph-rest-1.0"
},
{
"Module": "Beta.DeviceManagement.Functions",
+ "Uri": "/deviceManagement/virtualEndpoint/reports/getRealTimeRemoteConnectionLatency(cloudPcId='{cloudPcId}')",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportRealTimeRemoteConnectionLatency",
"Method": "GET",
- "Uri": "/deviceManagement/virtualEndpoint/reports/getRealTimeRemoteConnectionLatency(cloudPcId='{cloudPcId}')",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportRealTimeRemoteConnectionLatency",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Functions",
+ "Uri": "/deviceManagement/virtualEndpoint/reports/getRealTimeRemoteConnectionStatus(cloudPcId='{cloudPcId}')",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportRealTimeRemoteConnectionStatus",
"Method": "GET",
- "Uri": "/deviceManagement/virtualEndpoint/reports/getRealTimeRemoteConnectionStatus(cloudPcId='{cloudPcId}')",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportRealTimeRemoteConnectionStatus",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Actions",
- "Variants": [
- "Get",
- "GetExpanded"
- ],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportRemoteConnectionHistoricalReport",
- "Method": "POST",
"Uri": "/deviceManagement/virtualEndpoint/reports/getRemoteConnectionHistoricalReports",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -68498,18 +70988,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Actions",
+ ],
"Variants": [
"Get",
"GetExpanded"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportSharedUseLicenseUsageReport",
"Method": "POST",
+ "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportRemoteConnectionHistoricalReport",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcreports-getremoteconnectionhistoricalreports?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.DeviceManagement.Actions",
"Uri": "/deviceManagement/virtualEndpoint/reports/getSharedUseLicenseUsageReport",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -68528,18 +71019,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Actions",
+ ],
"Variants": [
"Get",
"GetExpanded"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportTotalAggregatedRemoteConnectionReport",
"Method": "POST",
+ "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportSharedUseLicenseUsageReport",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcreports-getshareduselicenseusagereport?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.DeviceManagement.Actions",
"Uri": "/deviceManagement/virtualEndpoint/reports/getTotalAggregatedRemoteConnectionReports",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -68558,42 +71050,46 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetExpanded"
+ ],
+ "Method": "POST",
+ "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportTotalAggregatedRemoteConnectionReport",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcreports-gettotalaggregatedremoteconnectionreports?view=graph-rest-1.0"
},
{
"Module": "Beta.DeviceManagement.Functions",
+ "Uri": "/deviceManagement/virtualEndpoint/retrieveScopedPermissions",
+ "OutputType": "IMicrosoftGraphCloudPcScopedPermission",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Retrieve"
],
- "OutputType": "IMicrosoftGraphCloudPcScopedPermission",
- "Command": "Get-MgBetaDeviceManagementVirtualEndpointScopedPermission",
"Method": "GET",
- "Uri": "/deviceManagement/virtualEndpoint/retrieveScopedPermissions",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementVirtualEndpointScopedPermission",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Administration",
+ "Uri": "/deviceManagement/virtualEndpoint/servicePlans/{cloudPcServicePlan-id}",
+ "OutputType": "IMicrosoftGraphCloudPcServicePlan",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphCloudPcServicePlan",
- "Command": "Get-MgBetaDeviceManagementVirtualEndpointServicePlan",
"Method": "GET",
- "Uri": "/deviceManagement/virtualEndpoint/servicePlans/{cloudPcServicePlan-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementVirtualEndpointServicePlan",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Administration",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphCloudPcServicePlan",
- "Command": "Get-MgBetaDeviceManagementVirtualEndpointServicePlan",
- "Method": "GET",
"Uri": "/deviceManagement/virtualEndpoint/servicePlans",
+ "OutputType": "IMicrosoftGraphCloudPcServicePlan",
"ApiVersion": "beta",
"Permissions": [
{
@@ -68612,17 +71108,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Administration",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementVirtualEndpointServicePlanCount",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementVirtualEndpointServicePlan",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-list-serviceplans?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.DeviceManagement.Administration",
"Uri": "/deviceManagement/virtualEndpoint/servicePlans/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -68641,18 +71138,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Administration",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphCloudPcSharedUseServicePlan",
- "Command": "Get-MgBetaDeviceManagementVirtualEndpointSharedUseServicePlan",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementVirtualEndpointServicePlanCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement.Administration",
"Uri": "/deviceManagement/virtualEndpoint/sharedUseServicePlans/{cloudPcSharedUseServicePlan-id}",
+ "OutputType": "IMicrosoftGraphCloudPcSharedUseServicePlan",
"ApiVersion": "beta",
"Permissions": [
{
@@ -68671,17 +71168,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Administration",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphCloudPcSharedUseServicePlan",
- "Command": "Get-MgBetaDeviceManagementVirtualEndpointSharedUseServicePlan",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementVirtualEndpointSharedUseServicePlan",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcshareduseserviceplan-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.DeviceManagement.Administration",
"Uri": "/deviceManagement/virtualEndpoint/sharedUseServicePlans",
+ "OutputType": "IMicrosoftGraphCloudPcSharedUseServicePlan",
"ApiVersion": "beta",
"Permissions": [
{
@@ -68700,17 +71199,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Administration",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementVirtualEndpointSharedUseServicePlanCount",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementVirtualEndpointSharedUseServicePlan",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-list-shareduseserviceplans?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.DeviceManagement.Administration",
"Uri": "/deviceManagement/virtualEndpoint/sharedUseServicePlans/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -68729,18 +71229,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Administration",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphCloudPcSnapshot",
- "Command": "Get-MgBetaDeviceManagementVirtualEndpointSnapshot",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementVirtualEndpointSharedUseServicePlanCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement.Administration",
"Uri": "/deviceManagement/virtualEndpoint/snapshots/{cloudPcSnapshot-id}",
+ "OutputType": "IMicrosoftGraphCloudPcSnapshot",
"ApiVersion": "beta",
"Permissions": [
{
@@ -68759,17 +71259,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementVirtualEndpointSnapshot",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcsnapshot-get?view=graph-rest-1.0"
},
{
"Module": "Beta.DeviceManagement.Administration",
- "Variants": [
- "List"
- ],
+ "Uri": "/deviceManagement/virtualEndpoint/snapshots",
"OutputType": "IMicrosoftGraphCloudPcSnapshot",
- "Command": "Get-MgBetaDeviceManagementVirtualEndpointSnapshot",
- "Method": "GET",
- "Uri": "/deviceManagement/virtualEndpoint/snapshots",
"ApiVersion": "beta",
"Permissions": [
{
@@ -68788,17 +71290,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Administration",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementVirtualEndpointSnapshotCount",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementVirtualEndpointSnapshot",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-list-snapshots?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.DeviceManagement.Administration",
"Uri": "/deviceManagement/virtualEndpoint/snapshots/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -68817,18 +71320,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Functions",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphCloudPcForensicStorageAccount",
- "Command": "Get-MgBetaDeviceManagementVirtualEndpointSnapshotStorageAccount",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementVirtualEndpointSnapshotCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement.Functions",
"Uri": "/deviceManagement/virtualEndpoint/snapshots/getStorageAccounts(subscriptionId='{subscriptionId}')",
+ "OutputType": "IMicrosoftGraphCloudPcForensicStorageAccount",
"ApiVersion": "beta",
"Permissions": [
{
@@ -68847,17 +71350,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Functions",
+ ],
"Variants": [
- "Get"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphCloudPcSubscription",
- "Command": "Get-MgBetaDeviceManagementVirtualEndpointSnapshotSubscription",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementVirtualEndpointSnapshotStorageAccount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement.Functions",
"Uri": "/deviceManagement/virtualEndpoint/snapshots/getSubscriptions",
+ "OutputType": "IMicrosoftGraphCloudPcSubscription",
"ApiVersion": "beta",
"Permissions": [
{
@@ -68876,30 +71381,32 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementVirtualEndpointSnapshotSubscription",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Administration",
+ "Uri": "/deviceManagement/virtualEndpoint/supportedRegions/{cloudPcSupportedRegion-id}",
+ "OutputType": "IMicrosoftGraphCloudPcSupportedRegion",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphCloudPcSupportedRegion",
- "Command": "Get-MgBetaDeviceManagementVirtualEndpointSupportedRegion",
"Method": "GET",
- "Uri": "/deviceManagement/virtualEndpoint/supportedRegions/{cloudPcSupportedRegion-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementVirtualEndpointSupportedRegion",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Administration",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphCloudPcSupportedRegion",
- "Command": "Get-MgBetaDeviceManagementVirtualEndpointSupportedRegion",
- "Method": "GET",
"Uri": "/deviceManagement/virtualEndpoint/supportedRegions",
+ "OutputType": "IMicrosoftGraphCloudPcSupportedRegion",
"ApiVersion": "beta",
"Permissions": [
{
@@ -68918,17 +71425,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Administration",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementVirtualEndpointSupportedRegionCount",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementVirtualEndpointSupportedRegion",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-list-supportedregions?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.DeviceManagement.Administration",
"Uri": "/deviceManagement/virtualEndpoint/supportedRegions/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -68947,30 +71455,31 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementVirtualEndpointSupportedRegionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Functions",
+ "Uri": "/deviceManagement/virtualEndpoint/retrieveTenantEncryptionSetting",
+ "OutputType": "IMicrosoftGraphCloudPcTenantEncryptionSetting",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Retrieve"
],
- "OutputType": "IMicrosoftGraphCloudPcTenantEncryptionSetting",
- "Command": "Get-MgBetaDeviceManagementVirtualEndpointTenantEncryptionSetting",
"Method": "GET",
- "Uri": "/deviceManagement/virtualEndpoint/retrieveTenantEncryptionSetting",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementVirtualEndpointTenantEncryptionSetting",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Administration",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphCloudPcUserSetting",
- "Command": "Get-MgBetaDeviceManagementVirtualEndpointUserSetting",
- "Method": "GET",
"Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}",
+ "OutputType": "IMicrosoftGraphCloudPcUserSetting",
"ApiVersion": "beta",
"Permissions": [
{
@@ -68989,17 +71498,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Administration",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphCloudPcUserSetting",
- "Command": "Get-MgBetaDeviceManagementVirtualEndpointUserSetting",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementVirtualEndpointUserSetting",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcusersetting-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.DeviceManagement.Administration",
"Uri": "/deviceManagement/virtualEndpoint/userSettings",
+ "OutputType": "IMicrosoftGraphCloudPcUserSetting",
"ApiVersion": "beta",
"Permissions": [
{
@@ -69018,55 +71529,59 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementVirtualEndpointUserSetting",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-list-usersettings?view=graph-rest-1.0"
},
{
"Module": "Beta.DeviceManagement.Administration",
+ "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assignments/{cloudPcUserSettingAssignment-id}",
+ "OutputType": "IMicrosoftGraphCloudPcUserSettingAssignment",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphCloudPcUserSettingAssignment",
- "Command": "Get-MgBetaDeviceManagementVirtualEndpointUserSettingAssignment",
"Method": "GET",
- "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assignments/{cloudPcUserSettingAssignment-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementVirtualEndpointUserSettingAssignment",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Administration",
+ "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assignments",
+ "OutputType": "IMicrosoftGraphCloudPcUserSettingAssignment",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphCloudPcUserSettingAssignment",
- "Command": "Get-MgBetaDeviceManagementVirtualEndpointUserSettingAssignment",
"Method": "GET",
- "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assignments",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementVirtualEndpointUserSettingAssignment",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Administration",
+ "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assignments/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementVirtualEndpointUserSettingAssignmentCount",
"Method": "GET",
- "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assignments/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementVirtualEndpointUserSettingAssignmentCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Administration",
- "Variants": [
- "Get"
- ],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementVirtualEndpointUserSettingCount",
- "Method": "GET",
"Uri": "/deviceManagement/virtualEndpoint/userSettings/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -69085,18 +71600,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Enrollment",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphWindowsAutopilotDeploymentProfile",
- "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfile",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementVirtualEndpointUserSettingCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement.Enrollment",
"Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}",
+ "OutputType": "IMicrosoftGraphWindowsAutopilotDeploymentProfile",
"ApiVersion": "beta",
"Permissions": [
{
@@ -69115,17 +71630,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Enrollment",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphWindowsAutopilotDeploymentProfile",
- "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfile",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfile",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement.Enrollment",
"Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles",
+ "OutputType": "IMicrosoftGraphWindowsAutopilotDeploymentProfile",
"ApiVersion": "beta",
"Permissions": [
{
@@ -69144,119 +71661,128 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfile",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Enrollment",
+ "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices/{windowsAutopilotDeviceIdentity-id}",
+ "OutputType": "IMicrosoftGraphWindowsAutopilotDeviceIdentity",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphWindowsAutopilotDeviceIdentity",
- "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignedDevice",
"Method": "GET",
- "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices/{windowsAutopilotDeviceIdentity-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignedDevice",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Enrollment",
+ "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices",
+ "OutputType": "IMicrosoftGraphWindowsAutopilotDeviceIdentity",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphWindowsAutopilotDeviceIdentity",
- "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignedDevice",
"Method": "GET",
- "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignedDevice",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Enrollment",
+ "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignedDeviceCount",
"Method": "GET",
- "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignedDeviceCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Enrollment",
+ "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices/{windowsAutopilotDeviceIdentity-id}/deploymentProfile",
+ "OutputType": "IMicrosoftGraphWindowsAutopilotDeploymentProfile",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphWindowsAutopilotDeploymentProfile",
- "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignedDeviceDeploymentProfile",
"Method": "GET",
- "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices/{windowsAutopilotDeviceIdentity-id}/deploymentProfile",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignedDeviceDeploymentProfile",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Enrollment",
+ "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices/{windowsAutopilotDeviceIdentity-id}/intendedDeploymentProfile",
+ "OutputType": "IMicrosoftGraphWindowsAutopilotDeploymentProfile",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphWindowsAutopilotDeploymentProfile",
- "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignedDeviceIntendedDeploymentProfile",
"Method": "GET",
- "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices/{windowsAutopilotDeviceIdentity-id}/intendedDeploymentProfile",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignedDeviceIntendedDeploymentProfile",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Enrollment",
+ "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignments/{windowsAutopilotDeploymentProfileAssignment-id}",
+ "OutputType": "IMicrosoftGraphWindowsAutopilotDeploymentProfileAssignment",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphWindowsAutopilotDeploymentProfileAssignment",
- "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignment",
"Method": "GET",
- "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignments/{windowsAutopilotDeploymentProfileAssignment-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignment",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Enrollment",
+ "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignments",
+ "OutputType": "IMicrosoftGraphWindowsAutopilotDeploymentProfileAssignment",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphWindowsAutopilotDeploymentProfileAssignment",
- "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignment",
"Method": "GET",
- "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignments",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignment",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Enrollment",
+ "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignments/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignmentCount",
"Method": "GET",
- "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignments/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignmentCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Enrollment",
- "Variants": [
- "Get"
- ],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileCount",
- "Method": "GET",
"Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -69275,18 +71801,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Enrollment",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphWindowsAutopilotDeviceIdentity",
- "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeviceIdentity",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement.Enrollment",
"Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}",
+ "OutputType": "IMicrosoftGraphWindowsAutopilotDeviceIdentity",
"ApiVersion": "beta",
"Permissions": [
{
@@ -69305,17 +71831,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Enrollment",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphWindowsAutopilotDeviceIdentity",
- "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeviceIdentity",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeviceIdentity",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement.Enrollment",
"Uri": "/deviceManagement/windowsAutopilotDeviceIdentities",
+ "OutputType": "IMicrosoftGraphWindowsAutopilotDeviceIdentity",
"ApiVersion": "beta",
"Permissions": [
{
@@ -69334,17 +71862,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Enrollment",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeviceIdentityCount",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeviceIdentity",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement.Enrollment",
"Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -69363,18 +71892,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Enrollment",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphWindowsAutopilotDeploymentProfile",
- "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeviceIdentityDeploymentProfile",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeviceIdentityCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement.Enrollment",
"Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}/deploymentProfile",
+ "OutputType": "IMicrosoftGraphWindowsAutopilotDeploymentProfile",
"ApiVersion": "beta",
"Permissions": [
{
@@ -69393,18 +71922,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Enrollment",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphWindowsAutopilotDeploymentProfile",
- "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeviceIdentityIntendedDeploymentProfile",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeviceIdentityDeploymentProfile",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement.Enrollment",
"Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}/intendedDeploymentProfile",
+ "OutputType": "IMicrosoftGraphWindowsAutopilotDeploymentProfile",
"ApiVersion": "beta",
"Permissions": [
{
@@ -69423,17 +71953,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Enrollment",
+ ],
"Variants": [
- "Get"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphWindowsAutopilotSettings",
- "Command": "Get-MgBetaDeviceManagementWindowsAutopilotSetting",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeviceIdentityIntendedDeploymentProfile",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement.Enrollment",
"Uri": "/deviceManagement/windowsAutopilotSettings",
+ "OutputType": "IMicrosoftGraphWindowsAutopilotSettings",
"ApiVersion": "beta",
"Permissions": [
{
@@ -69452,18 +71984,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Enrollment",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphWindowsFeatureUpdateProfile",
- "Command": "Get-MgBetaDeviceManagementWindowsFeatureUpdateProfile",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementWindowsAutopilotSetting",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement.Enrollment",
"Uri": "/deviceManagement/windowsFeatureUpdateProfiles/{windowsFeatureUpdateProfile-id}",
+ "OutputType": "IMicrosoftGraphWindowsFeatureUpdateProfile",
"ApiVersion": "beta",
"Permissions": [
{
@@ -69482,17 +72014,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Enrollment",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphWindowsFeatureUpdateProfile",
- "Command": "Get-MgBetaDeviceManagementWindowsFeatureUpdateProfile",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementWindowsFeatureUpdateProfile",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement.Enrollment",
"Uri": "/deviceManagement/windowsFeatureUpdateProfiles",
+ "OutputType": "IMicrosoftGraphWindowsFeatureUpdateProfile",
"ApiVersion": "beta",
"Permissions": [
{
@@ -69511,18 +72045,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Enrollment",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": "IMicrosoftGraphWindowsFeatureUpdateProfileAssignment",
- "Command": "Get-MgBetaDeviceManagementWindowsFeatureUpdateProfileAssignment",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementWindowsFeatureUpdateProfile",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement.Enrollment",
"Uri": "/deviceManagement/windowsFeatureUpdateProfiles/{windowsFeatureUpdateProfile-id}/assignments/{windowsFeatureUpdateProfileAssignment-id}",
+ "OutputType": "IMicrosoftGraphWindowsFeatureUpdateProfileAssignment",
"ApiVersion": "beta",
"Permissions": [
{
@@ -69541,17 +72075,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Enrollment",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphWindowsFeatureUpdateProfileAssignment",
- "Command": "Get-MgBetaDeviceManagementWindowsFeatureUpdateProfileAssignment",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementWindowsFeatureUpdateProfileAssignment",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement.Enrollment",
"Uri": "/deviceManagement/windowsFeatureUpdateProfiles/{windowsFeatureUpdateProfile-id}/assignments",
+ "OutputType": "IMicrosoftGraphWindowsFeatureUpdateProfileAssignment",
"ApiVersion": "beta",
"Permissions": [
{
@@ -69570,18 +72106,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Enrollment",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementWindowsFeatureUpdateProfileAssignmentCount",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementWindowsFeatureUpdateProfileAssignment",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement.Enrollment",
"Uri": "/deviceManagement/windowsFeatureUpdateProfiles/{windowsFeatureUpdateProfile-id}/assignments/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -69600,17 +72136,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Enrollment",
+ ],
"Variants": [
- "Get"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementWindowsFeatureUpdateProfileCount",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementWindowsFeatureUpdateProfileAssignmentCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement.Enrollment",
"Uri": "/deviceManagement/windowsFeatureUpdateProfiles/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -69629,18 +72167,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLearningSummary",
- "Command": "Get-MgBetaDeviceManagementWindowsInformationProtectionAppLearningSummary",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementWindowsFeatureUpdateProfileCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/windowsInformationProtectionAppLearningSummaries/{windowsInformationProtectionAppLearningSummary-id}",
+ "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLearningSummary",
"ApiVersion": "beta",
"Permissions": [
{
@@ -69659,17 +72197,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLearningSummary",
- "Command": "Get-MgBetaDeviceManagementWindowsInformationProtectionAppLearningSummary",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementWindowsInformationProtectionAppLearningSummary",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/windowsInformationProtectionAppLearningSummaries",
+ "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLearningSummary",
"ApiVersion": "beta",
"Permissions": [
{
@@ -69688,17 +72228,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementWindowsInformationProtectionAppLearningSummaryCount",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementWindowsInformationProtectionAppLearningSummary",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/windowsInformationProtectionAppLearningSummaries/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -69717,18 +72258,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphWindowsInformationProtectionNetworkLearningSummary",
- "Command": "Get-MgBetaDeviceManagementWindowsInformationProtectionNetworkLearningSummary",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementWindowsInformationProtectionAppLearningSummaryCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/windowsInformationProtectionNetworkLearningSummaries/{windowsInformationProtectionNetworkLearningSummary-id}",
+ "OutputType": "IMicrosoftGraphWindowsInformationProtectionNetworkLearningSummary",
"ApiVersion": "beta",
"Permissions": [
{
@@ -69747,17 +72288,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphWindowsInformationProtectionNetworkLearningSummary",
- "Command": "Get-MgBetaDeviceManagementWindowsInformationProtectionNetworkLearningSummary",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementWindowsInformationProtectionNetworkLearningSummary",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/windowsInformationProtectionNetworkLearningSummaries",
+ "OutputType": "IMicrosoftGraphWindowsInformationProtectionNetworkLearningSummary",
"ApiVersion": "beta",
"Permissions": [
{
@@ -69776,17 +72319,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementWindowsInformationProtectionNetworkLearningSummaryCount",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementWindowsInformationProtectionNetworkLearningSummary",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/windowsInformationProtectionNetworkLearningSummaries/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -69805,18 +72349,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphWindowsMalwareInformation",
- "Command": "Get-MgBetaDeviceManagementWindowsMalwareInformation",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementWindowsInformationProtectionNetworkLearningSummaryCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}",
+ "OutputType": "IMicrosoftGraphWindowsMalwareInformation",
"ApiVersion": "beta",
"Permissions": [
{
@@ -69851,17 +72395,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphWindowsMalwareInformation",
- "Command": "Get-MgBetaDeviceManagementWindowsMalwareInformation",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementWindowsMalwareInformation",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/windowsMalwareInformation",
+ "OutputType": "IMicrosoftGraphWindowsMalwareInformation",
"ApiVersion": "beta",
"Permissions": [
{
@@ -69896,17 +72442,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementWindowsMalwareInformationCount",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementWindowsMalwareInformation",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/windowsMalwareInformation/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -69941,18 +72488,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphMalwareStateForWindowsDevice",
- "Command": "Get-MgBetaDeviceManagementWindowsMalwareInformationDeviceMalwareState",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementWindowsMalwareInformationCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}/deviceMalwareStates/{malwareStateForWindowsDevice-id}",
+ "OutputType": "IMicrosoftGraphMalwareStateForWindowsDevice",
"ApiVersion": "beta",
"Permissions": [
{
@@ -69987,17 +72534,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMalwareStateForWindowsDevice",
- "Command": "Get-MgBetaDeviceManagementWindowsMalwareInformationDeviceMalwareState",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementWindowsMalwareInformationDeviceMalwareState",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}/deviceMalwareStates",
+ "OutputType": "IMicrosoftGraphMalwareStateForWindowsDevice",
"ApiVersion": "beta",
"Permissions": [
{
@@ -70032,18 +72581,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementWindowsMalwareInformationDeviceMalwareStateCount",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementWindowsMalwareInformationDeviceMalwareState",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}/deviceMalwareStates/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -70078,18 +72627,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphWindowsQualityUpdateProfile",
- "Command": "Get-MgBetaDeviceManagementWindowsQualityUpdateProfile",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementWindowsMalwareInformationDeviceMalwareStateCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/windowsQualityUpdateProfiles/{windowsQualityUpdateProfile-id}",
+ "OutputType": "IMicrosoftGraphWindowsQualityUpdateProfile",
"ApiVersion": "beta",
"Permissions": [
{
@@ -70108,17 +72658,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphWindowsQualityUpdateProfile",
- "Command": "Get-MgBetaDeviceManagementWindowsQualityUpdateProfile",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementWindowsQualityUpdateProfile",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/windowsQualityUpdateProfiles",
+ "OutputType": "IMicrosoftGraphWindowsQualityUpdateProfile",
"ApiVersion": "beta",
"Permissions": [
{
@@ -70137,18 +72689,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": "IMicrosoftGraphWindowsQualityUpdateProfileAssignment",
- "Command": "Get-MgBetaDeviceManagementWindowsQualityUpdateProfileAssignment",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementWindowsQualityUpdateProfile",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/windowsQualityUpdateProfiles/{windowsQualityUpdateProfile-id}/assignments/{windowsQualityUpdateProfileAssignment-id}",
+ "OutputType": "IMicrosoftGraphWindowsQualityUpdateProfileAssignment",
"ApiVersion": "beta",
"Permissions": [
{
@@ -70167,17 +72719,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphWindowsQualityUpdateProfileAssignment",
- "Command": "Get-MgBetaDeviceManagementWindowsQualityUpdateProfileAssignment",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementWindowsQualityUpdateProfileAssignment",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/windowsQualityUpdateProfiles/{windowsQualityUpdateProfile-id}/assignments",
+ "OutputType": "IMicrosoftGraphWindowsQualityUpdateProfileAssignment",
"ApiVersion": "beta",
"Permissions": [
{
@@ -70196,18 +72750,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementWindowsQualityUpdateProfileAssignmentCount",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementWindowsQualityUpdateProfileAssignment",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/windowsQualityUpdateProfiles/{windowsQualityUpdateProfile-id}/assignments/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -70226,17 +72780,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement",
+ ],
"Variants": [
- "Get"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceManagementWindowsQualityUpdateProfileCount",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementWindowsQualityUpdateProfileAssignmentCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement",
"Uri": "/deviceManagement/windowsQualityUpdateProfiles/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -70255,20 +72811,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceManagementWindowsQualityUpdateProfileCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.DirectoryManagement",
- "Variants": [
- "Get",
- "GetExpanded",
- "GetViaIdentity",
- "GetViaIdentityExpanded"
- ],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceMemberGroup",
- "Method": "POST",
"Uri": "/devices/{device-id}/getMemberGroups",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -70351,20 +72905,21 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.DirectoryManagement",
+ ],
"Variants": [
"Get",
"GetExpanded",
"GetViaIdentity",
"GetViaIdentityExpanded"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceMemberObject",
"Method": "POST",
+ "Command": "Get-MgBetaDeviceMemberGroup",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.DirectoryManagement",
"Uri": "/devices/{device-id}/getMemberObjects",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -70463,30 +73018,35 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetExpanded",
+ "GetViaIdentity",
+ "GetViaIdentityExpanded"
+ ],
+ "Method": "POST",
+ "Command": "Get-MgBetaDeviceMemberObject",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.DirectoryManagement",
+ "Uri": "/devices/{device-id}/memberOf/{directoryObject-id}",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgBetaDeviceMemberOf",
"Method": "GET",
- "Uri": "/devices/{device-id}/memberOf/{directoryObject-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceMemberOf",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.DirectoryManagement",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgBetaDeviceMemberOf",
- "Method": "GET",
"Uri": "/devices/{device-id}/memberOf",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
"ApiVersion": "beta",
"Permissions": [
{
@@ -70521,68 +73081,72 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceMemberOf",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-list-memberof?view=graph-rest-1.0"
},
{
"Module": "Beta.Identity.DirectoryManagement",
+ "Uri": "/devices/{device-id}/memberOf/{directoryObject-id}/administrativeUnit",
+ "OutputType": "IMicrosoftGraphAdministrativeUnit",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAdministrativeUnit",
- "Command": "Get-MgBetaDeviceMemberOfAsAdministrativeUnit",
"Method": "GET",
- "Uri": "/devices/{device-id}/memberOf/{directoryObject-id}/administrativeUnit",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceMemberOfAsAdministrativeUnit",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.DirectoryManagement",
+ "Uri": "/devices/{device-id}/memberOf/administrativeUnit",
+ "OutputType": "IMicrosoftGraphAdministrativeUnit",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphAdministrativeUnit",
- "Command": "Get-MgBetaDeviceMemberOfAsAdministrativeUnit",
"Method": "GET",
- "Uri": "/devices/{device-id}/memberOf/administrativeUnit",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceMemberOfAsAdministrativeUnit",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.DirectoryManagement",
+ "Uri": "/devices/{device-id}/memberOf/{directoryObject-id}/group",
+ "OutputType": "IMicrosoftGraphGroup",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphGroup",
- "Command": "Get-MgBetaDeviceMemberOfAsGroup",
"Method": "GET",
- "Uri": "/devices/{device-id}/memberOf/{directoryObject-id}/group",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceMemberOfAsGroup",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.DirectoryManagement",
+ "Uri": "/devices/{device-id}/memberOf/group",
+ "OutputType": "IMicrosoftGraphGroup",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphGroup",
- "Command": "Get-MgBetaDeviceMemberOfAsGroup",
"Method": "GET",
- "Uri": "/devices/{device-id}/memberOf/group",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceMemberOfAsGroup",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.DirectoryManagement",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceMemberOfCount",
- "Method": "GET",
"Uri": "/devices/{device-id}/memberOf/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -70617,43 +73181,47 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.DirectoryManagement",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceMemberOfCountAsAdministrativeUnit",
"Method": "GET",
- "Uri": "/devices/{device-id}/memberOf/administrativeUnit/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceMemberOfCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.DirectoryManagement",
+ "Uri": "/devices/{device-id}/memberOf/administrativeUnit/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceMemberOfCountAsGroup",
"Method": "GET",
- "Uri": "/devices/{device-id}/memberOf/group/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceMemberOfCountAsAdministrativeUnit",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.DirectoryManagement",
+ "Uri": "/devices/{device-id}/memberOf/group/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgBetaDeviceRegisteredOwner",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceMemberOfCountAsGroup",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Identity.DirectoryManagement",
"Uri": "/devices/{device-id}/registeredOwners",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
"ApiVersion": "beta",
"Permissions": [
{
@@ -70688,92 +73256,99 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceRegisteredOwner",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-list-registeredowners?view=graph-rest-1.0"
},
{
"Module": "Beta.Identity.DirectoryManagement",
+ "Uri": "/devices/{device-id}/registeredOwners/{directoryObject-id}/endpoint",
+ "OutputType": "IMicrosoftGraphEndpoint",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphEndpoint",
- "Command": "Get-MgBetaDeviceRegisteredOwnerAsEndpoint",
"Method": "GET",
- "Uri": "/devices/{device-id}/registeredOwners/{directoryObject-id}/endpoint",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceRegisteredOwnerAsEndpoint",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.DirectoryManagement",
+ "Uri": "/devices/{device-id}/registeredOwners/endpoint",
+ "OutputType": "IMicrosoftGraphEndpoint",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphEndpoint",
- "Command": "Get-MgBetaDeviceRegisteredOwnerAsEndpoint",
"Method": "GET",
- "Uri": "/devices/{device-id}/registeredOwners/endpoint",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceRegisteredOwnerAsEndpoint",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.DirectoryManagement",
+ "Uri": "/devices/{device-id}/registeredOwners/{directoryObject-id}/servicePrincipal",
+ "OutputType": "IMicrosoftGraphServicePrincipal",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphServicePrincipal",
- "Command": "Get-MgBetaDeviceRegisteredOwnerAsServicePrincipal",
"Method": "GET",
- "Uri": "/devices/{device-id}/registeredOwners/{directoryObject-id}/servicePrincipal",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceRegisteredOwnerAsServicePrincipal",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.DirectoryManagement",
+ "Uri": "/devices/{device-id}/registeredOwners/servicePrincipal",
+ "OutputType": "IMicrosoftGraphServicePrincipal",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphServicePrincipal",
- "Command": "Get-MgBetaDeviceRegisteredOwnerAsServicePrincipal",
"Method": "GET",
- "Uri": "/devices/{device-id}/registeredOwners/servicePrincipal",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceRegisteredOwnerAsServicePrincipal",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.DirectoryManagement",
+ "Uri": "/devices/{device-id}/registeredOwners/{directoryObject-id}/user",
+ "OutputType": "IMicrosoftGraphUser",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUser",
- "Command": "Get-MgBetaDeviceRegisteredOwnerAsUser",
"Method": "GET",
- "Uri": "/devices/{device-id}/registeredOwners/{directoryObject-id}/user",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceRegisteredOwnerAsUser",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.DirectoryManagement",
+ "Uri": "/devices/{device-id}/registeredOwners/user",
+ "OutputType": "IMicrosoftGraphUser",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphUser",
- "Command": "Get-MgBetaDeviceRegisteredOwnerAsUser",
"Method": "GET",
- "Uri": "/devices/{device-id}/registeredOwners/user",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceRegisteredOwnerAsUser",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.DirectoryManagement",
- "Variants": [
- "List"
- ],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceRegisteredOwnerByRef",
- "Method": "GET",
"Uri": "/devices/{device-id}/registeredOwners/$ref",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -70808,18 +73383,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.DirectoryManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceRegisteredOwnerCount",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceRegisteredOwnerByRef",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-list-registeredowners?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.DirectoryManagement",
"Uri": "/devices/{device-id}/registeredOwners/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -70854,56 +73429,61 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.DirectoryManagement",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceRegisteredOwnerCountAsEndpoint",
"Method": "GET",
- "Uri": "/devices/{device-id}/registeredOwners/endpoint/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceRegisteredOwnerCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.DirectoryManagement",
+ "Uri": "/devices/{device-id}/registeredOwners/endpoint/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceRegisteredOwnerCountAsServicePrincipal",
"Method": "GET",
- "Uri": "/devices/{device-id}/registeredOwners/servicePrincipal/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceRegisteredOwnerCountAsEndpoint",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.DirectoryManagement",
+ "Uri": "/devices/{device-id}/registeredOwners/servicePrincipal/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceRegisteredOwnerCountAsUser",
"Method": "GET",
- "Uri": "/devices/{device-id}/registeredOwners/user/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceRegisteredOwnerCountAsServicePrincipal",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.DirectoryManagement",
+ "Uri": "/devices/{device-id}/registeredOwners/user/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgBetaDeviceRegisteredUser",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceRegisteredOwnerCountAsUser",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Identity.DirectoryManagement",
"Uri": "/devices/{device-id}/registeredUsers",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
"ApiVersion": "beta",
"Permissions": [
{
@@ -70938,92 +73518,99 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceRegisteredUser",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-list-registeredusers?view=graph-rest-1.0"
},
{
"Module": "Beta.Identity.DirectoryManagement",
+ "Uri": "/devices/{device-id}/registeredUsers/{directoryObject-id}/endpoint",
+ "OutputType": "IMicrosoftGraphEndpoint",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphEndpoint",
- "Command": "Get-MgBetaDeviceRegisteredUserAsEndpoint",
"Method": "GET",
- "Uri": "/devices/{device-id}/registeredUsers/{directoryObject-id}/endpoint",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceRegisteredUserAsEndpoint",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.DirectoryManagement",
+ "Uri": "/devices/{device-id}/registeredUsers/endpoint",
+ "OutputType": "IMicrosoftGraphEndpoint",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphEndpoint",
- "Command": "Get-MgBetaDeviceRegisteredUserAsEndpoint",
"Method": "GET",
- "Uri": "/devices/{device-id}/registeredUsers/endpoint",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceRegisteredUserAsEndpoint",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.DirectoryManagement",
+ "Uri": "/devices/{device-id}/registeredUsers/{directoryObject-id}/servicePrincipal",
+ "OutputType": "IMicrosoftGraphServicePrincipal",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphServicePrincipal",
- "Command": "Get-MgBetaDeviceRegisteredUserAsServicePrincipal",
"Method": "GET",
- "Uri": "/devices/{device-id}/registeredUsers/{directoryObject-id}/servicePrincipal",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceRegisteredUserAsServicePrincipal",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.DirectoryManagement",
+ "Uri": "/devices/{device-id}/registeredUsers/servicePrincipal",
+ "OutputType": "IMicrosoftGraphServicePrincipal",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphServicePrincipal",
- "Command": "Get-MgBetaDeviceRegisteredUserAsServicePrincipal",
"Method": "GET",
- "Uri": "/devices/{device-id}/registeredUsers/servicePrincipal",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceRegisteredUserAsServicePrincipal",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.DirectoryManagement",
+ "Uri": "/devices/{device-id}/registeredUsers/{directoryObject-id}/user",
+ "OutputType": "IMicrosoftGraphUser",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUser",
- "Command": "Get-MgBetaDeviceRegisteredUserAsUser",
"Method": "GET",
- "Uri": "/devices/{device-id}/registeredUsers/{directoryObject-id}/user",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceRegisteredUserAsUser",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.DirectoryManagement",
+ "Uri": "/devices/{device-id}/registeredUsers/user",
+ "OutputType": "IMicrosoftGraphUser",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphUser",
- "Command": "Get-MgBetaDeviceRegisteredUserAsUser",
"Method": "GET",
- "Uri": "/devices/{device-id}/registeredUsers/user",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceRegisteredUserAsUser",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.DirectoryManagement",
- "Variants": [
- "List"
- ],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceRegisteredUserByRef",
- "Method": "GET",
"Uri": "/devices/{device-id}/registeredUsers/$ref",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -71058,18 +73645,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.DirectoryManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceRegisteredUserCount",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceRegisteredUserByRef",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-list-registeredusers?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.DirectoryManagement",
"Uri": "/devices/{device-id}/registeredUsers/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -71104,69 +73691,75 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.DirectoryManagement",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceRegisteredUserCountAsEndpoint",
"Method": "GET",
- "Uri": "/devices/{device-id}/registeredUsers/endpoint/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceRegisteredUserCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.DirectoryManagement",
+ "Uri": "/devices/{device-id}/registeredUsers/endpoint/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceRegisteredUserCountAsServicePrincipal",
"Method": "GET",
- "Uri": "/devices/{device-id}/registeredUsers/servicePrincipal/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceRegisteredUserCountAsEndpoint",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.DirectoryManagement",
+ "Uri": "/devices/{device-id}/registeredUsers/servicePrincipal/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceRegisteredUserCountAsUser",
"Method": "GET",
- "Uri": "/devices/{device-id}/registeredUsers/user/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceRegisteredUserCountAsServicePrincipal",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.DirectoryManagement",
+ "Uri": "/devices/{device-id}/registeredUsers/user/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgBetaDeviceTransitiveMemberOf",
"Method": "GET",
- "Uri": "/devices/{device-id}/transitiveMemberOf/{directoryObject-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceRegisteredUserCountAsUser",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.DirectoryManagement",
+ "Uri": "/devices/{device-id}/transitiveMemberOf/{directoryObject-id}",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgBetaDeviceTransitiveMemberOf",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceTransitiveMemberOf",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Identity.DirectoryManagement",
"Uri": "/devices/{device-id}/transitiveMemberOf",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
"ApiVersion": "beta",
"Permissions": [
{
@@ -71201,68 +73794,72 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceTransitiveMemberOf",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-list-transitivememberof?view=graph-rest-1.0"
},
{
"Module": "Beta.Identity.DirectoryManagement",
+ "Uri": "/devices/{device-id}/transitiveMemberOf/{directoryObject-id}/administrativeUnit",
+ "OutputType": "IMicrosoftGraphAdministrativeUnit",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAdministrativeUnit",
- "Command": "Get-MgBetaDeviceTransitiveMemberOfAsAdministrativeUnit",
"Method": "GET",
- "Uri": "/devices/{device-id}/transitiveMemberOf/{directoryObject-id}/administrativeUnit",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceTransitiveMemberOfAsAdministrativeUnit",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.DirectoryManagement",
+ "Uri": "/devices/{device-id}/transitiveMemberOf/administrativeUnit",
+ "OutputType": "IMicrosoftGraphAdministrativeUnit",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphAdministrativeUnit",
- "Command": "Get-MgBetaDeviceTransitiveMemberOfAsAdministrativeUnit",
"Method": "GET",
- "Uri": "/devices/{device-id}/transitiveMemberOf/administrativeUnit",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceTransitiveMemberOfAsAdministrativeUnit",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.DirectoryManagement",
+ "Uri": "/devices/{device-id}/transitiveMemberOf/{directoryObject-id}/group",
+ "OutputType": "IMicrosoftGraphGroup",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphGroup",
- "Command": "Get-MgBetaDeviceTransitiveMemberOfAsGroup",
"Method": "GET",
- "Uri": "/devices/{device-id}/transitiveMemberOf/{directoryObject-id}/group",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceTransitiveMemberOfAsGroup",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.DirectoryManagement",
+ "Uri": "/devices/{device-id}/transitiveMemberOf/group",
+ "OutputType": "IMicrosoftGraphGroup",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphGroup",
- "Command": "Get-MgBetaDeviceTransitiveMemberOfAsGroup",
"Method": "GET",
- "Uri": "/devices/{device-id}/transitiveMemberOf/group",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceTransitiveMemberOfAsGroup",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.DirectoryManagement",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceTransitiveMemberOfCount",
- "Method": "GET",
"Uri": "/devices/{device-id}/transitiveMemberOf/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -71297,56 +73894,61 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.DirectoryManagement",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceTransitiveMemberOfCountAsAdministrativeUnit",
"Method": "GET",
- "Uri": "/devices/{device-id}/transitiveMemberOf/administrativeUnit/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceTransitiveMemberOfCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.DirectoryManagement",
+ "Uri": "/devices/{device-id}/transitiveMemberOf/administrativeUnit/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceTransitiveMemberOfCountAsGroup",
"Method": "GET",
- "Uri": "/devices/{device-id}/transitiveMemberOf/group/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceTransitiveMemberOfCountAsAdministrativeUnit",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.DirectoryManagement",
+ "Uri": "/devices/{device-id}/transitiveMemberOf/group/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUsageRight",
- "Command": "Get-MgBetaDeviceUsageRights",
"Method": "GET",
- "Uri": "/devices/{device-id}/usageRights/{usageRight-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceTransitiveMemberOfCountAsGroup",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.DirectoryManagement",
+ "Uri": "/devices/{device-id}/usageRights/{usageRight-id}",
+ "OutputType": "IMicrosoftGraphUsageRight",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUsageRight",
- "Command": "Get-MgBetaDeviceUsageRights",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceUsageRights",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Identity.DirectoryManagement",
"Uri": "/devices/{device-id}/usageRights",
+ "OutputType": "IMicrosoftGraphUsageRight",
"ApiVersion": "beta",
"Permissions": [
{
@@ -71381,18 +73983,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.DirectoryManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaDeviceUsageRightsCount",
"Method": "GET",
+ "Command": "Get-MgBetaDeviceUsageRights",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-list-usagerights?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.DirectoryManagement",
"Uri": "/devices/{device-id}/usageRights/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -71427,43 +74029,46 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaDeviceUsageRightsCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.DirectoryManagement",
+ "Uri": "/devices/getUserOwnedObjects",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetExpanded"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgBetaDeviceUserOwnedObject",
"Method": "POST",
- "Uri": "/devices/getUserOwnedObjects",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDeviceUserOwnedObject",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-1.0"
},
{
"Module": "Beta.Identity.DirectoryManagement",
+ "Uri": "/directory",
+ "OutputType": "IMicrosoftGraphDirectory",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": "IMicrosoftGraphDirectory",
- "Command": "Get-MgBetaDirectory",
"Method": "GET",
- "Uri": "/directory",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDirectory",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.DirectoryManagement",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphAdministrativeUnit",
- "Command": "Get-MgBetaDirectoryAdministrativeUnit",
- "Method": "GET",
"Uri": "/directory/administrativeUnits/{administrativeUnit-id}",
+ "OutputType": "IMicrosoftGraphAdministrativeUnit",
"ApiVersion": "beta",
"Permissions": [
{
@@ -71498,17 +74103,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.DirectoryManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAdministrativeUnit",
- "Command": "Get-MgBetaDirectoryAdministrativeUnit",
"Method": "GET",
+ "Command": "Get-MgBetaDirectoryAdministrativeUnit",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Identity.DirectoryManagement",
"Uri": "/directory/administrativeUnits",
+ "OutputType": "IMicrosoftGraphAdministrativeUnit",
"ApiVersion": "beta",
"Permissions": [
{
@@ -71543,17 +74150,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.DirectoryManagement",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaDirectoryAdministrativeUnitCount",
"Method": "GET",
+ "Command": "Get-MgBetaDirectoryAdministrativeUnit",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Identity.DirectoryManagement",
"Uri": "/directory/administrativeUnits/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -71588,17 +74196,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.DirectoryManagement",
+ ],
"Variants": [
- "Delta"
+ "Get"
],
- "OutputType": "IMicrosoftGraphAdministrativeUnit",
- "Command": "Get-MgBetaDirectoryAdministrativeUnitDelta",
"Method": "GET",
+ "Command": "Get-MgBetaDirectoryAdministrativeUnitCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Identity.DirectoryManagement",
"Uri": "/directory/administrativeUnits/delta",
+ "OutputType": "IMicrosoftGraphAdministrativeUnit",
"ApiVersion": "beta",
"Permissions": [
{
@@ -71633,55 +74242,59 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Delta"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaDirectoryAdministrativeUnitDelta",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.DirectoryManagement",
+ "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/extensions/{extension-id}",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDirectoryAdministrativeUnitExtension",
"Method": "GET",
- "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/extensions/{extension-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDirectoryAdministrativeUnitExtension",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.DirectoryManagement",
+ "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/extensions",
+ "OutputType": "IMicrosoftGraphExtension",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphExtension",
- "Command": "Get-MgBetaDirectoryAdministrativeUnitExtension",
"Method": "GET",
- "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/extensions",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDirectoryAdministrativeUnitExtension",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.DirectoryManagement",
+ "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/extensions/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDirectoryAdministrativeUnitExtensionCount",
"Method": "GET",
- "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/extensions/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDirectoryAdministrativeUnitExtensionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.DirectoryManagement",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgBetaDirectoryAdministrativeUnitMember",
- "Method": "GET",
"Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
"ApiVersion": "beta",
"Permissions": [
{
@@ -71716,30 +74329,32 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaDirectoryAdministrativeUnitMember",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.DirectoryManagement",
+ "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/application",
+ "OutputType": "IMicrosoftGraphApplication",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphApplication",
- "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberAsApplication",
"Method": "GET",
- "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/application",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberAsApplication",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.DirectoryManagement",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphApplication",
- "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberAsApplication",
- "Method": "GET",
"Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/application",
+ "OutputType": "IMicrosoftGraphApplication",
"ApiVersion": "beta",
"Permissions": [
{
@@ -71774,30 +74389,32 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberAsApplication",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.DirectoryManagement",
+ "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/device",
+ "OutputType": "IMicrosoftGraphDevice",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDevice",
- "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberAsDevice",
"Method": "GET",
- "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/device",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberAsDevice",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.DirectoryManagement",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphDevice",
- "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberAsDevice",
- "Method": "GET",
"Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/device",
+ "OutputType": "IMicrosoftGraphDevice",
"ApiVersion": "beta",
"Permissions": [
{
@@ -71832,30 +74449,32 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberAsDevice",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.DirectoryManagement",
+ "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/group",
+ "OutputType": "IMicrosoftGraphGroup",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphGroup",
- "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberAsGroup",
"Method": "GET",
- "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/group",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberAsGroup",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.DirectoryManagement",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphGroup",
- "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberAsGroup",
- "Method": "GET",
"Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/group",
+ "OutputType": "IMicrosoftGraphGroup",
"ApiVersion": "beta",
"Permissions": [
{
@@ -71890,30 +74509,32 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberAsGroup",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.DirectoryManagement",
+ "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/orgContact",
+ "OutputType": "IMicrosoftGraphOrgContact",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphOrgContact",
- "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberAsOrgContact",
"Method": "GET",
- "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/orgContact",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberAsOrgContact",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.DirectoryManagement",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphOrgContact",
- "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberAsOrgContact",
- "Method": "GET",
"Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/orgContact",
+ "OutputType": "IMicrosoftGraphOrgContact",
"ApiVersion": "beta",
"Permissions": [
{
@@ -71948,30 +74569,32 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberAsOrgContact",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.DirectoryManagement",
+ "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/servicePrincipal",
+ "OutputType": "IMicrosoftGraphServicePrincipal",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphServicePrincipal",
- "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberAsServicePrincipal",
"Method": "GET",
- "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/servicePrincipal",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberAsServicePrincipal",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.DirectoryManagement",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphServicePrincipal",
- "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberAsServicePrincipal",
- "Method": "GET",
"Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/servicePrincipal",
+ "OutputType": "IMicrosoftGraphServicePrincipal",
"ApiVersion": "beta",
"Permissions": [
{
@@ -72006,30 +74629,32 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberAsServicePrincipal",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.DirectoryManagement",
+ "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/user",
+ "OutputType": "IMicrosoftGraphUser",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUser",
- "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberAsUser",
"Method": "GET",
- "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/user",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberAsUser",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.DirectoryManagement",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphUser",
- "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberAsUser",
- "Method": "GET",
"Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/user",
+ "OutputType": "IMicrosoftGraphUser",
"ApiVersion": "beta",
"Permissions": [
{
@@ -72064,17 +74689,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.DirectoryManagement",
+ ],
"Variants": [
"List"
],
- "OutputType": null,
- "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberByRef",
"Method": "GET",
+ "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberAsUser",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Identity.DirectoryManagement",
"Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/$ref",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -72109,18 +74735,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.DirectoryManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberCount",
"Method": "GET",
+ "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberByRef",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Identity.DirectoryManagement",
"Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -72155,18 +74781,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.DirectoryManagement",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberCountAsApplication",
"Method": "GET",
+ "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Identity.DirectoryManagement",
"Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/application/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -72201,18 +74828,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.DirectoryManagement",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberCountAsDevice",
"Method": "GET",
+ "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberCountAsApplication",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Identity.DirectoryManagement",
"Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/device/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -72247,18 +74875,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.DirectoryManagement",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberCountAsGroup",
"Method": "GET",
+ "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberCountAsDevice",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Identity.DirectoryManagement",
"Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/group/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -72293,18 +74922,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.DirectoryManagement",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberCountAsOrgContact",
"Method": "GET",
+ "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberCountAsGroup",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Identity.DirectoryManagement",
"Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/orgContact/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -72339,18 +74969,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.DirectoryManagement",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberCountAsServicePrincipal",
"Method": "GET",
+ "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberCountAsOrgContact",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Identity.DirectoryManagement",
"Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/servicePrincipal/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -72385,18 +75016,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.DirectoryManagement",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberCountAsUser",
"Method": "GET",
+ "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberCountAsServicePrincipal",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Identity.DirectoryManagement",
"Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/user/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -72431,18 +75063,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.DirectoryManagement",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphScopedRoleMembership",
- "Command": "Get-MgBetaDirectoryAdministrativeUnitScopedRoleMember",
"Method": "GET",
+ "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberCountAsUser",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Identity.DirectoryManagement",
"Uri": "/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/{scopedRoleMembership-id}",
+ "OutputType": "IMicrosoftGraphScopedRoleMembership",
"ApiVersion": "beta",
"Permissions": [
{
@@ -72477,17 +75110,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.DirectoryManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphScopedRoleMembership",
- "Command": "Get-MgBetaDirectoryAdministrativeUnitScopedRoleMember",
"Method": "GET",
+ "Command": "Get-MgBetaDirectoryAdministrativeUnitScopedRoleMember",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/administrativeunit-get-scopedrolemembers?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.DirectoryManagement",
"Uri": "/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers",
+ "OutputType": "IMicrosoftGraphScopedRoleMembership",
"ApiVersion": "beta",
"Permissions": [
{
@@ -72522,18 +75157,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.DirectoryManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaDirectoryAdministrativeUnitScopedRoleMemberCount",
"Method": "GET",
+ "Command": "Get-MgBetaDirectoryAdministrativeUnitScopedRoleMember",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/administrativeunit-list-scopedrolemembers?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.DirectoryManagement",
"Uri": "/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -72568,18 +75203,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.DirectoryManagement",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAttributeSet",
- "Command": "Get-MgBetaDirectoryAttributeSet",
"Method": "GET",
+ "Command": "Get-MgBetaDirectoryAdministrativeUnitScopedRoleMemberCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Identity.DirectoryManagement",
"Uri": "/directory/attributeSets/{attributeSet-id}",
+ "OutputType": "IMicrosoftGraphAttributeSet",
"ApiVersion": "beta",
"Permissions": [
{
@@ -72598,17 +75234,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.DirectoryManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAttributeSet",
- "Command": "Get-MgBetaDirectoryAttributeSet",
"Method": "GET",
+ "Command": "Get-MgBetaDirectoryAttributeSet",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attributeset-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.DirectoryManagement",
"Uri": "/directory/attributeSets",
+ "OutputType": "IMicrosoftGraphAttributeSet",
"ApiVersion": "beta",
"Permissions": [
{
@@ -72627,17 +75265,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.DirectoryManagement",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaDirectoryAttributeSetCount",
"Method": "GET",
+ "Command": "Get-MgBetaDirectoryAttributeSet",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-list-attributesets?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.DirectoryManagement",
"Uri": "/directory/attributeSets/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -72656,105 +75295,112 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaDirectoryAttributeSetCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.DirectoryManagement",
+ "Uri": "/directory/certificateAuthorities",
+ "OutputType": "IMicrosoftGraphCertificateAuthorityPath",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": "IMicrosoftGraphCertificateAuthorityPath",
- "Command": "Get-MgBetaDirectoryCertificateAuthority",
"Method": "GET",
- "Uri": "/directory/certificateAuthorities",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDirectoryCertificateAuthority",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.DirectoryManagement",
+ "Uri": "/directory/certificateAuthorities/certificateBasedApplicationConfigurations/{certificateBasedApplicationConfiguration-id}",
+ "OutputType": "IMicrosoftGraphCertificateBasedApplicationConfiguration",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphCertificateBasedApplicationConfiguration",
- "Command": "Get-MgBetaDirectoryCertificateAuthorityCertificateBasedApplicationConfiguration",
"Method": "GET",
- "Uri": "/directory/certificateAuthorities/certificateBasedApplicationConfigurations/{certificateBasedApplicationConfiguration-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDirectoryCertificateAuthorityCertificateBasedApplicationConfiguration",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/certificatebasedapplicationconfiguration-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Identity.DirectoryManagement",
+ "Uri": "/directory/certificateAuthorities/certificateBasedApplicationConfigurations",
+ "OutputType": "IMicrosoftGraphCertificateBasedApplicationConfiguration",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphCertificateBasedApplicationConfiguration",
- "Command": "Get-MgBetaDirectoryCertificateAuthorityCertificateBasedApplicationConfiguration",
"Method": "GET",
- "Uri": "/directory/certificateAuthorities/certificateBasedApplicationConfigurations",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDirectoryCertificateAuthorityCertificateBasedApplicationConfiguration",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/certificateauthoritypath-list-certificatebasedapplicationconfigurations?view=graph-rest-1.0"
},
{
"Module": "Beta.Identity.DirectoryManagement",
+ "Uri": "/directory/certificateAuthorities/certificateBasedApplicationConfigurations/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgBetaDirectoryCertificateAuthorityCertificateBasedApplicationConfigurationCount",
"Method": "GET",
- "Uri": "/directory/certificateAuthorities/certificateBasedApplicationConfigurations/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDirectoryCertificateAuthorityCertificateBasedApplicationConfigurationCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.DirectoryManagement",
+ "Uri": "/directory/certificateAuthorities/certificateBasedApplicationConfigurations/{certificateBasedApplicationConfiguration-id}/trustedCertificateAuthorities/{certificateAuthorityAsEntity-id}",
+ "OutputType": "IMicrosoftGraphCertificateAuthorityAsEntity",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphCertificateAuthorityAsEntity",
- "Command": "Get-MgBetaDirectoryCertificateAuthorityCertificateBasedApplicationConfigurationTrustedCertificateAuthority",
"Method": "GET",
- "Uri": "/directory/certificateAuthorities/certificateBasedApplicationConfigurations/{certificateBasedApplicationConfiguration-id}/trustedCertificateAuthorities/{certificateAuthorityAsEntity-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDirectoryCertificateAuthorityCertificateBasedApplicationConfigurationTrustedCertificateAuthority",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.DirectoryManagement",
+ "Uri": "/directory/certificateAuthorities/certificateBasedApplicationConfigurations/{certificateBasedApplicationConfiguration-id}/trustedCertificateAuthorities",
+ "OutputType": "IMicrosoftGraphCertificateAuthorityAsEntity",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphCertificateAuthorityAsEntity",
- "Command": "Get-MgBetaDirectoryCertificateAuthorityCertificateBasedApplicationConfigurationTrustedCertificateAuthority",
"Method": "GET",
- "Uri": "/directory/certificateAuthorities/certificateBasedApplicationConfigurations/{certificateBasedApplicationConfiguration-id}/trustedCertificateAuthorities",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDirectoryCertificateAuthorityCertificateBasedApplicationConfigurationTrustedCertificateAuthority",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.DirectoryManagement",
+ "Uri": "/directory/certificateAuthorities/certificateBasedApplicationConfigurations/{certificateBasedApplicationConfiguration-id}/trustedCertificateAuthorities/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDirectoryCertificateAuthorityCertificateBasedApplicationConfigurationTrustedCertificateAuthorityCount",
"Method": "GET",
- "Uri": "/directory/certificateAuthorities/certificateBasedApplicationConfigurations/{certificateBasedApplicationConfiguration-id}/trustedCertificateAuthorities/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDirectoryCertificateAuthorityCertificateBasedApplicationConfigurationTrustedCertificateAuthorityCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.DirectoryManagement",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphCustomSecurityAttributeDefinition",
- "Command": "Get-MgBetaDirectoryCustomSecurityAttributeDefinition",
- "Method": "GET",
"Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}",
+ "OutputType": "IMicrosoftGraphCustomSecurityAttributeDefinition",
"ApiVersion": "beta",
"Permissions": [
{
@@ -72773,17 +75419,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.DirectoryManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphCustomSecurityAttributeDefinition",
- "Command": "Get-MgBetaDirectoryCustomSecurityAttributeDefinition",
"Method": "GET",
+ "Command": "Get-MgBetaDirectoryCustomSecurityAttributeDefinition",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/customsecurityattributedefinition-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.DirectoryManagement",
"Uri": "/directory/customSecurityAttributeDefinitions",
+ "OutputType": "IMicrosoftGraphCustomSecurityAttributeDefinition",
"ApiVersion": "beta",
"Permissions": [
{
@@ -72802,18 +75450,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.DirectoryManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": "IMicrosoftGraphAllowedValue",
- "Command": "Get-MgBetaDirectoryCustomSecurityAttributeDefinitionAllowedValue",
"Method": "GET",
+ "Command": "Get-MgBetaDirectoryCustomSecurityAttributeDefinition",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-list-customsecurityattributedefinitions?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.DirectoryManagement",
"Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}/allowedValues/{allowedValue-id}",
+ "OutputType": "IMicrosoftGraphAllowedValue",
"ApiVersion": "beta",
"Permissions": [
{
@@ -72832,17 +75480,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.DirectoryManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAllowedValue",
- "Command": "Get-MgBetaDirectoryCustomSecurityAttributeDefinitionAllowedValue",
"Method": "GET",
+ "Command": "Get-MgBetaDirectoryCustomSecurityAttributeDefinitionAllowedValue",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/allowedvalue-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.DirectoryManagement",
"Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}/allowedValues",
+ "OutputType": "IMicrosoftGraphAllowedValue",
"ApiVersion": "beta",
"Permissions": [
{
@@ -72861,18 +75511,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.DirectoryManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaDirectoryCustomSecurityAttributeDefinitionAllowedValueCount",
"Method": "GET",
+ "Command": "Get-MgBetaDirectoryCustomSecurityAttributeDefinitionAllowedValue",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/customsecurityattributedefinition-list-allowedvalues?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.DirectoryManagement",
"Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}/allowedValues/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -72891,17 +75541,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.DirectoryManagement",
+ ],
"Variants": [
- "Get"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDirectoryCustomSecurityAttributeDefinitionCount",
"Method": "GET",
+ "Command": "Get-MgBetaDirectoryCustomSecurityAttributeDefinitionAllowedValueCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Identity.DirectoryManagement",
"Uri": "/directory/customSecurityAttributeDefinitions/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -72920,444 +75572,478 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaDirectoryCustomSecurityAttributeDefinitionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.DirectoryManagement",
+ "Uri": "/directory/deletedItems/{directoryObject-id}",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgBetaDirectoryDeletedItem",
"Method": "GET",
- "Uri": "/directory/deletedItems/{directoryObject-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDirectoryDeletedItem",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.DirectoryManagement",
+ "Uri": "/directory/deletedItems/{directoryObject-id}/administrativeUnit",
+ "OutputType": "IMicrosoftGraphAdministrativeUnit",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAdministrativeUnit",
- "Command": "Get-MgBetaDirectoryDeletedItemAsAdministrativeUnit",
"Method": "GET",
- "Uri": "/directory/deletedItems/{directoryObject-id}/administrativeUnit",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDirectoryDeletedItemAsAdministrativeUnit",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.DirectoryManagement",
+ "Uri": "/directory/deletedItems/administrativeUnit",
+ "OutputType": "IMicrosoftGraphAdministrativeUnit",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphAdministrativeUnit",
- "Command": "Get-MgBetaDirectoryDeletedItemAsAdministrativeUnit",
"Method": "GET",
- "Uri": "/directory/deletedItems/administrativeUnit",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDirectoryDeletedItemAsAdministrativeUnit",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.DirectoryManagement",
+ "Uri": "/directory/deletedItems/{directoryObject-id}/application",
+ "OutputType": "IMicrosoftGraphApplication",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphApplication",
- "Command": "Get-MgBetaDirectoryDeletedItemAsApplication",
"Method": "GET",
- "Uri": "/directory/deletedItems/{directoryObject-id}/application",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDirectoryDeletedItemAsApplication",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.DirectoryManagement",
+ "Uri": "/directory/deletedItems/application",
+ "OutputType": "IMicrosoftGraphApplication",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphApplication",
- "Command": "Get-MgBetaDirectoryDeletedItemAsApplication",
"Method": "GET",
- "Uri": "/directory/deletedItems/application",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDirectoryDeletedItemAsApplication",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.DirectoryManagement",
+ "Uri": "/directory/deletedItems/{directoryObject-id}/device",
+ "OutputType": "IMicrosoftGraphDevice",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDevice",
- "Command": "Get-MgBetaDirectoryDeletedItemAsDevice",
"Method": "GET",
- "Uri": "/directory/deletedItems/{directoryObject-id}/device",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDirectoryDeletedItemAsDevice",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.DirectoryManagement",
+ "Uri": "/directory/deletedItems/device",
+ "OutputType": "IMicrosoftGraphDevice",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphDevice",
- "Command": "Get-MgBetaDirectoryDeletedItemAsDevice",
"Method": "GET",
- "Uri": "/directory/deletedItems/device",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDirectoryDeletedItemAsDevice",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.DirectoryManagement",
+ "Uri": "/directory/deletedItems/{directoryObject-id}/group",
+ "OutputType": "IMicrosoftGraphGroup",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphGroup",
- "Command": "Get-MgBetaDirectoryDeletedItemAsGroup",
"Method": "GET",
- "Uri": "/directory/deletedItems/{directoryObject-id}/group",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDirectoryDeletedItemAsGroup",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.DirectoryManagement",
+ "Uri": "/directory/deletedItems/group",
+ "OutputType": "IMicrosoftGraphGroup",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphGroup",
- "Command": "Get-MgBetaDirectoryDeletedItemAsGroup",
"Method": "GET",
- "Uri": "/directory/deletedItems/group",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDirectoryDeletedItemAsGroup",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.DirectoryManagement",
+ "Uri": "/directory/deletedItems/{directoryObject-id}/servicePrincipal",
+ "OutputType": "IMicrosoftGraphServicePrincipal",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphServicePrincipal",
- "Command": "Get-MgBetaDirectoryDeletedItemAsServicePrincipal",
"Method": "GET",
- "Uri": "/directory/deletedItems/{directoryObject-id}/servicePrincipal",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDirectoryDeletedItemAsServicePrincipal",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.DirectoryManagement",
+ "Uri": "/directory/deletedItems/servicePrincipal",
+ "OutputType": "IMicrosoftGraphServicePrincipal",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphServicePrincipal",
- "Command": "Get-MgBetaDirectoryDeletedItemAsServicePrincipal",
"Method": "GET",
- "Uri": "/directory/deletedItems/servicePrincipal",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDirectoryDeletedItemAsServicePrincipal",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.DirectoryManagement",
+ "Uri": "/directory/deletedItems/{directoryObject-id}/user",
+ "OutputType": "IMicrosoftGraphUser",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUser",
- "Command": "Get-MgBetaDirectoryDeletedItemAsUser",
"Method": "GET",
- "Uri": "/directory/deletedItems/{directoryObject-id}/user",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDirectoryDeletedItemAsUser",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.DirectoryManagement",
+ "Uri": "/directory/deletedItems/user",
+ "OutputType": "IMicrosoftGraphUser",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphUser",
- "Command": "Get-MgBetaDirectoryDeletedItemAsUser",
"Method": "GET",
- "Uri": "/directory/deletedItems/user",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDirectoryDeletedItemAsUser",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.DirectoryManagement",
+ "Uri": "/directory/deletedItems/getByIds",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetExpanded"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgBetaDirectoryDeletedItemById",
"Method": "POST",
- "Uri": "/directory/deletedItems/getByIds",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDirectoryDeletedItemById",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0"
},
{
"Module": "Beta.Identity.DirectoryManagement",
+ "Uri": "/directory/deletedItems/administrativeUnit/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgBetaDirectoryDeletedItemCountAsAdministrativeUnit",
"Method": "GET",
- "Uri": "/directory/deletedItems/administrativeUnit/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDirectoryDeletedItemCountAsAdministrativeUnit",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.DirectoryManagement",
+ "Uri": "/directory/deletedItems/application/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgBetaDirectoryDeletedItemCountAsApplication",
"Method": "GET",
- "Uri": "/directory/deletedItems/application/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDirectoryDeletedItemCountAsApplication",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.DirectoryManagement",
+ "Uri": "/directory/deletedItems/device/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgBetaDirectoryDeletedItemCountAsDevice",
"Method": "GET",
- "Uri": "/directory/deletedItems/device/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDirectoryDeletedItemCountAsDevice",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.DirectoryManagement",
+ "Uri": "/directory/deletedItems/group/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgBetaDirectoryDeletedItemCountAsGroup",
"Method": "GET",
- "Uri": "/directory/deletedItems/group/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDirectoryDeletedItemCountAsGroup",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.DirectoryManagement",
+ "Uri": "/directory/deletedItems/servicePrincipal/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgBetaDirectoryDeletedItemCountAsServicePrincipal",
"Method": "GET",
- "Uri": "/directory/deletedItems/servicePrincipal/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDirectoryDeletedItemCountAsServicePrincipal",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.DirectoryManagement",
+ "Uri": "/directory/deletedItems/user/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgBetaDirectoryDeletedItemCountAsUser",
"Method": "GET",
- "Uri": "/directory/deletedItems/user/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDirectoryDeletedItemCountAsUser",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.DirectoryManagement",
+ "Uri": "/directory/deletedItems/{directoryObject-id}/getMemberGroups",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetExpanded",
"GetViaIdentity",
"GetViaIdentityExpanded"
],
- "OutputType": null,
- "Command": "Get-MgBetaDirectoryDeletedItemMemberGroup",
"Method": "POST",
- "Uri": "/directory/deletedItems/{directoryObject-id}/getMemberGroups",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDirectoryDeletedItemMemberGroup",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0"
},
{
"Module": "Beta.Identity.DirectoryManagement",
+ "Uri": "/directory/deletedItems/{directoryObject-id}/getMemberObjects",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetExpanded",
"GetViaIdentity",
"GetViaIdentityExpanded"
],
- "OutputType": null,
- "Command": "Get-MgBetaDirectoryDeletedItemMemberObject",
"Method": "POST",
- "Uri": "/directory/deletedItems/{directoryObject-id}/getMemberObjects",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDirectoryDeletedItemMemberObject",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.DirectoryManagement",
+ "Uri": "/directory/deviceLocalCredentials/{deviceLocalCredentialInfo-id}",
+ "OutputType": "IMicrosoftGraphDeviceLocalCredentialInfo",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDeviceLocalCredentialInfo",
- "Command": "Get-MgBetaDirectoryDeviceLocalCredential",
"Method": "GET",
- "Uri": "/directory/deviceLocalCredentials/{deviceLocalCredentialInfo-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDirectoryDeviceLocalCredential",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/devicelocalcredentialinfo-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Identity.DirectoryManagement",
+ "Uri": "/directory/deviceLocalCredentials",
+ "OutputType": "IMicrosoftGraphDeviceLocalCredentialInfo",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphDeviceLocalCredentialInfo",
- "Command": "Get-MgBetaDirectoryDeviceLocalCredential",
"Method": "GET",
- "Uri": "/directory/deviceLocalCredentials",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDirectoryDeviceLocalCredential",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-list-devicelocalcredentials?view=graph-rest-1.0"
},
{
"Module": "Beta.Identity.DirectoryManagement",
+ "Uri": "/directory/deviceLocalCredentials/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgBetaDirectoryDeviceLocalCredentialCount",
"Method": "GET",
- "Uri": "/directory/deviceLocalCredentials/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDirectoryDeviceLocalCredentialCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.DirectoryManagement",
+ "Uri": "/directory/externalUserProfiles/{externalUserProfile-id}",
+ "OutputType": "IMicrosoftGraphExternalUserProfile",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphExternalUserProfile",
- "Command": "Get-MgBetaDirectoryExternalUserProfile",
"Method": "GET",
- "Uri": "/directory/externalUserProfiles/{externalUserProfile-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDirectoryExternalUserProfile",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externaluserprofile-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Identity.DirectoryManagement",
+ "Uri": "/directory/externalUserProfiles",
+ "OutputType": "IMicrosoftGraphExternalUserProfile",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphExternalUserProfile",
- "Command": "Get-MgBetaDirectoryExternalUserProfile",
"Method": "GET",
- "Uri": "/directory/externalUserProfiles",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDirectoryExternalUserProfile",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-list-externaluserprofiles?view=graph-rest-1.0"
},
{
"Module": "Beta.Identity.DirectoryManagement",
+ "Uri": "/directory/externalUserProfiles/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgBetaDirectoryExternalUserProfileCount",
"Method": "GET",
- "Uri": "/directory/externalUserProfiles/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDirectoryExternalUserProfileCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.DirectoryManagement",
+ "Uri": "/directory/featureRolloutPolicies/{featureRolloutPolicy-id}",
+ "OutputType": "IMicrosoftGraphFeatureRolloutPolicy",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphFeatureRolloutPolicy",
- "Command": "Get-MgBetaDirectoryFeatureRolloutPolicy",
"Method": "GET",
- "Uri": "/directory/featureRolloutPolicies/{featureRolloutPolicy-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDirectoryFeatureRolloutPolicy",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.DirectoryManagement",
+ "Uri": "/directory/featureRolloutPolicies",
+ "OutputType": "IMicrosoftGraphFeatureRolloutPolicy",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphFeatureRolloutPolicy",
- "Command": "Get-MgBetaDirectoryFeatureRolloutPolicy",
"Method": "GET",
- "Uri": "/directory/featureRolloutPolicies",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDirectoryFeatureRolloutPolicy",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.DirectoryManagement",
+ "Uri": "/directory/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgBetaDirectoryFeatureRolloutPolicyApplyTo",
"Method": "GET",
- "Uri": "/directory/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDirectoryFeatureRolloutPolicyApplyTo",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.DirectoryManagement",
+ "Uri": "/directory/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/$ref",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": null,
- "Command": "Get-MgBetaDirectoryFeatureRolloutPolicyApplyToByRef",
"Method": "GET",
- "Uri": "/directory/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/$ref",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDirectoryFeatureRolloutPolicyApplyToByRef",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.DirectoryManagement",
+ "Uri": "/directory/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDirectoryFeatureRolloutPolicyApplyToCount",
"Method": "GET",
- "Uri": "/directory/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDirectoryFeatureRolloutPolicyApplyToCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.DirectoryManagement",
+ "Uri": "/directory/featureRolloutPolicies/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgBetaDirectoryFeatureRolloutPolicyCount",
"Method": "GET",
- "Uri": "/directory/featureRolloutPolicies/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDirectoryFeatureRolloutPolicyCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.DirectoryManagement",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphIdentityProviderBase",
- "Command": "Get-MgBetaDirectoryFederationConfiguration",
- "Method": "GET",
"Uri": "/directory/federationConfigurations/{identityProviderBase-id}",
+ "OutputType": "IMicrosoftGraphIdentityProviderBase",
"ApiVersion": "beta",
"Permissions": [
{
@@ -73376,17 +76062,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.DirectoryManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphIdentityProviderBase",
- "Command": "Get-MgBetaDirectoryFederationConfiguration",
"Method": "GET",
+ "Command": "Get-MgBetaDirectoryFederationConfiguration",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Identity.DirectoryManagement",
"Uri": "/directory/federationConfigurations",
+ "OutputType": "IMicrosoftGraphIdentityProviderBase",
"ApiVersion": "beta",
"Permissions": [
{
@@ -73405,17 +76093,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.DirectoryManagement",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaDirectoryFederationConfigurationCount",
"Method": "GET",
+ "Command": "Get-MgBetaDirectoryFederationConfiguration",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Identity.DirectoryManagement",
"Uri": "/directory/federationConfigurations/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -73434,55 +76123,58 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaDirectoryFederationConfigurationCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.DirectoryManagement",
+ "Uri": "/directory/impactedResources/{impactedResource-id}",
+ "OutputType": "IMicrosoftGraphImpactedResource",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphImpactedResource",
- "Command": "Get-MgBetaDirectoryImpactedResource",
"Method": "GET",
- "Uri": "/directory/impactedResources/{impactedResource-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDirectoryImpactedResource",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.DirectoryManagement",
+ "Uri": "/directory/impactedResources",
+ "OutputType": "IMicrosoftGraphImpactedResource",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphImpactedResource",
- "Command": "Get-MgBetaDirectoryImpactedResource",
"Method": "GET",
- "Uri": "/directory/impactedResources",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDirectoryImpactedResource",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.DirectoryManagement",
+ "Uri": "/directory/impactedResources/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgBetaDirectoryImpactedResourceCount",
"Method": "GET",
- "Uri": "/directory/impactedResources/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDirectoryImpactedResourceCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.DirectoryManagement",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphInboundSharedUserProfile",
- "Command": "Get-MgBetaDirectoryInboundSharedUserProfile",
- "Method": "GET",
"Uri": "/directory/inboundSharedUserProfiles/{inboundSharedUserProfile-userId}",
+ "OutputType": "IMicrosoftGraphInboundSharedUserProfile",
"ApiVersion": "beta",
"Permissions": [
{
@@ -73517,17 +76209,19 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.DirectoryManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphInboundSharedUserProfile",
- "Command": "Get-MgBetaDirectoryInboundSharedUserProfile",
"Method": "GET",
+ "Command": "Get-MgBetaDirectoryInboundSharedUserProfile",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/inboundshareduserprofile-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.DirectoryManagement",
"Uri": "/directory/inboundSharedUserProfiles",
+ "OutputType": "IMicrosoftGraphInboundSharedUserProfile",
"ApiVersion": "beta",
"Permissions": [
{
@@ -73546,17 +76240,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.DirectoryManagement",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaDirectoryInboundSharedUserProfileCount",
"Method": "GET",
+ "Command": "Get-MgBetaDirectoryInboundSharedUserProfile",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-list-inboundshareduserprofiles?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.DirectoryManagement",
"Uri": "/directory/inboundSharedUserProfiles/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -73575,82 +76270,85 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaDirectoryInboundSharedUserProfileCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DirectoryObjects",
+ "Uri": "/directoryObjects/{directoryObject-id}",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgBetaDirectoryObject",
"Method": "GET",
- "Uri": "/directoryObjects/{directoryObject-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDirectoryObject",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-get?view=graph-rest-1.0"
},
{
"Module": "Beta.DirectoryObjects",
+ "Uri": "/directoryObjects",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgBetaDirectoryObject",
"Method": "GET",
- "Uri": "/directoryObjects",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDirectoryObject",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DirectoryObjects",
+ "Uri": "/directoryObjects/getByIds",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetExpanded"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgBetaDirectoryObjectById",
"Method": "POST",
- "Uri": "/directoryObjects/getByIds",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDirectoryObjectById",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0"
},
{
"Module": "Beta.DirectoryObjects",
+ "Uri": "/directoryObjects/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgBetaDirectoryObjectCount",
"Method": "GET",
- "Uri": "/directoryObjects/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDirectoryObjectCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DirectoryObjects",
+ "Uri": "/directoryObjects/delta",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Delta"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgBetaDirectoryObjectDelta",
"Method": "GET",
- "Uri": "/directoryObjects/delta",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDirectoryObjectDelta",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DirectoryObjects",
- "Variants": [
- "Get",
- "GetExpanded",
- "GetViaIdentity",
- "GetViaIdentityExpanded"
- ],
- "OutputType": null,
- "Command": "Get-MgBetaDirectoryObjectMemberGroup",
- "Method": "POST",
"Uri": "/directoryObjects/{directoryObject-id}/getMemberGroups",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -73733,20 +76431,21 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DirectoryObjects",
+ ],
"Variants": [
"Get",
"GetExpanded",
"GetViaIdentity",
"GetViaIdentityExpanded"
],
- "OutputType": null,
- "Command": "Get-MgBetaDirectoryObjectMemberObject",
"Method": "POST",
+ "Command": "Get-MgBetaDirectoryObjectMemberGroup",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.DirectoryObjects",
"Uri": "/directoryObjects/{directoryObject-id}/getMemberObjects",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -73845,43 +76544,49 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetExpanded",
+ "GetViaIdentity",
+ "GetViaIdentityExpanded"
+ ],
+ "Method": "POST",
+ "Command": "Get-MgBetaDirectoryObjectMemberObject",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DirectoryObjects",
+ "Uri": "/directoryObjects/getUserOwnedObjects",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetExpanded"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgBetaDirectoryObjectUserOwnedObject",
"Method": "POST",
- "Uri": "/directoryObjects/getUserOwnedObjects",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDirectoryObjectUserOwnedObject",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-1.0"
},
{
"Module": "Beta.Identity.DirectoryManagement",
+ "Uri": "/directory/onPremisesSynchronization/{onPremisesDirectorySynchronization-id}",
+ "OutputType": "IMicrosoftGraphOnPremisesDirectorySynchronization",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphOnPremisesDirectorySynchronization",
- "Command": "Get-MgBetaDirectoryOnPremiseSynchronization",
"Method": "GET",
- "Uri": "/directory/onPremisesSynchronization/{onPremisesDirectorySynchronization-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDirectoryOnPremiseSynchronization",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onpremisesdirectorysynchronization-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Identity.DirectoryManagement",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphOnPremisesDirectorySynchronization",
- "Command": "Get-MgBetaDirectoryOnPremiseSynchronization",
- "Method": "GET",
"Uri": "/directory/onPremisesSynchronization",
+ "OutputType": "IMicrosoftGraphOnPremisesDirectorySynchronization",
"ApiVersion": "beta",
"Permissions": [
{
@@ -73900,17 +76605,18 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.DirectoryManagement",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaDirectoryOnPremiseSynchronizationCount",
"Method": "GET",
+ "Command": "Get-MgBetaDirectoryOnPremiseSynchronization",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Identity.DirectoryManagement",
"Uri": "/directory/onPremisesSynchronization/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -73929,63 +76635,18 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.DirectoryManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphOutboundSharedUserProfile",
- "Command": "Get-MgBetaDirectoryOutboundSharedUserProfile",
"Method": "GET",
- "Uri": "/directory/outboundSharedUserProfiles/{outboundSharedUserProfile-userId}",
- "ApiVersion": "beta",
- "Permissions": [
- {
- "Name": "CrossTenantUserProfileSharing.Read",
- "Description": "Read shared cross-tenant user profile and export data",
- "FullDescription": "Allows the application to list and query shared user profile information associated with the current tenant on your behalf. It also permits the application to export your external user data (e.g. customer content or system-generated logs), associated with the current tenant on your behalf.",
- "IsAdmin": true,
- "PermissionType": "DelegatedWork",
- "IsLeastPrivilege": true
- },
- {
- "Name": "CrossTenantUserProfileSharing.ReadWrite.All",
- "Description": "Read any shared cross-tenant user profiles and export or delete data",
- "FullDescription": "Allows the application to list and query any shared user profile information associated with the current tenant on your behalf. It also permits the application to export and remove external user data (e.g. customer content or system-generated logs), for any user associated with the current tenant on your behalf.",
- "IsAdmin": true,
- "PermissionType": "DelegatedWork",
- "IsLeastPrivilege": false
- },
- {
- "Name": "CrossTenantUserProfileSharing.ReadWrite",
- "Description": "Read shared cross-tenant user profile and export or delete data",
- "FullDescription": "Allows the application to list and query shared user profile information associated with the current tenant on your behalf. It also permits the application to export and remove your external user data (e.g. customer content or system-generated logs), associated with the current tenant on your behalf.",
- "IsAdmin": true,
- "PermissionType": "DelegatedWork",
- "IsLeastPrivilege": false
- },
- {
- "Name": "CrossTenantUserProfileSharing.Read.All",
- "Description": "Read any shared cross-tenant user profiles and export data",
- "FullDescription": "Allows the application to list and query any shared user profile information associated with the current tenant on your behalf. It also permits the application to export external user data (e.g. customer content or system-generated logs), for any user associated with the current tenant on your behalf.",
- "IsAdmin": true,
- "PermissionType": "DelegatedWork",
- "IsLeastPrivilege": false
- }
- ]
+ "Command": "Get-MgBetaDirectoryOnPremiseSynchronizationCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.DirectoryManagement",
- "Variants": [
- "List"
- ],
+ "Uri": "/directory/outboundSharedUserProfiles/{outboundSharedUserProfile-userId}",
"OutputType": "IMicrosoftGraphOutboundSharedUserProfile",
- "Command": "Get-MgBetaDirectoryOutboundSharedUserProfile",
- "Method": "GET",
- "Uri": "/directory/outboundSharedUserProfiles",
"ApiVersion": "beta",
"Permissions": [
{
@@ -74020,75 +76681,19 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.DirectoryManagement",
- "Variants": [
- "Get"
],
- "OutputType": null,
- "Command": "Get-MgBetaDirectoryOutboundSharedUserProfileCount",
- "Method": "GET",
- "Uri": "/directory/outboundSharedUserProfiles/$count",
- "ApiVersion": "beta",
- "Permissions": [
- {
- "Name": "CrossTenantUserProfileSharing.Read",
- "Description": "Read shared cross-tenant user profile and export data",
- "FullDescription": "Allows the application to list and query shared user profile information associated with the current tenant on your behalf. It also permits the application to export your external user data (e.g. customer content or system-generated logs), associated with the current tenant on your behalf.",
- "IsAdmin": true,
- "PermissionType": "DelegatedWork",
- "IsLeastPrivilege": true
- },
- {
- "Name": "CrossTenantUserProfileSharing.ReadWrite.All",
- "Description": "Read any shared cross-tenant user profiles and export or delete data",
- "FullDescription": "Allows the application to list and query any shared user profile information associated with the current tenant on your behalf. It also permits the application to export and remove external user data (e.g. customer content or system-generated logs), for any user associated with the current tenant on your behalf.",
- "IsAdmin": true,
- "PermissionType": "DelegatedWork",
- "IsLeastPrivilege": false
- },
- {
- "Name": "CrossTenantUserProfileSharing.ReadWrite",
- "Description": "Read shared cross-tenant user profile and export or delete data",
- "FullDescription": "Allows the application to list and query shared user profile information associated with the current tenant on your behalf. It also permits the application to export and remove your external user data (e.g. customer content or system-generated logs), associated with the current tenant on your behalf.",
- "IsAdmin": true,
- "PermissionType": "DelegatedWork",
- "IsLeastPrivilege": false
- },
- {
- "Name": "CrossTenantUserProfileSharing.Read.All",
- "Description": "Read any shared cross-tenant user profiles and export data",
- "FullDescription": "Allows the application to list and query any shared user profile information associated with the current tenant on your behalf. It also permits the application to export external user data (e.g. customer content or system-generated logs), for any user associated with the current tenant on your behalf.",
- "IsAdmin": true,
- "PermissionType": "DelegatedWork",
- "IsLeastPrivilege": false
- }
- ]
- },
- {
- "Module": "Beta.Identity.DirectoryManagement",
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDirectoryOutboundSharedUserProfileTenant",
"Method": "GET",
- "Uri": "/directory/outboundSharedUserProfiles/{outboundSharedUserProfile-userId}/tenants/{tenantReference-tenantId}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDirectoryOutboundSharedUserProfile",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/outboundshareduserprofile-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Identity.DirectoryManagement",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphTenantReference",
- "Command": "Get-MgBetaDirectoryOutboundSharedUserProfileTenant",
- "Method": "GET",
- "Uri": "/directory/outboundSharedUserProfiles/{outboundSharedUserProfile-userId}/tenants",
+ "Uri": "/directory/outboundSharedUserProfiles",
+ "OutputType": "IMicrosoftGraphOutboundSharedUserProfile",
"ApiVersion": "beta",
"Permissions": [
{
@@ -74123,18 +76728,18 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaDirectoryOutboundSharedUserProfile",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-list-outboundshareduserprofiles?view=graph-rest-1.0"
},
{
"Module": "Beta.Identity.DirectoryManagement",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
+ "Uri": "/directory/outboundSharedUserProfiles/$count",
"OutputType": null,
- "Command": "Get-MgBetaDirectoryOutboundSharedUserProfileTenantCount",
- "Method": "GET",
- "Uri": "/directory/outboundSharedUserProfiles/{outboundSharedUserProfile-userId}/tenants/$count",
"ApiVersion": "beta",
"Permissions": [
{
@@ -74169,55 +76774,165 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaDirectoryOutboundSharedUserProfileCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.DirectoryManagement",
+ "Uri": "/directory/outboundSharedUserProfiles/{outboundSharedUserProfile-userId}/tenants/{tenantReference-tenantId}",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphPendingExternalUserProfile",
- "Command": "Get-MgBetaDirectoryPendingExternalUserProfile",
"Method": "GET",
- "Uri": "/directory/pendingExternalUserProfiles/{pendingExternalUserProfile-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDirectoryOutboundSharedUserProfileTenant",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.DirectoryManagement",
+ "Uri": "/directory/outboundSharedUserProfiles/{outboundSharedUserProfile-userId}/tenants",
+ "OutputType": "IMicrosoftGraphTenantReference",
+ "ApiVersion": "beta",
+ "Permissions": [
+ {
+ "Name": "CrossTenantUserProfileSharing.Read",
+ "Description": "Read shared cross-tenant user profile and export data",
+ "FullDescription": "Allows the application to list and query shared user profile information associated with the current tenant on your behalf. It also permits the application to export your external user data (e.g. customer content or system-generated logs), associated with the current tenant on your behalf.",
+ "IsAdmin": true,
+ "PermissionType": "DelegatedWork",
+ "IsLeastPrivilege": true
+ },
+ {
+ "Name": "CrossTenantUserProfileSharing.ReadWrite.All",
+ "Description": "Read any shared cross-tenant user profiles and export or delete data",
+ "FullDescription": "Allows the application to list and query any shared user profile information associated with the current tenant on your behalf. It also permits the application to export and remove external user data (e.g. customer content or system-generated logs), for any user associated with the current tenant on your behalf.",
+ "IsAdmin": true,
+ "PermissionType": "DelegatedWork",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "CrossTenantUserProfileSharing.ReadWrite",
+ "Description": "Read shared cross-tenant user profile and export or delete data",
+ "FullDescription": "Allows the application to list and query shared user profile information associated with the current tenant on your behalf. It also permits the application to export and remove your external user data (e.g. customer content or system-generated logs), associated with the current tenant on your behalf.",
+ "IsAdmin": true,
+ "PermissionType": "DelegatedWork",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "CrossTenantUserProfileSharing.Read.All",
+ "Description": "Read any shared cross-tenant user profiles and export data",
+ "FullDescription": "Allows the application to list and query any shared user profile information associated with the current tenant on your behalf. It also permits the application to export external user data (e.g. customer content or system-generated logs), for any user associated with the current tenant on your behalf.",
+ "IsAdmin": true,
+ "PermissionType": "DelegatedWork",
+ "IsLeastPrivilege": false
+ }
+ ],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphPendingExternalUserProfile",
- "Command": "Get-MgBetaDirectoryPendingExternalUserProfile",
"Method": "GET",
- "Uri": "/directory/pendingExternalUserProfiles",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDirectoryOutboundSharedUserProfileTenant",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/outboundshareduserprofile-list-tenants?view=graph-rest-1.0"
},
{
"Module": "Beta.Identity.DirectoryManagement",
+ "Uri": "/directory/outboundSharedUserProfiles/{outboundSharedUserProfile-userId}/tenants/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [
+ {
+ "Name": "CrossTenantUserProfileSharing.Read",
+ "Description": "Read shared cross-tenant user profile and export data",
+ "FullDescription": "Allows the application to list and query shared user profile information associated with the current tenant on your behalf. It also permits the application to export your external user data (e.g. customer content or system-generated logs), associated with the current tenant on your behalf.",
+ "IsAdmin": true,
+ "PermissionType": "DelegatedWork",
+ "IsLeastPrivilege": true
+ },
+ {
+ "Name": "CrossTenantUserProfileSharing.ReadWrite.All",
+ "Description": "Read any shared cross-tenant user profiles and export or delete data",
+ "FullDescription": "Allows the application to list and query any shared user profile information associated with the current tenant on your behalf. It also permits the application to export and remove external user data (e.g. customer content or system-generated logs), for any user associated with the current tenant on your behalf.",
+ "IsAdmin": true,
+ "PermissionType": "DelegatedWork",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "CrossTenantUserProfileSharing.ReadWrite",
+ "Description": "Read shared cross-tenant user profile and export or delete data",
+ "FullDescription": "Allows the application to list and query shared user profile information associated with the current tenant on your behalf. It also permits the application to export and remove your external user data (e.g. customer content or system-generated logs), associated with the current tenant on your behalf.",
+ "IsAdmin": true,
+ "PermissionType": "DelegatedWork",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "CrossTenantUserProfileSharing.Read.All",
+ "Description": "Read any shared cross-tenant user profiles and export data",
+ "FullDescription": "Allows the application to list and query any shared user profile information associated with the current tenant on your behalf. It also permits the application to export external user data (e.g. customer content or system-generated logs), for any user associated with the current tenant on your behalf.",
+ "IsAdmin": true,
+ "PermissionType": "DelegatedWork",
+ "IsLeastPrivilege": false
+ }
+ ],
"Variants": [
- "Get"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDirectoryPendingExternalUserProfileCount",
"Method": "GET",
- "Uri": "/directory/pendingExternalUserProfiles/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDirectoryOutboundSharedUserProfileTenantCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.DirectoryManagement",
+ "Uri": "/directory/pendingExternalUserProfiles/{pendingExternalUserProfile-id}",
+ "OutputType": "IMicrosoftGraphPendingExternalUserProfile",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphRecommendation",
- "Command": "Get-MgBetaDirectoryRecommendation",
"Method": "GET",
+ "Command": "Get-MgBetaDirectoryPendingExternalUserProfile",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/pendingexternaluserprofile-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.DirectoryManagement",
+ "Uri": "/directory/pendingExternalUserProfiles",
+ "OutputType": "IMicrosoftGraphPendingExternalUserProfile",
+ "ApiVersion": "beta",
+ "Permissions": [],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaDirectoryPendingExternalUserProfile",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-list-pendingexternaluserprofile?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.DirectoryManagement",
+ "Uri": "/directory/pendingExternalUserProfiles/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
+ "Variants": [
+ "Get"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaDirectoryPendingExternalUserProfileCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Identity.DirectoryManagement",
"Uri": "/directory/recommendations/{recommendation-id}",
+ "OutputType": "IMicrosoftGraphRecommendation",
"ApiVersion": "beta",
"Permissions": [
{
@@ -74236,17 +76951,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.DirectoryManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphRecommendation",
- "Command": "Get-MgBetaDirectoryRecommendation",
"Method": "GET",
+ "Command": "Get-MgBetaDirectoryRecommendation",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/recommendation-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.DirectoryManagement",
"Uri": "/directory/recommendations",
+ "OutputType": "IMicrosoftGraphRecommendation",
"ApiVersion": "beta",
"Permissions": [
{
@@ -74265,17 +76982,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.DirectoryManagement",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaDirectoryRecommendationCount",
"Method": "GET",
+ "Command": "Get-MgBetaDirectoryRecommendation",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-list-recommendation?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.DirectoryManagement",
"Uri": "/directory/recommendations/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -74294,18 +77012,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.DirectoryManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphImpactedResource",
- "Command": "Get-MgBetaDirectoryRecommendationImpactedResource",
"Method": "GET",
+ "Command": "Get-MgBetaDirectoryRecommendationCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Identity.DirectoryManagement",
"Uri": "/directory/recommendations/{recommendation-id}/impactedResources/{impactedResource-id}",
+ "OutputType": "IMicrosoftGraphImpactedResource",
"ApiVersion": "beta",
"Permissions": [
{
@@ -74324,17 +77042,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.DirectoryManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphImpactedResource",
- "Command": "Get-MgBetaDirectoryRecommendationImpactedResource",
"Method": "GET",
+ "Command": "Get-MgBetaDirectoryRecommendationImpactedResource",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Identity.DirectoryManagement",
"Uri": "/directory/recommendations/{recommendation-id}/impactedResources",
+ "OutputType": "IMicrosoftGraphImpactedResource",
"ApiVersion": "beta",
"Permissions": [
{
@@ -74353,18 +77073,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.DirectoryManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaDirectoryRecommendationImpactedResourceCount",
"Method": "GET",
+ "Command": "Get-MgBetaDirectoryRecommendationImpactedResource",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Identity.DirectoryManagement",
"Uri": "/directory/recommendations/{recommendation-id}/impactedResources/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -74383,18 +77103,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.DirectoryManagement",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDirectoryRole",
- "Command": "Get-MgBetaDirectoryRole",
"Method": "GET",
+ "Command": "Get-MgBetaDirectoryRecommendationImpactedResourceCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Identity.DirectoryManagement",
"Uri": "/directoryRoles/{directoryRole-id}",
+ "OutputType": "IMicrosoftGraphDirectoryRole",
"ApiVersion": "beta",
"Permissions": [
{
@@ -74429,17 +77150,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.DirectoryManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDirectoryRole",
- "Command": "Get-MgBetaDirectoryRole",
"Method": "GET",
+ "Command": "Get-MgBetaDirectoryRole",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryrole-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.DirectoryManagement",
"Uri": "/directoryRoles",
+ "OutputType": "IMicrosoftGraphDirectoryRole",
"ApiVersion": "beta",
"Permissions": [
{
@@ -74474,31 +77197,32 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaDirectoryRole",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryrole-list?view=graph-rest-1.0"
},
{
"Module": "Beta.Identity.DirectoryManagement",
+ "Uri": "/directoryRoles/getByIds",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetExpanded"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgBetaDirectoryRoleById",
"Method": "POST",
- "Uri": "/directoryRoles/getByIds",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDirectoryRoleById",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0"
},
{
"Module": "Beta.Identity.DirectoryManagement",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphDirectoryRole",
- "Command": "Get-MgBetaDirectoryRoleByRoleTemplateId",
- "Method": "GET",
"Uri": "/directoryRoles(roleTemplateId='{roleTemplateId}')",
+ "OutputType": "IMicrosoftGraphDirectoryRole",
"ApiVersion": "beta",
"Permissions": [
{
@@ -74533,17 +77257,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.DirectoryManagement",
+ ],
"Variants": [
- "Get"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDirectoryRoleCount",
"Method": "GET",
+ "Command": "Get-MgBetaDirectoryRoleByRoleTemplateId",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryrole-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.DirectoryManagement",
"Uri": "/directoryRoles/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -74578,17 +77304,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.DirectoryManagement",
+ ],
"Variants": [
- "Delta"
+ "Get"
],
- "OutputType": "IMicrosoftGraphDirectoryRole",
- "Command": "Get-MgBetaDirectoryRoleDelta",
"Method": "GET",
+ "Command": "Get-MgBetaDirectoryRoleCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Identity.DirectoryManagement",
"Uri": "/directoryRoles/delta",
+ "OutputType": "IMicrosoftGraphDirectoryRole",
"ApiVersion": "beta",
"Permissions": [
{
@@ -74623,17 +77350,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.DirectoryManagement",
+ ],
"Variants": [
- "List"
+ "Delta"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgBetaDirectoryRoleMember",
"Method": "GET",
+ "Command": "Get-MgBetaDirectoryRoleDelta",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Identity.DirectoryManagement",
"Uri": "/directoryRoles/{directoryRole-id}/members",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
"ApiVersion": "beta",
"Permissions": [
{
@@ -74668,167 +77396,180 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaDirectoryRoleMember",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryrole-list-members?view=graph-rest-1.0"
},
{
"Module": "Beta.Identity.DirectoryManagement",
+ "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/application",
+ "OutputType": "IMicrosoftGraphApplication",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphApplication",
- "Command": "Get-MgBetaDirectoryRoleMemberAsApplication",
"Method": "GET",
- "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/application",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDirectoryRoleMemberAsApplication",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.DirectoryManagement",
+ "Uri": "/directoryRoles/{directoryRole-id}/members/application",
+ "OutputType": "IMicrosoftGraphApplication",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphApplication",
- "Command": "Get-MgBetaDirectoryRoleMemberAsApplication",
"Method": "GET",
- "Uri": "/directoryRoles/{directoryRole-id}/members/application",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDirectoryRoleMemberAsApplication",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.DirectoryManagement",
+ "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/device",
+ "OutputType": "IMicrosoftGraphDevice",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDevice",
- "Command": "Get-MgBetaDirectoryRoleMemberAsDevice",
"Method": "GET",
- "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/device",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDirectoryRoleMemberAsDevice",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.DirectoryManagement",
+ "Uri": "/directoryRoles/{directoryRole-id}/members/device",
+ "OutputType": "IMicrosoftGraphDevice",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphDevice",
- "Command": "Get-MgBetaDirectoryRoleMemberAsDevice",
"Method": "GET",
- "Uri": "/directoryRoles/{directoryRole-id}/members/device",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDirectoryRoleMemberAsDevice",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.DirectoryManagement",
+ "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/group",
+ "OutputType": "IMicrosoftGraphGroup",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphGroup",
- "Command": "Get-MgBetaDirectoryRoleMemberAsGroup",
"Method": "GET",
- "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/group",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDirectoryRoleMemberAsGroup",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.DirectoryManagement",
+ "Uri": "/directoryRoles/{directoryRole-id}/members/group",
+ "OutputType": "IMicrosoftGraphGroup",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphGroup",
- "Command": "Get-MgBetaDirectoryRoleMemberAsGroup",
"Method": "GET",
- "Uri": "/directoryRoles/{directoryRole-id}/members/group",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDirectoryRoleMemberAsGroup",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.DirectoryManagement",
+ "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/orgContact",
+ "OutputType": "IMicrosoftGraphOrgContact",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphOrgContact",
- "Command": "Get-MgBetaDirectoryRoleMemberAsOrgContact",
"Method": "GET",
- "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/orgContact",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDirectoryRoleMemberAsOrgContact",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.DirectoryManagement",
+ "Uri": "/directoryRoles/{directoryRole-id}/members/orgContact",
+ "OutputType": "IMicrosoftGraphOrgContact",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphOrgContact",
- "Command": "Get-MgBetaDirectoryRoleMemberAsOrgContact",
"Method": "GET",
- "Uri": "/directoryRoles/{directoryRole-id}/members/orgContact",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDirectoryRoleMemberAsOrgContact",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.DirectoryManagement",
+ "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/servicePrincipal",
+ "OutputType": "IMicrosoftGraphServicePrincipal",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphServicePrincipal",
- "Command": "Get-MgBetaDirectoryRoleMemberAsServicePrincipal",
"Method": "GET",
- "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/servicePrincipal",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDirectoryRoleMemberAsServicePrincipal",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.DirectoryManagement",
+ "Uri": "/directoryRoles/{directoryRole-id}/members/servicePrincipal",
+ "OutputType": "IMicrosoftGraphServicePrincipal",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphServicePrincipal",
- "Command": "Get-MgBetaDirectoryRoleMemberAsServicePrincipal",
"Method": "GET",
- "Uri": "/directoryRoles/{directoryRole-id}/members/servicePrincipal",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDirectoryRoleMemberAsServicePrincipal",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.DirectoryManagement",
+ "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/user",
+ "OutputType": "IMicrosoftGraphUser",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUser",
- "Command": "Get-MgBetaDirectoryRoleMemberAsUser",
"Method": "GET",
- "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/user",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDirectoryRoleMemberAsUser",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.DirectoryManagement",
+ "Uri": "/directoryRoles/{directoryRole-id}/members/user",
+ "OutputType": "IMicrosoftGraphUser",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphUser",
- "Command": "Get-MgBetaDirectoryRoleMemberAsUser",
"Method": "GET",
- "Uri": "/directoryRoles/{directoryRole-id}/members/user",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDirectoryRoleMemberAsUser",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.DirectoryManagement",
- "Variants": [
- "List"
- ],
- "OutputType": null,
- "Command": "Get-MgBetaDirectoryRoleMemberByRef",
- "Method": "GET",
"Uri": "/directoryRoles/{directoryRole-id}/members/$ref",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -74863,18 +77604,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.DirectoryManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaDirectoryRoleMemberCount",
"Method": "GET",
+ "Command": "Get-MgBetaDirectoryRoleMemberByRef",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryrole-list-members?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.DirectoryManagement",
"Uri": "/directoryRoles/{directoryRole-id}/members/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -74909,138 +77650,149 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaDirectoryRoleMemberCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.DirectoryManagement",
+ "Uri": "/directoryRoles/{directoryRole-id}/members/application/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDirectoryRoleMemberCountAsApplication",
"Method": "GET",
- "Uri": "/directoryRoles/{directoryRole-id}/members/application/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDirectoryRoleMemberCountAsApplication",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.DirectoryManagement",
+ "Uri": "/directoryRoles/{directoryRole-id}/members/device/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDirectoryRoleMemberCountAsDevice",
"Method": "GET",
- "Uri": "/directoryRoles/{directoryRole-id}/members/device/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDirectoryRoleMemberCountAsDevice",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.DirectoryManagement",
+ "Uri": "/directoryRoles/{directoryRole-id}/members/group/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDirectoryRoleMemberCountAsGroup",
"Method": "GET",
- "Uri": "/directoryRoles/{directoryRole-id}/members/group/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDirectoryRoleMemberCountAsGroup",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.DirectoryManagement",
+ "Uri": "/directoryRoles/{directoryRole-id}/members/orgContact/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDirectoryRoleMemberCountAsOrgContact",
"Method": "GET",
- "Uri": "/directoryRoles/{directoryRole-id}/members/orgContact/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDirectoryRoleMemberCountAsOrgContact",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.DirectoryManagement",
+ "Uri": "/directoryRoles/{directoryRole-id}/members/servicePrincipal/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDirectoryRoleMemberCountAsServicePrincipal",
"Method": "GET",
- "Uri": "/directoryRoles/{directoryRole-id}/members/servicePrincipal/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDirectoryRoleMemberCountAsServicePrincipal",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.DirectoryManagement",
+ "Uri": "/directoryRoles/{directoryRole-id}/members/user/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDirectoryRoleMemberCountAsUser",
"Method": "GET",
- "Uri": "/directoryRoles/{directoryRole-id}/members/user/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDirectoryRoleMemberCountAsUser",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.DirectoryManagement",
+ "Uri": "/directoryRoles/{directoryRole-id}/getMemberGroups",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetExpanded",
"GetViaIdentity",
"GetViaIdentityExpanded"
],
- "OutputType": null,
- "Command": "Get-MgBetaDirectoryRoleMemberGroup",
"Method": "POST",
- "Uri": "/directoryRoles/{directoryRole-id}/getMemberGroups",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDirectoryRoleMemberGroup",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0"
},
{
"Module": "Beta.Identity.DirectoryManagement",
+ "Uri": "/directoryRoles/{directoryRole-id}/getMemberObjects",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetExpanded",
"GetViaIdentity",
"GetViaIdentityExpanded"
],
- "OutputType": null,
- "Command": "Get-MgBetaDirectoryRoleMemberObject",
"Method": "POST",
- "Uri": "/directoryRoles/{directoryRole-id}/getMemberObjects",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDirectoryRoleMemberObject",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.DirectoryManagement",
+ "Uri": "/directoryRoles/{directoryRole-id}/scopedMembers/{scopedRoleMembership-id}",
+ "OutputType": "IMicrosoftGraphScopedRoleMembership",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphScopedRoleMembership",
- "Command": "Get-MgBetaDirectoryRoleScopedMember",
"Method": "GET",
- "Uri": "/directoryRoles/{directoryRole-id}/scopedMembers/{scopedRoleMembership-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDirectoryRoleScopedMember",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.DirectoryManagement",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphScopedRoleMembership",
- "Command": "Get-MgBetaDirectoryRoleScopedMember",
- "Method": "GET",
"Uri": "/directoryRoles/{directoryRole-id}/scopedMembers",
+ "OutputType": "IMicrosoftGraphScopedRoleMembership",
"ApiVersion": "beta",
"Permissions": [
{
@@ -75075,18 +77827,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.DirectoryManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaDirectoryRoleScopedMemberCount",
"Method": "GET",
+ "Command": "Get-MgBetaDirectoryRoleScopedMember",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryrole-list-scopedmembers?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.DirectoryManagement",
"Uri": "/directoryRoles/{directoryRole-id}/scopedMembers/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -75121,18 +77873,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.DirectoryManagement",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDirectoryRoleTemplate",
- "Command": "Get-MgBetaDirectoryRoleTemplate",
"Method": "GET",
+ "Command": "Get-MgBetaDirectoryRoleScopedMemberCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Identity.DirectoryManagement",
"Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}",
+ "OutputType": "IMicrosoftGraphDirectoryRoleTemplate",
"ApiVersion": "beta",
"Permissions": [
{
@@ -75167,17 +77920,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.DirectoryManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDirectoryRoleTemplate",
- "Command": "Get-MgBetaDirectoryRoleTemplate",
"Method": "GET",
+ "Command": "Get-MgBetaDirectoryRoleTemplate",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryroletemplate-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.DirectoryManagement",
"Uri": "/directoryRoleTemplates",
+ "OutputType": "IMicrosoftGraphDirectoryRoleTemplate",
"ApiVersion": "beta",
"Permissions": [
{
@@ -75212,30 +77967,32 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaDirectoryRoleTemplate",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryroletemplate-list?view=graph-rest-1.0"
},
{
"Module": "Beta.Identity.DirectoryManagement",
+ "Uri": "/directoryRoleTemplates/getByIds",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetExpanded"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgBetaDirectoryRoleTemplateById",
"Method": "POST",
- "Uri": "/directoryRoleTemplates/getByIds",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDirectoryRoleTemplateById",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0"
},
{
"Module": "Beta.Identity.DirectoryManagement",
- "Variants": [
- "Get"
- ],
- "OutputType": null,
- "Command": "Get-MgBetaDirectoryRoleTemplateCount",
- "Method": "GET",
"Uri": "/directoryRoleTemplates/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -75270,17 +78027,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.DirectoryManagement",
+ ],
"Variants": [
- "Delta"
+ "Get"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgBetaDirectoryRoleTemplateDelta",
"Method": "GET",
+ "Command": "Get-MgBetaDirectoryRoleTemplateCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Identity.DirectoryManagement",
"Uri": "/directoryRoleTemplates/delta",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
"ApiVersion": "beta",
"Permissions": [
{
@@ -75315,74 +78073,78 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Delta"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaDirectoryRoleTemplateDelta",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.DirectoryManagement",
+ "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}/getMemberGroups",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetExpanded",
"GetViaIdentity",
"GetViaIdentityExpanded"
],
- "OutputType": null,
- "Command": "Get-MgBetaDirectoryRoleTemplateMemberGroup",
"Method": "POST",
- "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}/getMemberGroups",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDirectoryRoleTemplateMemberGroup",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0"
},
{
"Module": "Beta.Identity.DirectoryManagement",
+ "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}/getMemberObjects",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetExpanded",
"GetViaIdentity",
"GetViaIdentityExpanded"
],
- "OutputType": null,
- "Command": "Get-MgBetaDirectoryRoleTemplateMemberObject",
"Method": "POST",
- "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}/getMemberObjects",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDirectoryRoleTemplateMemberObject",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.DirectoryManagement",
+ "Uri": "/directoryRoleTemplates/getUserOwnedObjects",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetExpanded"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgBetaDirectoryRoleTemplateUserOwnedObject",
"Method": "POST",
- "Uri": "/directoryRoleTemplates/getUserOwnedObjects",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDirectoryRoleTemplateUserOwnedObject",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-1.0"
},
{
"Module": "Beta.Identity.DirectoryManagement",
+ "Uri": "/directoryRoles/getUserOwnedObjects",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetExpanded"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgBetaDirectoryRoleUserOwnedObject",
"Method": "POST",
- "Uri": "/directoryRoles/getUserOwnedObjects",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDirectoryRoleUserOwnedObject",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-1.0"
},
{
"Module": "Beta.Identity.DirectoryManagement",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphDirectorySetting",
- "Command": "Get-MgBetaDirectorySetting",
- "Method": "GET",
"Uri": "/settings/{directorySetting-id}",
+ "OutputType": "IMicrosoftGraphDirectorySetting",
"ApiVersion": "beta",
"Permissions": [
{
@@ -75417,17 +78179,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.DirectoryManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDirectorySetting",
- "Command": "Get-MgBetaDirectorySetting",
"Method": "GET",
+ "Command": "Get-MgBetaDirectorySetting",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directorysetting-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.DirectoryManagement",
"Uri": "/settings",
+ "OutputType": "IMicrosoftGraphDirectorySetting",
"ApiVersion": "beta",
"Permissions": [
{
@@ -75462,18 +78226,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.DirectoryManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": "IMicrosoftGraphDirectorySettingTemplate",
- "Command": "Get-MgBetaDirectorySettingTemplate",
"Method": "GET",
+ "Command": "Get-MgBetaDirectorySetting",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-settings?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.DirectoryManagement",
"Uri": "/directorySettingTemplates/{directorySettingTemplate-id}",
+ "OutputType": "IMicrosoftGraphDirectorySettingTemplate",
"ApiVersion": "beta",
"Permissions": [
{
@@ -75492,17 +78256,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.DirectoryManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDirectorySettingTemplate",
- "Command": "Get-MgBetaDirectorySettingTemplate",
"Method": "GET",
+ "Command": "Get-MgBetaDirectorySettingTemplate",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directorysettingtemplate-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.DirectoryManagement",
"Uri": "/directorySettingTemplates",
+ "OutputType": "IMicrosoftGraphDirectorySettingTemplate",
"ApiVersion": "beta",
"Permissions": [
{
@@ -75521,30 +78287,32 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaDirectorySettingTemplate",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directorysettingtemplate-list?view=graph-rest-1.0"
},
{
"Module": "Beta.Identity.DirectoryManagement",
+ "Uri": "/directorySettingTemplates/getByIds",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetExpanded"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgBetaDirectorySettingTemplateById",
"Method": "POST",
- "Uri": "/directorySettingTemplates/getByIds",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDirectorySettingTemplateById",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0"
},
{
"Module": "Beta.Identity.DirectoryManagement",
- "Variants": [
- "Get"
- ],
- "OutputType": null,
- "Command": "Get-MgBetaDirectorySettingTemplateCount",
- "Method": "GET",
"Uri": "/directorySettingTemplates/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -75563,17 +78331,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.DirectoryManagement",
+ ],
"Variants": [
- "Delta"
+ "Get"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgBetaDirectorySettingTemplateDelta",
"Method": "GET",
+ "Command": "Get-MgBetaDirectorySettingTemplateCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Identity.DirectoryManagement",
"Uri": "/directorySettingTemplates/delta",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
"ApiVersion": "beta",
"Permissions": [
{
@@ -75592,161 +78361,172 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Delta"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaDirectorySettingTemplateDelta",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.DirectoryManagement",
+ "Uri": "/directorySettingTemplates/{directorySettingTemplate-id}/getMemberGroups",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetExpanded",
"GetViaIdentity",
"GetViaIdentityExpanded"
],
- "OutputType": null,
- "Command": "Get-MgBetaDirectorySettingTemplateMemberGroup",
"Method": "POST",
- "Uri": "/directorySettingTemplates/{directorySettingTemplate-id}/getMemberGroups",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDirectorySettingTemplateMemberGroup",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0"
},
{
"Module": "Beta.Identity.DirectoryManagement",
+ "Uri": "/directorySettingTemplates/{directorySettingTemplate-id}/getMemberObjects",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetExpanded",
"GetViaIdentity",
"GetViaIdentityExpanded"
],
- "OutputType": null,
- "Command": "Get-MgBetaDirectorySettingTemplateMemberObject",
"Method": "POST",
- "Uri": "/directorySettingTemplates/{directorySettingTemplate-id}/getMemberObjects",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDirectorySettingTemplateMemberObject",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.DirectoryManagement",
+ "Uri": "/directorySettingTemplates/getUserOwnedObjects",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetExpanded"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgBetaDirectorySettingTemplateUserOwnedObject",
"Method": "POST",
- "Uri": "/directorySettingTemplates/getUserOwnedObjects",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDirectorySettingTemplateUserOwnedObject",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-1.0"
},
{
"Module": "Beta.Identity.DirectoryManagement",
+ "Uri": "/directory/sharedEmailDomains/{sharedEmailDomain-id}",
+ "OutputType": "IMicrosoftGraphSharedEmailDomain",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSharedEmailDomain",
- "Command": "Get-MgBetaDirectorySharedEmailDomain",
"Method": "GET",
- "Uri": "/directory/sharedEmailDomains/{sharedEmailDomain-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDirectorySharedEmailDomain",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.DirectoryManagement",
+ "Uri": "/directory/sharedEmailDomains",
+ "OutputType": "IMicrosoftGraphSharedEmailDomain",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphSharedEmailDomain",
- "Command": "Get-MgBetaDirectorySharedEmailDomain",
"Method": "GET",
- "Uri": "/directory/sharedEmailDomains",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDirectorySharedEmailDomain",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.DirectoryManagement",
+ "Uri": "/directory/sharedEmailDomains/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgBetaDirectorySharedEmailDomainCount",
"Method": "GET",
- "Uri": "/directory/sharedEmailDomains/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDirectorySharedEmailDomainCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.DirectoryManagement",
+ "Uri": "/directory/subscriptions/{companySubscription-id}",
+ "OutputType": "IMicrosoftGraphCompanySubscription",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphCompanySubscription",
- "Command": "Get-MgBetaDirectorySubscription",
"Method": "GET",
- "Uri": "/directory/subscriptions/{companySubscription-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDirectorySubscription",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/companysubscription-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Identity.DirectoryManagement",
+ "Uri": "/directory/subscriptions",
+ "OutputType": "IMicrosoftGraphCompanySubscription",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphCompanySubscription",
- "Command": "Get-MgBetaDirectorySubscription",
"Method": "GET",
- "Uri": "/directory/subscriptions",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDirectorySubscription",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-list-subscriptions?view=graph-rest-1.0"
},
{
"Module": "Beta.Identity.DirectoryManagement",
+ "Uri": "/directory/subscriptions(commerceSubscriptionId='{commerceSubscriptionId}')",
+ "OutputType": "IMicrosoftGraphCompanySubscription",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphCompanySubscription",
- "Command": "Get-MgBetaDirectorySubscriptionByCommerceSubscriptionId",
"Method": "GET",
- "Uri": "/directory/subscriptions(commerceSubscriptionId='{commerceSubscriptionId}')",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDirectorySubscriptionByCommerceSubscriptionId",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/companysubscription-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Identity.DirectoryManagement",
+ "Uri": "/directory/subscriptions(ocpSubscriptionId='{ocpSubscriptionId}')",
+ "OutputType": "IMicrosoftGraphCompanySubscription",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphCompanySubscription",
- "Command": "Get-MgBetaDirectorySubscriptionByOcpSubscriptionId",
"Method": "GET",
- "Uri": "/directory/subscriptions(ocpSubscriptionId='{ocpSubscriptionId}')",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDirectorySubscriptionByOcpSubscriptionId",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/companysubscription-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Identity.DirectoryManagement",
+ "Uri": "/directory/subscriptions/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgBetaDirectorySubscriptionCount",
"Method": "GET",
- "Uri": "/directory/subscriptions/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDirectorySubscriptionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.DirectoryManagement",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphDomain",
- "Command": "Get-MgBetaDomain",
- "Method": "GET",
"Uri": "/domains/{domain-id}",
+ "OutputType": "IMicrosoftGraphDomain",
"ApiVersion": "beta",
"Permissions": [
{
@@ -75773,17 +78553,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.DirectoryManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDomain",
- "Command": "Get-MgBetaDomain",
"Method": "GET",
+ "Command": "Get-MgBetaDomain",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.DirectoryManagement",
"Uri": "/domains",
+ "OutputType": "IMicrosoftGraphDomain",
"ApiVersion": "beta",
"Permissions": [
{
@@ -75810,17 +78592,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.DirectoryManagement",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaDomainCount",
"Method": "GET",
+ "Command": "Get-MgBetaDomain",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-list?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.DirectoryManagement",
"Uri": "/domains/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -75847,18 +78630,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.DirectoryManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphInternalDomainFederation",
- "Command": "Get-MgBetaDomainFederationConfiguration",
"Method": "GET",
+ "Command": "Get-MgBetaDomainCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Identity.DirectoryManagement",
"Uri": "/domains/{domain-id}/federationConfiguration/{internalDomainFederation-id}",
+ "OutputType": "IMicrosoftGraphInternalDomainFederation",
"ApiVersion": "beta",
"Permissions": [
{
@@ -75877,55 +78660,60 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaDomainFederationConfiguration",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/internaldomainfederation-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Identity.DirectoryManagement",
+ "Uri": "/domains/{domain-id}/federationConfiguration",
+ "OutputType": "IMicrosoftGraphInternalDomainFederation",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphInternalDomainFederation",
- "Command": "Get-MgBetaDomainFederationConfiguration",
"Method": "GET",
- "Uri": "/domains/{domain-id}/federationConfiguration",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDomainFederationConfiguration",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-list-federationconfiguration?view=graph-rest-1.0"
},
{
"Module": "Beta.Identity.DirectoryManagement",
+ "Uri": "/domains/{domain-id}/federationConfiguration/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDomainFederationConfigurationCount",
"Method": "GET",
- "Uri": "/domains/{domain-id}/federationConfiguration/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDomainFederationConfigurationCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.DirectoryManagement",
+ "Uri": "/domains/{domain-id}/domainNameReferences/{directoryObject-id}",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgBetaDomainNameReference",
"Method": "GET",
- "Uri": "/domains/{domain-id}/domainNameReferences/{directoryObject-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDomainNameReference",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.DirectoryManagement",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgBetaDomainNameReference",
- "Method": "GET",
"Uri": "/domains/{domain-id}/domainNameReferences",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
"ApiVersion": "beta",
"Permissions": [
{
@@ -75944,18 +78732,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.DirectoryManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaDomainNameReferenceCount",
"Method": "GET",
+ "Command": "Get-MgBetaDomainNameReference",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-list-domainnamereferences?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.DirectoryManagement",
"Uri": "/domains/{domain-id}/domainNameReferences/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -75974,30 +78762,33 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.DirectoryManagement",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDomainDnsRecord",
- "Command": "Get-MgBetaDomainServiceConfigurationRecord",
"Method": "GET",
- "Uri": "/domains/{domain-id}/serviceConfigurationRecords/{domainDnsRecord-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDomainNameReferenceCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.DirectoryManagement",
+ "Uri": "/domains/{domain-id}/serviceConfigurationRecords/{domainDnsRecord-id}",
+ "OutputType": "IMicrosoftGraphDomainDnsRecord",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDomainDnsRecord",
- "Command": "Get-MgBetaDomainServiceConfigurationRecord",
"Method": "GET",
+ "Command": "Get-MgBetaDomainServiceConfigurationRecord",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Identity.DirectoryManagement",
"Uri": "/domains/{domain-id}/serviceConfigurationRecords",
+ "OutputType": "IMicrosoftGraphDomainDnsRecord",
"ApiVersion": "beta",
"Permissions": [
{
@@ -76016,18 +78807,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.DirectoryManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaDomainServiceConfigurationRecordCount",
"Method": "GET",
+ "Command": "Get-MgBetaDomainServiceConfigurationRecord",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-list-serviceconfigurationrecords?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.DirectoryManagement",
"Uri": "/domains/{domain-id}/serviceConfigurationRecords/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -76046,68 +78837,74 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaDomainServiceConfigurationRecordCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.DirectoryManagement",
+ "Uri": "/domains/{domain-id}/sharedEmailDomainInvitations/{sharedEmailDomainInvitation-id}",
+ "OutputType": "IMicrosoftGraphSharedEmailDomainInvitation",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSharedEmailDomainInvitation",
- "Command": "Get-MgBetaDomainSharedEmailDomainInvitation",
"Method": "GET",
- "Uri": "/domains/{domain-id}/sharedEmailDomainInvitations/{sharedEmailDomainInvitation-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDomainSharedEmailDomainInvitation",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.DirectoryManagement",
+ "Uri": "/domains/{domain-id}/sharedEmailDomainInvitations",
+ "OutputType": "IMicrosoftGraphSharedEmailDomainInvitation",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphSharedEmailDomainInvitation",
- "Command": "Get-MgBetaDomainSharedEmailDomainInvitation",
"Method": "GET",
- "Uri": "/domains/{domain-id}/sharedEmailDomainInvitations",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDomainSharedEmailDomainInvitation",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.DirectoryManagement",
+ "Uri": "/domains/{domain-id}/sharedEmailDomainInvitations/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDomainSharedEmailDomainInvitationCount",
"Method": "GET",
- "Uri": "/domains/{domain-id}/sharedEmailDomainInvitations/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDomainSharedEmailDomainInvitationCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.DirectoryManagement",
+ "Uri": "/domains/{domain-id}/verificationDnsRecords/{domainDnsRecord-id}",
+ "OutputType": "IMicrosoftGraphDomainDnsRecord",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDomainDnsRecord",
- "Command": "Get-MgBetaDomainVerificationDnsRecord",
"Method": "GET",
- "Uri": "/domains/{domain-id}/verificationDnsRecords/{domainDnsRecord-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDomainVerificationDnsRecord",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.DirectoryManagement",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphDomainDnsRecord",
- "Command": "Get-MgBetaDomainVerificationDnsRecord",
- "Method": "GET",
"Uri": "/domains/{domain-id}/verificationDnsRecords",
+ "OutputType": "IMicrosoftGraphDomainDnsRecord",
"ApiVersion": "beta",
"Permissions": [
{
@@ -76126,18 +78923,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.DirectoryManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaDomainVerificationDnsRecordCount",
"Method": "GET",
+ "Command": "Get-MgBetaDomainVerificationDnsRecord",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-list-verificationdnsrecords?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.DirectoryManagement",
"Uri": "/domains/{domain-id}/verificationDnsRecords/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -76156,18 +78953,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Files",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDrive",
- "Command": "Get-MgBetaDrive",
"Method": "GET",
+ "Command": "Get-MgBetaDomainVerificationDnsRecordCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Files",
"Uri": "/drives/{drive-id}",
+ "OutputType": "IMicrosoftGraphDrive",
"ApiVersion": "beta",
"Permissions": [
{
@@ -76218,29 +79016,32 @@
"PermissionType": "DelegatedPersonal",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Files",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDrive",
- "Command": "Get-MgBetaDrive",
"Method": "GET",
- "Uri": "/drives",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDrive",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/drives",
+ "OutputType": "IMicrosoftGraphDrive",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphItemActivityOld",
- "Command": "Get-MgBetaDriveActivity",
"Method": "GET",
+ "Command": "Get-MgBetaDrive",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Files",
"Uri": "/drives/{drive-id}/activities",
+ "OutputType": "IMicrosoftGraphItemActivityOld",
"ApiVersion": "beta",
"Permissions": [
{
@@ -76291,248 +79092,266 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaDriveActivity",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/activities-list?view=graph-rest-1.0"
},
{
"Module": "Beta.Files",
- "Variants": [
+ "Uri": "/drives/{drive-id}/bundles/{driveItem-id}",
+ "OutputType": "IMicrosoftGraphDriveItem",
+ "ApiVersion": "beta",
+ "Permissions": [],
+ "Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDriveItem",
- "Command": "Get-MgBetaDriveBundle",
"Method": "GET",
- "Uri": "/drives/{drive-id}/bundles/{driveItem-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDriveBundle",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bundle-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Files",
+ "Uri": "/drives/{drive-id}/bundles",
+ "OutputType": "IMicrosoftGraphDriveItem",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphDriveItem",
- "Command": "Get-MgBetaDriveBundle",
"Method": "GET",
- "Uri": "/drives/{drive-id}/bundles",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDriveBundle",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bundle-list?view=graph-rest-1.0"
},
{
"Module": "Beta.Files",
+ "Uri": "/drives/{drive-id}/bundles/{driveItem-id}/content",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDriveBundleContent",
"Method": "GET",
- "Uri": "/drives/{drive-id}/bundles/{driveItem-id}/content",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDriveBundleContent",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bundle-list?view=graph-rest-1.0"
},
{
"Module": "Beta.Files",
+ "Uri": "/drives/{drive-id}/bundles/{driveItem-id}/contentStream",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDriveBundleContentStream",
"Method": "GET",
- "Uri": "/drives/{drive-id}/bundles/{driveItem-id}/contentStream",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDriveBundleContentStream",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bundle-list?view=graph-rest-1.0"
},
{
"Module": "Beta.Files",
+ "Uri": "/drives/{drive-id}/bundles/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDriveBundleCount",
"Method": "GET",
- "Uri": "/drives/{drive-id}/bundles/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDriveBundleCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/base",
+ "OutputType": "IMicrosoftGraphContentType",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphContentType",
- "Command": "Get-MgBetaDriveContentTypeBase",
"Method": "GET",
- "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/base",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDriveContentTypeBase",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes/{contentType-id1}",
+ "OutputType": "IMicrosoftGraphContentType",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphContentType",
- "Command": "Get-MgBetaDriveContentTypeBaseType",
"Method": "GET",
- "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes/{contentType-id1}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDriveContentTypeBaseType",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes",
+ "OutputType": "IMicrosoftGraphContentType",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphContentType",
- "Command": "Get-MgBetaDriveContentTypeBaseType",
"Method": "GET",
- "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDriveContentTypeBaseType",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDriveContentTypeBaseTypeCount",
"Method": "GET",
- "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDriveContentTypeBaseTypeCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/drives/{drive-id}/createdByUser",
+ "OutputType": "IMicrosoftGraphUser",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUser",
- "Command": "Get-MgBetaDriveCreatedByUser",
"Method": "GET",
- "Uri": "/drives/{drive-id}/createdByUser",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDriveCreatedByUser",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/drives/{drive-id}/createdByUser/mailboxSettings",
+ "OutputType": "IMicrosoftGraphMailboxSettings",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Command": "Get-MgBetaDriveCreatedByUserMailboxSetting",
"Method": "GET",
- "Uri": "/drives/{drive-id}/createdByUser/mailboxSettings",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDriveCreatedByUserMailboxSetting",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/drives/{drive-id}/createdByUser/serviceProvisioningErrors",
+ "OutputType": "IMicrosoftGraphServiceProvisioningError",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Command": "Get-MgBetaDriveCreatedByUserServiceProvisioningError",
"Method": "GET",
- "Uri": "/drives/{drive-id}/createdByUser/serviceProvisioningErrors",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDriveCreatedByUserServiceProvisioningError",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/drives/{drive-id}/createdByUser/serviceProvisioningErrors/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDriveCreatedByUserServiceProvisioningErrorCount",
"Method": "GET",
- "Uri": "/drives/{drive-id}/createdByUser/serviceProvisioningErrors/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDriveCreatedByUserServiceProvisioningErrorCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/drives/{drive-id}/following/{driveItem-id}",
+ "OutputType": "IMicrosoftGraphDriveItem",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDriveItem",
- "Command": "Get-MgBetaDriveFollowing",
"Method": "GET",
- "Uri": "/drives/{drive-id}/following/{driveItem-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDriveFollowing",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/drives/{drive-id}/following",
+ "OutputType": "IMicrosoftGraphDriveItem",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphDriveItem",
- "Command": "Get-MgBetaDriveFollowing",
"Method": "GET",
- "Uri": "/drives/{drive-id}/following",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDriveFollowing",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/drive-list-following?view=graph-rest-1.0"
},
{
"Module": "Beta.Files",
+ "Uri": "/drives/{drive-id}/following/{driveItem-id}/content",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDriveFollowingContent",
"Method": "GET",
- "Uri": "/drives/{drive-id}/following/{driveItem-id}/content",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDriveFollowingContent",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/drive-list-following?view=graph-rest-1.0"
},
{
"Module": "Beta.Files",
+ "Uri": "/drives/{drive-id}/following/{driveItem-id}/contentStream",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDriveFollowingContentStream",
"Method": "GET",
- "Uri": "/drives/{drive-id}/following/{driveItem-id}/contentStream",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDriveFollowingContentStream",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/drive-list-following?view=graph-rest-1.0"
},
{
"Module": "Beta.Files",
+ "Uri": "/drives/{drive-id}/following/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDriveFollowingCount",
"Method": "GET",
- "Uri": "/drives/{drive-id}/following/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDriveFollowingCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphDriveItem",
- "Command": "Get-MgBetaDriveItem",
- "Method": "GET",
"Uri": "/drives/{drive-id}/items/{driveItem-id}",
+ "OutputType": "IMicrosoftGraphDriveItem",
"ApiVersion": "beta",
"Permissions": [
{
@@ -76599,29 +79418,32 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Files",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDriveItem",
- "Command": "Get-MgBetaDriveItem",
"Method": "GET",
- "Uri": "/drives/{drive-id}/items",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDriveItem",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bundle-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Files",
+ "Uri": "/drives/{drive-id}/items",
+ "OutputType": "IMicrosoftGraphDriveItem",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphItemActivityOld",
- "Command": "Get-MgBetaDriveItemActivity",
"Method": "GET",
+ "Command": "Get-MgBetaDriveItem",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Files",
"Uri": "/drives/{drive-id}/items/{driveItem-id}/activities",
+ "OutputType": "IMicrosoftGraphItemActivityOld",
"ApiVersion": "beta",
"Permissions": [
{
@@ -76672,31 +79494,32 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Files",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": "IMicrosoftGraphItemActivityStat",
- "Command": "Get-MgBetaDriveItemActivityByInterval",
"Method": "GET",
- "Uri": "/drives/{drive-id}/items/{driveItem-id}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDriveItemActivity",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/drives/{drive-id}/items/{driveItem-id}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')",
+ "OutputType": "IMicrosoftGraphItemActivityStat",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphItemAnalytics",
- "Command": "Get-MgBetaDriveItemAnalytic",
"Method": "GET",
+ "Command": "Get-MgBetaDriveItemActivityByInterval",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Files",
"Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics",
+ "OutputType": "IMicrosoftGraphItemAnalytics",
"ApiVersion": "beta",
"Permissions": [
{
@@ -76747,68 +79570,73 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaDriveItemAnalytic",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itemanalytics-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Files",
+ "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}",
+ "OutputType": "IMicrosoftGraphItemActivityStat",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphItemActivityStat",
- "Command": "Get-MgBetaDriveItemAnalyticItemActivityStat",
"Method": "GET",
- "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDriveItemAnalyticItemActivityStat",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats",
+ "OutputType": "IMicrosoftGraphItemActivityStat",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphItemActivityStat",
- "Command": "Get-MgBetaDriveItemAnalyticItemActivityStat",
"Method": "GET",
- "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDriveItemAnalyticItemActivityStat",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities",
+ "OutputType": "IMicrosoftGraphItemActivity",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphItemActivity",
- "Command": "Get-MgBetaDriveItemAnalyticItemActivityStatActivity",
"Method": "GET",
- "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDriveItemAnalyticItemActivityStatActivity",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDriveItemAnalyticItemActivityStatCount",
"Method": "GET",
- "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDriveItemAnalyticItemActivityStatCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphItemActivityStat",
- "Command": "Get-MgBetaDriveItemAnalyticLastSevenDay",
- "Method": "GET",
"Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/lastSevenDays",
+ "OutputType": "IMicrosoftGraphItemActivityStat",
"ApiVersion": "beta",
"Permissions": [
{
@@ -76859,18 +79687,19 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Files",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphItemActivityStat",
- "Command": "Get-MgBetaDriveItemAnalyticTime",
"Method": "GET",
+ "Command": "Get-MgBetaDriveItemAnalyticLastSevenDay",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Files",
"Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/allTime",
+ "OutputType": "IMicrosoftGraphItemActivityStat",
"ApiVersion": "beta",
"Permissions": [
{
@@ -76921,30 +79750,33 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Files",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDriveItem",
- "Command": "Get-MgBetaDriveItemChild",
"Method": "GET",
- "Uri": "/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDriveItemAnalyticTime",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}",
+ "OutputType": "IMicrosoftGraphDriveItem",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDriveItem",
- "Command": "Get-MgBetaDriveItemChild",
"Method": "GET",
+ "Command": "Get-MgBetaDriveItemChild",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Files",
"Uri": "/drives/{drive-id}/items/{driveItem-id}/children",
+ "OutputType": "IMicrosoftGraphDriveItem",
"ApiVersion": "beta",
"Permissions": [
{
@@ -76995,44 +79827,46 @@
"PermissionType": "DelegatedPersonal",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Files",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaDriveItemChildContent",
"Method": "GET",
- "Uri": "/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDriveItemChild",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-list-children?view=graph-rest-1.0"
},
{
"Module": "Beta.Files",
+ "Uri": "/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDriveItemChildContentStream",
"Method": "GET",
- "Uri": "/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/contentStream",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDriveItemChildContent",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-list-children?view=graph-rest-1.0"
},
{
"Module": "Beta.Files",
+ "Uri": "/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/contentStream",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDriveItemChildCount",
"Method": "GET",
+ "Command": "Get-MgBetaDriveItemChildContentStream",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-list-children?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Files",
"Uri": "/drives/{drive-id}/items/{driveItem-id}/children/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -77083,18 +79917,19 @@
"PermissionType": "DelegatedPersonal",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Files",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDriveItemContent",
"Method": "GET",
+ "Command": "Get-MgBetaDriveItemChildCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Files",
"Uri": "/drives/{drive-id}/items/{driveItem-id}/content",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -77145,18 +79980,19 @@
"PermissionType": "DelegatedPersonal",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Files",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDriveItemContentStream",
"Method": "GET",
+ "Command": "Get-MgBetaDriveItemContent",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Files",
"Uri": "/drives/{drive-id}/items/{driveItem-id}/contentStream",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -77207,462 +80043,497 @@
"PermissionType": "DelegatedPersonal",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaDriveItemContentStream",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/drives/{drive-id}/items/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDriveItemCount",
"Method": "GET",
- "Uri": "/drives/{drive-id}/items/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDriveItemCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/drives/{drive-id}/items/{driveItem-id}/createdByUser",
+ "OutputType": "IMicrosoftGraphUser",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUser",
- "Command": "Get-MgBetaDriveItemCreatedByUser",
"Method": "GET",
- "Uri": "/drives/{drive-id}/items/{driveItem-id}/createdByUser",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDriveItemCreatedByUser",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/drives/{drive-id}/items/{driveItem-id}/createdByUser/mailboxSettings",
+ "OutputType": "IMicrosoftGraphMailboxSettings",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Command": "Get-MgBetaDriveItemCreatedByUserMailboxSetting",
"Method": "GET",
- "Uri": "/drives/{drive-id}/items/{driveItem-id}/createdByUser/mailboxSettings",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDriveItemCreatedByUserMailboxSetting",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/drives/{drive-id}/items/{driveItem-id}/createdByUser/serviceProvisioningErrors",
+ "OutputType": "IMicrosoftGraphServiceProvisioningError",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Command": "Get-MgBetaDriveItemCreatedByUserServiceProvisioningError",
"Method": "GET",
- "Uri": "/drives/{drive-id}/items/{driveItem-id}/createdByUser/serviceProvisioningErrors",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDriveItemCreatedByUserServiceProvisioningError",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/drives/{drive-id}/items/{driveItem-id}/createdByUser/serviceProvisioningErrors/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDriveItemCreatedByUserServiceProvisioningErrorCount",
"Method": "GET",
- "Uri": "/drives/{drive-id}/items/{driveItem-id}/createdByUser/serviceProvisioningErrors/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDriveItemCreatedByUserServiceProvisioningErrorCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/drives/{drive-id}/items/{driveItem-id}/delta",
+ "OutputType": "IMicrosoftGraphDriveItem",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Delta",
"Delta1",
"DeltaViaIdentity",
"DeltaViaIdentity1"
],
- "OutputType": "IMicrosoftGraphDriveItem",
- "Command": "Get-MgBetaDriveItemDelta",
"Method": "GET",
- "Uri": "/drives/{drive-id}/items/{driveItem-id}/delta",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDriveItemDelta",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser",
+ "OutputType": "IMicrosoftGraphUser",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUser",
- "Command": "Get-MgBetaDriveItemItemLastModifiedByUser",
"Method": "GET",
- "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDriveItemItemLastModifiedByUser",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/mailboxSettings",
+ "OutputType": "IMicrosoftGraphMailboxSettings",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Command": "Get-MgBetaDriveItemItemLastModifiedByUserMailboxSetting",
"Method": "GET",
- "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/mailboxSettings",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDriveItemItemLastModifiedByUserMailboxSetting",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/serviceProvisioningErrors",
+ "OutputType": "IMicrosoftGraphServiceProvisioningError",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Command": "Get-MgBetaDriveItemItemLastModifiedByUserServiceProvisioningError",
"Method": "GET",
- "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/serviceProvisioningErrors",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDriveItemItemLastModifiedByUserServiceProvisioningError",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/serviceProvisioningErrors/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDriveItemItemLastModifiedByUserServiceProvisioningErrorCount",
"Method": "GET",
- "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/serviceProvisioningErrors/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDriveItemItemLastModifiedByUserServiceProvisioningErrorCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser",
+ "OutputType": "IMicrosoftGraphUser",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphUser",
- "Command": "Get-MgBetaDriveItemLastModifiedByUser",
"Method": "GET",
- "Uri": "/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDriveItemLastModifiedByUser",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/mailboxSettings",
+ "OutputType": "IMicrosoftGraphMailboxSettings",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Command": "Get-MgBetaDriveItemLastModifiedByUserMailboxSetting",
"Method": "GET",
- "Uri": "/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/mailboxSettings",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDriveItemLastModifiedByUserMailboxSetting",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/serviceProvisioningErrors",
+ "OutputType": "IMicrosoftGraphServiceProvisioningError",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List",
"List1"
],
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Command": "Get-MgBetaDriveItemLastModifiedByUserServiceProvisioningError",
"Method": "GET",
- "Uri": "/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/serviceProvisioningErrors",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDriveItemLastModifiedByUserServiceProvisioningError",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": null,
- "Command": "Get-MgBetaDriveItemLastModifiedByUserServiceProvisioningErrorCount",
"Method": "GET",
- "Uri": "/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDriveItemLastModifiedByUserServiceProvisioningErrorCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem",
+ "OutputType": "IMicrosoftGraphListItem",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphListItem",
- "Command": "Get-MgBetaDriveItemListItem",
"Method": "GET",
- "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDriveItemListItem",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/activities",
+ "OutputType": "IMicrosoftGraphItemActivityOld",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphItemActivityOld",
- "Command": "Get-MgBetaDriveItemListItemActivity",
"Method": "GET",
- "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/activities",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDriveItemListItemActivity",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')",
+ "OutputType": "IMicrosoftGraphItemActivityStat",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphItemActivityStat",
- "Command": "Get-MgBetaDriveItemListItemActivityByInterval",
"Method": "GET",
- "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDriveItemListItemActivityByInterval",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/analytics",
+ "OutputType": "IMicrosoftGraphItemAnalytics",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphItemAnalytics",
- "Command": "Get-MgBetaDriveItemListItemAnalytic",
"Method": "GET",
- "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/analytics",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDriveItemListItemAnalytic",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser",
+ "OutputType": "IMicrosoftGraphUser",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUser",
- "Command": "Get-MgBetaDriveItemListItemCreatedByUser",
"Method": "GET",
- "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDriveItemListItemCreatedByUser",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/mailboxSettings",
+ "OutputType": "IMicrosoftGraphMailboxSettings",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Command": "Get-MgBetaDriveItemListItemCreatedByUserMailboxSetting",
"Method": "GET",
- "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/mailboxSettings",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDriveItemListItemCreatedByUserMailboxSetting",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/serviceProvisioningErrors",
+ "OutputType": "IMicrosoftGraphServiceProvisioningError",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Command": "Get-MgBetaDriveItemListItemCreatedByUserServiceProvisioningError",
"Method": "GET",
- "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/serviceProvisioningErrors",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDriveItemListItemCreatedByUserServiceProvisioningError",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/serviceProvisioningErrors/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDriveItemListItemCreatedByUserServiceProvisioningErrorCount",
"Method": "GET",
- "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/serviceProvisioningErrors/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDriveItemListItemCreatedByUserServiceProvisioningErrorCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}",
+ "OutputType": "IMicrosoftGraphDocumentSetVersion",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDocumentSetVersion",
- "Command": "Get-MgBetaDriveItemListItemDocumentSetVersion",
"Method": "GET",
- "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDriveItemListItemDocumentSetVersion",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Files",
+ "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions",
+ "OutputType": "IMicrosoftGraphDocumentSetVersion",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphDocumentSetVersion",
- "Command": "Get-MgBetaDriveItemListItemDocumentSetVersion",
"Method": "GET",
- "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDriveItemListItemDocumentSetVersion",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-list-documentsetversions?view=graph-rest-1.0"
},
{
"Module": "Beta.Files",
+ "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDriveItemListItemDocumentSetVersionCount",
"Method": "GET",
- "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDriveItemListItemDocumentSetVersionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDriveItemListItemDocumentSetVersionField",
"Method": "GET",
- "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDriveItemListItemDocumentSetVersionField",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem",
+ "OutputType": "IMicrosoftGraphDriveItem",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDriveItem",
- "Command": "Get-MgBetaDriveItemListItemDriveItem",
"Method": "GET",
- "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDriveItemListItemDriveItem",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDriveItemListItemDriveItemContent",
"Method": "GET",
- "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDriveItemListItemDriveItemContent",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/contentStream",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDriveItemListItemDriveItemContentStream",
"Method": "GET",
- "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/contentStream",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDriveItemListItemDriveItemContentStream",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/fields",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDriveItemListItemField",
"Method": "GET",
- "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/fields",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDriveItemListItemField",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}",
+ "OutputType": "IMicrosoftGraphListItemVersion",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphListItemVersion",
- "Command": "Get-MgBetaDriveItemListItemVersion",
"Method": "GET",
- "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDriveItemListItemVersion",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions",
+ "OutputType": "IMicrosoftGraphListItemVersion",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphListItemVersion",
- "Command": "Get-MgBetaDriveItemListItemVersion",
"Method": "GET",
- "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDriveItemListItemVersion",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDriveItemListItemVersionCount",
"Method": "GET",
- "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDriveItemListItemVersionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDriveItemListItemVersionField",
"Method": "GET",
- "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDriveItemListItemVersionField",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphPermission",
- "Command": "Get-MgBetaDriveItemPermission",
- "Method": "GET",
"Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}",
+ "OutputType": "IMicrosoftGraphPermission",
"ApiVersion": "beta",
"Permissions": [
{
@@ -77713,17 +80584,19 @@
"PermissionType": "DelegatedPersonal",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Files",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphPermission",
- "Command": "Get-MgBetaDriveItemPermission",
"Method": "GET",
+ "Command": "Get-MgBetaDriveItemPermission",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Files",
"Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions",
+ "OutputType": "IMicrosoftGraphPermission",
"ApiVersion": "beta",
"Permissions": [
{
@@ -77774,18 +80647,18 @@
"PermissionType": "DelegatedPersonal",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Files",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaDriveItemPermissionCount",
"Method": "GET",
+ "Command": "Get-MgBetaDriveItemPermission",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-list-permissions?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Files",
"Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -77836,81 +80709,88 @@
"PermissionType": "DelegatedPersonal",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaDriveItemPermissionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/drives/{drive-id}/items/{driveItem-id}/retentionLabel",
+ "OutputType": "IMicrosoftGraphItemRetentionLabel",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphItemRetentionLabel",
- "Command": "Get-MgBetaDriveItemRetentionLabel",
"Method": "GET",
- "Uri": "/drives/{drive-id}/items/{driveItem-id}/retentionLabel",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDriveItemRetentionLabel",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}",
+ "OutputType": "IMicrosoftGraphSubscription",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSubscription",
- "Command": "Get-MgBetaDriveItemSubscription",
"Method": "GET",
- "Uri": "/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDriveItemSubscription",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/drives/{drive-id}/items/{driveItem-id}/subscriptions",
+ "OutputType": "IMicrosoftGraphSubscription",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphSubscription",
- "Command": "Get-MgBetaDriveItemSubscription",
"Method": "GET",
- "Uri": "/drives/{drive-id}/items/{driveItem-id}/subscriptions",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDriveItemSubscription",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/drives/{drive-id}/items/{driveItem-id}/subscriptions/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDriveItemSubscriptionCount",
"Method": "GET",
- "Uri": "/drives/{drive-id}/items/{driveItem-id}/subscriptions/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDriveItemSubscriptionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}",
+ "OutputType": "IMicrosoftGraphThumbnailSet",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphThumbnailSet",
- "Command": "Get-MgBetaDriveItemThumbnail",
"Method": "GET",
- "Uri": "/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDriveItemThumbnail",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphThumbnailSet",
- "Command": "Get-MgBetaDriveItemThumbnail",
- "Method": "GET",
"Uri": "/drives/{drive-id}/items/{driveItem-id}/thumbnails",
+ "OutputType": "IMicrosoftGraphThumbnailSet",
"ApiVersion": "beta",
"Permissions": [
{
@@ -77961,18 +80841,18 @@
"PermissionType": "DelegatedPersonal",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Files",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaDriveItemThumbnailCount",
"Method": "GET",
+ "Command": "Get-MgBetaDriveItemThumbnail",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-list-thumbnails?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Files",
"Uri": "/drives/{drive-id}/items/{driveItem-id}/thumbnails/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -78023,18 +80903,19 @@
"PermissionType": "DelegatedPersonal",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Files",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDriveItemVersion",
- "Command": "Get-MgBetaDriveItemVersion",
"Method": "GET",
+ "Command": "Get-MgBetaDriveItemThumbnailCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Files",
"Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}",
+ "OutputType": "IMicrosoftGraphDriveItemVersion",
"ApiVersion": "beta",
"Permissions": [
{
@@ -78085,17 +80966,19 @@
"PermissionType": "DelegatedPersonal",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Files",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDriveItemVersion",
- "Command": "Get-MgBetaDriveItemVersion",
"Method": "GET",
+ "Command": "Get-MgBetaDriveItemVersion",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitemversion-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Files",
"Uri": "/drives/{drive-id}/items/{driveItem-id}/versions",
+ "OutputType": "IMicrosoftGraphDriveItemVersion",
"ApiVersion": "beta",
"Permissions": [
{
@@ -78146,18 +81029,18 @@
"PermissionType": "DelegatedPersonal",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Files",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaDriveItemVersionContent",
"Method": "GET",
+ "Command": "Get-MgBetaDriveItemVersion",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-list-versions?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Files",
"Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -78208,18 +81091,19 @@
"PermissionType": "DelegatedPersonal",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Files",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDriveItemVersionCount",
"Method": "GET",
+ "Command": "Get-MgBetaDriveItemVersionContent",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-list-versions?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Files",
"Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -78270,1036 +81154,1114 @@
"PermissionType": "DelegatedPersonal",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaDriveItemVersionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/drives/{drive-id}/lastModifiedByUser",
+ "OutputType": "IMicrosoftGraphUser",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphUser",
- "Command": "Get-MgBetaDriveLastModifiedByUser",
"Method": "GET",
- "Uri": "/drives/{drive-id}/lastModifiedByUser",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDriveLastModifiedByUser",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/drives/{drive-id}/lastModifiedByUser/mailboxSettings",
+ "OutputType": "IMicrosoftGraphMailboxSettings",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Command": "Get-MgBetaDriveLastModifiedByUserMailboxSetting",
"Method": "GET",
- "Uri": "/drives/{drive-id}/lastModifiedByUser/mailboxSettings",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDriveLastModifiedByUserMailboxSetting",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/drives/{drive-id}/lastModifiedByUser/serviceProvisioningErrors",
+ "OutputType": "IMicrosoftGraphServiceProvisioningError",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List",
"List1"
],
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Command": "Get-MgBetaDriveLastModifiedByUserServiceProvisioningError",
"Method": "GET",
- "Uri": "/drives/{drive-id}/lastModifiedByUser/serviceProvisioningErrors",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDriveLastModifiedByUserServiceProvisioningError",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/drives/{drive-id}/lastModifiedByUser/serviceProvisioningErrors/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": null,
- "Command": "Get-MgBetaDriveLastModifiedByUserServiceProvisioningErrorCount",
"Method": "GET",
- "Uri": "/drives/{drive-id}/lastModifiedByUser/serviceProvisioningErrors/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDriveLastModifiedByUserServiceProvisioningErrorCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/drives/{drive-id}/list",
+ "OutputType": "IMicrosoftGraphList",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphList",
- "Command": "Get-MgBetaDriveList",
"Method": "GET",
- "Uri": "/drives/{drive-id}/list",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDriveList",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/drives/{drive-id}/list/activities",
+ "OutputType": "IMicrosoftGraphItemActivityOld",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphItemActivityOld",
- "Command": "Get-MgBetaDriveListActivity",
"Method": "GET",
- "Uri": "/drives/{drive-id}/list/activities",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDriveListActivity",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/drives/{drive-id}/list/columns/{columnDefinition-id}",
+ "OutputType": "IMicrosoftGraphColumnDefinition",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphColumnDefinition",
- "Command": "Get-MgBetaDriveListColumn",
"Method": "GET",
- "Uri": "/drives/{drive-id}/list/columns/{columnDefinition-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDriveListColumn",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/drives/{drive-id}/list/columns",
+ "OutputType": "IMicrosoftGraphColumnDefinition",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphColumnDefinition",
- "Command": "Get-MgBetaDriveListColumn",
"Method": "GET",
- "Uri": "/drives/{drive-id}/list/columns",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDriveListColumn",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/list-list-columns?view=graph-rest-1.0"
},
{
"Module": "Beta.Files",
+ "Uri": "/drives/{drive-id}/list/columns/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDriveListColumnCount",
"Method": "GET",
- "Uri": "/drives/{drive-id}/list/columns/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDriveListColumnCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/drives/{drive-id}/list/columns/{columnDefinition-id}/sourceColumn",
+ "OutputType": "IMicrosoftGraphColumnDefinition",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphColumnDefinition",
- "Command": "Get-MgBetaDriveListColumnSourceColumn",
"Method": "GET",
- "Uri": "/drives/{drive-id}/list/columns/{columnDefinition-id}/sourceColumn",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDriveListColumnSourceColumn",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}",
+ "OutputType": "IMicrosoftGraphContentType",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphContentType",
- "Command": "Get-MgBetaDriveListContentType",
"Method": "GET",
- "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDriveListContentType",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/drives/{drive-id}/list/contentTypes",
+ "OutputType": "IMicrosoftGraphContentType",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphContentType",
- "Command": "Get-MgBetaDriveListContentType",
"Method": "GET",
- "Uri": "/drives/{drive-id}/list/contentTypes",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDriveListContentType",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/list-list-contenttypes?view=graph-rest-1.0"
},
{
"Module": "Beta.Files",
+ "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}",
+ "OutputType": "IMicrosoftGraphColumnDefinition",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphColumnDefinition",
- "Command": "Get-MgBetaDriveListContentTypeColumn",
"Method": "GET",
- "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDriveListContentTypeColumn",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/columndefinition-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Files",
+ "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns",
+ "OutputType": "IMicrosoftGraphColumnDefinition",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphColumnDefinition",
- "Command": "Get-MgBetaDriveListContentTypeColumn",
"Method": "GET",
- "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDriveListContentTypeColumn",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-list-columns?view=graph-rest-1.0"
},
{
"Module": "Beta.Files",
+ "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDriveListContentTypeColumnCount",
"Method": "GET",
- "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDriveListContentTypeColumnCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}",
+ "OutputType": "IMicrosoftGraphColumnLink",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphColumnLink",
- "Command": "Get-MgBetaDriveListContentTypeColumnLink",
"Method": "GET",
- "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDriveListContentTypeColumnLink",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks",
+ "OutputType": "IMicrosoftGraphColumnLink",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphColumnLink",
- "Command": "Get-MgBetaDriveListContentTypeColumnLink",
"Method": "GET",
- "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDriveListContentTypeColumnLink",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDriveListContentTypeColumnLinkCount",
"Method": "GET",
- "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDriveListContentTypeColumnLinkCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}",
+ "OutputType": "IMicrosoftGraphColumnDefinition",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphColumnDefinition",
- "Command": "Get-MgBetaDriveListContentTypeColumnPosition",
"Method": "GET",
- "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDriveListContentTypeColumnPosition",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions",
+ "OutputType": "IMicrosoftGraphColumnDefinition",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphColumnDefinition",
- "Command": "Get-MgBetaDriveListContentTypeColumnPosition",
"Method": "GET",
- "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDriveListContentTypeColumnPosition",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDriveListContentTypeColumnPositionCount",
"Method": "GET",
- "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDriveListContentTypeColumnPositionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn",
+ "OutputType": "IMicrosoftGraphColumnDefinition",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphColumnDefinition",
- "Command": "Get-MgBetaDriveListContentTypeColumnSourceColumn",
"Method": "GET",
- "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDriveListContentTypeColumnSourceColumn",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/drives/{drive-id}/list/contentTypes/getCompatibleHubContentTypes",
+ "OutputType": "IMicrosoftGraphContentType",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphContentType",
- "Command": "Get-MgBetaDriveListContentTypeCompatibleHubContentType",
"Method": "GET",
- "Uri": "/drives/{drive-id}/list/contentTypes/getCompatibleHubContentTypes",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDriveListContentTypeCompatibleHubContentType",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/drives/{drive-id}/list/contentTypes/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDriveListContentTypeCount",
"Method": "GET",
- "Uri": "/drives/{drive-id}/list/contentTypes/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDriveListContentTypeCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/drives/{drive-id}/list/createdByUser",
+ "OutputType": "IMicrosoftGraphUser",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUser",
- "Command": "Get-MgBetaDriveListCreatedByUser",
"Method": "GET",
- "Uri": "/drives/{drive-id}/list/createdByUser",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDriveListCreatedByUser",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/drives/{drive-id}/list/createdByUser/mailboxSettings",
+ "OutputType": "IMicrosoftGraphMailboxSettings",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Command": "Get-MgBetaDriveListCreatedByUserMailboxSetting",
"Method": "GET",
- "Uri": "/drives/{drive-id}/list/createdByUser/mailboxSettings",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDriveListCreatedByUserMailboxSetting",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/drives/{drive-id}/list/createdByUser/serviceProvisioningErrors",
+ "OutputType": "IMicrosoftGraphServiceProvisioningError",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Command": "Get-MgBetaDriveListCreatedByUserServiceProvisioningError",
"Method": "GET",
- "Uri": "/drives/{drive-id}/list/createdByUser/serviceProvisioningErrors",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDriveListCreatedByUserServiceProvisioningError",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/drives/{drive-id}/list/createdByUser/serviceProvisioningErrors/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDriveListCreatedByUserServiceProvisioningErrorCount",
"Method": "GET",
- "Uri": "/drives/{drive-id}/list/createdByUser/serviceProvisioningErrors/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDriveListCreatedByUserServiceProvisioningErrorCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/drives/{drive-id}/list/drive",
+ "OutputType": "IMicrosoftGraphDrive",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDrive",
- "Command": "Get-MgBetaDriveListDrive",
"Method": "GET",
- "Uri": "/drives/{drive-id}/list/drive",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDriveListDrive",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/drives/{drive-id}/list/items/{listItem-id}",
+ "OutputType": "IMicrosoftGraphListItem",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphListItem",
- "Command": "Get-MgBetaDriveListItem",
"Method": "GET",
- "Uri": "/drives/{drive-id}/list/items/{listItem-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDriveListItem",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Files",
+ "Uri": "/drives/{drive-id}/list/items",
+ "OutputType": "IMicrosoftGraphListItem",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphListItem",
- "Command": "Get-MgBetaDriveListItem",
"Method": "GET",
- "Uri": "/drives/{drive-id}/list/items",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDriveListItem",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-list?view=graph-rest-1.0"
},
{
"Module": "Beta.Files",
+ "Uri": "/drives/{drive-id}/list/items/{listItem-id}/activities",
+ "OutputType": "IMicrosoftGraphItemActivityOld",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphItemActivityOld",
- "Command": "Get-MgBetaDriveListItemActivity",
"Method": "GET",
- "Uri": "/drives/{drive-id}/list/items/{listItem-id}/activities",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDriveListItemActivity",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/drives/{drive-id}/list/items/{listItem-id}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')",
+ "OutputType": "IMicrosoftGraphItemActivityStat",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphItemActivityStat",
- "Command": "Get-MgBetaDriveListItemActivityByInterval",
"Method": "GET",
- "Uri": "/drives/{drive-id}/list/items/{listItem-id}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDriveListItemActivityByInterval",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/drives/{drive-id}/list/items/{listItem-id}/analytics",
+ "OutputType": "IMicrosoftGraphItemAnalytics",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphItemAnalytics",
- "Command": "Get-MgBetaDriveListItemAnalytic",
"Method": "GET",
- "Uri": "/drives/{drive-id}/list/items/{listItem-id}/analytics",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDriveListItemAnalytic",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/drives/{drive-id}/list/items/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDriveListItemCount",
"Method": "GET",
- "Uri": "/drives/{drive-id}/list/items/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDriveListItemCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/drives/{drive-id}/list/items/{listItem-id}/createdByUser",
+ "OutputType": "IMicrosoftGraphUser",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUser",
- "Command": "Get-MgBetaDriveListItemCreatedByUser",
"Method": "GET",
- "Uri": "/drives/{drive-id}/list/items/{listItem-id}/createdByUser",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDriveListItemCreatedByUser",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/drives/{drive-id}/list/items/{listItem-id}/createdByUser/mailboxSettings",
+ "OutputType": "IMicrosoftGraphMailboxSettings",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Command": "Get-MgBetaDriveListItemCreatedByUserMailboxSetting",
"Method": "GET",
- "Uri": "/drives/{drive-id}/list/items/{listItem-id}/createdByUser/mailboxSettings",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDriveListItemCreatedByUserMailboxSetting",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/drives/{drive-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors",
+ "OutputType": "IMicrosoftGraphServiceProvisioningError",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Command": "Get-MgBetaDriveListItemCreatedByUserServiceProvisioningError",
"Method": "GET",
- "Uri": "/drives/{drive-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDriveListItemCreatedByUserServiceProvisioningError",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/drives/{drive-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDriveListItemCreatedByUserServiceProvisioningErrorCount",
"Method": "GET",
- "Uri": "/drives/{drive-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDriveListItemCreatedByUserServiceProvisioningErrorCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/drives/{drive-id}/list/items/delta",
+ "OutputType": "IMicrosoftGraphListItem",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Delta",
"Delta1",
"DeltaViaIdentity",
"DeltaViaIdentity1"
],
- "OutputType": "IMicrosoftGraphListItem",
- "Command": "Get-MgBetaDriveListItemDelta",
"Method": "GET",
- "Uri": "/drives/{drive-id}/list/items/delta",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDriveListItemDelta",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}",
+ "OutputType": "IMicrosoftGraphDocumentSetVersion",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDocumentSetVersion",
- "Command": "Get-MgBetaDriveListItemDocumentSetVersion",
"Method": "GET",
- "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDriveListItemDocumentSetVersion",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Files",
+ "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions",
+ "OutputType": "IMicrosoftGraphDocumentSetVersion",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphDocumentSetVersion",
- "Command": "Get-MgBetaDriveListItemDocumentSetVersion",
"Method": "GET",
- "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDriveListItemDocumentSetVersion",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-list-documentsetversions?view=graph-rest-1.0"
},
{
"Module": "Beta.Files",
+ "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDriveListItemDocumentSetVersionCount",
"Method": "GET",
- "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDriveListItemDocumentSetVersionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDriveListItemDocumentSetVersionField",
"Method": "GET",
- "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDriveListItemDocumentSetVersionField",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/drives/{drive-id}/list/items/{listItem-id}/driveItem",
+ "OutputType": "IMicrosoftGraphDriveItem",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDriveItem",
- "Command": "Get-MgBetaDriveListItemDriveItem",
"Method": "GET",
- "Uri": "/drives/{drive-id}/list/items/{listItem-id}/driveItem",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDriveListItemDriveItem",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/drives/{drive-id}/list/items/{listItem-id}/driveItem/content",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDriveListItemDriveItemContent",
"Method": "GET",
- "Uri": "/drives/{drive-id}/list/items/{listItem-id}/driveItem/content",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDriveListItemDriveItemContent",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/drives/{drive-id}/list/items/{listItem-id}/driveItem/contentStream",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDriveListItemDriveItemContentStream",
"Method": "GET",
- "Uri": "/drives/{drive-id}/list/items/{listItem-id}/driveItem/contentStream",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDriveListItemDriveItemContentStream",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/drives/{drive-id}/list/items/{listItem-id}/fields",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDriveListItemField",
"Method": "GET",
- "Uri": "/drives/{drive-id}/list/items/{listItem-id}/fields",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDriveListItemField",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}",
+ "OutputType": "IMicrosoftGraphListItemVersion",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphListItemVersion",
- "Command": "Get-MgBetaDriveListItemVersion",
"Method": "GET",
- "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDriveListItemVersion",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions",
+ "OutputType": "IMicrosoftGraphListItemVersion",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphListItemVersion",
- "Command": "Get-MgBetaDriveListItemVersion",
"Method": "GET",
- "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDriveListItemVersion",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDriveListItemVersionCount",
"Method": "GET",
- "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDriveListItemVersionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDriveListItemVersionField",
"Method": "GET",
- "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDriveListItemVersionField",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/drives/{drive-id}/list/operations/{richLongRunningOperation-id}",
+ "OutputType": "IMicrosoftGraphRichLongRunningOperation",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphRichLongRunningOperation",
- "Command": "Get-MgBetaDriveListOperation",
"Method": "GET",
- "Uri": "/drives/{drive-id}/list/operations/{richLongRunningOperation-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDriveListOperation",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/drives/{drive-id}/list/operations",
+ "OutputType": "IMicrosoftGraphRichLongRunningOperation",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphRichLongRunningOperation",
- "Command": "Get-MgBetaDriveListOperation",
"Method": "GET",
- "Uri": "/drives/{drive-id}/list/operations",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDriveListOperation",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/drives/{drive-id}/list/operations/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDriveListOperationCount",
"Method": "GET",
- "Uri": "/drives/{drive-id}/list/operations/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDriveListOperationCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/drives/{drive-id}/list/subscriptions/{subscription-id}",
+ "OutputType": "IMicrosoftGraphSubscription",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSubscription",
- "Command": "Get-MgBetaDriveListSubscription",
"Method": "GET",
- "Uri": "/drives/{drive-id}/list/subscriptions/{subscription-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDriveListSubscription",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/drives/{drive-id}/list/subscriptions",
+ "OutputType": "IMicrosoftGraphSubscription",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphSubscription",
- "Command": "Get-MgBetaDriveListSubscription",
"Method": "GET",
- "Uri": "/drives/{drive-id}/list/subscriptions",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDriveListSubscription",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/drives/{drive-id}/list/subscriptions/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDriveListSubscriptionCount",
"Method": "GET",
- "Uri": "/drives/{drive-id}/list/subscriptions/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDriveListSubscriptionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/drives/{drive-id}/root",
+ "OutputType": "IMicrosoftGraphDriveItem",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDriveItem",
- "Command": "Get-MgBetaDriveRoot",
"Method": "GET",
- "Uri": "/drives/{drive-id}/root",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDriveRoot",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Files",
+ "Uri": "/drives/{drive-id}/root/activities",
+ "OutputType": "IMicrosoftGraphItemActivityOld",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphItemActivityOld",
- "Command": "Get-MgBetaDriveRootActivity",
"Method": "GET",
- "Uri": "/drives/{drive-id}/root/activities",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDriveRootActivity",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/drives/{drive-id}/root/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')",
+ "OutputType": "IMicrosoftGraphItemActivityStat",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphItemActivityStat",
- "Command": "Get-MgBetaDriveRootActivityByInterval",
"Method": "GET",
- "Uri": "/drives/{drive-id}/root/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDriveRootActivityByInterval",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/drives/{drive-id}/root/analytics",
+ "OutputType": "IMicrosoftGraphItemAnalytics",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphItemAnalytics",
- "Command": "Get-MgBetaDriveRootAnalytic",
"Method": "GET",
- "Uri": "/drives/{drive-id}/root/analytics",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDriveRootAnalytic",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itemanalytics-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Files",
+ "Uri": "/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}",
+ "OutputType": "IMicrosoftGraphItemActivityStat",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphItemActivityStat",
- "Command": "Get-MgBetaDriveRootAnalyticItemActivityStat",
"Method": "GET",
- "Uri": "/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDriveRootAnalyticItemActivityStat",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/drives/{drive-id}/root/analytics/itemActivityStats",
+ "OutputType": "IMicrosoftGraphItemActivityStat",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphItemActivityStat",
- "Command": "Get-MgBetaDriveRootAnalyticItemActivityStat",
"Method": "GET",
- "Uri": "/drives/{drive-id}/root/analytics/itemActivityStats",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDriveRootAnalyticItemActivityStat",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}/activities",
+ "OutputType": "IMicrosoftGraphItemActivity",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphItemActivity",
- "Command": "Get-MgBetaDriveRootAnalyticItemActivityStatActivity",
"Method": "GET",
- "Uri": "/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}/activities",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDriveRootAnalyticItemActivityStatActivity",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/drives/{drive-id}/root/analytics/itemActivityStats/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDriveRootAnalyticItemActivityStatCount",
"Method": "GET",
- "Uri": "/drives/{drive-id}/root/analytics/itemActivityStats/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDriveRootAnalyticItemActivityStatCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/drives/{drive-id}/root/analytics/lastSevenDays",
+ "OutputType": "IMicrosoftGraphItemActivityStat",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphItemActivityStat",
- "Command": "Get-MgBetaDriveRootAnalyticLastSevenDay",
"Method": "GET",
- "Uri": "/drives/{drive-id}/root/analytics/lastSevenDays",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDriveRootAnalyticLastSevenDay",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/drives/{drive-id}/root/analytics/allTime",
+ "OutputType": "IMicrosoftGraphItemActivityStat",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphItemActivityStat",
- "Command": "Get-MgBetaDriveRootAnalyticTime",
"Method": "GET",
- "Uri": "/drives/{drive-id}/root/analytics/allTime",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDriveRootAnalyticTime",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/drives/{drive-id}/root/children/{driveItem-id}",
+ "OutputType": "IMicrosoftGraphDriveItem",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDriveItem",
- "Command": "Get-MgBetaDriveRootChild",
"Method": "GET",
- "Uri": "/drives/{drive-id}/root/children/{driveItem-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDriveRootChild",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/drives/{drive-id}/root/children",
+ "OutputType": "IMicrosoftGraphDriveItem",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphDriveItem",
- "Command": "Get-MgBetaDriveRootChild",
"Method": "GET",
- "Uri": "/drives/{drive-id}/root/children",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDriveRootChild",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-list-children?view=graph-rest-1.0"
},
{
"Module": "Beta.Files",
+ "Uri": "/drives/{drive-id}/root/children/{driveItem-id}/content",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDriveRootChildContent",
"Method": "GET",
- "Uri": "/drives/{drive-id}/root/children/{driveItem-id}/content",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDriveRootChildContent",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-list-children?view=graph-rest-1.0"
},
{
"Module": "Beta.Files",
+ "Uri": "/drives/{drive-id}/root/children/{driveItem-id}/contentStream",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDriveRootChildContentStream",
"Method": "GET",
- "Uri": "/drives/{drive-id}/root/children/{driveItem-id}/contentStream",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDriveRootChildContentStream",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-list-children?view=graph-rest-1.0"
},
{
"Module": "Beta.Files",
+ "Uri": "/drives/{drive-id}/root/children/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDriveRootChildCount",
"Method": "GET",
- "Uri": "/drives/{drive-id}/root/children/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDriveRootChildCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/drives/{drive-id}/root/content",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDriveRootContent",
"Method": "GET",
- "Uri": "/drives/{drive-id}/root/content",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDriveRootContent",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Files",
+ "Uri": "/drives/{drive-id}/root/contentStream",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDriveRootContentStream",
"Method": "GET",
- "Uri": "/drives/{drive-id}/root/contentStream",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDriveRootContentStream",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Files",
+ "Uri": "/drives/{drive-id}/root/createdByUser",
+ "OutputType": "IMicrosoftGraphUser",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUser",
- "Command": "Get-MgBetaDriveRootCreatedByUser",
"Method": "GET",
- "Uri": "/drives/{drive-id}/root/createdByUser",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDriveRootCreatedByUser",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/drives/{drive-id}/root/createdByUser/mailboxSettings",
+ "OutputType": "IMicrosoftGraphMailboxSettings",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Command": "Get-MgBetaDriveRootCreatedByUserMailboxSetting",
"Method": "GET",
- "Uri": "/drives/{drive-id}/root/createdByUser/mailboxSettings",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDriveRootCreatedByUserMailboxSetting",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/drives/{drive-id}/root/createdByUser/serviceProvisioningErrors",
+ "OutputType": "IMicrosoftGraphServiceProvisioningError",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Command": "Get-MgBetaDriveRootCreatedByUserServiceProvisioningError",
"Method": "GET",
- "Uri": "/drives/{drive-id}/root/createdByUser/serviceProvisioningErrors",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDriveRootCreatedByUserServiceProvisioningError",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/drives/{drive-id}/root/createdByUser/serviceProvisioningErrors/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDriveRootCreatedByUserServiceProvisioningErrorCount",
"Method": "GET",
- "Uri": "/drives/{drive-id}/root/createdByUser/serviceProvisioningErrors/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDriveRootCreatedByUserServiceProvisioningErrorCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
- "Variants": [
- "Delta",
- "Delta1",
- "DeltaViaIdentity",
- "DeltaViaIdentity1"
- ],
- "OutputType": "IMicrosoftGraphDriveItem",
- "Command": "Get-MgBetaDriveRootDelta",
- "Method": "GET",
"Uri": "/drives/{drive-id}/root/delta",
+ "OutputType": "IMicrosoftGraphDriveItem",
"ApiVersion": "beta",
"Permissions": [
{
@@ -79350,618 +82312,668 @@
"PermissionType": "DelegatedPersonal",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Delta",
+ "Delta1",
+ "DeltaViaIdentity",
+ "DeltaViaIdentity1"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaDriveRootDelta",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/drives/{drive-id}/root/listItem/lastModifiedByUser",
+ "OutputType": "IMicrosoftGraphUser",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUser",
- "Command": "Get-MgBetaDriveRootItemLastModifiedByUser",
"Method": "GET",
- "Uri": "/drives/{drive-id}/root/listItem/lastModifiedByUser",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDriveRootItemLastModifiedByUser",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/drives/{drive-id}/root/listItem/lastModifiedByUser/mailboxSettings",
+ "OutputType": "IMicrosoftGraphMailboxSettings",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Command": "Get-MgBetaDriveRootItemLastModifiedByUserMailboxSetting",
"Method": "GET",
- "Uri": "/drives/{drive-id}/root/listItem/lastModifiedByUser/mailboxSettings",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDriveRootItemLastModifiedByUserMailboxSetting",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/drives/{drive-id}/root/listItem/lastModifiedByUser/serviceProvisioningErrors",
+ "OutputType": "IMicrosoftGraphServiceProvisioningError",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Command": "Get-MgBetaDriveRootItemLastModifiedByUserServiceProvisioningError",
"Method": "GET",
- "Uri": "/drives/{drive-id}/root/listItem/lastModifiedByUser/serviceProvisioningErrors",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDriveRootItemLastModifiedByUserServiceProvisioningError",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/drives/{drive-id}/root/listItem/lastModifiedByUser/serviceProvisioningErrors/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDriveRootItemLastModifiedByUserServiceProvisioningErrorCount",
"Method": "GET",
- "Uri": "/drives/{drive-id}/root/listItem/lastModifiedByUser/serviceProvisioningErrors/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDriveRootItemLastModifiedByUserServiceProvisioningErrorCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/drives/{drive-id}/root/lastModifiedByUser",
+ "OutputType": "IMicrosoftGraphUser",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUser",
- "Command": "Get-MgBetaDriveRootLastModifiedByUser",
"Method": "GET",
- "Uri": "/drives/{drive-id}/root/lastModifiedByUser",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDriveRootLastModifiedByUser",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/drives/{drive-id}/root/lastModifiedByUser/mailboxSettings",
+ "OutputType": "IMicrosoftGraphMailboxSettings",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Command": "Get-MgBetaDriveRootLastModifiedByUserMailboxSetting",
"Method": "GET",
- "Uri": "/drives/{drive-id}/root/lastModifiedByUser/mailboxSettings",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDriveRootLastModifiedByUserMailboxSetting",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/drives/{drive-id}/root/lastModifiedByUser/serviceProvisioningErrors",
+ "OutputType": "IMicrosoftGraphServiceProvisioningError",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Command": "Get-MgBetaDriveRootLastModifiedByUserServiceProvisioningError",
"Method": "GET",
- "Uri": "/drives/{drive-id}/root/lastModifiedByUser/serviceProvisioningErrors",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDriveRootLastModifiedByUserServiceProvisioningError",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/drives/{drive-id}/root/lastModifiedByUser/serviceProvisioningErrors/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDriveRootLastModifiedByUserServiceProvisioningErrorCount",
"Method": "GET",
- "Uri": "/drives/{drive-id}/root/lastModifiedByUser/serviceProvisioningErrors/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDriveRootLastModifiedByUserServiceProvisioningErrorCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/drives/{drive-id}/root/listItem",
+ "OutputType": "IMicrosoftGraphListItem",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphListItem",
- "Command": "Get-MgBetaDriveRootListItem",
"Method": "GET",
- "Uri": "/drives/{drive-id}/root/listItem",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDriveRootListItem",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/drives/{drive-id}/root/listItem/activities",
+ "OutputType": "IMicrosoftGraphItemActivityOld",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphItemActivityOld",
- "Command": "Get-MgBetaDriveRootListItemActivity",
"Method": "GET",
- "Uri": "/drives/{drive-id}/root/listItem/activities",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDriveRootListItemActivity",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/drives/{drive-id}/root/listItem/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')",
+ "OutputType": "IMicrosoftGraphItemActivityStat",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphItemActivityStat",
- "Command": "Get-MgBetaDriveRootListItemActivityByInterval",
"Method": "GET",
- "Uri": "/drives/{drive-id}/root/listItem/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDriveRootListItemActivityByInterval",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/drives/{drive-id}/root/listItem/analytics",
+ "OutputType": "IMicrosoftGraphItemAnalytics",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphItemAnalytics",
- "Command": "Get-MgBetaDriveRootListItemAnalytic",
"Method": "GET",
- "Uri": "/drives/{drive-id}/root/listItem/analytics",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDriveRootListItemAnalytic",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/drives/{drive-id}/root/listItem/createdByUser",
+ "OutputType": "IMicrosoftGraphUser",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUser",
- "Command": "Get-MgBetaDriveRootListItemCreatedByUser",
"Method": "GET",
- "Uri": "/drives/{drive-id}/root/listItem/createdByUser",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDriveRootListItemCreatedByUser",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/drives/{drive-id}/root/listItem/createdByUser/mailboxSettings",
+ "OutputType": "IMicrosoftGraphMailboxSettings",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Command": "Get-MgBetaDriveRootListItemCreatedByUserMailboxSetting",
"Method": "GET",
- "Uri": "/drives/{drive-id}/root/listItem/createdByUser/mailboxSettings",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDriveRootListItemCreatedByUserMailboxSetting",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/drives/{drive-id}/root/listItem/createdByUser/serviceProvisioningErrors",
+ "OutputType": "IMicrosoftGraphServiceProvisioningError",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Command": "Get-MgBetaDriveRootListItemCreatedByUserServiceProvisioningError",
"Method": "GET",
- "Uri": "/drives/{drive-id}/root/listItem/createdByUser/serviceProvisioningErrors",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDriveRootListItemCreatedByUserServiceProvisioningError",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/drives/{drive-id}/root/listItem/createdByUser/serviceProvisioningErrors/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDriveRootListItemCreatedByUserServiceProvisioningErrorCount",
"Method": "GET",
- "Uri": "/drives/{drive-id}/root/listItem/createdByUser/serviceProvisioningErrors/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDriveRootListItemCreatedByUserServiceProvisioningErrorCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}",
+ "OutputType": "IMicrosoftGraphDocumentSetVersion",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDocumentSetVersion",
- "Command": "Get-MgBetaDriveRootListItemDocumentSetVersion",
"Method": "GET",
- "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDriveRootListItemDocumentSetVersion",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Files",
+ "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions",
+ "OutputType": "IMicrosoftGraphDocumentSetVersion",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphDocumentSetVersion",
- "Command": "Get-MgBetaDriveRootListItemDocumentSetVersion",
"Method": "GET",
- "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDriveRootListItemDocumentSetVersion",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-list-documentsetversions?view=graph-rest-1.0"
},
{
"Module": "Beta.Files",
+ "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDriveRootListItemDocumentSetVersionCount",
"Method": "GET",
- "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDriveRootListItemDocumentSetVersionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDriveRootListItemDocumentSetVersionField",
"Method": "GET",
- "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDriveRootListItemDocumentSetVersionField",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/drives/{drive-id}/root/listItem/driveItem",
+ "OutputType": "IMicrosoftGraphDriveItem",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDriveItem",
- "Command": "Get-MgBetaDriveRootListItemDriveItem",
"Method": "GET",
- "Uri": "/drives/{drive-id}/root/listItem/driveItem",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDriveRootListItemDriveItem",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/drives/{drive-id}/root/listItem/driveItem/content",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDriveRootListItemDriveItemContent",
"Method": "GET",
- "Uri": "/drives/{drive-id}/root/listItem/driveItem/content",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDriveRootListItemDriveItemContent",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/drives/{drive-id}/root/listItem/driveItem/contentStream",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDriveRootListItemDriveItemContentStream",
"Method": "GET",
- "Uri": "/drives/{drive-id}/root/listItem/driveItem/contentStream",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDriveRootListItemDriveItemContentStream",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/drives/{drive-id}/root/listItem/fields",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDriveRootListItemField",
"Method": "GET",
- "Uri": "/drives/{drive-id}/root/listItem/fields",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDriveRootListItemField",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}",
+ "OutputType": "IMicrosoftGraphListItemVersion",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphListItemVersion",
- "Command": "Get-MgBetaDriveRootListItemVersion",
"Method": "GET",
- "Uri": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDriveRootListItemVersion",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/drives/{drive-id}/root/listItem/versions",
+ "OutputType": "IMicrosoftGraphListItemVersion",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphListItemVersion",
- "Command": "Get-MgBetaDriveRootListItemVersion",
"Method": "GET",
- "Uri": "/drives/{drive-id}/root/listItem/versions",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDriveRootListItemVersion",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/drives/{drive-id}/root/listItem/versions/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDriveRootListItemVersionCount",
"Method": "GET",
- "Uri": "/drives/{drive-id}/root/listItem/versions/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDriveRootListItemVersionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDriveRootListItemVersionField",
"Method": "GET",
- "Uri": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDriveRootListItemVersionField",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/drives/{drive-id}/root/permissions/{permission-id}",
+ "OutputType": "IMicrosoftGraphPermission",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphPermission",
- "Command": "Get-MgBetaDriveRootPermission",
"Method": "GET",
- "Uri": "/drives/{drive-id}/root/permissions/{permission-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDriveRootPermission",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Files",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphPermission",
- "Command": "Get-MgBetaDriveRootPermission",
- "Method": "GET",
"Uri": "/drives/{drive-id}/root/permissions",
+ "OutputType": "IMicrosoftGraphPermission",
"ApiVersion": "beta",
- "Permissions": []
+ "Permissions": [],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaDriveRootPermission",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-list-permissions?view=graph-rest-1.0"
},
{
"Module": "Beta.Files",
+ "Uri": "/drives/{drive-id}/root/permissions/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDriveRootPermissionCount",
"Method": "GET",
- "Uri": "/drives/{drive-id}/root/permissions/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDriveRootPermissionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/drives/{drive-id}/root/retentionLabel",
+ "OutputType": "IMicrosoftGraphItemRetentionLabel",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphItemRetentionLabel",
- "Command": "Get-MgBetaDriveRootRetentionLabel",
"Method": "GET",
- "Uri": "/drives/{drive-id}/root/retentionLabel",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDriveRootRetentionLabel",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/drives/{drive-id}/root/subscriptions/{subscription-id}",
+ "OutputType": "IMicrosoftGraphSubscription",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSubscription",
- "Command": "Get-MgBetaDriveRootSubscription",
"Method": "GET",
- "Uri": "/drives/{drive-id}/root/subscriptions/{subscription-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDriveRootSubscription",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/drives/{drive-id}/root/subscriptions",
+ "OutputType": "IMicrosoftGraphSubscription",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphSubscription",
- "Command": "Get-MgBetaDriveRootSubscription",
"Method": "GET",
- "Uri": "/drives/{drive-id}/root/subscriptions",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDriveRootSubscription",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/drives/{drive-id}/root/subscriptions/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDriveRootSubscriptionCount",
"Method": "GET",
- "Uri": "/drives/{drive-id}/root/subscriptions/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDriveRootSubscriptionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}",
+ "OutputType": "IMicrosoftGraphThumbnailSet",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphThumbnailSet",
- "Command": "Get-MgBetaDriveRootThumbnail",
"Method": "GET",
- "Uri": "/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDriveRootThumbnail",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/drives/{drive-id}/root/thumbnails",
+ "OutputType": "IMicrosoftGraphThumbnailSet",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphThumbnailSet",
- "Command": "Get-MgBetaDriveRootThumbnail",
"Method": "GET",
- "Uri": "/drives/{drive-id}/root/thumbnails",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDriveRootThumbnail",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-list-thumbnails?view=graph-rest-1.0"
},
{
"Module": "Beta.Files",
+ "Uri": "/drives/{drive-id}/root/thumbnails/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDriveRootThumbnailCount",
"Method": "GET",
- "Uri": "/drives/{drive-id}/root/thumbnails/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDriveRootThumbnailCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/drives/{drive-id}/root/versions/{driveItemVersion-id}",
+ "OutputType": "IMicrosoftGraphDriveItemVersion",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDriveItemVersion",
- "Command": "Get-MgBetaDriveRootVersion",
"Method": "GET",
- "Uri": "/drives/{drive-id}/root/versions/{driveItemVersion-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDriveRootVersion",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitemversion-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Files",
+ "Uri": "/drives/{drive-id}/root/versions",
+ "OutputType": "IMicrosoftGraphDriveItemVersion",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphDriveItemVersion",
- "Command": "Get-MgBetaDriveRootVersion",
"Method": "GET",
- "Uri": "/drives/{drive-id}/root/versions",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDriveRootVersion",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-list-versions?view=graph-rest-1.0"
},
{
"Module": "Beta.Files",
+ "Uri": "/drives/{drive-id}/root/versions/{driveItemVersion-id}/content",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDriveRootVersionContent",
"Method": "GET",
- "Uri": "/drives/{drive-id}/root/versions/{driveItemVersion-id}/content",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDriveRootVersionContent",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-list-versions?view=graph-rest-1.0"
},
{
"Module": "Beta.Files",
+ "Uri": "/drives/{drive-id}/root/versions/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDriveRootVersionCount",
"Method": "GET",
- "Uri": "/drives/{drive-id}/root/versions/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDriveRootVersionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/drives/{drive-id}/special/{driveItem-id}",
+ "OutputType": "IMicrosoftGraphDriveItem",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDriveItem",
- "Command": "Get-MgBetaDriveSpecial",
"Method": "GET",
- "Uri": "/drives/{drive-id}/special/{driveItem-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDriveSpecial",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/drive-get-specialfolder?view=graph-rest-1.0"
},
{
"Module": "Beta.Files",
+ "Uri": "/drives/{drive-id}/special",
+ "OutputType": "IMicrosoftGraphDriveItem",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphDriveItem",
- "Command": "Get-MgBetaDriveSpecial",
"Method": "GET",
- "Uri": "/drives/{drive-id}/special",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDriveSpecial",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/drives/{drive-id}/special/{driveItem-id}/content",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDriveSpecialContent",
"Method": "GET",
- "Uri": "/drives/{drive-id}/special/{driveItem-id}/content",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDriveSpecialContent",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/drives/{drive-id}/special/{driveItem-id}/contentStream",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDriveSpecialContentStream",
"Method": "GET",
- "Uri": "/drives/{drive-id}/special/{driveItem-id}/contentStream",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDriveSpecialContentStream",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/drives/{drive-id}/special/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaDriveSpecialCount",
"Method": "GET",
- "Uri": "/drives/{drive-id}/special/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaDriveSpecialCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Education",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphEducationClass",
- "Command": "Get-MgBetaEducationClass",
- "Method": "GET",
"Uri": "/education/classes/{educationClass-id}",
+ "OutputType": "IMicrosoftGraphEducationClass",
"ApiVersion": "beta",
"Permissions": [
{
@@ -79988,17 +83000,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Education",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphEducationClass",
- "Command": "Get-MgBetaEducationClass",
"Method": "GET",
+ "Command": "Get-MgBetaEducationClass",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Education",
"Uri": "/education/classes",
+ "OutputType": "IMicrosoftGraphEducationClass",
"ApiVersion": "beta",
"Permissions": [
{
@@ -80025,18 +83039,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Education",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": "IMicrosoftGraphEducationAssignment",
- "Command": "Get-MgBetaEducationClassAssignment",
"Method": "GET",
+ "Command": "Get-MgBetaEducationClass",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationroot-list-classes?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Education",
"Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}",
+ "OutputType": "IMicrosoftGraphEducationAssignment",
"ApiVersion": "beta",
"Permissions": [
{
@@ -80103,17 +83117,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Education",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphEducationAssignment",
- "Command": "Get-MgBetaEducationClassAssignment",
"Method": "GET",
+ "Command": "Get-MgBetaEducationClassAssignment",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Education",
"Uri": "/education/classes/{educationClass-id}/assignments",
+ "OutputType": "IMicrosoftGraphEducationAssignment",
"ApiVersion": "beta",
"Permissions": [
{
@@ -80180,18 +83196,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Education",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": "IMicrosoftGraphEducationCategory",
- "Command": "Get-MgBetaEducationClassAssignmentCategory",
"Method": "GET",
+ "Command": "Get-MgBetaEducationClassAssignment",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-list-assignments?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Education",
"Uri": "/education/classes/{educationClass-id}/assignmentCategories/{educationCategory-id}",
+ "OutputType": "IMicrosoftGraphEducationCategory",
"ApiVersion": "beta",
"Permissions": [
{
@@ -80258,18 +83274,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Education",
+ ],
"Variants": [
- "List",
- "List1"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphEducationCategory",
- "Command": "Get-MgBetaEducationClassAssignmentCategory",
"Method": "GET",
+ "Command": "Get-MgBetaEducationClassAssignmentCategory",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationcategory-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Education",
"Uri": "/education/classes/{educationClass-id}/assignmentCategories",
+ "OutputType": "IMicrosoftGraphEducationCategory",
"ApiVersion": "beta",
"Permissions": [
{
@@ -80336,17 +83353,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Education",
+ ],
"Variants": [
- "List"
+ "List",
+ "List1"
],
- "OutputType": null,
- "Command": "Get-MgBetaEducationClassAssignmentCategoryByRef",
"Method": "GET",
+ "Command": "Get-MgBetaEducationClassAssignmentCategory",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-list-categories?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Education",
"Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/categories/$ref",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -80413,20 +83432,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Education",
+ ],
"Variants": [
- "Get",
- "Get1",
- "GetViaIdentity",
- "GetViaIdentity1"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaEducationClassAssignmentCategoryCount",
"Method": "GET",
+ "Command": "Get-MgBetaEducationClassAssignmentCategoryByRef",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-list-categories?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Education",
"Uri": "/education/classes/{educationClass-id}/assignmentCategories/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -80493,20 +83510,21 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Education",
+ ],
"Variants": [
- "Delta",
- "Delta1",
- "DeltaViaIdentity",
- "DeltaViaIdentity1"
+ "Get",
+ "Get1",
+ "GetViaIdentity",
+ "GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphEducationCategory",
- "Command": "Get-MgBetaEducationClassAssignmentCategoryDelta",
"Method": "GET",
+ "Command": "Get-MgBetaEducationClassAssignmentCategoryCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Education",
"Uri": "/education/classes/{educationClass-id}/assignmentCategories/delta",
+ "OutputType": "IMicrosoftGraphEducationCategory",
"ApiVersion": "beta",
"Permissions": [
{
@@ -80573,18 +83591,21 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Education",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Delta",
+ "Delta1",
+ "DeltaViaIdentity",
+ "DeltaViaIdentity1"
],
- "OutputType": null,
- "Command": "Get-MgBetaEducationClassAssignmentCount",
"Method": "GET",
+ "Command": "Get-MgBetaEducationClassAssignmentCategoryDelta",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Education",
"Uri": "/education/classes/{educationClass-id}/assignments/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -80651,18 +83672,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Education",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphEducationAssignmentDefaults",
- "Command": "Get-MgBetaEducationClassAssignmentDefault",
"Method": "GET",
+ "Command": "Get-MgBetaEducationClassAssignmentCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Education",
"Uri": "/education/classes/{educationClass-id}/assignmentDefaults",
+ "OutputType": "IMicrosoftGraphEducationAssignmentDefaults",
"ApiVersion": "beta",
"Permissions": [
{
@@ -80729,18 +83751,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Education",
+ ],
"Variants": [
- "Delta",
- "DeltaViaIdentity"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphEducationAssignment",
- "Command": "Get-MgBetaEducationClassAssignmentDelta",
"Method": "GET",
+ "Command": "Get-MgBetaEducationClassAssignmentDefault",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignmentdefaults-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Education",
"Uri": "/education/classes/{educationClass-id}/assignments/delta",
+ "OutputType": "IMicrosoftGraphEducationAssignment",
"ApiVersion": "beta",
"Permissions": [
{
@@ -80807,44 +83830,47 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Education",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Delta",
+ "DeltaViaIdentity"
],
- "OutputType": "IMicrosoftGraphEducationGradingCategory",
- "Command": "Get-MgBetaEducationClassAssignmentGradingCategory",
"Method": "GET",
- "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/gradingCategory",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaEducationClassAssignmentDelta",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Education",
+ "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/gradingCategory",
+ "OutputType": "IMicrosoftGraphEducationGradingCategory",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphEducationGradingScheme",
- "Command": "Get-MgBetaEducationClassAssignmentGradingScheme",
"Method": "GET",
- "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/gradingScheme",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaEducationClassAssignmentGradingCategory",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Education",
+ "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/gradingScheme",
+ "OutputType": "IMicrosoftGraphEducationGradingScheme",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphEducationAssignmentResource",
- "Command": "Get-MgBetaEducationClassAssignmentResource",
"Method": "GET",
+ "Command": "Get-MgBetaEducationClassAssignmentGradingScheme",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Education",
"Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}",
+ "OutputType": "IMicrosoftGraphEducationAssignmentResource",
"ApiVersion": "beta",
"Permissions": [
{
@@ -80911,17 +83937,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Education",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphEducationAssignmentResource",
- "Command": "Get-MgBetaEducationClassAssignmentResource",
"Method": "GET",
+ "Command": "Get-MgBetaEducationClassAssignmentResource",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignmentresource-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Education",
"Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources",
+ "OutputType": "IMicrosoftGraphEducationAssignmentResource",
"ApiVersion": "beta",
"Permissions": [
{
@@ -80988,18 +84016,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Education",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaEducationClassAssignmentResourceCount",
"Method": "GET",
+ "Command": "Get-MgBetaEducationClassAssignmentResource",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-list-resources?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Education",
"Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -81066,170 +84094,33 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Education",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphEducationAssignmentResource",
- "Command": "Get-MgBetaEducationClassAssignmentResourceDependentResource",
"Method": "GET",
- "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources/{educationAssignmentResource-id1}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaEducationClassAssignmentResourceCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Education",
- "Variants": [
- "List"
- ],
+ "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources/{educationAssignmentResource-id1}",
"OutputType": "IMicrosoftGraphEducationAssignmentResource",
- "Command": "Get-MgBetaEducationClassAssignmentResourceDependentResource",
- "Method": "GET",
- "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources",
"ApiVersion": "beta",
- "Permissions": [
- {
- "Name": "EduAssignments.ReadBasic",
- "Description": "View your assignments without grades",
- "FullDescription": "Allows the app to view your assignments on your behalf without seeing grades.",
- "IsAdmin": true,
- "PermissionType": "DelegatedWork",
- "IsLeastPrivilege": true
- },
- {
- "Name": "EduAssignments.ReadBasic.All",
- "Description": "Read all class assignments without grades",
- "FullDescription": "Allows the app to read all class assignments without grades for all users without a signed-in user.",
- "IsAdmin": false,
- "PermissionType": "Application",
- "IsLeastPrivilege": true
- },
- {
- "Name": "EduAssignments.ReadWrite",
- "Description": "View and modify your assignments and grades",
- "FullDescription": "Allows the app to view and modify your assignments on your behalf including  grades.",
- "IsAdmin": true,
- "PermissionType": "DelegatedWork",
- "IsLeastPrivilege": false
- },
- {
- "Name": "EduAssignments.Read",
- "Description": "View your assignments and grades",
- "FullDescription": "Allows the app to view your assignments on your behalf including grades.",
- "IsAdmin": true,
- "PermissionType": "DelegatedWork",
- "IsLeastPrivilege": false
- },
- {
- "Name": "EduAssignments.ReadWriteBasic.All",
- "Description": "Create, read, update and delete all class assignments without grades",
- "FullDescription": "Allows the app to create, read, update and delete all class assignments without grades for all users without a signed-in user.",
- "IsAdmin": false,
- "PermissionType": "Application",
- "IsLeastPrivilege": false
- },
- {
- "Name": "EduAssignments.ReadWrite.All",
- "Description": "Create, read, update and delete all class assignments with grades",
- "FullDescription": "Allows the app to create, read, update and delete all class assignments with grades for all users without a signed-in user.",
- "IsAdmin": false,
- "PermissionType": "Application",
- "IsLeastPrivilege": false
- },
- {
- "Name": "EduAssignments.Read.All",
- "Description": "Read all class assignments with grades",
- "FullDescription": "Allows the app to read all class assignments with grades for all users without a signed-in user.",
- "IsAdmin": false,
- "PermissionType": "Application",
- "IsLeastPrivilege": false
- }
- ]
- },
- {
- "Module": "Beta.Education",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaEducationClassAssignmentResourceDependentResourceCount",
"Method": "GET",
- "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources/$count",
- "ApiVersion": "beta",
- "Permissions": [
- {
- "Name": "EduAssignments.ReadBasic",
- "Description": "View your assignments without grades",
- "FullDescription": "Allows the app to view your assignments on your behalf without seeing grades.",
- "IsAdmin": true,
- "PermissionType": "DelegatedWork",
- "IsLeastPrivilege": true
- },
- {
- "Name": "EduAssignments.ReadBasic.All",
- "Description": "Read all class assignments without grades",
- "FullDescription": "Allows the app to read all class assignments without grades for all users without a signed-in user.",
- "IsAdmin": false,
- "PermissionType": "Application",
- "IsLeastPrivilege": true
- },
- {
- "Name": "EduAssignments.ReadWrite",
- "Description": "View and modify your assignments and grades",
- "FullDescription": "Allows the app to view and modify your assignments on your behalf including  grades.",
- "IsAdmin": true,
- "PermissionType": "DelegatedWork",
- "IsLeastPrivilege": false
- },
- {
- "Name": "EduAssignments.Read",
- "Description": "View your assignments and grades",
- "FullDescription": "Allows the app to view your assignments on your behalf including grades.",
- "IsAdmin": true,
- "PermissionType": "DelegatedWork",
- "IsLeastPrivilege": false
- },
- {
- "Name": "EduAssignments.ReadWriteBasic.All",
- "Description": "Create, read, update and delete all class assignments without grades",
- "FullDescription": "Allows the app to create, read, update and delete all class assignments without grades for all users without a signed-in user.",
- "IsAdmin": false,
- "PermissionType": "Application",
- "IsLeastPrivilege": false
- },
- {
- "Name": "EduAssignments.ReadWrite.All",
- "Description": "Create, read, update and delete all class assignments with grades",
- "FullDescription": "Allows the app to create, read, update and delete all class assignments with grades for all users without a signed-in user.",
- "IsAdmin": false,
- "PermissionType": "Application",
- "IsLeastPrivilege": false
- },
- {
- "Name": "EduAssignments.Read.All",
- "Description": "Read all class assignments with grades",
- "FullDescription": "Allows the app to read all class assignments with grades for all users without a signed-in user.",
- "IsAdmin": false,
- "PermissionType": "Application",
- "IsLeastPrivilege": false
- }
- ]
+ "Command": "Get-MgBetaEducationClassAssignmentResourceDependentResource",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Education",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphEducationRubric",
- "Command": "Get-MgBetaEducationClassAssignmentRubric",
- "Method": "GET",
- "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/rubric",
+ "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources",
+ "OutputType": "IMicrosoftGraphEducationAssignmentResource",
"ApiVersion": "beta",
"Permissions": [
{
@@ -81248,14 +84139,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",
@@ -81296,18 +84179,89 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaEducationClassAssignmentResourceDependentResource",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Education",
+ "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [
+ {
+ "Name": "EduAssignments.ReadBasic",
+ "Description": "View your assignments without grades",
+ "FullDescription": "Allows the app to view your assignments on your behalf without seeing grades.",
+ "IsAdmin": true,
+ "PermissionType": "DelegatedWork",
+ "IsLeastPrivilege": true
+ },
+ {
+ "Name": "EduAssignments.ReadBasic.All",
+ "Description": "Read all class assignments without grades",
+ "FullDescription": "Allows the app to read all class assignments without grades for all users without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": true
+ },
+ {
+ "Name": "EduAssignments.ReadWrite",
+ "Description": "View and modify your assignments and grades",
+ "FullDescription": "Allows the app to view and modify your assignments on your behalf including  grades.",
+ "IsAdmin": true,
+ "PermissionType": "DelegatedWork",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "EduAssignments.Read",
+ "Description": "View your assignments and grades",
+ "FullDescription": "Allows the app to view your assignments on your behalf including grades.",
+ "IsAdmin": true,
+ "PermissionType": "DelegatedWork",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "EduAssignments.ReadWriteBasic.All",
+ "Description": "Create, read, update and delete all class assignments without grades",
+ "FullDescription": "Allows the app to create, read, update and delete all class assignments without grades for all users without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "EduAssignments.ReadWrite.All",
+ "Description": "Create, read, update and delete all class assignments with grades",
+ "FullDescription": "Allows the app to create, read, update and delete all class assignments with grades for all users without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "EduAssignments.Read.All",
+ "Description": "Read all class assignments with grades",
+ "FullDescription": "Allows the app to read all class assignments with grades for all users without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ }
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaEducationClassAssignmentRubricByRef",
"Method": "GET",
- "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/rubric/$ref",
+ "Command": "Get-MgBetaEducationClassAssignmentResourceDependentResourceCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Education",
+ "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/rubric",
+ "OutputType": "IMicrosoftGraphEducationRubric",
"ApiVersion": "beta",
"Permissions": [
{
@@ -81374,18 +84328,98 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaEducationClassAssignmentRubric",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-get-rubric?view=graph-rest-1.0"
},
{
"Module": "Beta.Education",
+ "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/rubric/$ref",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [
+ {
+ "Name": "EduAssignments.ReadBasic",
+ "Description": "View your assignments without grades",
+ "FullDescription": "Allows the app to view your assignments on your behalf without seeing grades.",
+ "IsAdmin": true,
+ "PermissionType": "DelegatedWork",
+ "IsLeastPrivilege": true
+ },
+ {
+ "Name": "EduAssignments.ReadBasic.All",
+ "Description": "Read all class assignments without grades",
+ "FullDescription": "Allows the app to read all class assignments without grades for all users without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": true
+ },
+ {
+ "Name": "EduAssignments.ReadWriteBasic",
+ "Description": "View and modify your assignments without grades",
+ "FullDescription": "Allows the app to view and modify your assignments on your behalf without seeing grades.",
+ "IsAdmin": true,
+ "PermissionType": "DelegatedWork",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "EduAssignments.ReadWrite",
+ "Description": "View and modify your assignments and grades",
+ "FullDescription": "Allows the app to view and modify your assignments on your behalf including  grades.",
+ "IsAdmin": true,
+ "PermissionType": "DelegatedWork",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "EduAssignments.Read",
+ "Description": "View your assignments and grades",
+ "FullDescription": "Allows the app to view your assignments on your behalf including grades.",
+ "IsAdmin": true,
+ "PermissionType": "DelegatedWork",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "EduAssignments.ReadWriteBasic.All",
+ "Description": "Create, read, update and delete all class assignments without grades",
+ "FullDescription": "Allows the app to create, read, update and delete all class assignments without grades for all users without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "EduAssignments.ReadWrite.All",
+ "Description": "Create, read, update and delete all class assignments with grades",
+ "FullDescription": "Allows the app to create, read, update and delete all class assignments with grades for all users without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "EduAssignments.Read.All",
+ "Description": "Read all class assignments with grades",
+ "FullDescription": "Allows the app to read all class assignments with grades for all users without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ }
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphEducationAssignmentSettings",
- "Command": "Get-MgBetaEducationClassAssignmentSetting",
"Method": "GET",
+ "Command": "Get-MgBetaEducationClassAssignmentRubricByRef",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-get-rubric?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Education",
"Uri": "/education/classes/{educationClass-id}/assignmentSettings",
+ "OutputType": "IMicrosoftGraphEducationAssignmentSettings",
"ApiVersion": "beta",
"Permissions": [
{
@@ -81452,69 +84486,74 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaEducationClassAssignmentSetting",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignmentsettings-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Education",
+ "Uri": "/education/classes/{educationClass-id}/assignmentSettings/defaultGradingScheme",
+ "OutputType": "IMicrosoftGraphEducationGradingScheme",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphEducationGradingScheme",
- "Command": "Get-MgBetaEducationClassAssignmentSettingDefaultGradingScheme",
"Method": "GET",
- "Uri": "/education/classes/{educationClass-id}/assignmentSettings/defaultGradingScheme",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaEducationClassAssignmentSettingDefaultGradingScheme",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Education",
+ "Uri": "/education/classes/{educationClass-id}/assignmentSettings/gradingCategories/{educationGradingCategory-id}",
+ "OutputType": "IMicrosoftGraphEducationGradingCategory",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphEducationGradingCategory",
- "Command": "Get-MgBetaEducationClassAssignmentSettingGradingCategory",
"Method": "GET",
- "Uri": "/education/classes/{educationClass-id}/assignmentSettings/gradingCategories/{educationGradingCategory-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaEducationClassAssignmentSettingGradingCategory",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Education",
+ "Uri": "/education/classes/{educationClass-id}/assignmentSettings/gradingCategories",
+ "OutputType": "IMicrosoftGraphEducationGradingCategory",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphEducationGradingCategory",
- "Command": "Get-MgBetaEducationClassAssignmentSettingGradingCategory",
"Method": "GET",
- "Uri": "/education/classes/{educationClass-id}/assignmentSettings/gradingCategories",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaEducationClassAssignmentSettingGradingCategory",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Education",
+ "Uri": "/education/classes/{educationClass-id}/assignmentSettings/gradingCategories/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaEducationClassAssignmentSettingGradingCategoryCount",
"Method": "GET",
- "Uri": "/education/classes/{educationClass-id}/assignmentSettings/gradingCategories/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaEducationClassAssignmentSettingGradingCategoryCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Education",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphEducationGradingScheme",
- "Command": "Get-MgBetaEducationClassAssignmentSettingGradingScheme",
- "Method": "GET",
"Uri": "/education/classes/{educationClass-id}/assignmentSettings/gradingSchemes/{educationGradingScheme-id}",
+ "OutputType": "IMicrosoftGraphEducationGradingScheme",
"ApiVersion": "beta",
"Permissions": [
{
@@ -81549,43 +84588,46 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaEducationClassAssignmentSettingGradingScheme",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationgradingscheme-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Education",
+ "Uri": "/education/classes/{educationClass-id}/assignmentSettings/gradingSchemes",
+ "OutputType": "IMicrosoftGraphEducationGradingScheme",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphEducationGradingScheme",
- "Command": "Get-MgBetaEducationClassAssignmentSettingGradingScheme",
"Method": "GET",
- "Uri": "/education/classes/{educationClass-id}/assignmentSettings/gradingSchemes",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaEducationClassAssignmentSettingGradingScheme",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Education",
+ "Uri": "/education/classes/{educationClass-id}/assignmentSettings/gradingSchemes/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaEducationClassAssignmentSettingGradingSchemeCount",
"Method": "GET",
- "Uri": "/education/classes/{educationClass-id}/assignmentSettings/gradingSchemes/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaEducationClassAssignmentSettingGradingSchemeCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Education",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphEducationSubmission",
- "Command": "Get-MgBetaEducationClassAssignmentSubmission",
- "Method": "GET",
"Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}",
+ "OutputType": "IMicrosoftGraphEducationSubmission",
"ApiVersion": "beta",
"Permissions": [
{
@@ -81652,17 +84694,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Education",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphEducationSubmission",
- "Command": "Get-MgBetaEducationClassAssignmentSubmission",
"Method": "GET",
+ "Command": "Get-MgBetaEducationClassAssignmentSubmission",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Education",
"Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions",
+ "OutputType": "IMicrosoftGraphEducationSubmission",
"ApiVersion": "beta",
"Permissions": [
{
@@ -81729,18 +84773,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Education",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaEducationClassAssignmentSubmissionCount",
"Method": "GET",
+ "Command": "Get-MgBetaEducationClassAssignmentSubmission",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-list-submissions?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Education",
"Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -81807,30 +84851,33 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Education",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphEducationOutcome",
- "Command": "Get-MgBetaEducationClassAssignmentSubmissionOutcome",
"Method": "GET",
- "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaEducationClassAssignmentSubmissionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Education",
+ "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}",
+ "OutputType": "IMicrosoftGraphEducationOutcome",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphEducationOutcome",
- "Command": "Get-MgBetaEducationClassAssignmentSubmissionOutcome",
"Method": "GET",
+ "Command": "Get-MgBetaEducationClassAssignmentSubmissionOutcome",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Education",
"Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes",
+ "OutputType": "IMicrosoftGraphEducationOutcome",
"ApiVersion": "beta",
"Permissions": [
{
@@ -81865,18 +84912,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Education",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaEducationClassAssignmentSubmissionOutcomeCount",
"Method": "GET",
+ "Command": "Get-MgBetaEducationClassAssignmentSubmissionOutcome",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-list-outcomes?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Education",
"Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -81911,18 +84958,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Education",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphEducationSubmissionResource",
- "Command": "Get-MgBetaEducationClassAssignmentSubmissionResource",
"Method": "GET",
+ "Command": "Get-MgBetaEducationClassAssignmentSubmissionOutcomeCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Education",
"Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}",
+ "OutputType": "IMicrosoftGraphEducationSubmissionResource",
"ApiVersion": "beta",
"Permissions": [
{
@@ -81989,17 +85037,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Education",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphEducationSubmissionResource",
- "Command": "Get-MgBetaEducationClassAssignmentSubmissionResource",
"Method": "GET",
+ "Command": "Get-MgBetaEducationClassAssignmentSubmissionResource",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmissionresource-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Education",
"Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources",
+ "OutputType": "IMicrosoftGraphEducationSubmissionResource",
"ApiVersion": "beta",
"Permissions": [
{
@@ -82066,18 +85116,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Education",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaEducationClassAssignmentSubmissionResourceCount",
"Method": "GET",
+ "Command": "Get-MgBetaEducationClassAssignmentSubmissionResource",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-list-resources?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Education",
"Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -82144,30 +85194,33 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Education",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphEducationSubmissionResource",
- "Command": "Get-MgBetaEducationClassAssignmentSubmissionResourceDependentResource",
"Method": "GET",
- "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaEducationClassAssignmentSubmissionResourceCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Education",
+ "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}",
+ "OutputType": "IMicrosoftGraphEducationSubmissionResource",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphEducationSubmissionResource",
- "Command": "Get-MgBetaEducationClassAssignmentSubmissionResourceDependentResource",
"Method": "GET",
+ "Command": "Get-MgBetaEducationClassAssignmentSubmissionResourceDependentResource",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Education",
"Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources",
+ "OutputType": "IMicrosoftGraphEducationSubmissionResource",
"ApiVersion": "beta",
"Permissions": [
{
@@ -82226,18 +85279,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Education",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaEducationClassAssignmentSubmissionResourceDependentResourceCount",
"Method": "GET",
+ "Command": "Get-MgBetaEducationClassAssignmentSubmissionResourceDependentResource",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Education",
"Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -82296,18 +85349,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Education",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphEducationSubmissionResource",
- "Command": "Get-MgBetaEducationClassAssignmentSubmissionSubmittedResource",
"Method": "GET",
+ "Command": "Get-MgBetaEducationClassAssignmentSubmissionResourceDependentResourceCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Education",
"Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}",
+ "OutputType": "IMicrosoftGraphEducationSubmissionResource",
"ApiVersion": "beta",
"Permissions": [
{
@@ -82374,17 +85428,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Education",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphEducationSubmissionResource",
- "Command": "Get-MgBetaEducationClassAssignmentSubmissionSubmittedResource",
"Method": "GET",
+ "Command": "Get-MgBetaEducationClassAssignmentSubmissionSubmittedResource",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Education",
"Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources",
+ "OutputType": "IMicrosoftGraphEducationSubmissionResource",
"ApiVersion": "beta",
"Permissions": [
{
@@ -82451,18 +85507,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Education",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaEducationClassAssignmentSubmissionSubmittedResourceCount",
"Method": "GET",
+ "Command": "Get-MgBetaEducationClassAssignmentSubmissionSubmittedResource",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Education",
"Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -82529,30 +85585,33 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Education",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphEducationSubmissionResource",
- "Command": "Get-MgBetaEducationClassAssignmentSubmissionSubmittedResourceDependentResource",
"Method": "GET",
- "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaEducationClassAssignmentSubmissionSubmittedResourceCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Education",
+ "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}",
+ "OutputType": "IMicrosoftGraphEducationSubmissionResource",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphEducationSubmissionResource",
- "Command": "Get-MgBetaEducationClassAssignmentSubmissionSubmittedResourceDependentResource",
"Method": "GET",
+ "Command": "Get-MgBetaEducationClassAssignmentSubmissionSubmittedResourceDependentResource",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Education",
"Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources",
+ "OutputType": "IMicrosoftGraphEducationSubmissionResource",
"ApiVersion": "beta",
"Permissions": [
{
@@ -82619,18 +85678,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Education",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaEducationClassAssignmentSubmissionSubmittedResourceDependentResourceCount",
"Method": "GET",
+ "Command": "Get-MgBetaEducationClassAssignmentSubmissionSubmittedResourceDependentResource",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Education",
"Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -82697,17 +85756,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Education",
+ ],
"Variants": [
- "Get"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaEducationClassCount",
"Method": "GET",
+ "Command": "Get-MgBetaEducationClassAssignmentSubmissionSubmittedResourceDependentResourceCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Education",
"Uri": "/education/classes/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -82734,17 +85795,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Education",
+ ],
"Variants": [
- "Delta"
+ "Get"
],
- "OutputType": "IMicrosoftGraphEducationClass",
- "Command": "Get-MgBetaEducationClassDelta",
"Method": "GET",
+ "Command": "Get-MgBetaEducationClassCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Education",
"Uri": "/education/classes/delta",
+ "OutputType": "IMicrosoftGraphEducationClass",
"ApiVersion": "beta",
"Permissions": [
{
@@ -82795,18 +85857,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Education",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Delta"
],
- "OutputType": "IMicrosoftGraphGroup",
- "Command": "Get-MgBetaEducationClassGroup",
"Method": "GET",
+ "Command": "Get-MgBetaEducationClassDelta",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Education",
"Uri": "/education/classes/{educationClass-id}/group",
+ "OutputType": "IMicrosoftGraphGroup",
"ApiVersion": "beta",
"Permissions": [
{
@@ -82857,42 +85919,46 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaEducationClassGroup",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-get-group?view=graph-rest-1.0"
},
{
"Module": "Beta.Education",
+ "Uri": "/education/classes/{educationClass-id}/group/serviceProvisioningErrors",
+ "OutputType": "IMicrosoftGraphServiceProvisioningError",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Command": "Get-MgBetaEducationClassGroupServiceProvisioningError",
"Method": "GET",
- "Uri": "/education/classes/{educationClass-id}/group/serviceProvisioningErrors",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaEducationClassGroupServiceProvisioningError",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Education",
+ "Uri": "/education/classes/{educationClass-id}/group/serviceProvisioningErrors/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaEducationClassGroupServiceProvisioningErrorCount",
"Method": "GET",
- "Uri": "/education/classes/{educationClass-id}/group/serviceProvisioningErrors/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaEducationClassGroupServiceProvisioningErrorCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Education",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphEducationUser",
- "Command": "Get-MgBetaEducationClassMember",
- "Method": "GET",
"Uri": "/education/classes/{educationClass-id}/members",
+ "OutputType": "IMicrosoftGraphEducationUser",
"ApiVersion": "beta",
"Permissions": [
{
@@ -82927,63 +85993,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Education",
+ ],
"Variants": [
"List"
],
- "OutputType": null,
- "Command": "Get-MgBetaEducationClassMemberByRef",
"Method": "GET",
- "Uri": "/education/classes/{educationClass-id}/members/$ref",
- "ApiVersion": "beta",
- "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": "Member.Read.Hidden",
- "Description": "Read all hidden memberships",
- "FullDescription": "Allows the app to read the memberships of hidden groups and administrative units without a signed-in user.",
- "IsAdmin": false,
- "PermissionType": "Application",
- "IsLeastPrivilege": false
- },
- {
- "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
- }
- ]
+ "Command": "Get-MgBetaEducationClassMember",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-list-members?view=graph-rest-1.0"
},
{
"Module": "Beta.Education",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
+ "Uri": "/education/classes/{educationClass-id}/members/$ref",
"OutputType": null,
- "Command": "Get-MgBetaEducationClassMemberCount",
- "Method": "GET",
- "Uri": "/education/classes/{educationClass-id}/members/$count",
"ApiVersion": "beta",
"Permissions": [
{
@@ -83018,106 +86039,161 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaEducationClassMemberByRef",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-list-members?view=graph-rest-1.0"
},
{
"Module": "Beta.Education",
+ "Uri": "/education/classes/{educationClass-id}/members/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "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": "Member.Read.Hidden",
+ "Description": "Read all hidden memberships",
+ "FullDescription": "Allows the app to read the memberships of hidden groups and administrative units without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ },
+ {
+ "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
+ }
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphEducationModule",
- "Command": "Get-MgBetaEducationClassModule",
"Method": "GET",
+ "Command": "Get-MgBetaEducationClassMemberCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Education",
"Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}",
+ "OutputType": "IMicrosoftGraphEducationModule",
"ApiVersion": "beta",
- "Permissions": []
+ "Permissions": [],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaEducationClassModule",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationmodule-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Education",
+ "Uri": "/education/classes/{educationClass-id}/modules",
+ "OutputType": "IMicrosoftGraphEducationModule",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphEducationModule",
- "Command": "Get-MgBetaEducationClassModule",
"Method": "GET",
- "Uri": "/education/classes/{educationClass-id}/modules",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaEducationClassModule",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-list-modules?view=graph-rest-1.0"
},
{
"Module": "Beta.Education",
+ "Uri": "/education/classes/{educationClass-id}/modules/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaEducationClassModuleCount",
"Method": "GET",
- "Uri": "/education/classes/{educationClass-id}/modules/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaEducationClassModuleCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Education",
+ "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}/resources/{educationModuleResource-id}",
+ "OutputType": "IMicrosoftGraphEducationModuleResource",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphEducationModuleResource",
- "Command": "Get-MgBetaEducationClassModuleResource",
"Method": "GET",
- "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}/resources/{educationModuleResource-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaEducationClassModuleResource",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationmoduleresource-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Education",
+ "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}/resources",
+ "OutputType": "IMicrosoftGraphEducationModuleResource",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphEducationModuleResource",
- "Command": "Get-MgBetaEducationClassModuleResource",
"Method": "GET",
- "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}/resources",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaEducationClassModuleResource",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationmodule-list-resources?view=graph-rest-1.0"
},
{
"Module": "Beta.Education",
+ "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}/resources/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaEducationClassModuleResourceCount",
"Method": "GET",
- "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}/resources/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaEducationClassModuleResourceCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Education",
+ "Uri": "/education/classes/{educationClass-id}/schools/{educationSchool-id}",
+ "OutputType": "IMicrosoftGraphEducationSchool",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphEducationSchool",
- "Command": "Get-MgBetaEducationClassSchool",
"Method": "GET",
- "Uri": "/education/classes/{educationClass-id}/schools/{educationSchool-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaEducationClassSchool",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Education",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphEducationSchool",
- "Command": "Get-MgBetaEducationClassSchool",
- "Method": "GET",
"Uri": "/education/classes/{educationClass-id}/schools",
+ "OutputType": "IMicrosoftGraphEducationSchool",
"ApiVersion": "beta",
"Permissions": [
{
@@ -83144,18 +86220,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Education",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaEducationClassSchoolCount",
"Method": "GET",
+ "Command": "Get-MgBetaEducationClassSchool",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-list-schools?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Education",
"Uri": "/education/classes/{educationClass-id}/schools/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -83182,17 +86258,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Education",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphEducationUser",
- "Command": "Get-MgBetaEducationClassTeacher",
"Method": "GET",
+ "Command": "Get-MgBetaEducationClassSchoolCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Education",
"Uri": "/education/classes/{educationClass-id}/teachers",
+ "OutputType": "IMicrosoftGraphEducationUser",
"ApiVersion": "beta",
"Permissions": [
{
@@ -83219,17 +86297,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Education",
+ ],
"Variants": [
"List"
],
- "OutputType": null,
- "Command": "Get-MgBetaEducationClassTeacherByRef",
"Method": "GET",
+ "Command": "Get-MgBetaEducationClassTeacher",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-list-teachers?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Education",
"Uri": "/education/classes/{educationClass-id}/teachers/$ref",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -83256,18 +86335,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Education",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaEducationClassTeacherCount",
"Method": "GET",
+ "Command": "Get-MgBetaEducationClassTeacherByRef",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-list-teachers?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Education",
"Uri": "/education/classes/{educationClass-id}/teachers/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -83294,17 +86373,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Education",
+ ],
"Variants": [
- "Get"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphEducationUser",
- "Command": "Get-MgBetaEducationMe",
"Method": "GET",
+ "Command": "Get-MgBetaEducationClassTeacherCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Education",
"Uri": "/education/me",
+ "OutputType": "IMicrosoftGraphEducationUser",
"ApiVersion": "beta",
"Permissions": [
{
@@ -83331,30 +86412,32 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaEducationMe",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Education",
+ "Uri": "/education/me/assignments/{educationAssignment-id}",
+ "OutputType": "IMicrosoftGraphEducationAssignment",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphEducationAssignment",
- "Command": "Get-MgBetaEducationMeAssignment",
"Method": "GET",
- "Uri": "/education/me/assignments/{educationAssignment-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaEducationMeAssignment",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Education",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphEducationAssignment",
- "Command": "Get-MgBetaEducationMeAssignment",
- "Method": "GET",
"Uri": "/education/me/assignments",
+ "OutputType": "IMicrosoftGraphEducationAssignment",
"ApiVersion": "beta",
"Permissions": [
{
@@ -83421,67 +86504,72 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaEducationMeAssignment",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationuser-list-assignments?view=graph-rest-1.0"
},
{
"Module": "Beta.Education",
+ "Uri": "/education/me/assignments/{educationAssignment-id}/categories",
+ "OutputType": "IMicrosoftGraphEducationCategory",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphEducationCategory",
- "Command": "Get-MgBetaEducationMeAssignmentCategory",
"Method": "GET",
- "Uri": "/education/me/assignments/{educationAssignment-id}/categories",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaEducationMeAssignmentCategory",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-list-categories?view=graph-rest-1.0"
},
{
"Module": "Beta.Education",
+ "Uri": "/education/me/assignments/{educationAssignment-id}/categories/$ref",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": null,
- "Command": "Get-MgBetaEducationMeAssignmentCategoryByRef",
"Method": "GET",
- "Uri": "/education/me/assignments/{educationAssignment-id}/categories/$ref",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaEducationMeAssignmentCategoryByRef",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-list-categories?view=graph-rest-1.0"
},
{
"Module": "Beta.Education",
+ "Uri": "/education/me/assignments/{educationAssignment-id}/categories/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaEducationMeAssignmentCategoryCount",
"Method": "GET",
- "Uri": "/education/me/assignments/{educationAssignment-id}/categories/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaEducationMeAssignmentCategoryCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Education",
+ "Uri": "/education/me/assignments/{educationAssignment-id}/categories/delta",
+ "OutputType": "IMicrosoftGraphEducationCategory",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Delta",
"DeltaViaIdentity"
],
- "OutputType": "IMicrosoftGraphEducationCategory",
- "Command": "Get-MgBetaEducationMeAssignmentCategoryDelta",
"Method": "GET",
- "Uri": "/education/me/assignments/{educationAssignment-id}/categories/delta",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaEducationMeAssignmentCategoryDelta",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Education",
- "Variants": [
- "Get"
- ],
- "OutputType": null,
- "Command": "Get-MgBetaEducationMeAssignmentCount",
- "Method": "GET",
"Uri": "/education/me/assignments/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -83548,398 +86636,429 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaEducationMeAssignmentCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Education",
+ "Uri": "/education/me/assignments/delta",
+ "OutputType": "IMicrosoftGraphEducationAssignment",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Delta"
],
- "OutputType": "IMicrosoftGraphEducationAssignment",
- "Command": "Get-MgBetaEducationMeAssignmentDelta",
"Method": "GET",
- "Uri": "/education/me/assignments/delta",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaEducationMeAssignmentDelta",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Education",
+ "Uri": "/education/me/assignments/{educationAssignment-id}/gradingCategory",
+ "OutputType": "IMicrosoftGraphEducationGradingCategory",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphEducationGradingCategory",
- "Command": "Get-MgBetaEducationMeAssignmentGradingCategory",
"Method": "GET",
- "Uri": "/education/me/assignments/{educationAssignment-id}/gradingCategory",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaEducationMeAssignmentGradingCategory",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Education",
+ "Uri": "/education/me/assignments/{educationAssignment-id}/gradingScheme",
+ "OutputType": "IMicrosoftGraphEducationGradingScheme",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphEducationGradingScheme",
- "Command": "Get-MgBetaEducationMeAssignmentGradingScheme",
"Method": "GET",
- "Uri": "/education/me/assignments/{educationAssignment-id}/gradingScheme",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaEducationMeAssignmentGradingScheme",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Education",
+ "Uri": "/education/me/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}",
+ "OutputType": "IMicrosoftGraphEducationAssignmentResource",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphEducationAssignmentResource",
- "Command": "Get-MgBetaEducationMeAssignmentResource",
"Method": "GET",
- "Uri": "/education/me/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaEducationMeAssignmentResource",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignmentresource-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Education",
+ "Uri": "/education/me/assignments/{educationAssignment-id}/resources",
+ "OutputType": "IMicrosoftGraphEducationAssignmentResource",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphEducationAssignmentResource",
- "Command": "Get-MgBetaEducationMeAssignmentResource",
"Method": "GET",
- "Uri": "/education/me/assignments/{educationAssignment-id}/resources",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaEducationMeAssignmentResource",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-list-resources?view=graph-rest-1.0"
},
{
"Module": "Beta.Education",
+ "Uri": "/education/me/assignments/{educationAssignment-id}/resources/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaEducationMeAssignmentResourceCount",
"Method": "GET",
- "Uri": "/education/me/assignments/{educationAssignment-id}/resources/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaEducationMeAssignmentResourceCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Education",
+ "Uri": "/education/me/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources/{educationAssignmentResource-id1}",
+ "OutputType": "IMicrosoftGraphEducationAssignmentResource",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphEducationAssignmentResource",
- "Command": "Get-MgBetaEducationMeAssignmentResourceDependentResource",
"Method": "GET",
- "Uri": "/education/me/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources/{educationAssignmentResource-id1}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaEducationMeAssignmentResourceDependentResource",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Education",
+ "Uri": "/education/me/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources",
+ "OutputType": "IMicrosoftGraphEducationAssignmentResource",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphEducationAssignmentResource",
- "Command": "Get-MgBetaEducationMeAssignmentResourceDependentResource",
"Method": "GET",
- "Uri": "/education/me/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaEducationMeAssignmentResourceDependentResource",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Education",
+ "Uri": "/education/me/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaEducationMeAssignmentResourceDependentResourceCount",
"Method": "GET",
- "Uri": "/education/me/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaEducationMeAssignmentResourceDependentResourceCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Education",
+ "Uri": "/education/me/assignments/{educationAssignment-id}/rubric",
+ "OutputType": "IMicrosoftGraphEducationRubric",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphEducationRubric",
- "Command": "Get-MgBetaEducationMeAssignmentRubric",
"Method": "GET",
- "Uri": "/education/me/assignments/{educationAssignment-id}/rubric",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaEducationMeAssignmentRubric",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-get-rubric?view=graph-rest-1.0"
},
{
"Module": "Beta.Education",
+ "Uri": "/education/me/assignments/{educationAssignment-id}/rubric/$ref",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaEducationMeAssignmentRubricByRef",
"Method": "GET",
- "Uri": "/education/me/assignments/{educationAssignment-id}/rubric/$ref",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaEducationMeAssignmentRubricByRef",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-get-rubric?view=graph-rest-1.0"
},
{
"Module": "Beta.Education",
+ "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}",
+ "OutputType": "IMicrosoftGraphEducationSubmission",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphEducationSubmission",
- "Command": "Get-MgBetaEducationMeAssignmentSubmission",
"Method": "GET",
- "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaEducationMeAssignmentSubmission",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Education",
+ "Uri": "/education/me/assignments/{educationAssignment-id}/submissions",
+ "OutputType": "IMicrosoftGraphEducationSubmission",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphEducationSubmission",
- "Command": "Get-MgBetaEducationMeAssignmentSubmission",
"Method": "GET",
- "Uri": "/education/me/assignments/{educationAssignment-id}/submissions",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaEducationMeAssignmentSubmission",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-list-submissions?view=graph-rest-1.0"
},
{
"Module": "Beta.Education",
+ "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaEducationMeAssignmentSubmissionCount",
"Method": "GET",
- "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaEducationMeAssignmentSubmissionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Education",
+ "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}",
+ "OutputType": "IMicrosoftGraphEducationOutcome",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphEducationOutcome",
- "Command": "Get-MgBetaEducationMeAssignmentSubmissionOutcome",
"Method": "GET",
- "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaEducationMeAssignmentSubmissionOutcome",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Education",
+ "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes",
+ "OutputType": "IMicrosoftGraphEducationOutcome",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphEducationOutcome",
- "Command": "Get-MgBetaEducationMeAssignmentSubmissionOutcome",
"Method": "GET",
- "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaEducationMeAssignmentSubmissionOutcome",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-list-outcomes?view=graph-rest-1.0"
},
{
"Module": "Beta.Education",
+ "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaEducationMeAssignmentSubmissionOutcomeCount",
"Method": "GET",
- "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaEducationMeAssignmentSubmissionOutcomeCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Education",
+ "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}",
+ "OutputType": "IMicrosoftGraphEducationSubmissionResource",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphEducationSubmissionResource",
- "Command": "Get-MgBetaEducationMeAssignmentSubmissionResource",
"Method": "GET",
- "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaEducationMeAssignmentSubmissionResource",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmissionresource-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Education",
+ "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources",
+ "OutputType": "IMicrosoftGraphEducationSubmissionResource",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphEducationSubmissionResource",
- "Command": "Get-MgBetaEducationMeAssignmentSubmissionResource",
"Method": "GET",
- "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaEducationMeAssignmentSubmissionResource",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-list-resources?view=graph-rest-1.0"
},
{
"Module": "Beta.Education",
+ "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaEducationMeAssignmentSubmissionResourceCount",
"Method": "GET",
- "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaEducationMeAssignmentSubmissionResourceCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Education",
+ "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}",
+ "OutputType": "IMicrosoftGraphEducationSubmissionResource",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphEducationSubmissionResource",
- "Command": "Get-MgBetaEducationMeAssignmentSubmissionResourceDependentResource",
"Method": "GET",
- "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaEducationMeAssignmentSubmissionResourceDependentResource",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Education",
+ "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources",
+ "OutputType": "IMicrosoftGraphEducationSubmissionResource",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphEducationSubmissionResource",
- "Command": "Get-MgBetaEducationMeAssignmentSubmissionResourceDependentResource",
"Method": "GET",
- "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaEducationMeAssignmentSubmissionResourceDependentResource",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Education",
+ "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaEducationMeAssignmentSubmissionResourceDependentResourceCount",
"Method": "GET",
- "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaEducationMeAssignmentSubmissionResourceDependentResourceCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Education",
+ "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}",
+ "OutputType": "IMicrosoftGraphEducationSubmissionResource",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphEducationSubmissionResource",
- "Command": "Get-MgBetaEducationMeAssignmentSubmissionSubmittedResource",
"Method": "GET",
- "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaEducationMeAssignmentSubmissionSubmittedResource",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Education",
+ "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources",
+ "OutputType": "IMicrosoftGraphEducationSubmissionResource",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphEducationSubmissionResource",
- "Command": "Get-MgBetaEducationMeAssignmentSubmissionSubmittedResource",
"Method": "GET",
- "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaEducationMeAssignmentSubmissionSubmittedResource",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Education",
+ "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaEducationMeAssignmentSubmissionSubmittedResourceCount",
"Method": "GET",
- "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaEducationMeAssignmentSubmissionSubmittedResourceCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Education",
+ "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}",
+ "OutputType": "IMicrosoftGraphEducationSubmissionResource",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphEducationSubmissionResource",
- "Command": "Get-MgBetaEducationMeAssignmentSubmissionSubmittedResourceDependentResource",
"Method": "GET",
- "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaEducationMeAssignmentSubmissionSubmittedResourceDependentResource",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Education",
+ "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources",
+ "OutputType": "IMicrosoftGraphEducationSubmissionResource",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphEducationSubmissionResource",
- "Command": "Get-MgBetaEducationMeAssignmentSubmissionSubmittedResourceDependentResource",
"Method": "GET",
- "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaEducationMeAssignmentSubmissionSubmittedResourceDependentResource",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Education",
+ "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaEducationMeAssignmentSubmissionSubmittedResourceDependentResourceCount",
"Method": "GET",
- "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaEducationMeAssignmentSubmissionSubmittedResourceDependentResourceCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Education",
+ "Uri": "/education/me/classes/{educationClass-id}",
+ "OutputType": "IMicrosoftGraphEducationClass",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphEducationClass",
- "Command": "Get-MgBetaEducationMeClass",
"Method": "GET",
- "Uri": "/education/me/classes/{educationClass-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaEducationMeClass",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Education",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphEducationClass",
- "Command": "Get-MgBetaEducationMeClass",
- "Method": "GET",
"Uri": "/education/me/classes",
+ "OutputType": "IMicrosoftGraphEducationClass",
"ApiVersion": "beta",
"Permissions": [
{
@@ -83966,17 +87085,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Education",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaEducationMeClassCount",
"Method": "GET",
+ "Command": "Get-MgBetaEducationMeClass",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationuser-list-classes?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Education",
"Uri": "/education/me/classes/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -84003,18 +87123,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Education",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphEducationRubric",
- "Command": "Get-MgBetaEducationMeRubric",
"Method": "GET",
+ "Command": "Get-MgBetaEducationMeClassCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Education",
"Uri": "/education/me/rubrics/{educationRubric-id}",
+ "OutputType": "IMicrosoftGraphEducationRubric",
"ApiVersion": "beta",
"Permissions": [
{
@@ -84049,17 +87169,19 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Education",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphEducationRubric",
- "Command": "Get-MgBetaEducationMeRubric",
"Method": "GET",
+ "Command": "Get-MgBetaEducationMeRubric",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationrubric-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Education",
"Uri": "/education/me/rubrics",
+ "OutputType": "IMicrosoftGraphEducationRubric",
"ApiVersion": "beta",
"Permissions": [
{
@@ -84094,17 +87216,18 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Education",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaEducationMeRubricCount",
"Method": "GET",
+ "Command": "Get-MgBetaEducationMeRubric",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationuser-list-rubrics?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Education",
"Uri": "/education/me/rubrics/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -84139,30 +87262,32 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaEducationMeRubricCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Education",
+ "Uri": "/education/me/schools/{educationSchool-id}",
+ "OutputType": "IMicrosoftGraphEducationSchool",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphEducationSchool",
- "Command": "Get-MgBetaEducationMeSchool",
"Method": "GET",
- "Uri": "/education/me/schools/{educationSchool-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaEducationMeSchool",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Education",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphEducationSchool",
- "Command": "Get-MgBetaEducationMeSchool",
- "Method": "GET",
"Uri": "/education/me/schools",
+ "OutputType": "IMicrosoftGraphEducationSchool",
"ApiVersion": "beta",
"Permissions": [
{
@@ -84189,17 +87314,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Education",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaEducationMeSchoolCount",
"Method": "GET",
+ "Command": "Get-MgBetaEducationMeSchool",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationuser-list-schools?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Education",
"Uri": "/education/me/schools/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -84226,30 +87352,32 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaEducationMeSchoolCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Education",
+ "Uri": "/education/me/taughtClasses/{educationClass-id}",
+ "OutputType": "IMicrosoftGraphEducationClass",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphEducationClass",
- "Command": "Get-MgBetaEducationMeTaughtClass",
"Method": "GET",
- "Uri": "/education/me/taughtClasses/{educationClass-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaEducationMeTaughtClass",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Education",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphEducationClass",
- "Command": "Get-MgBetaEducationMeTaughtClass",
- "Method": "GET",
"Uri": "/education/me/taughtClasses",
+ "OutputType": "IMicrosoftGraphEducationClass",
"ApiVersion": "beta",
"Permissions": [
{
@@ -84276,17 +87404,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Education",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaEducationMeTaughtClassCount",
"Method": "GET",
+ "Command": "Get-MgBetaEducationMeTaughtClass",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Education",
"Uri": "/education/me/taughtClasses/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -84313,17 +87442,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Education",
+ ],
"Variants": [
"Get"
],
- "OutputType": "IMicrosoftGraphUser",
- "Command": "Get-MgBetaEducationMeUser",
"Method": "GET",
+ "Command": "Get-MgBetaEducationMeTaughtClassCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Education",
"Uri": "/education/me/user",
+ "OutputType": "IMicrosoftGraphUser",
"ApiVersion": "beta",
"Permissions": [
{
@@ -84382,66 +87512,70 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaEducationMeUser",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationuser-get-user?view=graph-rest-1.0"
},
{
"Module": "Beta.Education",
+ "Uri": "/education/me/user/mailboxSettings",
+ "OutputType": "IMicrosoftGraphMailboxSettings",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Command": "Get-MgBetaEducationMeUserMailboxSetting",
"Method": "GET",
- "Uri": "/education/me/user/mailboxSettings",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaEducationMeUserMailboxSetting",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Education",
+ "Uri": "/education/me/user/serviceProvisioningErrors",
+ "OutputType": "IMicrosoftGraphServiceProvisioningError",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Command": "Get-MgBetaEducationMeUserServiceProvisioningError",
"Method": "GET",
- "Uri": "/education/me/user/serviceProvisioningErrors",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaEducationMeUserServiceProvisioningError",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Education",
+ "Uri": "/education/me/user/serviceProvisioningErrors/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgBetaEducationMeUserServiceProvisioningErrorCount",
"Method": "GET",
- "Uri": "/education/me/user/serviceProvisioningErrors/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaEducationMeUserServiceProvisioningErrorCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Education",
+ "Uri": "/education",
+ "OutputType": "IMicrosoftGraphEducationRoot",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": "IMicrosoftGraphEducationRoot",
- "Command": "Get-MgBetaEducationRoot",
"Method": "GET",
- "Uri": "/education",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaEducationRoot",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Education",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphEducationSchool",
- "Command": "Get-MgBetaEducationSchool",
- "Method": "GET",
"Uri": "/education/schools/{educationSchool-id}",
+ "OutputType": "IMicrosoftGraphEducationSchool",
"ApiVersion": "beta",
"Permissions": [
{
@@ -84468,17 +87602,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Education",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphEducationSchool",
- "Command": "Get-MgBetaEducationSchool",
"Method": "GET",
+ "Command": "Get-MgBetaEducationSchool",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationschool-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Education",
"Uri": "/education/schools",
+ "OutputType": "IMicrosoftGraphEducationSchool",
"ApiVersion": "beta",
"Permissions": [
{
@@ -84505,18 +87641,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Education",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": "IMicrosoftGraphAdministrativeUnit",
- "Command": "Get-MgBetaEducationSchoolAdministrativeUnit",
"Method": "GET",
+ "Command": "Get-MgBetaEducationSchool",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationroot-list-schools?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Education",
"Uri": "/education/schools/{educationSchool-id}/administrativeUnit",
+ "OutputType": "IMicrosoftGraphAdministrativeUnit",
"ApiVersion": "beta",
"Permissions": [
{
@@ -84567,17 +87703,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Education",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphEducationClass",
- "Command": "Get-MgBetaEducationSchoolClass",
"Method": "GET",
+ "Command": "Get-MgBetaEducationSchoolAdministrativeUnit",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationschool-get-administrativeUnit?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Education",
"Uri": "/education/schools/{educationSchool-id}/classes",
+ "OutputType": "IMicrosoftGraphEducationClass",
"ApiVersion": "beta",
"Permissions": [
{
@@ -84604,17 +87742,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Education",
+ ],
"Variants": [
"List"
],
- "OutputType": null,
- "Command": "Get-MgBetaEducationSchoolClassByRef",
"Method": "GET",
+ "Command": "Get-MgBetaEducationSchoolClass",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationschool-list-classes?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Education",
"Uri": "/education/schools/{educationSchool-id}/classes/$ref",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -84641,18 +87780,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Education",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaEducationSchoolClassCount",
"Method": "GET",
+ "Command": "Get-MgBetaEducationSchoolClassByRef",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationschool-list-classes?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Education",
"Uri": "/education/schools/{educationSchool-id}/classes/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -84679,17 +87818,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Education",
+ ],
"Variants": [
- "Get"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaEducationSchoolCount",
"Method": "GET",
+ "Command": "Get-MgBetaEducationSchoolClassCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Education",
"Uri": "/education/schools/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -84716,17 +87857,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Education",
+ ],
"Variants": [
- "Delta"
+ "Get"
],
- "OutputType": "IMicrosoftGraphEducationSchool",
- "Command": "Get-MgBetaEducationSchoolDelta",
"Method": "GET",
+ "Command": "Get-MgBetaEducationSchoolCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Education",
"Uri": "/education/schools/delta",
+ "OutputType": "IMicrosoftGraphEducationSchool",
"ApiVersion": "beta",
"Permissions": [
{
@@ -84785,17 +87927,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Education",
+ ],
"Variants": [
- "List"
+ "Delta"
],
- "OutputType": "IMicrosoftGraphEducationUser",
- "Command": "Get-MgBetaEducationSchoolUser",
"Method": "GET",
+ "Command": "Get-MgBetaEducationSchoolDelta",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Education",
"Uri": "/education/schools/{educationSchool-id}/users",
+ "OutputType": "IMicrosoftGraphEducationUser",
"ApiVersion": "beta",
"Permissions": [
{
@@ -84814,17 +87957,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Education",
+ ],
"Variants": [
"List"
],
- "OutputType": null,
- "Command": "Get-MgBetaEducationSchoolUserByRef",
"Method": "GET",
+ "Command": "Get-MgBetaEducationSchoolUser",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationschool-list-users?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Education",
"Uri": "/education/schools/{educationSchool-id}/users/$ref",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -84843,18 +87987,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Education",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaEducationSchoolUserCount",
"Method": "GET",
+ "Command": "Get-MgBetaEducationSchoolUserByRef",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationschool-list-users?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Education",
"Uri": "/education/schools/{educationSchool-id}/users/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -84873,18 +88017,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Education",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphEducationSynchronizationProfile",
- "Command": "Get-MgBetaEducationSynchronizationProfile",
"Method": "GET",
+ "Command": "Get-MgBetaEducationSchoolUserCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Education",
"Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}",
+ "OutputType": "IMicrosoftGraphEducationSynchronizationProfile",
"ApiVersion": "beta",
"Permissions": [
{
@@ -84919,17 +88064,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Education",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphEducationSynchronizationProfile",
- "Command": "Get-MgBetaEducationSynchronizationProfile",
"Method": "GET",
+ "Command": "Get-MgBetaEducationSynchronizationProfile",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsynchronizationprofile-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Education",
"Uri": "/education/synchronizationProfiles",
+ "OutputType": "IMicrosoftGraphEducationSynchronizationProfile",
"ApiVersion": "beta",
"Permissions": [
{
@@ -84964,17 +88111,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Education",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaEducationSynchronizationProfileCount",
"Method": "GET",
+ "Command": "Get-MgBetaEducationSynchronizationProfile",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsynchronizationprofile-list?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Education",
"Uri": "/education/synchronizationProfiles/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -85009,30 +88157,32 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaEducationSynchronizationProfileCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Education",
+ "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/errors/{educationSynchronizationError-id}",
+ "OutputType": "IMicrosoftGraphEducationSynchronizationError",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphEducationSynchronizationError",
- "Command": "Get-MgBetaEducationSynchronizationProfileError",
"Method": "GET",
- "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/errors/{educationSynchronizationError-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaEducationSynchronizationProfileError",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Education",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphEducationSynchronizationError",
- "Command": "Get-MgBetaEducationSynchronizationProfileError",
- "Method": "GET",
"Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/errors",
+ "OutputType": "IMicrosoftGraphEducationSynchronizationError",
"ApiVersion": "beta",
"Permissions": [
{
@@ -85067,18 +88217,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Education",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaEducationSynchronizationProfileErrorCount",
"Method": "GET",
+ "Command": "Get-MgBetaEducationSynchronizationProfileError",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsynchronizationerrors-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Education",
"Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/errors/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -85113,18 +88263,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Education",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphEducationSynchronizationProfileStatus",
- "Command": "Get-MgBetaEducationSynchronizationProfileStatus",
"Method": "GET",
+ "Command": "Get-MgBetaEducationSynchronizationProfileErrorCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Education",
"Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/profileStatus",
+ "OutputType": "IMicrosoftGraphEducationSynchronizationProfileStatus",
"ApiVersion": "beta",
"Permissions": [
{
@@ -85159,20 +88310,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Education",
+ ],
"Variants": [
"Get",
- "Get1",
- "GetViaIdentity",
- "GetViaIdentity1"
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphEducationUser",
- "Command": "Get-MgBetaEducationUser",
"Method": "GET",
+ "Command": "Get-MgBetaEducationSynchronizationProfileStatus",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsynchronizationprofilestatus-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Education",
"Uri": "/education/users/{educationUser-id}",
+ "OutputType": "IMicrosoftGraphEducationUser",
"ApiVersion": "beta",
"Permissions": [
{
@@ -85199,17 +88349,21 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Education",
+ ],
"Variants": [
- "List"
+ "Get",
+ "Get1",
+ "GetViaIdentity",
+ "GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphEducationUser",
- "Command": "Get-MgBetaEducationUser",
"Method": "GET",
+ "Command": "Get-MgBetaEducationUser",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationuser-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Education",
"Uri": "/education/users",
+ "OutputType": "IMicrosoftGraphEducationUser",
"ApiVersion": "beta",
"Permissions": [
{
@@ -85228,30 +88382,32 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaEducationUser",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationroot-list-users?view=graph-rest-1.0"
},
{
"Module": "Beta.Education",
+ "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}",
+ "OutputType": "IMicrosoftGraphEducationAssignment",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphEducationAssignment",
- "Command": "Get-MgBetaEducationUserAssignment",
"Method": "GET",
- "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaEducationUserAssignment",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Education",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphEducationAssignment",
- "Command": "Get-MgBetaEducationUserAssignment",
- "Method": "GET",
"Uri": "/education/users/{educationUser-id}/assignments",
+ "OutputType": "IMicrosoftGraphEducationAssignment",
"ApiVersion": "beta",
"Permissions": [
{
@@ -85318,68 +88474,72 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaEducationUserAssignment",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationuser-list-assignments?view=graph-rest-1.0"
},
{
"Module": "Beta.Education",
+ "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories",
+ "OutputType": "IMicrosoftGraphEducationCategory",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphEducationCategory",
- "Command": "Get-MgBetaEducationUserAssignmentCategory",
"Method": "GET",
- "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaEducationUserAssignmentCategory",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-list-categories?view=graph-rest-1.0"
},
{
"Module": "Beta.Education",
+ "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories/$ref",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": null,
- "Command": "Get-MgBetaEducationUserAssignmentCategoryByRef",
"Method": "GET",
- "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories/$ref",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaEducationUserAssignmentCategoryByRef",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-list-categories?view=graph-rest-1.0"
},
{
"Module": "Beta.Education",
+ "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaEducationUserAssignmentCategoryCount",
"Method": "GET",
- "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaEducationUserAssignmentCategoryCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Education",
+ "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories/delta",
+ "OutputType": "IMicrosoftGraphEducationCategory",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Delta",
"DeltaViaIdentity"
],
- "OutputType": "IMicrosoftGraphEducationCategory",
- "Command": "Get-MgBetaEducationUserAssignmentCategoryDelta",
"Method": "GET",
- "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories/delta",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaEducationUserAssignmentCategoryDelta",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Education",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": null,
- "Command": "Get-MgBetaEducationUserAssignmentCount",
- "Method": "GET",
"Uri": "/education/users/{educationUser-id}/assignments/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -85446,399 +88606,431 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaEducationUserAssignmentCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Education",
+ "Uri": "/education/users/{educationUser-id}/assignments/delta",
+ "OutputType": "IMicrosoftGraphEducationAssignment",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Delta",
"DeltaViaIdentity"
],
- "OutputType": "IMicrosoftGraphEducationAssignment",
- "Command": "Get-MgBetaEducationUserAssignmentDelta",
"Method": "GET",
- "Uri": "/education/users/{educationUser-id}/assignments/delta",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaEducationUserAssignmentDelta",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Education",
+ "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/gradingCategory",
+ "OutputType": "IMicrosoftGraphEducationGradingCategory",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphEducationGradingCategory",
- "Command": "Get-MgBetaEducationUserAssignmentGradingCategory",
"Method": "GET",
- "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/gradingCategory",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaEducationUserAssignmentGradingCategory",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Education",
+ "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/gradingScheme",
+ "OutputType": "IMicrosoftGraphEducationGradingScheme",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphEducationGradingScheme",
- "Command": "Get-MgBetaEducationUserAssignmentGradingScheme",
"Method": "GET",
- "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/gradingScheme",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaEducationUserAssignmentGradingScheme",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Education",
+ "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}",
+ "OutputType": "IMicrosoftGraphEducationAssignmentResource",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphEducationAssignmentResource",
- "Command": "Get-MgBetaEducationUserAssignmentResource",
"Method": "GET",
- "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaEducationUserAssignmentResource",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignmentresource-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Education",
+ "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources",
+ "OutputType": "IMicrosoftGraphEducationAssignmentResource",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphEducationAssignmentResource",
- "Command": "Get-MgBetaEducationUserAssignmentResource",
"Method": "GET",
- "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaEducationUserAssignmentResource",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-list-resources?view=graph-rest-1.0"
},
{
"Module": "Beta.Education",
+ "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaEducationUserAssignmentResourceCount",
"Method": "GET",
- "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaEducationUserAssignmentResourceCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Education",
+ "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources/{educationAssignmentResource-id1}",
+ "OutputType": "IMicrosoftGraphEducationAssignmentResource",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphEducationAssignmentResource",
- "Command": "Get-MgBetaEducationUserAssignmentResourceDependentResource",
"Method": "GET",
- "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources/{educationAssignmentResource-id1}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaEducationUserAssignmentResourceDependentResource",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Education",
+ "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources",
+ "OutputType": "IMicrosoftGraphEducationAssignmentResource",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphEducationAssignmentResource",
- "Command": "Get-MgBetaEducationUserAssignmentResourceDependentResource",
"Method": "GET",
- "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaEducationUserAssignmentResourceDependentResource",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Education",
+ "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaEducationUserAssignmentResourceDependentResourceCount",
"Method": "GET",
- "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaEducationUserAssignmentResourceDependentResourceCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Education",
+ "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/rubric",
+ "OutputType": "IMicrosoftGraphEducationRubric",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphEducationRubric",
- "Command": "Get-MgBetaEducationUserAssignmentRubric",
"Method": "GET",
- "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/rubric",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaEducationUserAssignmentRubric",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-get-rubric?view=graph-rest-1.0"
},
{
"Module": "Beta.Education",
+ "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/rubric/$ref",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaEducationUserAssignmentRubricByRef",
"Method": "GET",
- "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/rubric/$ref",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaEducationUserAssignmentRubricByRef",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-get-rubric?view=graph-rest-1.0"
},
{
"Module": "Beta.Education",
+ "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}",
+ "OutputType": "IMicrosoftGraphEducationSubmission",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphEducationSubmission",
- "Command": "Get-MgBetaEducationUserAssignmentSubmission",
"Method": "GET",
- "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaEducationUserAssignmentSubmission",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Education",
+ "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions",
+ "OutputType": "IMicrosoftGraphEducationSubmission",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphEducationSubmission",
- "Command": "Get-MgBetaEducationUserAssignmentSubmission",
"Method": "GET",
- "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaEducationUserAssignmentSubmission",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-list-submissions?view=graph-rest-1.0"
},
{
"Module": "Beta.Education",
+ "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaEducationUserAssignmentSubmissionCount",
"Method": "GET",
- "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaEducationUserAssignmentSubmissionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Education",
+ "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}",
+ "OutputType": "IMicrosoftGraphEducationOutcome",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphEducationOutcome",
- "Command": "Get-MgBetaEducationUserAssignmentSubmissionOutcome",
"Method": "GET",
- "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaEducationUserAssignmentSubmissionOutcome",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Education",
+ "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes",
+ "OutputType": "IMicrosoftGraphEducationOutcome",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphEducationOutcome",
- "Command": "Get-MgBetaEducationUserAssignmentSubmissionOutcome",
"Method": "GET",
- "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaEducationUserAssignmentSubmissionOutcome",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-list-outcomes?view=graph-rest-1.0"
},
{
"Module": "Beta.Education",
+ "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaEducationUserAssignmentSubmissionOutcomeCount",
"Method": "GET",
- "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaEducationUserAssignmentSubmissionOutcomeCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Education",
+ "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}",
+ "OutputType": "IMicrosoftGraphEducationSubmissionResource",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphEducationSubmissionResource",
- "Command": "Get-MgBetaEducationUserAssignmentSubmissionResource",
"Method": "GET",
- "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaEducationUserAssignmentSubmissionResource",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmissionresource-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Education",
+ "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources",
+ "OutputType": "IMicrosoftGraphEducationSubmissionResource",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphEducationSubmissionResource",
- "Command": "Get-MgBetaEducationUserAssignmentSubmissionResource",
"Method": "GET",
- "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaEducationUserAssignmentSubmissionResource",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-list-resources?view=graph-rest-1.0"
},
{
"Module": "Beta.Education",
+ "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaEducationUserAssignmentSubmissionResourceCount",
"Method": "GET",
- "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaEducationUserAssignmentSubmissionResourceCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Education",
+ "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}",
+ "OutputType": "IMicrosoftGraphEducationSubmissionResource",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphEducationSubmissionResource",
- "Command": "Get-MgBetaEducationUserAssignmentSubmissionResourceDependentResource",
"Method": "GET",
- "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaEducationUserAssignmentSubmissionResourceDependentResource",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Education",
+ "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources",
+ "OutputType": "IMicrosoftGraphEducationSubmissionResource",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphEducationSubmissionResource",
- "Command": "Get-MgBetaEducationUserAssignmentSubmissionResourceDependentResource",
"Method": "GET",
- "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaEducationUserAssignmentSubmissionResourceDependentResource",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Education",
+ "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaEducationUserAssignmentSubmissionResourceDependentResourceCount",
"Method": "GET",
- "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaEducationUserAssignmentSubmissionResourceDependentResourceCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Education",
+ "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}",
+ "OutputType": "IMicrosoftGraphEducationSubmissionResource",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphEducationSubmissionResource",
- "Command": "Get-MgBetaEducationUserAssignmentSubmissionSubmittedResource",
"Method": "GET",
- "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaEducationUserAssignmentSubmissionSubmittedResource",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Education",
+ "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources",
+ "OutputType": "IMicrosoftGraphEducationSubmissionResource",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphEducationSubmissionResource",
- "Command": "Get-MgBetaEducationUserAssignmentSubmissionSubmittedResource",
"Method": "GET",
- "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaEducationUserAssignmentSubmissionSubmittedResource",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Education",
+ "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaEducationUserAssignmentSubmissionSubmittedResourceCount",
"Method": "GET",
- "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaEducationUserAssignmentSubmissionSubmittedResourceCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Education",
+ "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}",
+ "OutputType": "IMicrosoftGraphEducationSubmissionResource",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphEducationSubmissionResource",
- "Command": "Get-MgBetaEducationUserAssignmentSubmissionSubmittedResourceDependentResource",
"Method": "GET",
- "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaEducationUserAssignmentSubmissionSubmittedResourceDependentResource",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Education",
+ "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources",
+ "OutputType": "IMicrosoftGraphEducationSubmissionResource",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphEducationSubmissionResource",
- "Command": "Get-MgBetaEducationUserAssignmentSubmissionSubmittedResourceDependentResource",
"Method": "GET",
- "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaEducationUserAssignmentSubmissionSubmittedResourceDependentResource",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Education",
+ "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaEducationUserAssignmentSubmissionSubmittedResourceDependentResourceCount",
"Method": "GET",
- "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaEducationUserAssignmentSubmissionSubmittedResourceDependentResourceCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Education",
+ "Uri": "/education/users/{educationUser-id}/classes/{educationClass-id}",
+ "OutputType": "IMicrosoftGraphEducationClass",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphEducationClass",
- "Command": "Get-MgBetaEducationUserClass",
"Method": "GET",
- "Uri": "/education/users/{educationUser-id}/classes/{educationClass-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaEducationUserClass",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Education",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphEducationClass",
- "Command": "Get-MgBetaEducationUserClass",
- "Method": "GET",
"Uri": "/education/users/{educationUser-id}/classes",
+ "OutputType": "IMicrosoftGraphEducationClass",
"ApiVersion": "beta",
"Permissions": [
{
@@ -85865,18 +89057,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Education",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaEducationUserClassCount",
"Method": "GET",
+ "Command": "Get-MgBetaEducationUserClass",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationuser-list-classes?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Education",
"Uri": "/education/users/{educationUser-id}/classes/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -85903,17 +89095,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Education",
+ ],
"Variants": [
- "Get"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaEducationUserCount",
"Method": "GET",
+ "Command": "Get-MgBetaEducationUserClassCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Education",
"Uri": "/education/users/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -85932,17 +89126,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Education",
+ ],
"Variants": [
- "Delta"
+ "Get"
],
- "OutputType": "IMicrosoftGraphEducationUser",
- "Command": "Get-MgBetaEducationUserDelta",
"Method": "GET",
+ "Command": "Get-MgBetaEducationUserCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Education",
"Uri": "/education/users/delta",
+ "OutputType": "IMicrosoftGraphEducationUser",
"ApiVersion": "beta",
"Permissions": [
{
@@ -86001,81 +89196,87 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Delta"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaEducationUserDelta",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Education",
+ "Uri": "/education/users/{educationUser-id}/user/mailboxSettings",
+ "OutputType": "IMicrosoftGraphMailboxSettings",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Command": "Get-MgBetaEducationUserMailboxSetting",
"Method": "GET",
- "Uri": "/education/users/{educationUser-id}/user/mailboxSettings",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaEducationUserMailboxSetting",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Education",
+ "Uri": "/education/users/{educationUser-id}/rubrics/{educationRubric-id}",
+ "OutputType": "IMicrosoftGraphEducationRubric",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphEducationRubric",
- "Command": "Get-MgBetaEducationUserRubric",
"Method": "GET",
- "Uri": "/education/users/{educationUser-id}/rubrics/{educationRubric-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaEducationUserRubric",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationrubric-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Education",
+ "Uri": "/education/users/{educationUser-id}/rubrics",
+ "OutputType": "IMicrosoftGraphEducationRubric",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphEducationRubric",
- "Command": "Get-MgBetaEducationUserRubric",
"Method": "GET",
- "Uri": "/education/users/{educationUser-id}/rubrics",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaEducationUserRubric",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationuser-list-rubrics?view=graph-rest-1.0"
},
{
"Module": "Beta.Education",
+ "Uri": "/education/users/{educationUser-id}/rubrics/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaEducationUserRubricCount",
"Method": "GET",
- "Uri": "/education/users/{educationUser-id}/rubrics/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaEducationUserRubricCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Education",
+ "Uri": "/education/users/{educationUser-id}/schools/{educationSchool-id}",
+ "OutputType": "IMicrosoftGraphEducationSchool",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphEducationSchool",
- "Command": "Get-MgBetaEducationUserSchool",
"Method": "GET",
- "Uri": "/education/users/{educationUser-id}/schools/{educationSchool-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaEducationUserSchool",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Education",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphEducationSchool",
- "Command": "Get-MgBetaEducationUserSchool",
- "Method": "GET",
"Uri": "/education/users/{educationUser-id}/schools",
+ "OutputType": "IMicrosoftGraphEducationSchool",
"ApiVersion": "beta",
"Permissions": [
{
@@ -86102,18 +89303,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Education",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaEducationUserSchoolCount",
"Method": "GET",
+ "Command": "Get-MgBetaEducationUserSchool",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationuser-list-schools?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Education",
"Uri": "/education/users/{educationUser-id}/schools/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -86140,55 +89341,60 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaEducationUserSchoolCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Education",
+ "Uri": "/education/users/{educationUser-id}/user/serviceProvisioningErrors",
+ "OutputType": "IMicrosoftGraphServiceProvisioningError",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Command": "Get-MgBetaEducationUserServiceProvisioningError",
"Method": "GET",
- "Uri": "/education/users/{educationUser-id}/user/serviceProvisioningErrors",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaEducationUserServiceProvisioningError",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Education",
+ "Uri": "/education/users/{educationUser-id}/user/serviceProvisioningErrors/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaEducationUserServiceProvisioningErrorCount",
"Method": "GET",
- "Uri": "/education/users/{educationUser-id}/user/serviceProvisioningErrors/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaEducationUserServiceProvisioningErrorCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Education",
+ "Uri": "/education/users/{educationUser-id}/taughtClasses/{educationClass-id}",
+ "OutputType": "IMicrosoftGraphEducationClass",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphEducationClass",
- "Command": "Get-MgBetaEducationUserTaughtClass",
"Method": "GET",
- "Uri": "/education/users/{educationUser-id}/taughtClasses/{educationClass-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaEducationUserTaughtClass",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Education",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphEducationClass",
- "Command": "Get-MgBetaEducationUserTaughtClass",
- "Method": "GET",
"Uri": "/education/users/{educationUser-id}/taughtClasses",
+ "OutputType": "IMicrosoftGraphEducationClass",
"ApiVersion": "beta",
"Permissions": [
{
@@ -86215,18 +89421,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Education",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaEducationUserTaughtClassCount",
"Method": "GET",
+ "Command": "Get-MgBetaEducationUserTaughtClass",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Education",
"Uri": "/education/users/{educationUser-id}/taughtClasses/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -86253,18 +89459,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.Governance",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAccessPackage",
- "Command": "Get-MgBetaEntitlementManagementAccessPackage",
"Method": "GET",
+ "Command": "Get-MgBetaEducationUserTaughtClassCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Identity.Governance",
"Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}",
+ "OutputType": "IMicrosoftGraphAccessPackage",
"ApiVersion": "beta",
"Permissions": [
{
@@ -86283,17 +89490,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.Governance",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAccessPackage",
- "Command": "Get-MgBetaEntitlementManagementAccessPackage",
"Method": "GET",
+ "Command": "Get-MgBetaEntitlementManagementAccessPackage",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.Governance",
"Uri": "/identityGovernance/entitlementManagement/accessPackages",
+ "OutputType": "IMicrosoftGraphAccessPackage",
"ApiVersion": "beta",
"Permissions": [
{
@@ -86312,18 +89521,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaEntitlementManagementAccessPackage",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-list-accesspackages?view=graph-rest-1.0"
},
{
"Module": "Beta.Identity.Governance",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequestRequirements",
- "Command": "Get-MgBetaEntitlementManagementAccessPackageApplicablePolicyRequirement",
- "Method": "POST",
"Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/getApplicablePolicyRequirements",
+ "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequestRequirements",
"ApiVersion": "beta",
"Permissions": [
{
@@ -86342,30 +89551,33 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "POST",
+ "Command": "Get-MgBetaEntitlementManagementAccessPackageApplicablePolicyRequirement",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-getapplicablepolicyrequirements?view=graph-rest-1.0"
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}",
+ "OutputType": "IMicrosoftGraphAccessPackageAssignment",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAccessPackageAssignment",
- "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignment",
"Method": "GET",
- "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignment",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphAccessPackageAssignment",
- "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignment",
- "Method": "GET",
"Uri": "/identityGovernance/entitlementManagement/accessPackageAssignments",
+ "OutputType": "IMicrosoftGraphAccessPackageAssignment",
"ApiVersion": "beta",
"Permissions": [
{
@@ -86384,44 +89596,46 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignment",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-list-accesspackageassignments?view=graph-rest-1.0"
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignments/additionalAccess",
+ "OutputType": "IMicrosoftGraphAccessPackageAssignment",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Access",
"Access1",
"AccessViaIdentity"
],
- "OutputType": "IMicrosoftGraphAccessPackageAssignment",
- "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentAdditional",
"Method": "GET",
- "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignments/additionalAccess",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentAdditional",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentApprovalCount",
"Method": "GET",
- "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentApprovalCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": null,
- "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentApprovalStepCount",
- "Method": "GET",
"Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}/steps/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -86440,17 +89654,19 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.Governance",
+ ],
"Variants": [
- "Get"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentCount",
"Method": "GET",
+ "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentApprovalStepCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Identity.Governance",
"Uri": "/identityGovernance/entitlementManagement/accessPackageAssignments/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -86469,18 +89685,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.Governance",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphAccessPackageAssignmentPolicy",
- "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentPolicy",
"Method": "GET",
+ "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Identity.Governance",
"Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}",
+ "OutputType": "IMicrosoftGraphAccessPackageAssignmentPolicy",
"ApiVersion": "beta",
"Permissions": [
{
@@ -86499,17 +89715,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.Governance",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAccessPackageAssignmentPolicy",
- "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentPolicy",
"Method": "GET",
+ "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentPolicy",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignmentpolicy-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.Governance",
"Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies",
+ "OutputType": "IMicrosoftGraphAccessPackageAssignmentPolicy",
"ApiVersion": "beta",
"Permissions": [
{
@@ -86528,17 +89746,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.Governance",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCount",
"Method": "GET",
+ "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentPolicy",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-list-accesspackageassignmentpolicies?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.Governance",
"Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -86557,68 +89776,72 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionHandlers/{customExtensionHandler-id}",
+ "OutputType": "IMicrosoftGraphCustomExtensionHandler",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphCustomExtensionHandler",
- "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionHandler",
"Method": "GET",
- "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionHandlers/{customExtensionHandler-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionHandler",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionHandlers",
+ "OutputType": "IMicrosoftGraphCustomExtensionHandler",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphCustomExtensionHandler",
- "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionHandler",
"Method": "GET",
- "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionHandlers",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionHandler",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings/{customExtensionStageSetting-id}",
+ "OutputType": "IMicrosoftGraphCustomExtensionStageSetting",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphCustomExtensionStageSetting",
- "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionStageSetting",
"Method": "GET",
- "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings/{customExtensionStageSetting-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionStageSetting",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings",
+ "OutputType": "IMicrosoftGraphCustomExtensionStageSetting",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphCustomExtensionStageSetting",
- "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionStageSetting",
"Method": "GET",
- "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionStageSetting",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequest",
- "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentRequest",
- "Method": "GET",
"Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}",
+ "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequest",
"ApiVersion": "beta",
"Permissions": [
{
@@ -86637,17 +89860,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.Governance",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequest",
- "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentRequest",
"Method": "GET",
+ "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentRequest",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignmentrequest-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.Governance",
"Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests",
+ "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequest",
"ApiVersion": "beta",
"Permissions": [
{
@@ -86666,17 +89891,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.Governance",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentRequestCount",
"Method": "GET",
+ "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentRequest",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-list-accesspackageassignmentrequests?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.Governance",
"Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -86695,18 +89921,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.Governance",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphAccessPackageAssignmentResourceRole",
- "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentResourceRole",
"Method": "GET",
+ "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentRequestCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Identity.Governance",
"Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}",
+ "OutputType": "IMicrosoftGraphAccessPackageAssignmentResourceRole",
"ApiVersion": "beta",
"Permissions": [
{
@@ -86725,17 +89951,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.Governance",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAccessPackageAssignmentResourceRole",
- "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentResourceRole",
"Method": "GET",
+ "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentResourceRole",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignmentresourcerole-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.Governance",
"Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles",
+ "OutputType": "IMicrosoftGraphAccessPackageAssignmentResourceRole",
"ApiVersion": "beta",
"Permissions": [
{
@@ -86754,17 +89982,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.Governance",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentResourceRoleCount",
"Method": "GET",
+ "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentResourceRole",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-list-accesspackageassignmentresourceroles?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.Governance",
"Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -86783,18 +90012,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.Governance",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphAccessPackageCatalog",
- "Command": "Get-MgBetaEntitlementManagementAccessPackageCatalog",
"Method": "GET",
+ "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentResourceRoleCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Identity.Governance",
"Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}",
+ "OutputType": "IMicrosoftGraphAccessPackageCatalog",
"ApiVersion": "beta",
"Permissions": [
{
@@ -86813,17 +90042,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.Governance",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAccessPackageCatalog",
- "Command": "Get-MgBetaEntitlementManagementAccessPackageCatalog",
"Method": "GET",
+ "Command": "Get-MgBetaEntitlementManagementAccessPackageCatalog",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackagecatalog-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.Governance",
"Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs",
+ "OutputType": "IMicrosoftGraphAccessPackageCatalog",
"ApiVersion": "beta",
"Permissions": [
{
@@ -86842,18 +90073,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.Governance",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": "IMicrosoftGraphCustomCalloutExtension",
- "Command": "Get-MgBetaEntitlementManagementAccessPackageCatalogAccessPackageCustomWorkflowExtension",
"Method": "GET",
+ "Command": "Get-MgBetaEntitlementManagementAccessPackageCatalog",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-list-accesspackagecatalogs?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.Governance",
"Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageCustomWorkflowExtensions/{customCalloutExtension-id}",
+ "OutputType": "IMicrosoftGraphCustomCalloutExtension",
"ApiVersion": "beta",
"Permissions": [
{
@@ -86872,17 +90103,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.Governance",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphCustomCalloutExtension",
- "Command": "Get-MgBetaEntitlementManagementAccessPackageCatalogAccessPackageCustomWorkflowExtension",
"Method": "GET",
+ "Command": "Get-MgBetaEntitlementManagementAccessPackageCatalogAccessPackageCustomWorkflowExtension",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignmentworkflowextension-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.Governance",
"Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageCustomWorkflowExtensions",
+ "OutputType": "IMicrosoftGraphCustomCalloutExtension",
"ApiVersion": "beta",
"Permissions": [
{
@@ -86901,17 +90134,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.Governance",
+ ],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphAccessPackageResource",
- "Command": "Get-MgBetaEntitlementManagementAccessPackageCatalogAccessPackageResource",
"Method": "GET",
+ "Command": "Get-MgBetaEntitlementManagementAccessPackageCatalogAccessPackageCustomWorkflowExtension",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackagecatalog-list-accesspackagecustomworkflowextensions?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.Governance",
"Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResources",
+ "OutputType": "IMicrosoftGraphAccessPackageResource",
"ApiVersion": "beta",
"Permissions": [
{
@@ -86930,17 +90164,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.Governance",
+ ],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphAccessPackageResourceRole",
- "Command": "Get-MgBetaEntitlementManagementAccessPackageCatalogAccessPackageResourceRole",
"Method": "GET",
+ "Command": "Get-MgBetaEntitlementManagementAccessPackageCatalogAccessPackageResource",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackagecatalog-list-accesspackageresources?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.Governance",
"Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResourceRoles",
+ "OutputType": "IMicrosoftGraphAccessPackageResourceRole",
"ApiVersion": "beta",
"Permissions": [
{
@@ -86959,29 +90194,31 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.Governance",
+ ],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphAccessPackageResourceScope",
- "Command": "Get-MgBetaEntitlementManagementAccessPackageCatalogAccessPackageResourceScope",
"Method": "GET",
- "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResourceScopes",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaEntitlementManagementAccessPackageCatalogAccessPackageResourceRole",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackagecatalog-list-accesspackageresourceroles?view=graph-rest-1.0"
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResourceScopes",
+ "OutputType": "IMicrosoftGraphAccessPackageResourceScope",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaEntitlementManagementAccessPackageCatalogCount",
"Method": "GET",
+ "Command": "Get-MgBetaEntitlementManagementAccessPackageCatalogAccessPackageResourceScope",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Identity.Governance",
"Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -87000,18 +90237,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.Governance",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphCustomAccessPackageWorkflowExtension",
- "Command": "Get-MgBetaEntitlementManagementAccessPackageCatalogCustomAccessPackageWorkflowExtension",
"Method": "GET",
+ "Command": "Get-MgBetaEntitlementManagementAccessPackageCatalogCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Identity.Governance",
"Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/customAccessPackageWorkflowExtensions/{customAccessPackageWorkflowExtension-id}",
+ "OutputType": "IMicrosoftGraphCustomAccessPackageWorkflowExtension",
"ApiVersion": "beta",
"Permissions": [
{
@@ -87030,17 +90267,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.Governance",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphCustomAccessPackageWorkflowExtension",
- "Command": "Get-MgBetaEntitlementManagementAccessPackageCatalogCustomAccessPackageWorkflowExtension",
"Method": "GET",
+ "Command": "Get-MgBetaEntitlementManagementAccessPackageCatalogCustomAccessPackageWorkflowExtension",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/customaccesspackageworkflowextension-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.Governance",
"Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/customAccessPackageWorkflowExtensions",
+ "OutputType": "IMicrosoftGraphCustomAccessPackageWorkflowExtension",
"ApiVersion": "beta",
"Permissions": [
{
@@ -87059,17 +90298,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.Governance",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaEntitlementManagementAccessPackageCount",
"Method": "GET",
+ "Command": "Get-MgBetaEntitlementManagementAccessPackageCatalogCustomAccessPackageWorkflowExtension",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackagecatalog-list-customaccesspackageworkflowextensions?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.Governance",
"Uri": "/identityGovernance/entitlementManagement/accessPackages/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -87088,17 +90328,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.Governance",
+ ],
"Variants": [
- "List"
+ "Get"
],
- "OutputType": "IMicrosoftGraphAccessPackage",
- "Command": "Get-MgBetaEntitlementManagementAccessPackageIncompatibleAccessPackage",
"Method": "GET",
+ "Command": "Get-MgBetaEntitlementManagementAccessPackageCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Identity.Governance",
"Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleAccessPackages",
+ "OutputType": "IMicrosoftGraphAccessPackage",
"ApiVersion": "beta",
"Permissions": [
{
@@ -87117,17 +90358,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.Governance",
+ ],
"Variants": [
"List"
],
- "OutputType": null,
- "Command": "Get-MgBetaEntitlementManagementAccessPackageIncompatibleAccessPackageByRef",
"Method": "GET",
+ "Command": "Get-MgBetaEntitlementManagementAccessPackageIncompatibleAccessPackage",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-list-incompatibleaccesspackages?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.Governance",
"Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleAccessPackages/$ref",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -87146,17 +90388,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.Governance",
+ ],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphGroup",
- "Command": "Get-MgBetaEntitlementManagementAccessPackageIncompatibleGroup",
"Method": "GET",
+ "Command": "Get-MgBetaEntitlementManagementAccessPackageIncompatibleAccessPackageByRef",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-list-incompatibleaccesspackages?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.Governance",
"Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleGroups",
+ "OutputType": "IMicrosoftGraphGroup",
"ApiVersion": "beta",
"Permissions": [
{
@@ -87175,17 +90418,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.Governance",
+ ],
"Variants": [
"List"
],
- "OutputType": null,
- "Command": "Get-MgBetaEntitlementManagementAccessPackageIncompatibleGroupByRef",
"Method": "GET",
+ "Command": "Get-MgBetaEntitlementManagementAccessPackageIncompatibleGroup",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-list-incompatiblegroups?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.Governance",
"Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleGroups/$ref",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -87204,30 +90448,32 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaEntitlementManagementAccessPackageIncompatibleGroupByRef",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-list-incompatiblegroups?view=graph-rest-1.0"
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackagesIncompatibleWith/{accessPackage-id1}",
+ "OutputType": "IMicrosoftGraphAccessPackage",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAccessPackage",
- "Command": "Get-MgBetaEntitlementManagementAccessPackageIncompatibleWith",
"Method": "GET",
- "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackagesIncompatibleWith/{accessPackage-id1}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaEntitlementManagementAccessPackageIncompatibleWith",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphAccessPackage",
- "Command": "Get-MgBetaEntitlementManagementAccessPackageIncompatibleWith",
- "Method": "GET",
"Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackagesIncompatibleWith",
+ "OutputType": "IMicrosoftGraphAccessPackage",
"ApiVersion": "beta",
"Permissions": [
{
@@ -87246,55 +90492,58 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaEntitlementManagementAccessPackageIncompatibleWith",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-list-accesspackagesincompatiblewith?view=graph-rest-1.0"
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/entitlementManagement/accessPackageResources/{accessPackageResource-id}",
+ "OutputType": "IMicrosoftGraphAccessPackageResource",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAccessPackageResource",
- "Command": "Get-MgBetaEntitlementManagementAccessPackageResource",
"Method": "GET",
- "Uri": "/identityGovernance/entitlementManagement/accessPackageResources/{accessPackageResource-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaEntitlementManagementAccessPackageResource",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/entitlementManagement/accessPackageResources",
+ "OutputType": "IMicrosoftGraphAccessPackageResource",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphAccessPackageResource",
- "Command": "Get-MgBetaEntitlementManagementAccessPackageResource",
"Method": "GET",
- "Uri": "/identityGovernance/entitlementManagement/accessPackageResources",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaEntitlementManagementAccessPackageResource",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/entitlementManagement/accessPackageResources/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgBetaEntitlementManagementAccessPackageResourceCount",
"Method": "GET",
- "Uri": "/identityGovernance/entitlementManagement/accessPackageResources/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaEntitlementManagementAccessPackageResourceCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment",
- "Command": "Get-MgBetaEntitlementManagementAccessPackageResourceEnvironment",
- "Method": "GET",
"Uri": "/identityGovernance/entitlementManagement/accessPackageResourceEnvironments/{accessPackageResourceEnvironment-id}",
+ "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment",
"ApiVersion": "beta",
"Permissions": [
{
@@ -87313,17 +90562,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.Governance",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment",
- "Command": "Get-MgBetaEntitlementManagementAccessPackageResourceEnvironment",
"Method": "GET",
+ "Command": "Get-MgBetaEntitlementManagementAccessPackageResourceEnvironment",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageresourceenvironment-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.Governance",
"Uri": "/identityGovernance/entitlementManagement/accessPackageResourceEnvironments",
+ "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment",
"ApiVersion": "beta",
"Permissions": [
{
@@ -87342,30 +90593,32 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaEntitlementManagementAccessPackageResourceEnvironment",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-list-accesspackageresourceenvironment?view=graph-rest-1.0"
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/entitlementManagement/accessPackageResourceEnvironments/{accessPackageResourceEnvironment-id}/accessPackageResources/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaEntitlementManagementAccessPackageResourceEnvironmentAccessPackageResourceCount",
"Method": "GET",
- "Uri": "/identityGovernance/entitlementManagement/accessPackageResourceEnvironments/{accessPackageResourceEnvironment-id}/accessPackageResources/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaEntitlementManagementAccessPackageResourceEnvironmentAccessPackageResourceCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
- "Variants": [
- "Get"
- ],
- "OutputType": null,
- "Command": "Get-MgBetaEntitlementManagementAccessPackageResourceEnvironmentCount",
- "Method": "GET",
"Uri": "/identityGovernance/entitlementManagement/accessPackageResourceEnvironments/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -87384,30 +90637,32 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaEntitlementManagementAccessPackageResourceEnvironmentCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/entitlementManagement/accessPackageResourceRequests/{accessPackageResourceRequest-id}",
+ "OutputType": "IMicrosoftGraphAccessPackageResourceRequest",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAccessPackageResourceRequest",
- "Command": "Get-MgBetaEntitlementManagementAccessPackageResourceRequest",
"Method": "GET",
- "Uri": "/identityGovernance/entitlementManagement/accessPackageResourceRequests/{accessPackageResourceRequest-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaEntitlementManagementAccessPackageResourceRequest",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphAccessPackageResourceRequest",
- "Command": "Get-MgBetaEntitlementManagementAccessPackageResourceRequest",
- "Method": "GET",
"Uri": "/identityGovernance/entitlementManagement/accessPackageResourceRequests",
+ "OutputType": "IMicrosoftGraphAccessPackageResourceRequest",
"ApiVersion": "beta",
"Permissions": [
{
@@ -87426,17 +90681,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.Governance",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaEntitlementManagementAccessPackageResourceRequestCount",
"Method": "GET",
+ "Command": "Get-MgBetaEntitlementManagementAccessPackageResourceRequest",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-list-accesspackageresourcerequests?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.Governance",
"Uri": "/identityGovernance/entitlementManagement/accessPackageResourceRequests/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -87455,18 +90711,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.Governance",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequest",
- "Command": "Get-MgBetaEntitlementManagementAssignmentRequest",
"Method": "GET",
+ "Command": "Get-MgBetaEntitlementManagementAccessPackageResourceRequestCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Identity.Governance",
"Uri": "/identityGovernance/entitlementManagement/assignmentRequests/{accessPackageAssignmentRequest-id}",
+ "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequest",
"ApiVersion": "beta",
"Permissions": [
{
@@ -87485,17 +90741,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.Governance",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequest",
- "Command": "Get-MgBetaEntitlementManagementAssignmentRequest",
"Method": "GET",
+ "Command": "Get-MgBetaEntitlementManagementAssignmentRequest",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Identity.Governance",
"Uri": "/identityGovernance/entitlementManagement/assignmentRequests",
+ "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequest",
"ApiVersion": "beta",
"Permissions": [
{
@@ -87514,30 +90772,32 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaEntitlementManagementAssignmentRequest",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-list-assignmentrequests?view=graph-rest-1.0"
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/entitlementManagement/assignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment",
+ "OutputType": "IMicrosoftGraphAccessPackageAssignment",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAccessPackageAssignment",
- "Command": "Get-MgBetaEntitlementManagementAssignmentRequestAccessPackageAssignment",
"Method": "GET",
- "Uri": "/identityGovernance/entitlementManagement/assignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaEntitlementManagementAssignmentRequestAccessPackageAssignment",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
- "Variants": [
- "Get"
- ],
- "OutputType": null,
- "Command": "Get-MgBetaEntitlementManagementAssignmentRequestCount",
- "Method": "GET",
"Uri": "/identityGovernance/entitlementManagement/assignmentRequests/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -87556,31 +90816,32 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.Governance",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphConnectedOrganization",
- "Command": "Get-MgBetaEntitlementManagementAssignmentRequestRequestorConnectedOrganization",
"Method": "GET",
- "Uri": "/identityGovernance/entitlementManagement/assignmentRequests/{accessPackageAssignmentRequest-id}/requestor/connectedOrganization",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaEntitlementManagementAssignmentRequestCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/entitlementManagement/assignmentRequests/{accessPackageAssignmentRequest-id}/requestor/connectedOrganization",
+ "OutputType": "IMicrosoftGraphConnectedOrganization",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphConnectedOrganization",
- "Command": "Get-MgBetaEntitlementManagementConnectedOrganization",
"Method": "GET",
+ "Command": "Get-MgBetaEntitlementManagementAssignmentRequestRequestorConnectedOrganization",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Identity.Governance",
"Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}",
+ "OutputType": "IMicrosoftGraphConnectedOrganization",
"ApiVersion": "beta",
"Permissions": [
{
@@ -87599,17 +90860,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.Governance",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphConnectedOrganization",
- "Command": "Get-MgBetaEntitlementManagementConnectedOrganization",
"Method": "GET",
+ "Command": "Get-MgBetaEntitlementManagementConnectedOrganization",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/connectedorganization-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.Governance",
"Uri": "/identityGovernance/entitlementManagement/connectedOrganizations",
+ "OutputType": "IMicrosoftGraphConnectedOrganization",
"ApiVersion": "beta",
"Permissions": [
{
@@ -87628,17 +90891,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.Governance",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaEntitlementManagementConnectedOrganizationCount",
"Method": "GET",
+ "Command": "Get-MgBetaEntitlementManagementConnectedOrganization",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-list-connectedorganizations?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.Governance",
"Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -87657,17 +90921,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.Governance",
+ ],
"Variants": [
- "List"
+ "Get"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgBetaEntitlementManagementConnectedOrganizationExternalSponsor",
"Method": "GET",
+ "Command": "Get-MgBetaEntitlementManagementConnectedOrganizationCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Identity.Governance",
"Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
"ApiVersion": "beta",
"Permissions": [
{
@@ -87686,17 +90951,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.Governance",
+ ],
"Variants": [
"List"
],
- "OutputType": null,
- "Command": "Get-MgBetaEntitlementManagementConnectedOrganizationExternalSponsorByRef",
"Method": "GET",
+ "Command": "Get-MgBetaEntitlementManagementConnectedOrganizationExternalSponsor",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/connectedorganization-list-externalsponsors?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.Governance",
"Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors/$ref",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -87715,18 +90981,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.Governance",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaEntitlementManagementConnectedOrganizationExternalSponsorCount",
"Method": "GET",
+ "Command": "Get-MgBetaEntitlementManagementConnectedOrganizationExternalSponsorByRef",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/connectedorganization-list-externalsponsors?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.Governance",
"Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -87745,17 +91011,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.Governance",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgBetaEntitlementManagementConnectedOrganizationInternalSponsor",
"Method": "GET",
+ "Command": "Get-MgBetaEntitlementManagementConnectedOrganizationExternalSponsorCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Identity.Governance",
"Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
"ApiVersion": "beta",
"Permissions": [
{
@@ -87774,17 +91042,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.Governance",
+ ],
"Variants": [
"List"
],
- "OutputType": null,
- "Command": "Get-MgBetaEntitlementManagementConnectedOrganizationInternalSponsorByRef",
"Method": "GET",
+ "Command": "Get-MgBetaEntitlementManagementConnectedOrganizationInternalSponsor",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/connectedorganization-list-internalsponsors?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.Governance",
"Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors/$ref",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -87803,18 +91072,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.Governance",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaEntitlementManagementConnectedOrganizationInternalSponsorCount",
"Method": "GET",
+ "Command": "Get-MgBetaEntitlementManagementConnectedOrganizationInternalSponsorByRef",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/connectedorganization-list-internalsponsors?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.Governance",
"Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -87833,17 +91102,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.Governance",
+ ],
"Variants": [
- "Get"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphEntitlementManagementSettings",
- "Command": "Get-MgBetaEntitlementManagementSetting",
"Method": "GET",
+ "Command": "Get-MgBetaEntitlementManagementConnectedOrganizationInternalSponsorCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Identity.Governance",
"Uri": "/identityGovernance/entitlementManagement/settings",
+ "OutputType": "IMicrosoftGraphEntitlementManagementSettings",
"ApiVersion": "beta",
"Permissions": [
{
@@ -87862,143 +91133,153 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaEntitlementManagementSetting",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagementsettings-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/entitlementManagement/subjects/{accessPackageSubject-id}",
+ "OutputType": "IMicrosoftGraphAccessPackageSubject",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAccessPackageSubject",
- "Command": "Get-MgBetaEntitlementManagementSubject",
"Method": "GET",
- "Uri": "/identityGovernance/entitlementManagement/subjects/{accessPackageSubject-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaEntitlementManagementSubject",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/entitlementManagement/subjects",
+ "OutputType": "IMicrosoftGraphAccessPackageSubject",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphAccessPackageSubject",
- "Command": "Get-MgBetaEntitlementManagementSubject",
"Method": "GET",
- "Uri": "/identityGovernance/entitlementManagement/subjects",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaEntitlementManagementSubject",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/entitlementManagement/subjects(objectId='{objectId}')",
+ "OutputType": "IMicrosoftGraphAccessPackageSubject",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAccessPackageSubject",
- "Command": "Get-MgBetaEntitlementManagementSubjectByObjectId",
"Method": "GET",
- "Uri": "/identityGovernance/entitlementManagement/subjects(objectId='{objectId}')",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaEntitlementManagementSubjectByObjectId",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/entitlementManagement/subjects/{accessPackageSubject-id}/connectedOrganization",
+ "OutputType": "IMicrosoftGraphConnectedOrganization",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphConnectedOrganization",
- "Command": "Get-MgBetaEntitlementManagementSubjectConnectedOrganization",
"Method": "GET",
- "Uri": "/identityGovernance/entitlementManagement/subjects/{accessPackageSubject-id}/connectedOrganization",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaEntitlementManagementSubjectConnectedOrganization",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/entitlementManagement/subjects/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgBetaEntitlementManagementSubjectCount",
"Method": "GET",
- "Uri": "/identityGovernance/entitlementManagement/subjects/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaEntitlementManagementSubjectCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Search",
+ "Uri": "/external",
+ "OutputType": "IMicrosoftGraphExternalConnectorsExternal",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": "IMicrosoftGraphExternalConnectorsExternal",
- "Command": "Get-MgBetaExternal",
"Method": "GET",
- "Uri": "/external",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaExternal",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Search",
+ "Uri": "/external/authorizationSystems/{authorizationSystem-id}",
+ "OutputType": "IMicrosoftGraphAuthorizationSystem",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAuthorizationSystem",
- "Command": "Get-MgBetaExternalAuthorizationSystem",
"Method": "GET",
- "Uri": "/external/authorizationSystems/{authorizationSystem-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaExternalAuthorizationSystem",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Search",
+ "Uri": "/external/authorizationSystems",
+ "OutputType": "IMicrosoftGraphAuthorizationSystem",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphAuthorizationSystem",
- "Command": "Get-MgBetaExternalAuthorizationSystem",
"Method": "GET",
- "Uri": "/external/authorizationSystems",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaExternalAuthorizationSystem",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalconnectors-external-list-authorizationsystems?view=graph-rest-1.0"
},
{
"Module": "Beta.Search",
+ "Uri": "/external/authorizationSystems/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgBetaExternalAuthorizationSystemCount",
"Method": "GET",
- "Uri": "/external/authorizationSystems/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaExternalAuthorizationSystemCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Search",
+ "Uri": "/external/authorizationSystems/{authorizationSystem-id}/dataCollectionInfo",
+ "OutputType": "IMicrosoftGraphDataCollectionInfo",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDataCollectionInfo",
- "Command": "Get-MgBetaExternalAuthorizationSystemDataCollectionInfo",
"Method": "GET",
- "Uri": "/external/authorizationSystems/{authorizationSystem-id}/dataCollectionInfo",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaExternalAuthorizationSystemDataCollectionInfo",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Search",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphExternalConnectorsExternalConnection",
- "Command": "Get-MgBetaExternalConnection",
- "Method": "GET",
"Uri": "/external/connections/{externalConnection-id}",
+ "OutputType": "IMicrosoftGraphExternalConnectorsExternalConnection",
"ApiVersion": "beta",
"Permissions": [
{
@@ -88025,17 +91306,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Search",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphExternalConnectorsExternalConnection",
- "Command": "Get-MgBetaExternalConnection",
"Method": "GET",
+ "Command": "Get-MgBetaExternalConnection",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalconnectors-externalconnection-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Search",
"Uri": "/external/connections",
+ "OutputType": "IMicrosoftGraphExternalConnectorsExternalConnection",
"ApiVersion": "beta",
"Permissions": [
{
@@ -88062,17 +91345,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Search",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaExternalConnectionCount",
"Method": "GET",
+ "Command": "Get-MgBetaExternalConnection",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalconnectors-externalconnection-list?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Search",
"Uri": "/external/connections/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -88099,18 +91383,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Search",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphExternalConnectorsExternalGroup",
- "Command": "Get-MgBetaExternalConnectionGroup",
"Method": "GET",
+ "Command": "Get-MgBetaExternalConnectionCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Search",
"Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}",
+ "OutputType": "IMicrosoftGraphExternalConnectorsExternalGroup",
"ApiVersion": "beta",
"Permissions": [
{
@@ -88137,81 +91421,87 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaExternalConnectionGroup",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Search",
+ "Uri": "/external/connections/{externalConnection-id}/groups",
+ "OutputType": "IMicrosoftGraphExternalConnectorsExternalGroup",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphExternalConnectorsExternalGroup",
- "Command": "Get-MgBetaExternalConnectionGroup",
"Method": "GET",
- "Uri": "/external/connections/{externalConnection-id}/groups",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaExternalConnectionGroup",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Search",
+ "Uri": "/external/connections/{externalConnection-id}/groups/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaExternalConnectionGroupCount",
"Method": "GET",
- "Uri": "/external/connections/{externalConnection-id}/groups/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaExternalConnectionGroupCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Search",
+ "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members/{identity-id}",
+ "OutputType": "IMicrosoftGraphExternalConnectorsIdentity",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphExternalConnectorsIdentity",
- "Command": "Get-MgBetaExternalConnectionGroupMember",
"Method": "GET",
- "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members/{identity-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaExternalConnectionGroupMember",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Search",
+ "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members",
+ "OutputType": "IMicrosoftGraphExternalConnectorsIdentity",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphExternalConnectorsIdentity",
- "Command": "Get-MgBetaExternalConnectionGroupMember",
"Method": "GET",
- "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaExternalConnectionGroupMember",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Search",
+ "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaExternalConnectionGroupMemberCount",
"Method": "GET",
- "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaExternalConnectionGroupMemberCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Search",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphExternalConnectorsExternalItem",
- "Command": "Get-MgBetaExternalConnectionItem",
- "Method": "GET",
"Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}",
+ "OutputType": "IMicrosoftGraphExternalConnectorsExternalItem",
"ApiVersion": "beta",
"Permissions": [
{
@@ -88238,94 +91528,101 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaExternalConnectionItem",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalconnectors-externalitem-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Search",
+ "Uri": "/external/connections/{externalConnection-id}/items",
+ "OutputType": "IMicrosoftGraphExternalConnectorsExternalItem",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphExternalConnectorsExternalItem",
- "Command": "Get-MgBetaExternalConnectionItem",
"Method": "GET",
- "Uri": "/external/connections/{externalConnection-id}/items",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaExternalConnectionItem",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Search",
+ "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/activities/{externalActivity-id}",
+ "OutputType": "IMicrosoftGraphExternalConnectorsExternalActivity",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphExternalConnectorsExternalActivity",
- "Command": "Get-MgBetaExternalConnectionItemActivity",
"Method": "GET",
- "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/activities/{externalActivity-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaExternalConnectionItemActivity",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Search",
+ "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/activities",
+ "OutputType": "IMicrosoftGraphExternalConnectorsExternalActivity",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphExternalConnectorsExternalActivity",
- "Command": "Get-MgBetaExternalConnectionItemActivity",
"Method": "GET",
- "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/activities",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaExternalConnectionItemActivity",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Search",
+ "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/activities/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaExternalConnectionItemActivityCount",
"Method": "GET",
- "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/activities/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaExternalConnectionItemActivityCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Search",
+ "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/activities/{externalActivity-id}/performedBy",
+ "OutputType": "IMicrosoftGraphExternalConnectorsIdentity",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphExternalConnectorsIdentity",
- "Command": "Get-MgBetaExternalConnectionItemActivityPerformedBy",
"Method": "GET",
- "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/activities/{externalActivity-id}/performedBy",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaExternalConnectionItemActivityPerformedBy",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Search",
+ "Uri": "/external/connections/{externalConnection-id}/items/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaExternalConnectionItemCount",
"Method": "GET",
- "Uri": "/external/connections/{externalConnection-id}/items/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaExternalConnectionItemCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Search",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphExternalConnectorsConnectionOperation",
- "Command": "Get-MgBetaExternalConnectionOperation",
- "Method": "GET",
"Uri": "/external/connections/{externalConnection-id}/operations/{connectionOperation-id}",
+ "OutputType": "IMicrosoftGraphExternalConnectorsConnectionOperation",
"ApiVersion": "beta",
"Permissions": [
{
@@ -88352,56 +91649,60 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaExternalConnectionOperation",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Search",
+ "Uri": "/external/connections/{externalConnection-id}/operations",
+ "OutputType": "IMicrosoftGraphExternalConnectorsConnectionOperation",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphExternalConnectorsConnectionOperation",
- "Command": "Get-MgBetaExternalConnectionOperation",
"Method": "GET",
- "Uri": "/external/connections/{externalConnection-id}/operations",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaExternalConnectionOperation",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Search",
+ "Uri": "/external/connections/{externalConnection-id}/operations/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaExternalConnectionOperationCount",
"Method": "GET",
- "Uri": "/external/connections/{externalConnection-id}/operations/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaExternalConnectionOperationCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Search",
+ "Uri": "/external/connections/{externalConnection-id}/quota",
+ "OutputType": "IMicrosoftGraphExternalConnectorsConnectionQuota",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphExternalConnectorsConnectionQuota",
- "Command": "Get-MgBetaExternalConnectionQuota",
"Method": "GET",
- "Uri": "/external/connections/{externalConnection-id}/quota",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaExternalConnectionQuota",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalconnectors-connectionquota-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Search",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphExternalConnectorsSchema",
- "Command": "Get-MgBetaExternalConnectionSchema",
- "Method": "GET",
"Uri": "/external/connections/{externalConnection-id}/schema",
+ "OutputType": "IMicrosoftGraphExternalConnectorsSchema",
"ApiVersion": "beta",
"Permissions": [
{
@@ -88428,30 +91729,32 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaExternalConnectionSchema",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalconnectors-schema-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Search",
+ "Uri": "/external/industryData",
+ "OutputType": "IMicrosoftGraphIndustryDataRoot",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": "IMicrosoftGraphIndustryDataRoot",
- "Command": "Get-MgBetaExternalIndustryData",
"Method": "GET",
- "Uri": "/external/industryData",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaExternalIndustryData",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Search",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphIndustryDataConnector",
- "Command": "Get-MgBetaExternalIndustryDataConnector",
- "Method": "GET",
"Uri": "/external/industryData/dataConnectors/{industryDataConnector-id}",
+ "OutputType": "IMicrosoftGraphIndustryDataConnector",
"ApiVersion": "beta",
"Permissions": [
{
@@ -88470,17 +91773,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Search",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphIndustryDataConnector",
- "Command": "Get-MgBetaExternalIndustryDataConnector",
"Method": "GET",
+ "Command": "Get-MgBetaExternalIndustryDataConnector",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-azuredatalakeconnector-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Search",
"Uri": "/external/industryData/dataConnectors",
+ "OutputType": "IMicrosoftGraphIndustryDataConnector",
"ApiVersion": "beta",
"Permissions": [
{
@@ -88499,17 +91804,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Search",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaExternalIndustryDataConnectorCount",
"Method": "GET",
+ "Command": "Get-MgBetaExternalIndustryDataConnector",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-azuredatalakeconnector-list?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Search",
"Uri": "/external/industryData/dataConnectors/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -88528,31 +91834,32 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Search",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphIndustryDataSourceSystemDefinition",
- "Command": "Get-MgBetaExternalIndustryDataConnectorSourceSystem",
"Method": "GET",
- "Uri": "/external/industryData/dataConnectors/{industryDataConnector-id}/sourceSystem",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaExternalIndustryDataConnectorCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Search",
+ "Uri": "/external/industryData/dataConnectors/{industryDataConnector-id}/sourceSystem",
+ "OutputType": "IMicrosoftGraphIndustryDataSourceSystemDefinition",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphIndustryDataInboundFlow",
- "Command": "Get-MgBetaExternalIndustryDataInboundFlow",
"Method": "GET",
+ "Command": "Get-MgBetaExternalIndustryDataConnectorSourceSystem",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Search",
"Uri": "/external/industryData/inboundFlows/{inboundFlow-id}",
+ "OutputType": "IMicrosoftGraphIndustryDataInboundFlow",
"ApiVersion": "beta",
"Permissions": [
{
@@ -88571,17 +91878,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Search",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphIndustryDataInboundFlow",
- "Command": "Get-MgBetaExternalIndustryDataInboundFlow",
"Method": "GET",
+ "Command": "Get-MgBetaExternalIndustryDataInboundFlow",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-inboundflow-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Search",
"Uri": "/external/industryData/inboundFlows",
+ "OutputType": "IMicrosoftGraphIndustryDataInboundFlow",
"ApiVersion": "beta",
"Permissions": [
{
@@ -88600,17 +91909,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Search",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaExternalIndustryDataInboundFlowCount",
"Method": "GET",
+ "Command": "Get-MgBetaExternalIndustryDataInboundFlow",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-inboundfileflow-list?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Search",
"Uri": "/external/industryData/inboundFlows/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -88629,18 +91939,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Search",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphIndustryDataConnector",
- "Command": "Get-MgBetaExternalIndustryDataInboundFlowDataConnector",
"Method": "GET",
+ "Command": "Get-MgBetaExternalIndustryDataInboundFlowCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Search",
"Uri": "/external/industryData/inboundFlows/{inboundFlow-id}/dataConnector",
+ "OutputType": "IMicrosoftGraphIndustryDataConnector",
"ApiVersion": "beta",
"Permissions": [
{
@@ -88659,18 +91969,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Search",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphIndustryDataYearTimePeriodDefinition",
- "Command": "Get-MgBetaExternalIndustryDataInboundFlowYear",
"Method": "GET",
+ "Command": "Get-MgBetaExternalIndustryDataInboundFlowDataConnector",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Search",
"Uri": "/external/industryData/inboundFlows/{inboundFlow-id}/year",
+ "OutputType": "IMicrosoftGraphIndustryDataYearTimePeriodDefinition",
"ApiVersion": "beta",
"Permissions": [
{
@@ -88689,220 +92000,237 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaExternalIndustryDataInboundFlowYear",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Search",
+ "Uri": "/external/industryData/operations/{longRunningOperation-id}",
+ "OutputType": "IMicrosoftGraphLongRunningOperation",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphLongRunningOperation",
- "Command": "Get-MgBetaExternalIndustryDataOperation",
"Method": "GET",
- "Uri": "/external/industryData/operations/{longRunningOperation-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaExternalIndustryDataOperation",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-filevalidateoperation-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Search",
+ "Uri": "/external/industryData/operations",
+ "OutputType": "IMicrosoftGraphLongRunningOperation",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphLongRunningOperation",
- "Command": "Get-MgBetaExternalIndustryDataOperation",
"Method": "GET",
- "Uri": "/external/industryData/operations",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaExternalIndustryDataOperation",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-filevalidateoperation-list?view=graph-rest-1.0"
},
{
"Module": "Beta.Search",
+ "Uri": "/external/industryData/operations/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgBetaExternalIndustryDataOperationCount",
"Method": "GET",
- "Uri": "/external/industryData/operations/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaExternalIndustryDataOperationCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Search",
+ "Uri": "/external/industryData/referenceDefinitions/{referenceDefinition-id}",
+ "OutputType": "IMicrosoftGraphIndustryDataReferenceDefinition",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphIndustryDataReferenceDefinition",
- "Command": "Get-MgBetaExternalIndustryDataReferenceDefinition",
"Method": "GET",
- "Uri": "/external/industryData/referenceDefinitions/{referenceDefinition-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaExternalIndustryDataReferenceDefinition",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-referencedefinition-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Search",
+ "Uri": "/external/industryData/referenceDefinitions",
+ "OutputType": "IMicrosoftGraphIndustryDataReferenceDefinition",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphIndustryDataReferenceDefinition",
- "Command": "Get-MgBetaExternalIndustryDataReferenceDefinition",
"Method": "GET",
- "Uri": "/external/industryData/referenceDefinitions",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaExternalIndustryDataReferenceDefinition",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-referencedefinition-list?view=graph-rest-1.0"
},
{
"Module": "Beta.Search",
+ "Uri": "/external/industryData/referenceDefinitions/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgBetaExternalIndustryDataReferenceDefinitionCount",
"Method": "GET",
- "Uri": "/external/industryData/referenceDefinitions/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaExternalIndustryDataReferenceDefinitionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Search",
+ "Uri": "/external/industryData/roleGroups/{roleGroup-id}",
+ "OutputType": "IMicrosoftGraphIndustryDataRoleGroup",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphIndustryDataRoleGroup",
- "Command": "Get-MgBetaExternalIndustryDataRoleGroup",
"Method": "GET",
- "Uri": "/external/industryData/roleGroups/{roleGroup-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaExternalIndustryDataRoleGroup",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-rolegroup-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Search",
+ "Uri": "/external/industryData/roleGroups",
+ "OutputType": "IMicrosoftGraphIndustryDataRoleGroup",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphIndustryDataRoleGroup",
- "Command": "Get-MgBetaExternalIndustryDataRoleGroup",
"Method": "GET",
- "Uri": "/external/industryData/roleGroups",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaExternalIndustryDataRoleGroup",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-rolegroup-list?view=graph-rest-1.0"
},
{
"Module": "Beta.Search",
+ "Uri": "/external/industryData/roleGroups/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgBetaExternalIndustryDataRoleGroupCount",
"Method": "GET",
- "Uri": "/external/industryData/roleGroups/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaExternalIndustryDataRoleGroupCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Search",
+ "Uri": "/external/industryData/runs/{industryDataRun-id}",
+ "OutputType": "IMicrosoftGraphIndustryDataRun",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphIndustryDataRun",
- "Command": "Get-MgBetaExternalIndustryDataRun",
"Method": "GET",
- "Uri": "/external/industryData/runs/{industryDataRun-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaExternalIndustryDataRun",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-industrydatarun-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Search",
+ "Uri": "/external/industryData/runs",
+ "OutputType": "IMicrosoftGraphIndustryDataRun",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphIndustryDataRun",
- "Command": "Get-MgBetaExternalIndustryDataRun",
"Method": "GET",
- "Uri": "/external/industryData/runs",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaExternalIndustryDataRun",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-industrydatarun-list?view=graph-rest-1.0"
},
{
"Module": "Beta.Search",
+ "Uri": "/external/industryData/runs/{industryDataRun-id}/activities/{industryDataRunActivity-id}",
+ "OutputType": "IMicrosoftGraphIndustryDataRunActivity",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphIndustryDataRunActivity",
- "Command": "Get-MgBetaExternalIndustryDataRunActivity",
"Method": "GET",
- "Uri": "/external/industryData/runs/{industryDataRun-id}/activities/{industryDataRunActivity-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaExternalIndustryDataRunActivity",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Search",
+ "Uri": "/external/industryData/runs/{industryDataRun-id}/activities",
+ "OutputType": "IMicrosoftGraphIndustryDataRunActivity",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphIndustryDataRunActivity",
- "Command": "Get-MgBetaExternalIndustryDataRunActivity",
"Method": "GET",
- "Uri": "/external/industryData/runs/{industryDataRun-id}/activities",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaExternalIndustryDataRunActivity",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Search",
+ "Uri": "/external/industryData/runs/{industryDataRun-id}/activities/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaExternalIndustryDataRunActivityCount",
"Method": "GET",
- "Uri": "/external/industryData/runs/{industryDataRun-id}/activities/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaExternalIndustryDataRunActivityCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Search",
+ "Uri": "/external/industryData/runs/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgBetaExternalIndustryDataRunCount",
"Method": "GET",
- "Uri": "/external/industryData/runs/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaExternalIndustryDataRunCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Search",
+ "Uri": "/external/industryData/runs/{industryDataRun-id}/getStatistics",
+ "OutputType": "IMicrosoftGraphIndustryDataRunStatistics",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphIndustryDataRunStatistics",
- "Command": "Get-MgBetaExternalIndustryDataRunStatistics",
"Method": "GET",
- "Uri": "/external/industryData/runs/{industryDataRun-id}/getStatistics",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaExternalIndustryDataRunStatistics",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Search",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphIndustryDataSourceSystemDefinition",
- "Command": "Get-MgBetaExternalIndustryDataSourceSystem",
- "Method": "GET",
"Uri": "/external/industryData/sourceSystems/{sourceSystemDefinition-id}",
+ "OutputType": "IMicrosoftGraphIndustryDataSourceSystemDefinition",
"ApiVersion": "beta",
"Permissions": [
{
@@ -88921,17 +92249,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Search",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphIndustryDataSourceSystemDefinition",
- "Command": "Get-MgBetaExternalIndustryDataSourceSystem",
"Method": "GET",
+ "Command": "Get-MgBetaExternalIndustryDataSourceSystem",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-sourcesystemdefinition-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Search",
"Uri": "/external/industryData/sourceSystems",
+ "OutputType": "IMicrosoftGraphIndustryDataSourceSystemDefinition",
"ApiVersion": "beta",
"Permissions": [
{
@@ -88950,17 +92280,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Search",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaExternalIndustryDataSourceSystemCount",
"Method": "GET",
+ "Command": "Get-MgBetaExternalIndustryDataSourceSystem",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-sourcesystemdefinition-list?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Search",
"Uri": "/external/industryData/sourceSystems/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -88979,18 +92310,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Search",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphIndustryDataYearTimePeriodDefinition",
- "Command": "Get-MgBetaExternalIndustryDataYear",
"Method": "GET",
+ "Command": "Get-MgBetaExternalIndustryDataSourceSystemCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Search",
"Uri": "/external/industryData/years/{yearTimePeriodDefinition-id}",
+ "OutputType": "IMicrosoftGraphIndustryDataYearTimePeriodDefinition",
"ApiVersion": "beta",
"Permissions": [
{
@@ -89009,17 +92340,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Search",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphIndustryDataYearTimePeriodDefinition",
- "Command": "Get-MgBetaExternalIndustryDataYear",
"Method": "GET",
+ "Command": "Get-MgBetaExternalIndustryDataYear",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-yeartimeperioddefinition-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Search",
"Uri": "/external/industryData/years",
+ "OutputType": "IMicrosoftGraphIndustryDataYearTimePeriodDefinition",
"ApiVersion": "beta",
"Permissions": [
{
@@ -89038,17 +92371,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Search",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaExternalIndustryDataYearCount",
"Method": "GET",
+ "Command": "Get-MgBetaExternalIndustryDataYear",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-yeartimeperioddefinition-list?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Search",
"Uri": "/external/industryData/years/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -89067,3392 +92401,3649 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaExternalIndustryDataYearCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Financials",
+ "Uri": "/financials",
+ "OutputType": "IMicrosoftGraphFinancials",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": "IMicrosoftGraphFinancials",
- "Command": "Get-MgBetaFinancial",
"Method": "GET",
- "Uri": "/financials",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaFinancial",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Financials",
+ "Uri": "/financials/companies/{company-id}",
+ "OutputType": "IMicrosoftGraphCompany",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphCompany",
- "Command": "Get-MgBetaFinancialCompany",
"Method": "GET",
- "Uri": "/financials/companies/{company-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaFinancialCompany",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Financials",
+ "Uri": "/financials/companies",
+ "OutputType": "IMicrosoftGraphCompany",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphCompany",
- "Command": "Get-MgBetaFinancialCompany",
"Method": "GET",
- "Uri": "/financials/companies",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaFinancialCompany",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Financials",
+ "Uri": "/financials/companies/{company-id}/accounts/{account-id}",
+ "OutputType": "IMicrosoftGraphAccount",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAccount",
- "Command": "Get-MgBetaFinancialCompanyAccount",
"Method": "GET",
- "Uri": "/financials/companies/{company-id}/accounts/{account-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaFinancialCompanyAccount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Financials",
+ "Uri": "/financials/companies/{company-id}/accounts",
+ "OutputType": "IMicrosoftGraphAccount",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphAccount",
- "Command": "Get-MgBetaFinancialCompanyAccount",
"Method": "GET",
- "Uri": "/financials/companies/{company-id}/accounts",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaFinancialCompanyAccount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Financials",
+ "Uri": "/financials/companies/{company-id}/accounts/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaFinancialCompanyAccountCount",
"Method": "GET",
- "Uri": "/financials/companies/{company-id}/accounts/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaFinancialCompanyAccountCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Financials",
+ "Uri": "/financials/companies/{company-id}/agedAccountsPayable/{agedAccountsPayable-id}",
+ "OutputType": "IMicrosoftGraphAgedAccountsPayable",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAgedAccountsPayable",
- "Command": "Get-MgBetaFinancialCompanyAgedAccountPayable",
"Method": "GET",
- "Uri": "/financials/companies/{company-id}/agedAccountsPayable/{agedAccountsPayable-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaFinancialCompanyAgedAccountPayable",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Financials",
+ "Uri": "/financials/companies/{company-id}/agedAccountsPayable",
+ "OutputType": "IMicrosoftGraphAgedAccountsPayable",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphAgedAccountsPayable",
- "Command": "Get-MgBetaFinancialCompanyAgedAccountPayable",
"Method": "GET",
- "Uri": "/financials/companies/{company-id}/agedAccountsPayable",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaFinancialCompanyAgedAccountPayable",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Financials",
+ "Uri": "/financials/companies/{company-id}/agedAccountsPayable/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaFinancialCompanyAgedAccountPayableCount",
"Method": "GET",
- "Uri": "/financials/companies/{company-id}/agedAccountsPayable/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaFinancialCompanyAgedAccountPayableCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Financials",
+ "Uri": "/financials/companies/{company-id}/agedAccountsReceivable/{agedAccountsReceivable-id}",
+ "OutputType": "IMicrosoftGraphAgedAccountsReceivable",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAgedAccountsReceivable",
- "Command": "Get-MgBetaFinancialCompanyAgedAccountReceivable",
"Method": "GET",
- "Uri": "/financials/companies/{company-id}/agedAccountsReceivable/{agedAccountsReceivable-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaFinancialCompanyAgedAccountReceivable",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Financials",
+ "Uri": "/financials/companies/{company-id}/agedAccountsReceivable",
+ "OutputType": "IMicrosoftGraphAgedAccountsReceivable",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphAgedAccountsReceivable",
- "Command": "Get-MgBetaFinancialCompanyAgedAccountReceivable",
"Method": "GET",
- "Uri": "/financials/companies/{company-id}/agedAccountsReceivable",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaFinancialCompanyAgedAccountReceivable",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Financials",
+ "Uri": "/financials/companies/{company-id}/agedAccountsReceivable/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaFinancialCompanyAgedAccountReceivableCount",
"Method": "GET",
- "Uri": "/financials/companies/{company-id}/agedAccountsReceivable/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaFinancialCompanyAgedAccountReceivableCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Financials",
+ "Uri": "/financials/companies/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgBetaFinancialCompanyCount",
"Method": "GET",
- "Uri": "/financials/companies/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaFinancialCompanyCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Financials",
+ "Uri": "/financials/companies/{company-id}/countriesRegions/{countryRegion-id}",
+ "OutputType": "IMicrosoftGraphCountryRegion",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphCountryRegion",
- "Command": "Get-MgBetaFinancialCompanyCountryRegion",
"Method": "GET",
- "Uri": "/financials/companies/{company-id}/countriesRegions/{countryRegion-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaFinancialCompanyCountryRegion",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Financials",
+ "Uri": "/financials/companies/{company-id}/countriesRegions",
+ "OutputType": "IMicrosoftGraphCountryRegion",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphCountryRegion",
- "Command": "Get-MgBetaFinancialCompanyCountryRegion",
"Method": "GET",
- "Uri": "/financials/companies/{company-id}/countriesRegions",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaFinancialCompanyCountryRegion",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Financials",
+ "Uri": "/financials/companies/{company-id}/countriesRegions/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaFinancialCompanyCountryRegionCount",
"Method": "GET",
- "Uri": "/financials/companies/{company-id}/countriesRegions/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaFinancialCompanyCountryRegionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Financials",
+ "Uri": "/financials/companies/{company-id}/currencies/{currency-id}",
+ "OutputType": "IMicrosoftGraphCurrency",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphCurrency",
- "Command": "Get-MgBetaFinancialCompanyCurrency",
"Method": "GET",
- "Uri": "/financials/companies/{company-id}/currencies/{currency-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaFinancialCompanyCurrency",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Financials",
+ "Uri": "/financials/companies/{company-id}/currencies",
+ "OutputType": "IMicrosoftGraphCurrency",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphCurrency",
- "Command": "Get-MgBetaFinancialCompanyCurrency",
"Method": "GET",
- "Uri": "/financials/companies/{company-id}/currencies",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaFinancialCompanyCurrency",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Financials",
+ "Uri": "/financials/companies/{company-id}/currencies/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaFinancialCompanyCurrencyCount",
"Method": "GET",
- "Uri": "/financials/companies/{company-id}/currencies/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaFinancialCompanyCurrencyCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Financials",
+ "Uri": "/financials/companies/{company-id}/customers/{customer-id}",
+ "OutputType": "IMicrosoftGraphCustomer",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphCustomer",
- "Command": "Get-MgBetaFinancialCompanyCustomer",
"Method": "GET",
- "Uri": "/financials/companies/{company-id}/customers/{customer-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaFinancialCompanyCustomer",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Financials",
+ "Uri": "/financials/companies/{company-id}/customers",
+ "OutputType": "IMicrosoftGraphCustomer",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphCustomer",
- "Command": "Get-MgBetaFinancialCompanyCustomer",
"Method": "GET",
- "Uri": "/financials/companies/{company-id}/customers",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaFinancialCompanyCustomer",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Financials",
+ "Uri": "/financials/companies/{company-id}/customers/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaFinancialCompanyCustomerCount",
"Method": "GET",
- "Uri": "/financials/companies/{company-id}/customers/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaFinancialCompanyCustomerCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Financials",
+ "Uri": "/financials/companies/{company-id}/customers/{customer-id}/currency",
+ "OutputType": "IMicrosoftGraphCurrency",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphCurrency",
- "Command": "Get-MgBetaFinancialCompanyCustomerCurrency",
"Method": "GET",
- "Uri": "/financials/companies/{company-id}/customers/{customer-id}/currency",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaFinancialCompanyCustomerCurrency",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Financials",
+ "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}",
+ "OutputType": "IMicrosoftGraphCustomerPayment",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphCustomerPayment",
- "Command": "Get-MgBetaFinancialCompanyCustomerPayment",
"Method": "GET",
- "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaFinancialCompanyCustomerPayment",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Financials",
+ "Uri": "/financials/companies/{company-id}/customerPayments",
+ "OutputType": "IMicrosoftGraphCustomerPayment",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphCustomerPayment",
- "Command": "Get-MgBetaFinancialCompanyCustomerPayment",
"Method": "GET",
- "Uri": "/financials/companies/{company-id}/customerPayments",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaFinancialCompanyCustomerPayment",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Financials",
+ "Uri": "/financials/companies/{company-id}/customerPayments/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaFinancialCompanyCustomerPaymentCount",
"Method": "GET",
- "Uri": "/financials/companies/{company-id}/customerPayments/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaFinancialCompanyCustomerPaymentCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Financials",
+ "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer",
+ "OutputType": "IMicrosoftGraphCustomer",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphCustomer",
- "Command": "Get-MgBetaFinancialCompanyCustomerPaymentCustomer",
"Method": "GET",
- "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaFinancialCompanyCustomerPaymentCustomer",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Financials",
+ "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/currency",
+ "OutputType": "IMicrosoftGraphCurrency",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphCurrency",
- "Command": "Get-MgBetaFinancialCompanyCustomerPaymentCustomerCurrency",
"Method": "GET",
- "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/currency",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaFinancialCompanyCustomerPaymentCustomerCurrency",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Financials",
+ "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/picture/{picture-id}",
+ "OutputType": "IMicrosoftGraphPicture",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphPicture",
- "Command": "Get-MgBetaFinancialCompanyCustomerPaymentCustomerPicture",
"Method": "GET",
- "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/picture/{picture-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaFinancialCompanyCustomerPaymentCustomerPicture",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Financials",
+ "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/picture",
+ "OutputType": "IMicrosoftGraphPicture",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphPicture",
- "Command": "Get-MgBetaFinancialCompanyCustomerPaymentCustomerPicture",
"Method": "GET",
- "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/picture",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaFinancialCompanyCustomerPaymentCustomerPicture",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Financials",
+ "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/picture/{picture-id}/content",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaFinancialCompanyCustomerPaymentCustomerPictureContent",
"Method": "GET",
- "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/picture/{picture-id}/content",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaFinancialCompanyCustomerPaymentCustomerPictureContent",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Financials",
+ "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/picture/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaFinancialCompanyCustomerPaymentCustomerPictureCount",
"Method": "GET",
- "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/picture/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaFinancialCompanyCustomerPaymentCustomerPictureCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Financials",
+ "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/shipmentMethod",
+ "OutputType": "IMicrosoftGraphShipmentMethod",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphShipmentMethod",
- "Command": "Get-MgBetaFinancialCompanyCustomerPaymentCustomerShipmentMethod",
"Method": "GET",
- "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/shipmentMethod",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaFinancialCompanyCustomerPaymentCustomerShipmentMethod",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Financials",
+ "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}",
+ "OutputType": "IMicrosoftGraphCustomerPaymentJournal",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphCustomerPaymentJournal",
- "Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournal",
"Method": "GET",
- "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournal",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Financials",
+ "Uri": "/financials/companies/{company-id}/customerPaymentJournals",
+ "OutputType": "IMicrosoftGraphCustomerPaymentJournal",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphCustomerPaymentJournal",
- "Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournal",
"Method": "GET",
- "Uri": "/financials/companies/{company-id}/customerPaymentJournals",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournal",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Financials",
+ "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/account",
+ "OutputType": "IMicrosoftGraphAccount",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAccount",
- "Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournalAccount",
"Method": "GET",
- "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/account",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournalAccount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Financials",
+ "Uri": "/financials/companies/{company-id}/customerPaymentJournals/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournalCount",
"Method": "GET",
- "Uri": "/financials/companies/{company-id}/customerPaymentJournals/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournalCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Financials",
+ "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}",
+ "OutputType": "IMicrosoftGraphCustomerPayment",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphCustomerPayment",
- "Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPayment",
"Method": "GET",
- "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPayment",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Financials",
+ "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments",
+ "OutputType": "IMicrosoftGraphCustomerPayment",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphCustomerPayment",
- "Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPayment",
"Method": "GET",
- "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPayment",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Financials",
+ "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCount",
"Method": "GET",
- "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Financials",
+ "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer",
+ "OutputType": "IMicrosoftGraphCustomer",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphCustomer",
- "Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomer",
"Method": "GET",
- "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomer",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Financials",
+ "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/currency",
+ "OutputType": "IMicrosoftGraphCurrency",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphCurrency",
- "Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerCurrency",
"Method": "GET",
- "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/currency",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerCurrency",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Financials",
+ "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/picture/{picture-id}",
+ "OutputType": "IMicrosoftGraphPicture",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphPicture",
- "Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerPicture",
"Method": "GET",
- "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/picture/{picture-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerPicture",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Financials",
+ "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/picture",
+ "OutputType": "IMicrosoftGraphPicture",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphPicture",
- "Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerPicture",
"Method": "GET",
- "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/picture",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerPicture",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Financials",
+ "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/picture/{picture-id}/content",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerPictureContent",
"Method": "GET",
- "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/picture/{picture-id}/content",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerPictureContent",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Financials",
+ "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/picture/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerPictureCount",
"Method": "GET",
- "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/picture/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerPictureCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Financials",
+ "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/shipmentMethod",
+ "OutputType": "IMicrosoftGraphShipmentMethod",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphShipmentMethod",
- "Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerShipmentMethod",
"Method": "GET",
- "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/shipmentMethod",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerShipmentMethod",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Financials",
+ "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/paymentMethod",
+ "OutputType": "IMicrosoftGraphPaymentMethod",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphPaymentMethod",
- "Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentMethod",
"Method": "GET",
- "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/paymentMethod",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentMethod",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Financials",
+ "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/paymentTerm",
+ "OutputType": "IMicrosoftGraphPaymentTerm",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphPaymentTerm",
- "Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentTerm",
"Method": "GET",
- "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/paymentTerm",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentTerm",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Financials",
+ "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/paymentMethod",
+ "OutputType": "IMicrosoftGraphPaymentMethod",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphPaymentMethod",
- "Command": "Get-MgBetaFinancialCompanyCustomerPaymentMethod",
"Method": "GET",
- "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/paymentMethod",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaFinancialCompanyCustomerPaymentMethod",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Financials",
+ "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/paymentTerm",
+ "OutputType": "IMicrosoftGraphPaymentTerm",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphPaymentTerm",
- "Command": "Get-MgBetaFinancialCompanyCustomerPaymentTerm",
"Method": "GET",
- "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/paymentTerm",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaFinancialCompanyCustomerPaymentTerm",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Financials",
+ "Uri": "/financials/companies/{company-id}/customers/{customer-id}/picture/{picture-id}",
+ "OutputType": "IMicrosoftGraphPicture",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphPicture",
- "Command": "Get-MgBetaFinancialCompanyCustomerPicture",
"Method": "GET",
- "Uri": "/financials/companies/{company-id}/customers/{customer-id}/picture/{picture-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaFinancialCompanyCustomerPicture",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Financials",
+ "Uri": "/financials/companies/{company-id}/customers/{customer-id}/picture",
+ "OutputType": "IMicrosoftGraphPicture",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphPicture",
- "Command": "Get-MgBetaFinancialCompanyCustomerPicture",
"Method": "GET",
- "Uri": "/financials/companies/{company-id}/customers/{customer-id}/picture",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaFinancialCompanyCustomerPicture",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Financials",
+ "Uri": "/financials/companies/{company-id}/customers/{customer-id}/picture/{picture-id}/content",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaFinancialCompanyCustomerPictureContent",
"Method": "GET",
- "Uri": "/financials/companies/{company-id}/customers/{customer-id}/picture/{picture-id}/content",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaFinancialCompanyCustomerPictureContent",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Financials",
+ "Uri": "/financials/companies/{company-id}/customers/{customer-id}/picture/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaFinancialCompanyCustomerPictureCount",
"Method": "GET",
- "Uri": "/financials/companies/{company-id}/customers/{customer-id}/picture/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaFinancialCompanyCustomerPictureCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Financials",
+ "Uri": "/financials/companies/{company-id}/customers/{customer-id}/shipmentMethod",
+ "OutputType": "IMicrosoftGraphShipmentMethod",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphShipmentMethod",
- "Command": "Get-MgBetaFinancialCompanyCustomerShipmentMethod",
"Method": "GET",
- "Uri": "/financials/companies/{company-id}/customers/{customer-id}/shipmentMethod",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaFinancialCompanyCustomerShipmentMethod",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Financials",
+ "Uri": "/financials/companies/{company-id}/dimensions/{dimension-id}",
+ "OutputType": "IMicrosoftGraphDimension",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDimension",
- "Command": "Get-MgBetaFinancialCompanyDimension",
"Method": "GET",
- "Uri": "/financials/companies/{company-id}/dimensions/{dimension-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaFinancialCompanyDimension",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Financials",
+ "Uri": "/financials/companies/{company-id}/dimensions",
+ "OutputType": "IMicrosoftGraphDimension",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphDimension",
- "Command": "Get-MgBetaFinancialCompanyDimension",
"Method": "GET",
- "Uri": "/financials/companies/{company-id}/dimensions",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaFinancialCompanyDimension",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Financials",
+ "Uri": "/financials/companies/{company-id}/dimensions/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaFinancialCompanyDimensionCount",
"Method": "GET",
- "Uri": "/financials/companies/{company-id}/dimensions/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaFinancialCompanyDimensionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Financials",
+ "Uri": "/financials/companies/{company-id}/dimensionValues/{dimensionValue-id}",
+ "OutputType": "IMicrosoftGraphDimensionValue",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphDimensionValue",
- "Command": "Get-MgBetaFinancialCompanyDimensionValue",
"Method": "GET",
- "Uri": "/financials/companies/{company-id}/dimensionValues/{dimensionValue-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaFinancialCompanyDimensionValue",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Financials",
+ "Uri": "/financials/companies/{company-id}/dimensionValues",
+ "OutputType": "IMicrosoftGraphDimensionValue",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List",
"List1"
],
- "OutputType": "IMicrosoftGraphDimensionValue",
- "Command": "Get-MgBetaFinancialCompanyDimensionValue",
"Method": "GET",
- "Uri": "/financials/companies/{company-id}/dimensionValues",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaFinancialCompanyDimensionValue",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Financials",
+ "Uri": "/financials/companies/{company-id}/dimensions/{dimension-id}/dimensionValues/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": null,
- "Command": "Get-MgBetaFinancialCompanyDimensionValueCount",
"Method": "GET",
- "Uri": "/financials/companies/{company-id}/dimensions/{dimension-id}/dimensionValues/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaFinancialCompanyDimensionValueCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Financials",
+ "Uri": "/financials/companies/{company-id}/employees/{employee-id}",
+ "OutputType": "IMicrosoftGraphEmployee",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphEmployee",
- "Command": "Get-MgBetaFinancialCompanyEmployee",
"Method": "GET",
- "Uri": "/financials/companies/{company-id}/employees/{employee-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaFinancialCompanyEmployee",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Financials",
+ "Uri": "/financials/companies/{company-id}/employees",
+ "OutputType": "IMicrosoftGraphEmployee",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphEmployee",
- "Command": "Get-MgBetaFinancialCompanyEmployee",
"Method": "GET",
- "Uri": "/financials/companies/{company-id}/employees",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaFinancialCompanyEmployee",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Financials",
+ "Uri": "/financials/companies/{company-id}/employees/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaFinancialCompanyEmployeeCount",
"Method": "GET",
- "Uri": "/financials/companies/{company-id}/employees/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaFinancialCompanyEmployeeCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Financials",
+ "Uri": "/financials/companies/{company-id}/employees/{employee-id}/picture/{picture-id}",
+ "OutputType": "IMicrosoftGraphPicture",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphPicture",
- "Command": "Get-MgBetaFinancialCompanyEmployeePicture",
"Method": "GET",
- "Uri": "/financials/companies/{company-id}/employees/{employee-id}/picture/{picture-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaFinancialCompanyEmployeePicture",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Financials",
+ "Uri": "/financials/companies/{company-id}/employees/{employee-id}/picture",
+ "OutputType": "IMicrosoftGraphPicture",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphPicture",
- "Command": "Get-MgBetaFinancialCompanyEmployeePicture",
"Method": "GET",
- "Uri": "/financials/companies/{company-id}/employees/{employee-id}/picture",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaFinancialCompanyEmployeePicture",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Financials",
+ "Uri": "/financials/companies/{company-id}/employees/{employee-id}/picture/{picture-id}/content",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaFinancialCompanyEmployeePictureContent",
"Method": "GET",
- "Uri": "/financials/companies/{company-id}/employees/{employee-id}/picture/{picture-id}/content",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaFinancialCompanyEmployeePictureContent",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Financials",
+ "Uri": "/financials/companies/{company-id}/employees/{employee-id}/picture/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaFinancialCompanyEmployeePictureCount",
"Method": "GET",
- "Uri": "/financials/companies/{company-id}/employees/{employee-id}/picture/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaFinancialCompanyEmployeePictureCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Financials",
+ "Uri": "/financials/companies/{company-id}/generalLedgerEntries/{generalLedgerEntry-id}",
+ "OutputType": "IMicrosoftGraphGeneralLedgerEntry",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphGeneralLedgerEntry",
- "Command": "Get-MgBetaFinancialCompanyGeneralLedgerEntry",
"Method": "GET",
- "Uri": "/financials/companies/{company-id}/generalLedgerEntries/{generalLedgerEntry-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaFinancialCompanyGeneralLedgerEntry",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Financials",
+ "Uri": "/financials/companies/{company-id}/generalLedgerEntries",
+ "OutputType": "IMicrosoftGraphGeneralLedgerEntry",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphGeneralLedgerEntry",
- "Command": "Get-MgBetaFinancialCompanyGeneralLedgerEntry",
"Method": "GET",
- "Uri": "/financials/companies/{company-id}/generalLedgerEntries",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaFinancialCompanyGeneralLedgerEntry",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Financials",
+ "Uri": "/financials/companies/{company-id}/generalLedgerEntries/{generalLedgerEntry-id}/account",
+ "OutputType": "IMicrosoftGraphAccount",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAccount",
- "Command": "Get-MgBetaFinancialCompanyGeneralLedgerEntryAccount",
"Method": "GET",
- "Uri": "/financials/companies/{company-id}/generalLedgerEntries/{generalLedgerEntry-id}/account",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaFinancialCompanyGeneralLedgerEntryAccount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Financials",
+ "Uri": "/financials/companies/{company-id}/generalLedgerEntries/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaFinancialCompanyGeneralLedgerEntryCount",
"Method": "GET",
- "Uri": "/financials/companies/{company-id}/generalLedgerEntries/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaFinancialCompanyGeneralLedgerEntryCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Financials",
+ "Uri": "/financials/companies/{company-id}/companyInformation/{companyInformation-id}",
+ "OutputType": "IMicrosoftGraphCompanyInformation",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphCompanyInformation",
- "Command": "Get-MgBetaFinancialCompanyInformation",
"Method": "GET",
- "Uri": "/financials/companies/{company-id}/companyInformation/{companyInformation-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaFinancialCompanyInformation",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Financials",
+ "Uri": "/financials/companies/{company-id}/companyInformation",
+ "OutputType": "IMicrosoftGraphCompanyInformation",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphCompanyInformation",
- "Command": "Get-MgBetaFinancialCompanyInformation",
"Method": "GET",
- "Uri": "/financials/companies/{company-id}/companyInformation",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaFinancialCompanyInformation",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Financials",
+ "Uri": "/financials/companies/{company-id}/companyInformation/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaFinancialCompanyInformationCount",
"Method": "GET",
- "Uri": "/financials/companies/{company-id}/companyInformation/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaFinancialCompanyInformationCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Financials",
+ "Uri": "/financials/companies/{company-id}/companyInformation/{companyInformation-id}/picture",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaFinancialCompanyInformationPicture",
"Method": "GET",
- "Uri": "/financials/companies/{company-id}/companyInformation/{companyInformation-id}/picture",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaFinancialCompanyInformationPicture",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Financials",
+ "Uri": "/financials/companies/{company-id}/items/{item-id}",
+ "OutputType": "IMicrosoftGraphItem",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphItem",
- "Command": "Get-MgBetaFinancialCompanyItem",
"Method": "GET",
- "Uri": "/financials/companies/{company-id}/items/{item-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaFinancialCompanyItem",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Financials",
+ "Uri": "/financials/companies/{company-id}/items",
+ "OutputType": "IMicrosoftGraphItem",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphItem",
- "Command": "Get-MgBetaFinancialCompanyItem",
"Method": "GET",
- "Uri": "/financials/companies/{company-id}/items",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaFinancialCompanyItem",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Financials",
+ "Uri": "/financials/companies/{company-id}/itemCategories/{itemCategory-id}",
+ "OutputType": "IMicrosoftGraphItemCategory",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphItemCategory",
- "Command": "Get-MgBetaFinancialCompanyItemCategory",
"Method": "GET",
- "Uri": "/financials/companies/{company-id}/itemCategories/{itemCategory-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaFinancialCompanyItemCategory",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Financials",
+ "Uri": "/financials/companies/{company-id}/itemCategories",
+ "OutputType": "IMicrosoftGraphItemCategory",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphItemCategory",
- "Command": "Get-MgBetaFinancialCompanyItemCategory",
"Method": "GET",
- "Uri": "/financials/companies/{company-id}/itemCategories",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaFinancialCompanyItemCategory",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Financials",
+ "Uri": "/financials/companies/{company-id}/itemCategories/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaFinancialCompanyItemCategoryCount",
"Method": "GET",
- "Uri": "/financials/companies/{company-id}/itemCategories/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaFinancialCompanyItemCategoryCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Financials",
+ "Uri": "/financials/companies/{company-id}/items/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaFinancialCompanyItemCount",
"Method": "GET",
- "Uri": "/financials/companies/{company-id}/items/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaFinancialCompanyItemCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Financials",
+ "Uri": "/financials/companies/{company-id}/items/{item-id}/picture/{picture-id}",
+ "OutputType": "IMicrosoftGraphPicture",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphPicture",
- "Command": "Get-MgBetaFinancialCompanyItemPicture",
"Method": "GET",
- "Uri": "/financials/companies/{company-id}/items/{item-id}/picture/{picture-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaFinancialCompanyItemPicture",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Financials",
+ "Uri": "/financials/companies/{company-id}/items/{item-id}/picture",
+ "OutputType": "IMicrosoftGraphPicture",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphPicture",
- "Command": "Get-MgBetaFinancialCompanyItemPicture",
"Method": "GET",
- "Uri": "/financials/companies/{company-id}/items/{item-id}/picture",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaFinancialCompanyItemPicture",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Financials",
+ "Uri": "/financials/companies/{company-id}/items/{item-id}/picture/{picture-id}/content",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaFinancialCompanyItemPictureContent",
"Method": "GET",
- "Uri": "/financials/companies/{company-id}/items/{item-id}/picture/{picture-id}/content",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaFinancialCompanyItemPictureContent",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Financials",
+ "Uri": "/financials/companies/{company-id}/items/{item-id}/picture/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaFinancialCompanyItemPictureCount",
"Method": "GET",
- "Uri": "/financials/companies/{company-id}/items/{item-id}/picture/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaFinancialCompanyItemPictureCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Financials",
+ "Uri": "/financials/companies/{company-id}/journals/{journal-id}",
+ "OutputType": "IMicrosoftGraphJournal",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphJournal",
- "Command": "Get-MgBetaFinancialCompanyJournal",
"Method": "GET",
- "Uri": "/financials/companies/{company-id}/journals/{journal-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaFinancialCompanyJournal",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Financials",
+ "Uri": "/financials/companies/{company-id}/journals",
+ "OutputType": "IMicrosoftGraphJournal",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphJournal",
- "Command": "Get-MgBetaFinancialCompanyJournal",
"Method": "GET",
- "Uri": "/financials/companies/{company-id}/journals",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaFinancialCompanyJournal",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Financials",
+ "Uri": "/financials/companies/{company-id}/journals/{journal-id}/account",
+ "OutputType": "IMicrosoftGraphAccount",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAccount",
- "Command": "Get-MgBetaFinancialCompanyJournalAccount",
"Method": "GET",
- "Uri": "/financials/companies/{company-id}/journals/{journal-id}/account",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaFinancialCompanyJournalAccount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Financials",
+ "Uri": "/financials/companies/{company-id}/journals/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaFinancialCompanyJournalCount",
"Method": "GET",
- "Uri": "/financials/companies/{company-id}/journals/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaFinancialCompanyJournalCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Financials",
+ "Uri": "/financials/companies/{company-id}/journalLines/{journalLine-id}",
+ "OutputType": "IMicrosoftGraphJournalLine",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphJournalLine",
- "Command": "Get-MgBetaFinancialCompanyJournalLine",
"Method": "GET",
- "Uri": "/financials/companies/{company-id}/journalLines/{journalLine-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaFinancialCompanyJournalLine",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Financials",
+ "Uri": "/financials/companies/{company-id}/journalLines",
+ "OutputType": "IMicrosoftGraphJournalLine",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List",
"List1"
],
- "OutputType": "IMicrosoftGraphJournalLine",
- "Command": "Get-MgBetaFinancialCompanyJournalLine",
"Method": "GET",
- "Uri": "/financials/companies/{company-id}/journalLines",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaFinancialCompanyJournalLine",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Financials",
+ "Uri": "/financials/companies/{company-id}/journalLines/{journalLine-id}/account",
+ "OutputType": "IMicrosoftGraphAccount",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphAccount",
- "Command": "Get-MgBetaFinancialCompanyJournalLineAccount",
"Method": "GET",
- "Uri": "/financials/companies/{company-id}/journalLines/{journalLine-id}/account",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaFinancialCompanyJournalLineAccount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Financials",
+ "Uri": "/financials/companies/{company-id}/journalLines/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": null,
- "Command": "Get-MgBetaFinancialCompanyJournalLineCount",
"Method": "GET",
- "Uri": "/financials/companies/{company-id}/journalLines/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaFinancialCompanyJournalLineCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Financials",
+ "Uri": "/financials/companies/{company-id}/paymentMethods/{paymentMethod-id}",
+ "OutputType": "IMicrosoftGraphPaymentMethod",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphPaymentMethod",
- "Command": "Get-MgBetaFinancialCompanyPaymentMethod",
"Method": "GET",
- "Uri": "/financials/companies/{company-id}/paymentMethods/{paymentMethod-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaFinancialCompanyPaymentMethod",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Financials",
+ "Uri": "/financials/companies/{company-id}/paymentMethods",
+ "OutputType": "IMicrosoftGraphPaymentMethod",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphPaymentMethod",
- "Command": "Get-MgBetaFinancialCompanyPaymentMethod",
"Method": "GET",
- "Uri": "/financials/companies/{company-id}/paymentMethods",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaFinancialCompanyPaymentMethod",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Financials",
+ "Uri": "/financials/companies/{company-id}/paymentMethods/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaFinancialCompanyPaymentMethodCount",
"Method": "GET",
- "Uri": "/financials/companies/{company-id}/paymentMethods/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaFinancialCompanyPaymentMethodCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Financials",
+ "Uri": "/financials/companies/{company-id}/paymentTerms/{paymentTerm-id}",
+ "OutputType": "IMicrosoftGraphPaymentTerm",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphPaymentTerm",
- "Command": "Get-MgBetaFinancialCompanyPaymentTerm",
"Method": "GET",
- "Uri": "/financials/companies/{company-id}/paymentTerms/{paymentTerm-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaFinancialCompanyPaymentTerm",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Financials",
+ "Uri": "/financials/companies/{company-id}/paymentTerms",
+ "OutputType": "IMicrosoftGraphPaymentTerm",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphPaymentTerm",
- "Command": "Get-MgBetaFinancialCompanyPaymentTerm",
"Method": "GET",
- "Uri": "/financials/companies/{company-id}/paymentTerms",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaFinancialCompanyPaymentTerm",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Financials",
+ "Uri": "/financials/companies/{company-id}/paymentTerms/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaFinancialCompanyPaymentTermCount",
"Method": "GET",
- "Uri": "/financials/companies/{company-id}/paymentTerms/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaFinancialCompanyPaymentTermCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Financials",
+ "Uri": "/financials/companies/{company-id}/picture/{picture-id}",
+ "OutputType": "IMicrosoftGraphPicture",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphPicture",
- "Command": "Get-MgBetaFinancialCompanyPicture",
"Method": "GET",
- "Uri": "/financials/companies/{company-id}/picture/{picture-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaFinancialCompanyPicture",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Financials",
+ "Uri": "/financials/companies/{company-id}/picture",
+ "OutputType": "IMicrosoftGraphPicture",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphPicture",
- "Command": "Get-MgBetaFinancialCompanyPicture",
"Method": "GET",
- "Uri": "/financials/companies/{company-id}/picture",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaFinancialCompanyPicture",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Financials",
+ "Uri": "/financials/companies/{company-id}/picture/{picture-id}/content",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaFinancialCompanyPictureContent",
"Method": "GET",
- "Uri": "/financials/companies/{company-id}/picture/{picture-id}/content",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaFinancialCompanyPictureContent",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Financials",
+ "Uri": "/financials/companies/{company-id}/picture/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaFinancialCompanyPictureCount",
"Method": "GET",
- "Uri": "/financials/companies/{company-id}/picture/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaFinancialCompanyPictureCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Financials",
+ "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}",
+ "OutputType": "IMicrosoftGraphPurchaseInvoice",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphPurchaseInvoice",
- "Command": "Get-MgBetaFinancialCompanyPurchaseInvoice",
"Method": "GET",
- "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaFinancialCompanyPurchaseInvoice",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Financials",
+ "Uri": "/financials/companies/{company-id}/purchaseInvoices",
+ "OutputType": "IMicrosoftGraphPurchaseInvoice",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphPurchaseInvoice",
- "Command": "Get-MgBetaFinancialCompanyPurchaseInvoice",
"Method": "GET",
- "Uri": "/financials/companies/{company-id}/purchaseInvoices",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaFinancialCompanyPurchaseInvoice",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Financials",
+ "Uri": "/financials/companies/{company-id}/purchaseInvoices/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceCount",
"Method": "GET",
- "Uri": "/financials/companies/{company-id}/purchaseInvoices/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Financials",
+ "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/currency",
+ "OutputType": "IMicrosoftGraphCurrency",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphCurrency",
- "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceCurrency",
"Method": "GET",
- "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/currency",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceCurrency",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Financials",
+ "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}",
+ "OutputType": "IMicrosoftGraphPurchaseInvoiceLine",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphPurchaseInvoiceLine",
- "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceLine",
"Method": "GET",
- "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceLine",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Financials",
+ "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines",
+ "OutputType": "IMicrosoftGraphPurchaseInvoiceLine",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List",
"List1"
],
- "OutputType": "IMicrosoftGraphPurchaseInvoiceLine",
- "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceLine",
"Method": "GET",
- "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceLine",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Financials",
+ "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/account",
+ "OutputType": "IMicrosoftGraphAccount",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphAccount",
- "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceLineAccount",
"Method": "GET",
- "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/account",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceLineAccount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Financials",
+ "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": null,
- "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceLineCount",
"Method": "GET",
- "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceLineCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Financials",
+ "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item",
+ "OutputType": "IMicrosoftGraphItem",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphItem",
- "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceLineItem",
"Method": "GET",
- "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceLineItem",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Financials",
+ "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/itemCategory",
+ "OutputType": "IMicrosoftGraphItemCategory",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphItemCategory",
- "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceLineItemCategory",
"Method": "GET",
- "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/itemCategory",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceLineItemCategory",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Financials",
+ "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/picture/{picture-id}",
+ "OutputType": "IMicrosoftGraphPicture",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphPicture",
- "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceLineItemPicture",
"Method": "GET",
- "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/picture/{picture-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceLineItemPicture",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Financials",
+ "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/picture",
+ "OutputType": "IMicrosoftGraphPicture",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List",
"List1"
],
- "OutputType": "IMicrosoftGraphPicture",
- "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceLineItemPicture",
"Method": "GET",
- "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/picture",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceLineItemPicture",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Financials",
+ "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/picture/{picture-id}/content",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": null,
- "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceLineItemPictureContent",
"Method": "GET",
- "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/picture/{picture-id}/content",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceLineItemPictureContent",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Financials",
+ "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/picture/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": null,
- "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceLineItemPictureCount",
"Method": "GET",
- "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/picture/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceLineItemPictureCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Financials",
+ "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor",
+ "OutputType": "IMicrosoftGraphVendor",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphVendor",
- "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceVendor",
"Method": "GET",
- "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceVendor",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Financials",
+ "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/currency",
+ "OutputType": "IMicrosoftGraphCurrency",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphCurrency",
- "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceVendorCurrency",
"Method": "GET",
- "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/currency",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceVendorCurrency",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Financials",
+ "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/paymentMethod",
+ "OutputType": "IMicrosoftGraphPaymentMethod",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphPaymentMethod",
- "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceVendorPaymentMethod",
"Method": "GET",
- "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/paymentMethod",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceVendorPaymentMethod",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Financials",
+ "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/paymentTerm",
+ "OutputType": "IMicrosoftGraphPaymentTerm",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphPaymentTerm",
- "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceVendorPaymentTerm",
"Method": "GET",
- "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/paymentTerm",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceVendorPaymentTerm",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Financials",
+ "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/picture/{picture-id}",
+ "OutputType": "IMicrosoftGraphPicture",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphPicture",
- "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceVendorPicture",
"Method": "GET",
- "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/picture/{picture-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceVendorPicture",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Financials",
+ "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/picture",
+ "OutputType": "IMicrosoftGraphPicture",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphPicture",
- "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceVendorPicture",
"Method": "GET",
- "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/picture",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceVendorPicture",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Financials",
+ "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/picture/{picture-id}/content",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceVendorPictureContent",
"Method": "GET",
- "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/picture/{picture-id}/content",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceVendorPictureContent",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Financials",
+ "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/picture/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceVendorPictureCount",
"Method": "GET",
- "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/picture/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceVendorPictureCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Financials",
+ "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}",
+ "OutputType": "IMicrosoftGraphSalesCreditMemo",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSalesCreditMemo",
- "Command": "Get-MgBetaFinancialCompanySaleCreditMemo",
"Method": "GET",
- "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaFinancialCompanySaleCreditMemo",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Financials",
+ "Uri": "/financials/companies/{company-id}/salesCreditMemos",
+ "OutputType": "IMicrosoftGraphSalesCreditMemo",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphSalesCreditMemo",
- "Command": "Get-MgBetaFinancialCompanySaleCreditMemo",
"Method": "GET",
- "Uri": "/financials/companies/{company-id}/salesCreditMemos",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaFinancialCompanySaleCreditMemo",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Financials",
+ "Uri": "/financials/companies/{company-id}/salesCreditMemos/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaFinancialCompanySaleCreditMemoCount",
"Method": "GET",
- "Uri": "/financials/companies/{company-id}/salesCreditMemos/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaFinancialCompanySaleCreditMemoCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Financials",
+ "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/currency",
+ "OutputType": "IMicrosoftGraphCurrency",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphCurrency",
- "Command": "Get-MgBetaFinancialCompanySaleCreditMemoCurrency",
"Method": "GET",
- "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/currency",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaFinancialCompanySaleCreditMemoCurrency",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Financials",
+ "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer",
+ "OutputType": "IMicrosoftGraphCustomer",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphCustomer",
- "Command": "Get-MgBetaFinancialCompanySaleCreditMemoCustomer",
"Method": "GET",
- "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaFinancialCompanySaleCreditMemoCustomer",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Financials",
+ "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/currency",
+ "OutputType": "IMicrosoftGraphCurrency",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphCurrency",
- "Command": "Get-MgBetaFinancialCompanySaleCreditMemoCustomerCurrency",
"Method": "GET",
- "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/currency",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaFinancialCompanySaleCreditMemoCustomerCurrency",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Financials",
+ "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/paymentMethod",
+ "OutputType": "IMicrosoftGraphPaymentMethod",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphPaymentMethod",
- "Command": "Get-MgBetaFinancialCompanySaleCreditMemoCustomerPaymentMethod",
"Method": "GET",
- "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/paymentMethod",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaFinancialCompanySaleCreditMemoCustomerPaymentMethod",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Financials",
+ "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/paymentTerm",
+ "OutputType": "IMicrosoftGraphPaymentTerm",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphPaymentTerm",
- "Command": "Get-MgBetaFinancialCompanySaleCreditMemoCustomerPaymentTerm",
"Method": "GET",
- "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/paymentTerm",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaFinancialCompanySaleCreditMemoCustomerPaymentTerm",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Financials",
+ "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/picture/{picture-id}",
+ "OutputType": "IMicrosoftGraphPicture",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphPicture",
- "Command": "Get-MgBetaFinancialCompanySaleCreditMemoCustomerPicture",
"Method": "GET",
- "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/picture/{picture-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaFinancialCompanySaleCreditMemoCustomerPicture",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Financials",
+ "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/picture",
+ "OutputType": "IMicrosoftGraphPicture",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphPicture",
- "Command": "Get-MgBetaFinancialCompanySaleCreditMemoCustomerPicture",
"Method": "GET",
- "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/picture",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaFinancialCompanySaleCreditMemoCustomerPicture",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Financials",
+ "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/picture/{picture-id}/content",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaFinancialCompanySaleCreditMemoCustomerPictureContent",
"Method": "GET",
- "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/picture/{picture-id}/content",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaFinancialCompanySaleCreditMemoCustomerPictureContent",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Financials",
+ "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/picture/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaFinancialCompanySaleCreditMemoCustomerPictureCount",
"Method": "GET",
- "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/picture/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaFinancialCompanySaleCreditMemoCustomerPictureCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Financials",
+ "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/shipmentMethod",
+ "OutputType": "IMicrosoftGraphShipmentMethod",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphShipmentMethod",
- "Command": "Get-MgBetaFinancialCompanySaleCreditMemoCustomerShipmentMethod",
"Method": "GET",
- "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/shipmentMethod",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaFinancialCompanySaleCreditMemoCustomerShipmentMethod",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Financials",
+ "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}",
+ "OutputType": "IMicrosoftGraphSalesCreditMemoLine",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSalesCreditMemoLine",
- "Command": "Get-MgBetaFinancialCompanySaleCreditMemoLine",
"Method": "GET",
- "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaFinancialCompanySaleCreditMemoLine",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Financials",
+ "Uri": "/financials/companies/{company-id}/salesCreditMemoLines",
+ "OutputType": "IMicrosoftGraphSalesCreditMemoLine",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphSalesCreditMemoLine",
- "Command": "Get-MgBetaFinancialCompanySaleCreditMemoLine",
"Method": "GET",
- "Uri": "/financials/companies/{company-id}/salesCreditMemoLines",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaFinancialCompanySaleCreditMemoLine",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Financials",
+ "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/account",
+ "OutputType": "IMicrosoftGraphAccount",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAccount",
- "Command": "Get-MgBetaFinancialCompanySaleCreditMemoLineAccount",
"Method": "GET",
- "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/account",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaFinancialCompanySaleCreditMemoLineAccount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Financials",
+ "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaFinancialCompanySaleCreditMemoLineCount",
"Method": "GET",
- "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaFinancialCompanySaleCreditMemoLineCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Financials",
+ "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item",
+ "OutputType": "IMicrosoftGraphItem",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphItem",
- "Command": "Get-MgBetaFinancialCompanySaleCreditMemoLineItem",
"Method": "GET",
- "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaFinancialCompanySaleCreditMemoLineItem",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Financials",
+ "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/itemCategory",
+ "OutputType": "IMicrosoftGraphItemCategory",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphItemCategory",
- "Command": "Get-MgBetaFinancialCompanySaleCreditMemoLineItemCategory",
"Method": "GET",
- "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/itemCategory",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaFinancialCompanySaleCreditMemoLineItemCategory",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Financials",
+ "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/{picture-id}",
+ "OutputType": "IMicrosoftGraphPicture",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphPicture",
- "Command": "Get-MgBetaFinancialCompanySaleCreditMemoLineItemPicture",
"Method": "GET",
- "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/{picture-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaFinancialCompanySaleCreditMemoLineItemPicture",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Financials",
+ "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture",
+ "OutputType": "IMicrosoftGraphPicture",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphPicture",
- "Command": "Get-MgBetaFinancialCompanySaleCreditMemoLineItemPicture",
"Method": "GET",
- "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaFinancialCompanySaleCreditMemoLineItemPicture",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Financials",
+ "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/{picture-id}/content",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaFinancialCompanySaleCreditMemoLineItemPictureContent",
"Method": "GET",
- "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/{picture-id}/content",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaFinancialCompanySaleCreditMemoLineItemPictureContent",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Financials",
+ "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaFinancialCompanySaleCreditMemoLineItemPictureCount",
"Method": "GET",
- "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaFinancialCompanySaleCreditMemoLineItemPictureCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Financials",
+ "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/paymentTerm",
+ "OutputType": "IMicrosoftGraphPaymentTerm",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphPaymentTerm",
- "Command": "Get-MgBetaFinancialCompanySaleCreditMemoPaymentTerm",
"Method": "GET",
- "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/paymentTerm",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaFinancialCompanySaleCreditMemoPaymentTerm",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Financials",
+ "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}",
+ "OutputType": "IMicrosoftGraphSalesCreditMemoLine",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSalesCreditMemoLine",
- "Command": "Get-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLine",
"Method": "GET",
- "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLine",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Financials",
+ "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines",
+ "OutputType": "IMicrosoftGraphSalesCreditMemoLine",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphSalesCreditMemoLine",
- "Command": "Get-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLine",
"Method": "GET",
- "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLine",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Financials",
+ "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/account",
+ "OutputType": "IMicrosoftGraphAccount",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAccount",
- "Command": "Get-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineAccount",
"Method": "GET",
- "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/account",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineAccount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Financials",
+ "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineCount",
"Method": "GET",
- "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Financials",
+ "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item",
+ "OutputType": "IMicrosoftGraphItem",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphItem",
- "Command": "Get-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItem",
"Method": "GET",
- "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItem",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Financials",
+ "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/itemCategory",
+ "OutputType": "IMicrosoftGraphItemCategory",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphItemCategory",
- "Command": "Get-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemCategory",
"Method": "GET",
- "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/itemCategory",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemCategory",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Financials",
+ "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/{picture-id}",
+ "OutputType": "IMicrosoftGraphPicture",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphPicture",
- "Command": "Get-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemPicture",
"Method": "GET",
- "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/{picture-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemPicture",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Financials",
+ "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture",
+ "OutputType": "IMicrosoftGraphPicture",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphPicture",
- "Command": "Get-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemPicture",
"Method": "GET",
- "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemPicture",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Financials",
+ "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/{picture-id}/content",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemPictureContent",
"Method": "GET",
- "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/{picture-id}/content",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemPictureContent",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Financials",
+ "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemPictureCount",
"Method": "GET",
- "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemPictureCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Financials",
+ "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}",
+ "OutputType": "IMicrosoftGraphSalesInvoice",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSalesInvoice",
- "Command": "Get-MgBetaFinancialCompanySaleInvoice",
"Method": "GET",
- "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaFinancialCompanySaleInvoice",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Financials",
+ "Uri": "/financials/companies/{company-id}/salesInvoices",
+ "OutputType": "IMicrosoftGraphSalesInvoice",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphSalesInvoice",
- "Command": "Get-MgBetaFinancialCompanySaleInvoice",
"Method": "GET",
- "Uri": "/financials/companies/{company-id}/salesInvoices",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaFinancialCompanySaleInvoice",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Financials",
+ "Uri": "/financials/companies/{company-id}/salesInvoices/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaFinancialCompanySaleInvoiceCount",
"Method": "GET",
- "Uri": "/financials/companies/{company-id}/salesInvoices/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaFinancialCompanySaleInvoiceCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Financials",
+ "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/currency",
+ "OutputType": "IMicrosoftGraphCurrency",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphCurrency",
- "Command": "Get-MgBetaFinancialCompanySaleInvoiceCurrency",
"Method": "GET",
- "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/currency",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaFinancialCompanySaleInvoiceCurrency",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Financials",
+ "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer",
+ "OutputType": "IMicrosoftGraphCustomer",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphCustomer",
- "Command": "Get-MgBetaFinancialCompanySaleInvoiceCustomer",
"Method": "GET",
- "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaFinancialCompanySaleInvoiceCustomer",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Financials",
+ "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/currency",
+ "OutputType": "IMicrosoftGraphCurrency",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphCurrency",
- "Command": "Get-MgBetaFinancialCompanySaleInvoiceCustomerCurrency",
"Method": "GET",
- "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/currency",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaFinancialCompanySaleInvoiceCustomerCurrency",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Financials",
+ "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/paymentMethod",
+ "OutputType": "IMicrosoftGraphPaymentMethod",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphPaymentMethod",
- "Command": "Get-MgBetaFinancialCompanySaleInvoiceCustomerPaymentMethod",
"Method": "GET",
- "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/paymentMethod",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaFinancialCompanySaleInvoiceCustomerPaymentMethod",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Financials",
+ "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/paymentTerm",
+ "OutputType": "IMicrosoftGraphPaymentTerm",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphPaymentTerm",
- "Command": "Get-MgBetaFinancialCompanySaleInvoiceCustomerPaymentTerm",
"Method": "GET",
- "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/paymentTerm",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaFinancialCompanySaleInvoiceCustomerPaymentTerm",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Financials",
+ "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/picture/{picture-id}",
+ "OutputType": "IMicrosoftGraphPicture",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphPicture",
- "Command": "Get-MgBetaFinancialCompanySaleInvoiceCustomerPicture",
"Method": "GET",
- "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/picture/{picture-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaFinancialCompanySaleInvoiceCustomerPicture",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Financials",
+ "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/picture",
+ "OutputType": "IMicrosoftGraphPicture",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphPicture",
- "Command": "Get-MgBetaFinancialCompanySaleInvoiceCustomerPicture",
"Method": "GET",
- "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/picture",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaFinancialCompanySaleInvoiceCustomerPicture",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Financials",
+ "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/picture/{picture-id}/content",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaFinancialCompanySaleInvoiceCustomerPictureContent",
"Method": "GET",
- "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/picture/{picture-id}/content",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaFinancialCompanySaleInvoiceCustomerPictureContent",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Financials",
+ "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/picture/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaFinancialCompanySaleInvoiceCustomerPictureCount",
"Method": "GET",
- "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/picture/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaFinancialCompanySaleInvoiceCustomerPictureCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Financials",
+ "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/shipmentMethod",
+ "OutputType": "IMicrosoftGraphShipmentMethod",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphShipmentMethod",
- "Command": "Get-MgBetaFinancialCompanySaleInvoiceCustomerShipmentMethod",
"Method": "GET",
- "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/shipmentMethod",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaFinancialCompanySaleInvoiceCustomerShipmentMethod",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Financials",
+ "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}",
+ "OutputType": "IMicrosoftGraphSalesInvoiceLine",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphSalesInvoiceLine",
- "Command": "Get-MgBetaFinancialCompanySaleInvoiceLine",
"Method": "GET",
- "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaFinancialCompanySaleInvoiceLine",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Financials",
+ "Uri": "/financials/companies/{company-id}/salesInvoiceLines",
+ "OutputType": "IMicrosoftGraphSalesInvoiceLine",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List",
"List1"
],
- "OutputType": "IMicrosoftGraphSalesInvoiceLine",
- "Command": "Get-MgBetaFinancialCompanySaleInvoiceLine",
"Method": "GET",
- "Uri": "/financials/companies/{company-id}/salesInvoiceLines",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaFinancialCompanySaleInvoiceLine",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Financials",
+ "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/account",
+ "OutputType": "IMicrosoftGraphAccount",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphAccount",
- "Command": "Get-MgBetaFinancialCompanySaleInvoiceLineAccount",
"Method": "GET",
- "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/account",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaFinancialCompanySaleInvoiceLineAccount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Financials",
+ "Uri": "/financials/companies/{company-id}/salesInvoiceLines/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": null,
- "Command": "Get-MgBetaFinancialCompanySaleInvoiceLineCount",
"Method": "GET",
- "Uri": "/financials/companies/{company-id}/salesInvoiceLines/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaFinancialCompanySaleInvoiceLineCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Financials",
+ "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item",
+ "OutputType": "IMicrosoftGraphItem",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphItem",
- "Command": "Get-MgBetaFinancialCompanySaleInvoiceLineItem",
"Method": "GET",
- "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaFinancialCompanySaleInvoiceLineItem",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Financials",
+ "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/itemCategory",
+ "OutputType": "IMicrosoftGraphItemCategory",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphItemCategory",
- "Command": "Get-MgBetaFinancialCompanySaleInvoiceLineItemCategory",
"Method": "GET",
- "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/itemCategory",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaFinancialCompanySaleInvoiceLineItemCategory",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Financials",
+ "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/picture/{picture-id}",
+ "OutputType": "IMicrosoftGraphPicture",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphPicture",
- "Command": "Get-MgBetaFinancialCompanySaleInvoiceLineItemPicture",
"Method": "GET",
- "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/picture/{picture-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaFinancialCompanySaleInvoiceLineItemPicture",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Financials",
+ "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/picture",
+ "OutputType": "IMicrosoftGraphPicture",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List",
"List1"
],
- "OutputType": "IMicrosoftGraphPicture",
- "Command": "Get-MgBetaFinancialCompanySaleInvoiceLineItemPicture",
"Method": "GET",
- "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/picture",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaFinancialCompanySaleInvoiceLineItemPicture",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Financials",
+ "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/picture/{picture-id}/content",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": null,
- "Command": "Get-MgBetaFinancialCompanySaleInvoiceLineItemPictureContent",
"Method": "GET",
- "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/picture/{picture-id}/content",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaFinancialCompanySaleInvoiceLineItemPictureContent",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Financials",
+ "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/picture/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": null,
- "Command": "Get-MgBetaFinancialCompanySaleInvoiceLineItemPictureCount",
"Method": "GET",
- "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/picture/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaFinancialCompanySaleInvoiceLineItemPictureCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Financials",
+ "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/paymentTerm",
+ "OutputType": "IMicrosoftGraphPaymentTerm",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphPaymentTerm",
- "Command": "Get-MgBetaFinancialCompanySaleInvoicePaymentTerm",
"Method": "GET",
- "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/paymentTerm",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaFinancialCompanySaleInvoicePaymentTerm",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Financials",
+ "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/shipmentMethod",
+ "OutputType": "IMicrosoftGraphShipmentMethod",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphShipmentMethod",
- "Command": "Get-MgBetaFinancialCompanySaleInvoiceShipmentMethod",
"Method": "GET",
- "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/shipmentMethod",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaFinancialCompanySaleInvoiceShipmentMethod",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Financials",
+ "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}",
+ "OutputType": "IMicrosoftGraphSalesOrder",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSalesOrder",
- "Command": "Get-MgBetaFinancialCompanySaleOrder",
"Method": "GET",
- "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaFinancialCompanySaleOrder",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Financials",
+ "Uri": "/financials/companies/{company-id}/salesOrders",
+ "OutputType": "IMicrosoftGraphSalesOrder",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphSalesOrder",
- "Command": "Get-MgBetaFinancialCompanySaleOrder",
"Method": "GET",
- "Uri": "/financials/companies/{company-id}/salesOrders",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaFinancialCompanySaleOrder",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Financials",
+ "Uri": "/financials/companies/{company-id}/salesOrders/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaFinancialCompanySaleOrderCount",
"Method": "GET",
- "Uri": "/financials/companies/{company-id}/salesOrders/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaFinancialCompanySaleOrderCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Financials",
+ "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/currency",
+ "OutputType": "IMicrosoftGraphCurrency",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphCurrency",
- "Command": "Get-MgBetaFinancialCompanySaleOrderCurrency",
"Method": "GET",
- "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/currency",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaFinancialCompanySaleOrderCurrency",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Financials",
+ "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer",
+ "OutputType": "IMicrosoftGraphCustomer",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphCustomer",
- "Command": "Get-MgBetaFinancialCompanySaleOrderCustomer",
"Method": "GET",
- "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaFinancialCompanySaleOrderCustomer",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Financials",
+ "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/currency",
+ "OutputType": "IMicrosoftGraphCurrency",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphCurrency",
- "Command": "Get-MgBetaFinancialCompanySaleOrderCustomerCurrency",
"Method": "GET",
- "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/currency",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaFinancialCompanySaleOrderCustomerCurrency",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Financials",
+ "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/paymentMethod",
+ "OutputType": "IMicrosoftGraphPaymentMethod",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphPaymentMethod",
- "Command": "Get-MgBetaFinancialCompanySaleOrderCustomerPaymentMethod",
"Method": "GET",
- "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/paymentMethod",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaFinancialCompanySaleOrderCustomerPaymentMethod",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Financials",
+ "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/paymentTerm",
+ "OutputType": "IMicrosoftGraphPaymentTerm",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphPaymentTerm",
- "Command": "Get-MgBetaFinancialCompanySaleOrderCustomerPaymentTerm",
"Method": "GET",
- "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/paymentTerm",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaFinancialCompanySaleOrderCustomerPaymentTerm",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Financials",
+ "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/picture/{picture-id}",
+ "OutputType": "IMicrosoftGraphPicture",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphPicture",
- "Command": "Get-MgBetaFinancialCompanySaleOrderCustomerPicture",
"Method": "GET",
- "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/picture/{picture-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaFinancialCompanySaleOrderCustomerPicture",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Financials",
+ "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/picture",
+ "OutputType": "IMicrosoftGraphPicture",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphPicture",
- "Command": "Get-MgBetaFinancialCompanySaleOrderCustomerPicture",
"Method": "GET",
- "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/picture",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaFinancialCompanySaleOrderCustomerPicture",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Financials",
+ "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/picture/{picture-id}/content",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaFinancialCompanySaleOrderCustomerPictureContent",
"Method": "GET",
- "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/picture/{picture-id}/content",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaFinancialCompanySaleOrderCustomerPictureContent",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Financials",
+ "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/picture/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaFinancialCompanySaleOrderCustomerPictureCount",
"Method": "GET",
- "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/picture/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaFinancialCompanySaleOrderCustomerPictureCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Financials",
+ "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/shipmentMethod",
+ "OutputType": "IMicrosoftGraphShipmentMethod",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphShipmentMethod",
- "Command": "Get-MgBetaFinancialCompanySaleOrderCustomerShipmentMethod",
"Method": "GET",
- "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/shipmentMethod",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaFinancialCompanySaleOrderCustomerShipmentMethod",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Financials",
+ "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}",
+ "OutputType": "IMicrosoftGraphSalesOrderLine",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphSalesOrderLine",
- "Command": "Get-MgBetaFinancialCompanySaleOrderLine",
"Method": "GET",
- "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaFinancialCompanySaleOrderLine",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Financials",
+ "Uri": "/financials/companies/{company-id}/salesOrderLines",
+ "OutputType": "IMicrosoftGraphSalesOrderLine",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List",
"List1"
],
- "OutputType": "IMicrosoftGraphSalesOrderLine",
- "Command": "Get-MgBetaFinancialCompanySaleOrderLine",
"Method": "GET",
- "Uri": "/financials/companies/{company-id}/salesOrderLines",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaFinancialCompanySaleOrderLine",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Financials",
+ "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/account",
+ "OutputType": "IMicrosoftGraphAccount",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphAccount",
- "Command": "Get-MgBetaFinancialCompanySaleOrderLineAccount",
"Method": "GET",
- "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/account",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaFinancialCompanySaleOrderLineAccount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Financials",
+ "Uri": "/financials/companies/{company-id}/salesOrderLines/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": null,
- "Command": "Get-MgBetaFinancialCompanySaleOrderLineCount",
"Method": "GET",
- "Uri": "/financials/companies/{company-id}/salesOrderLines/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaFinancialCompanySaleOrderLineCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Financials",
+ "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item",
+ "OutputType": "IMicrosoftGraphItem",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphItem",
- "Command": "Get-MgBetaFinancialCompanySaleOrderLineItem",
"Method": "GET",
- "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaFinancialCompanySaleOrderLineItem",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Financials",
+ "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item/itemCategory",
+ "OutputType": "IMicrosoftGraphItemCategory",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphItemCategory",
- "Command": "Get-MgBetaFinancialCompanySaleOrderLineItemCategory",
"Method": "GET",
- "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item/itemCategory",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaFinancialCompanySaleOrderLineItemCategory",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Financials",
+ "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item/picture/{picture-id}",
+ "OutputType": "IMicrosoftGraphPicture",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphPicture",
- "Command": "Get-MgBetaFinancialCompanySaleOrderLineItemPicture",
"Method": "GET",
- "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item/picture/{picture-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaFinancialCompanySaleOrderLineItemPicture",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Financials",
+ "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item/picture",
+ "OutputType": "IMicrosoftGraphPicture",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List",
"List1"
],
- "OutputType": "IMicrosoftGraphPicture",
- "Command": "Get-MgBetaFinancialCompanySaleOrderLineItemPicture",
"Method": "GET",
- "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item/picture",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaFinancialCompanySaleOrderLineItemPicture",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Financials",
+ "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item/picture/{picture-id}/content",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": null,
- "Command": "Get-MgBetaFinancialCompanySaleOrderLineItemPictureContent",
"Method": "GET",
- "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item/picture/{picture-id}/content",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaFinancialCompanySaleOrderLineItemPictureContent",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Financials",
+ "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item/picture/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": null,
- "Command": "Get-MgBetaFinancialCompanySaleOrderLineItemPictureCount",
"Method": "GET",
- "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item/picture/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaFinancialCompanySaleOrderLineItemPictureCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Financials",
+ "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/paymentTerm",
+ "OutputType": "IMicrosoftGraphPaymentTerm",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphPaymentTerm",
- "Command": "Get-MgBetaFinancialCompanySaleOrderPaymentTerm",
"Method": "GET",
- "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/paymentTerm",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaFinancialCompanySaleOrderPaymentTerm",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Financials",
+ "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}",
+ "OutputType": "IMicrosoftGraphSalesQuote",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSalesQuote",
- "Command": "Get-MgBetaFinancialCompanySaleQuote",
"Method": "GET",
- "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaFinancialCompanySaleQuote",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Financials",
+ "Uri": "/financials/companies/{company-id}/salesQuotes",
+ "OutputType": "IMicrosoftGraphSalesQuote",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphSalesQuote",
- "Command": "Get-MgBetaFinancialCompanySaleQuote",
"Method": "GET",
- "Uri": "/financials/companies/{company-id}/salesQuotes",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaFinancialCompanySaleQuote",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Financials",
+ "Uri": "/financials/companies/{company-id}/salesQuotes/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaFinancialCompanySaleQuoteCount",
"Method": "GET",
- "Uri": "/financials/companies/{company-id}/salesQuotes/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaFinancialCompanySaleQuoteCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Financials",
+ "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/currency",
+ "OutputType": "IMicrosoftGraphCurrency",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphCurrency",
- "Command": "Get-MgBetaFinancialCompanySaleQuoteCurrency",
"Method": "GET",
- "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/currency",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaFinancialCompanySaleQuoteCurrency",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Financials",
+ "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer",
+ "OutputType": "IMicrosoftGraphCustomer",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphCustomer",
- "Command": "Get-MgBetaFinancialCompanySaleQuoteCustomer",
"Method": "GET",
- "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaFinancialCompanySaleQuoteCustomer",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Financials",
+ "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/currency",
+ "OutputType": "IMicrosoftGraphCurrency",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphCurrency",
- "Command": "Get-MgBetaFinancialCompanySaleQuoteCustomerCurrency",
"Method": "GET",
- "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/currency",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaFinancialCompanySaleQuoteCustomerCurrency",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Financials",
+ "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/paymentMethod",
+ "OutputType": "IMicrosoftGraphPaymentMethod",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphPaymentMethod",
- "Command": "Get-MgBetaFinancialCompanySaleQuoteCustomerPaymentMethod",
"Method": "GET",
- "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/paymentMethod",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaFinancialCompanySaleQuoteCustomerPaymentMethod",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Financials",
+ "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/paymentTerm",
+ "OutputType": "IMicrosoftGraphPaymentTerm",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphPaymentTerm",
- "Command": "Get-MgBetaFinancialCompanySaleQuoteCustomerPaymentTerm",
"Method": "GET",
- "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/paymentTerm",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaFinancialCompanySaleQuoteCustomerPaymentTerm",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Financials",
+ "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/picture/{picture-id}",
+ "OutputType": "IMicrosoftGraphPicture",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphPicture",
- "Command": "Get-MgBetaFinancialCompanySaleQuoteCustomerPicture",
"Method": "GET",
- "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/picture/{picture-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaFinancialCompanySaleQuoteCustomerPicture",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Financials",
+ "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/picture",
+ "OutputType": "IMicrosoftGraphPicture",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphPicture",
- "Command": "Get-MgBetaFinancialCompanySaleQuoteCustomerPicture",
"Method": "GET",
- "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/picture",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaFinancialCompanySaleQuoteCustomerPicture",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Financials",
+ "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/picture/{picture-id}/content",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaFinancialCompanySaleQuoteCustomerPictureContent",
"Method": "GET",
- "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/picture/{picture-id}/content",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaFinancialCompanySaleQuoteCustomerPictureContent",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Financials",
+ "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/picture/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaFinancialCompanySaleQuoteCustomerPictureCount",
"Method": "GET",
- "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/picture/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaFinancialCompanySaleQuoteCustomerPictureCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Financials",
+ "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/shipmentMethod",
+ "OutputType": "IMicrosoftGraphShipmentMethod",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphShipmentMethod",
- "Command": "Get-MgBetaFinancialCompanySaleQuoteCustomerShipmentMethod",
"Method": "GET",
- "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/shipmentMethod",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaFinancialCompanySaleQuoteCustomerShipmentMethod",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Financials",
+ "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}",
+ "OutputType": "IMicrosoftGraphSalesQuoteLine",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphSalesQuoteLine",
- "Command": "Get-MgBetaFinancialCompanySaleQuoteLine",
"Method": "GET",
- "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaFinancialCompanySaleQuoteLine",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Financials",
+ "Uri": "/financials/companies/{company-id}/salesQuoteLines",
+ "OutputType": "IMicrosoftGraphSalesQuoteLine",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List",
"List1"
],
- "OutputType": "IMicrosoftGraphSalesQuoteLine",
- "Command": "Get-MgBetaFinancialCompanySaleQuoteLine",
"Method": "GET",
- "Uri": "/financials/companies/{company-id}/salesQuoteLines",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaFinancialCompanySaleQuoteLine",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Financials",
+ "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/account",
+ "OutputType": "IMicrosoftGraphAccount",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphAccount",
- "Command": "Get-MgBetaFinancialCompanySaleQuoteLineAccount",
"Method": "GET",
- "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/account",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaFinancialCompanySaleQuoteLineAccount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Financials",
+ "Uri": "/financials/companies/{company-id}/salesQuoteLines/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": null,
- "Command": "Get-MgBetaFinancialCompanySaleQuoteLineCount",
"Method": "GET",
- "Uri": "/financials/companies/{company-id}/salesQuoteLines/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaFinancialCompanySaleQuoteLineCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Financials",
+ "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item",
+ "OutputType": "IMicrosoftGraphItem",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphItem",
- "Command": "Get-MgBetaFinancialCompanySaleQuoteLineItem",
"Method": "GET",
- "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaFinancialCompanySaleQuoteLineItem",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Financials",
+ "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item/itemCategory",
+ "OutputType": "IMicrosoftGraphItemCategory",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphItemCategory",
- "Command": "Get-MgBetaFinancialCompanySaleQuoteLineItemCategory",
"Method": "GET",
- "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item/itemCategory",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaFinancialCompanySaleQuoteLineItemCategory",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Financials",
+ "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item/picture/{picture-id}",
+ "OutputType": "IMicrosoftGraphPicture",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphPicture",
- "Command": "Get-MgBetaFinancialCompanySaleQuoteLineItemPicture",
"Method": "GET",
- "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item/picture/{picture-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaFinancialCompanySaleQuoteLineItemPicture",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Financials",
+ "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item/picture",
+ "OutputType": "IMicrosoftGraphPicture",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List",
"List1"
],
- "OutputType": "IMicrosoftGraphPicture",
- "Command": "Get-MgBetaFinancialCompanySaleQuoteLineItemPicture",
"Method": "GET",
- "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item/picture",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaFinancialCompanySaleQuoteLineItemPicture",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Financials",
+ "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item/picture/{picture-id}/content",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": null,
- "Command": "Get-MgBetaFinancialCompanySaleQuoteLineItemPictureContent",
"Method": "GET",
- "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item/picture/{picture-id}/content",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaFinancialCompanySaleQuoteLineItemPictureContent",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Financials",
+ "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item/picture/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": null,
- "Command": "Get-MgBetaFinancialCompanySaleQuoteLineItemPictureCount",
"Method": "GET",
- "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item/picture/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaFinancialCompanySaleQuoteLineItemPictureCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Financials",
+ "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/paymentTerm",
+ "OutputType": "IMicrosoftGraphPaymentTerm",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphPaymentTerm",
- "Command": "Get-MgBetaFinancialCompanySaleQuotePaymentTerm",
"Method": "GET",
- "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/paymentTerm",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaFinancialCompanySaleQuotePaymentTerm",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Financials",
+ "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/shipmentMethod",
+ "OutputType": "IMicrosoftGraphShipmentMethod",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphShipmentMethod",
- "Command": "Get-MgBetaFinancialCompanySaleQuoteShipmentMethod",
"Method": "GET",
- "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/shipmentMethod",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaFinancialCompanySaleQuoteShipmentMethod",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Financials",
+ "Uri": "/financials/companies/{company-id}/shipmentMethods/{shipmentMethod-id}",
+ "OutputType": "IMicrosoftGraphShipmentMethod",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphShipmentMethod",
- "Command": "Get-MgBetaFinancialCompanyShipmentMethod",
"Method": "GET",
- "Uri": "/financials/companies/{company-id}/shipmentMethods/{shipmentMethod-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaFinancialCompanyShipmentMethod",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Financials",
+ "Uri": "/financials/companies/{company-id}/shipmentMethods",
+ "OutputType": "IMicrosoftGraphShipmentMethod",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphShipmentMethod",
- "Command": "Get-MgBetaFinancialCompanyShipmentMethod",
"Method": "GET",
- "Uri": "/financials/companies/{company-id}/shipmentMethods",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaFinancialCompanyShipmentMethod",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Financials",
+ "Uri": "/financials/companies/{company-id}/shipmentMethods/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaFinancialCompanyShipmentMethodCount",
"Method": "GET",
- "Uri": "/financials/companies/{company-id}/shipmentMethods/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaFinancialCompanyShipmentMethodCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Financials",
+ "Uri": "/financials/companies/{company-id}/taxAreas/{taxArea-id}",
+ "OutputType": "IMicrosoftGraphTaxArea",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTaxArea",
- "Command": "Get-MgBetaFinancialCompanyTaxArea",
"Method": "GET",
- "Uri": "/financials/companies/{company-id}/taxAreas/{taxArea-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaFinancialCompanyTaxArea",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Financials",
+ "Uri": "/financials/companies/{company-id}/taxAreas",
+ "OutputType": "IMicrosoftGraphTaxArea",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphTaxArea",
- "Command": "Get-MgBetaFinancialCompanyTaxArea",
"Method": "GET",
- "Uri": "/financials/companies/{company-id}/taxAreas",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaFinancialCompanyTaxArea",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Financials",
+ "Uri": "/financials/companies/{company-id}/taxAreas/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaFinancialCompanyTaxAreaCount",
"Method": "GET",
- "Uri": "/financials/companies/{company-id}/taxAreas/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaFinancialCompanyTaxAreaCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Financials",
+ "Uri": "/financials/companies/{company-id}/taxGroups/{taxGroup-id}",
+ "OutputType": "IMicrosoftGraphTaxGroup",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTaxGroup",
- "Command": "Get-MgBetaFinancialCompanyTaxGroup",
"Method": "GET",
- "Uri": "/financials/companies/{company-id}/taxGroups/{taxGroup-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaFinancialCompanyTaxGroup",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Financials",
+ "Uri": "/financials/companies/{company-id}/taxGroups",
+ "OutputType": "IMicrosoftGraphTaxGroup",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphTaxGroup",
- "Command": "Get-MgBetaFinancialCompanyTaxGroup",
"Method": "GET",
- "Uri": "/financials/companies/{company-id}/taxGroups",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaFinancialCompanyTaxGroup",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Financials",
+ "Uri": "/financials/companies/{company-id}/taxGroups/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaFinancialCompanyTaxGroupCount",
"Method": "GET",
- "Uri": "/financials/companies/{company-id}/taxGroups/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaFinancialCompanyTaxGroupCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Financials",
+ "Uri": "/financials/companies/{company-id}/unitsOfMeasure/{unitOfMeasure-id}",
+ "OutputType": "IMicrosoftGraphUnitOfMeasure",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUnitOfMeasure",
- "Command": "Get-MgBetaFinancialCompanyUnitOfMeasure",
"Method": "GET",
- "Uri": "/financials/companies/{company-id}/unitsOfMeasure/{unitOfMeasure-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaFinancialCompanyUnitOfMeasure",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Financials",
+ "Uri": "/financials/companies/{company-id}/unitsOfMeasure",
+ "OutputType": "IMicrosoftGraphUnitOfMeasure",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphUnitOfMeasure",
- "Command": "Get-MgBetaFinancialCompanyUnitOfMeasure",
"Method": "GET",
- "Uri": "/financials/companies/{company-id}/unitsOfMeasure",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaFinancialCompanyUnitOfMeasure",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Financials",
+ "Uri": "/financials/companies/{company-id}/unitsOfMeasure/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaFinancialCompanyUnitOfMeasureCount",
"Method": "GET",
- "Uri": "/financials/companies/{company-id}/unitsOfMeasure/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaFinancialCompanyUnitOfMeasureCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Financials",
+ "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}",
+ "OutputType": "IMicrosoftGraphVendor",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphVendor",
- "Command": "Get-MgBetaFinancialCompanyVendor",
"Method": "GET",
- "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaFinancialCompanyVendor",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Financials",
+ "Uri": "/financials/companies/{company-id}/vendors",
+ "OutputType": "IMicrosoftGraphVendor",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphVendor",
- "Command": "Get-MgBetaFinancialCompanyVendor",
"Method": "GET",
- "Uri": "/financials/companies/{company-id}/vendors",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaFinancialCompanyVendor",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Financials",
+ "Uri": "/financials/companies/{company-id}/vendors/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaFinancialCompanyVendorCount",
"Method": "GET",
- "Uri": "/financials/companies/{company-id}/vendors/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaFinancialCompanyVendorCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Financials",
+ "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/currency",
+ "OutputType": "IMicrosoftGraphCurrency",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphCurrency",
- "Command": "Get-MgBetaFinancialCompanyVendorCurrency",
"Method": "GET",
- "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/currency",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaFinancialCompanyVendorCurrency",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Financials",
+ "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/paymentMethod",
+ "OutputType": "IMicrosoftGraphPaymentMethod",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphPaymentMethod",
- "Command": "Get-MgBetaFinancialCompanyVendorPaymentMethod",
"Method": "GET",
- "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/paymentMethod",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaFinancialCompanyVendorPaymentMethod",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Financials",
+ "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/paymentTerm",
+ "OutputType": "IMicrosoftGraphPaymentTerm",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphPaymentTerm",
- "Command": "Get-MgBetaFinancialCompanyVendorPaymentTerm",
"Method": "GET",
- "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/paymentTerm",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaFinancialCompanyVendorPaymentTerm",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Financials",
+ "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/picture/{picture-id}",
+ "OutputType": "IMicrosoftGraphPicture",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphPicture",
- "Command": "Get-MgBetaFinancialCompanyVendorPicture",
"Method": "GET",
- "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/picture/{picture-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaFinancialCompanyVendorPicture",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Financials",
+ "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/picture",
+ "OutputType": "IMicrosoftGraphPicture",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphPicture",
- "Command": "Get-MgBetaFinancialCompanyVendorPicture",
"Method": "GET",
- "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/picture",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaFinancialCompanyVendorPicture",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Financials",
+ "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/picture/{picture-id}/content",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaFinancialCompanyVendorPictureContent",
"Method": "GET",
- "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/picture/{picture-id}/content",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaFinancialCompanyVendorPictureContent",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Financials",
+ "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/picture/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaFinancialCompanyVendorPictureCount",
"Method": "GET",
- "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/picture/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaFinancialCompanyVendorPictureCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Groups",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphGroup",
- "Command": "Get-MgBetaGroup",
- "Method": "GET",
"Uri": "/groups/{group-id}",
+ "OutputType": "IMicrosoftGraphGroup",
"ApiVersion": "beta",
"Permissions": [
{
@@ -92495,17 +96086,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Groups",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphGroup",
- "Command": "Get-MgBetaGroup",
"Method": "GET",
+ "Command": "Get-MgBetaGroup",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Groups",
"Uri": "/groups",
+ "OutputType": "IMicrosoftGraphGroup",
"ApiVersion": "beta",
"Permissions": [
{
@@ -92548,17 +96141,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Groups",
+ ],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgBetaGroupAcceptedSender",
"Method": "GET",
+ "Command": "Get-MgBetaGroup",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Groups",
"Uri": "/groups/{group-id}/acceptedSenders",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
"ApiVersion": "beta",
"Permissions": [
{
@@ -92577,17 +96171,18 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Groups",
+ ],
"Variants": [
"List"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupAcceptedSenderByRef",
"Method": "GET",
+ "Command": "Get-MgBetaGroupAcceptedSender",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-acceptedsenders?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Groups",
"Uri": "/groups/{group-id}/acceptedSenders/$ref",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -92606,18 +96201,18 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Groups",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupAcceptedSenderCount",
"Method": "GET",
+ "Command": "Get-MgBetaGroupAcceptedSenderByRef",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-acceptedsenders?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Groups",
"Uri": "/groups/{group-id}/acceptedSenders/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -92636,30 +96231,33 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Applications",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAppRoleAssignment",
- "Command": "Get-MgBetaGroupAppRoleAssignment",
"Method": "GET",
- "Uri": "/groups/{group-id}/appRoleAssignments/{appRoleAssignment-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupAcceptedSenderCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Applications",
+ "Uri": "/groups/{group-id}/appRoleAssignments/{appRoleAssignment-id}",
+ "OutputType": "IMicrosoftGraphAppRoleAssignment",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAppRoleAssignment",
- "Command": "Get-MgBetaGroupAppRoleAssignment",
"Method": "GET",
+ "Command": "Get-MgBetaGroupAppRoleAssignment",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Applications",
"Uri": "/groups/{group-id}/appRoleAssignments",
+ "OutputType": "IMicrosoftGraphAppRoleAssignment",
"ApiVersion": "beta",
"Permissions": [
{
@@ -92686,18 +96284,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Applications",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupAppRoleAssignmentCount",
"Method": "GET",
+ "Command": "Get-MgBetaGroupAppRoleAssignment",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-approleassignments?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Applications",
"Uri": "/groups/{group-id}/appRoleAssignments/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -92724,31 +96322,33 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaGroupAppRoleAssignmentCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Groups",
+ "Uri": "/groups/getByIds",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetExpanded"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgBetaGroupById",
"Method": "POST",
- "Uri": "/groups/getByIds",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupById",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0"
},
{
"Module": "Beta.Groups",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphGroup",
- "Command": "Get-MgBetaGroupByUniqueName",
- "Method": "GET",
"Uri": "/groups(uniqueName='{uniqueName}')",
+ "OutputType": "IMicrosoftGraphGroup",
"ApiVersion": "beta",
"Permissions": [
{
@@ -92791,31 +96391,33 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Calendar",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphCalendar",
- "Command": "Get-MgBetaGroupCalendar",
"Method": "GET",
- "Uri": "/groups/{group-id}/calendar",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupByUniqueName",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Calendar",
+ "Uri": "/groups/{group-id}/calendar",
+ "OutputType": "IMicrosoftGraphCalendar",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphEvent",
- "Command": "Get-MgBetaGroupCalendarEvent",
"Method": "GET",
+ "Command": "Get-MgBetaGroupCalendar",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Calendar",
"Uri": "/groups/{group-id}/calendar/events/{event-id}",
+ "OutputType": "IMicrosoftGraphEvent",
"ApiVersion": "beta",
"Permissions": [
{
@@ -92850,17 +96452,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Calendar",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphEvent",
- "Command": "Get-MgBetaGroupCalendarEvent",
"Method": "GET",
+ "Command": "Get-MgBetaGroupCalendarEvent",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Calendar",
"Uri": "/groups/{group-id}/calendar/events",
+ "OutputType": "IMicrosoftGraphEvent",
"ApiVersion": "beta",
"Permissions": [
{
@@ -92879,18 +96483,18 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Groups",
+ ],
"Variants": [
- "Delta",
- "DeltaViaIdentity"
+ "List"
],
- "OutputType": "IMicrosoftGraphEvent",
- "Command": "Get-MgBetaGroupCalendarEventDelta",
"Method": "GET",
+ "Command": "Get-MgBetaGroupCalendarEvent",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calendar-list-events?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Groups",
"Uri": "/groups/{group-id}/calendar/events/delta",
+ "OutputType": "IMicrosoftGraphEvent",
"ApiVersion": "beta",
"Permissions": [
{
@@ -92917,83 +96521,89 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Delta",
+ "DeltaViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaGroupCalendarEventDelta",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-1.0"
},
{
"Module": "Beta.Calendar",
+ "Uri": "/groups/{group-id}/calendar/calendarPermissions/{calendarPermission-id}",
+ "OutputType": "IMicrosoftGraphCalendarPermission",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphCalendarPermission",
- "Command": "Get-MgBetaGroupCalendarPermission",
"Method": "GET",
- "Uri": "/groups/{group-id}/calendar/calendarPermissions/{calendarPermission-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupCalendarPermission",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calendarpermission-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Calendar",
+ "Uri": "/groups/{group-id}/calendar/calendarPermissions",
+ "OutputType": "IMicrosoftGraphCalendarPermission",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphCalendarPermission",
- "Command": "Get-MgBetaGroupCalendarPermission",
"Method": "GET",
- "Uri": "/groups/{group-id}/calendar/calendarPermissions",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupCalendarPermission",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Calendar",
+ "Uri": "/groups/{group-id}/calendar/calendarPermissions/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupCalendarPermissionCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/calendar/calendarPermissions/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupCalendarPermissionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Groups",
+ "Uri": "/groups/{group-id}/calendar/getSchedule",
+ "OutputType": "IMicrosoftGraphScheduleInformation",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetExpanded",
"GetViaIdentity",
"GetViaIdentityExpanded"
],
- "OutputType": "IMicrosoftGraphScheduleInformation",
- "Command": "Get-MgBetaGroupCalendarSchedule",
"Method": "POST",
- "Uri": "/groups/{group-id}/calendar/getSchedule",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupCalendarSchedule",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calendar-getschedule?view=graph-rest-1.0"
},
{
"Module": "Beta.Calendar",
+ "Uri": "/groups/{group-id}/calendar/calendarView",
+ "OutputType": "IMicrosoftGraphEvent",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphEvent",
- "Command": "Get-MgBetaGroupCalendarView",
"Method": "GET",
- "Uri": "/groups/{group-id}/calendar/calendarView",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupCalendarView",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calendar-list-calendarview?view=graph-rest-1.0"
},
{
"Module": "Beta.Groups",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphConversation",
- "Command": "Get-MgBetaGroupConversation",
- "Method": "GET",
"Uri": "/groups/{group-id}/conversations/{conversation-id}",
+ "OutputType": "IMicrosoftGraphConversation",
"ApiVersion": "beta",
"Permissions": [
{
@@ -93028,17 +96638,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Groups",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphConversation",
- "Command": "Get-MgBetaGroupConversation",
"Method": "GET",
+ "Command": "Get-MgBetaGroupConversation",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversation-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Groups",
"Uri": "/groups/{group-id}/conversations",
+ "OutputType": "IMicrosoftGraphConversation",
"ApiVersion": "beta",
"Permissions": [
{
@@ -93073,18 +96685,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Groups",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupConversationCount",
"Method": "GET",
+ "Command": "Get-MgBetaGroupConversation",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-conversations?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Groups",
"Uri": "/groups/{group-id}/conversations/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -93119,18 +96731,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Groups",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphConversationThread",
- "Command": "Get-MgBetaGroupConversationThread",
"Method": "GET",
+ "Command": "Get-MgBetaGroupConversationCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Groups",
"Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}",
+ "OutputType": "IMicrosoftGraphConversationThread",
"ApiVersion": "beta",
"Permissions": [
{
@@ -93165,17 +96778,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Groups",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphConversationThread",
- "Command": "Get-MgBetaGroupConversationThread",
"Method": "GET",
+ "Command": "Get-MgBetaGroupConversationThread",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Groups",
"Uri": "/groups/{group-id}/conversations/{conversation-id}/threads",
+ "OutputType": "IMicrosoftGraphConversationThread",
"ApiVersion": "beta",
"Permissions": [
{
@@ -93210,18 +96825,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Groups",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupConversationThreadCount",
"Method": "GET",
+ "Command": "Get-MgBetaGroupConversationThread",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversation-list-threads?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Groups",
"Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -93256,20 +96871,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Groups",
+ ],
"Variants": [
"Get",
- "Get1",
- "GetViaIdentity",
- "GetViaIdentity1"
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphPost",
- "Command": "Get-MgBetaGroupConversationThreadPost",
"Method": "GET",
+ "Command": "Get-MgBetaGroupConversationThreadCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Groups",
"Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}",
+ "OutputType": "IMicrosoftGraphPost",
"ApiVersion": "beta",
"Permissions": [
{
@@ -93304,17 +96918,21 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Groups",
+ ],
"Variants": [
- "List"
+ "Get",
+ "Get1",
+ "GetViaIdentity",
+ "GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphPost",
- "Command": "Get-MgBetaGroupConversationThreadPost",
"Method": "GET",
+ "Command": "Get-MgBetaGroupConversationThreadPost",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/post-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Groups",
"Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts",
+ "OutputType": "IMicrosoftGraphPost",
"ApiVersion": "beta",
"Permissions": [
{
@@ -93349,30 +96967,32 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaGroupConversationThreadPost",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversationthread-list-posts?view=graph-rest-1.0"
},
{
"Module": "Beta.Groups",
+ "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/{attachment-id}",
+ "OutputType": "IMicrosoftGraphAttachment",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAttachment",
- "Command": "Get-MgBetaGroupConversationThreadPostAttachment",
"Method": "GET",
- "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/{attachment-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupConversationThreadPostAttachment",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Groups",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphAttachment",
- "Command": "Get-MgBetaGroupConversationThreadPostAttachment",
- "Method": "GET",
"Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments",
+ "OutputType": "IMicrosoftGraphAttachment",
"ApiVersion": "beta",
"Permissions": [
{
@@ -93407,18 +97027,18 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Groups",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupConversationThreadPostAttachmentCount",
"Method": "GET",
+ "Command": "Get-MgBetaGroupConversationThreadPostAttachment",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/post-list-attachments?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Groups",
"Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -93453,18 +97073,19 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Groups",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupConversationThreadPostCount",
"Method": "GET",
+ "Command": "Get-MgBetaGroupConversationThreadPostAttachmentCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Groups",
"Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -93499,207 +97120,224 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaGroupConversationThreadPostCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Groups",
+ "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupConversationThreadPostExtension",
"Method": "GET",
- "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupConversationThreadPostExtension",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/opentypeextension-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Groups",
+ "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions",
+ "OutputType": "IMicrosoftGraphExtension",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphExtension",
- "Command": "Get-MgBetaGroupConversationThreadPostExtension",
"Method": "GET",
- "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupConversationThreadPostExtension",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Groups",
+ "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupConversationThreadPostExtensionCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupConversationThreadPostExtensionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Groups",
+ "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/{attachment-id}",
+ "OutputType": "IMicrosoftGraphAttachment",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAttachment",
- "Command": "Get-MgBetaGroupConversationThreadPostInReplyToAttachment",
"Method": "GET",
- "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/{attachment-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupConversationThreadPostInReplyToAttachment",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Groups",
+ "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments",
+ "OutputType": "IMicrosoftGraphAttachment",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphAttachment",
- "Command": "Get-MgBetaGroupConversationThreadPostInReplyToAttachment",
"Method": "GET",
- "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupConversationThreadPostInReplyToAttachment",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/post-list-attachments?view=graph-rest-1.0"
},
{
"Module": "Beta.Groups",
+ "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupConversationThreadPostInReplyToAttachmentCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupConversationThreadPostInReplyToAttachmentCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Groups",
+ "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupConversationThreadPostInReplyToExtension",
"Method": "GET",
- "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupConversationThreadPostInReplyToExtension",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/opentypeextension-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Groups",
+ "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions",
+ "OutputType": "IMicrosoftGraphExtension",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphExtension",
- "Command": "Get-MgBetaGroupConversationThreadPostInReplyToExtension",
"Method": "GET",
- "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupConversationThreadPostInReplyToExtension",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Groups",
+ "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupConversationThreadPostInReplyToExtensionCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupConversationThreadPostInReplyToExtensionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Groups",
+ "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/mentions/{mention-id}",
+ "OutputType": "IMicrosoftGraphMention",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMention",
- "Command": "Get-MgBetaGroupConversationThreadPostInReplyToMention",
"Method": "GET",
- "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/mentions/{mention-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupConversationThreadPostInReplyToMention",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Groups",
+ "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/mentions",
+ "OutputType": "IMicrosoftGraphMention",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphMention",
- "Command": "Get-MgBetaGroupConversationThreadPostInReplyToMention",
"Method": "GET",
- "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/mentions",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupConversationThreadPostInReplyToMention",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Groups",
+ "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/mentions/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupConversationThreadPostInReplyToMentionCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/mentions/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupConversationThreadPostInReplyToMentionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Groups",
+ "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/mentions/{mention-id}",
+ "OutputType": "IMicrosoftGraphMention",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMention",
- "Command": "Get-MgBetaGroupConversationThreadPostMention",
"Method": "GET",
- "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/mentions/{mention-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupConversationThreadPostMention",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Groups",
+ "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/mentions",
+ "OutputType": "IMicrosoftGraphMention",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphMention",
- "Command": "Get-MgBetaGroupConversationThreadPostMention",
"Method": "GET",
- "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/mentions",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupConversationThreadPostMention",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Groups",
+ "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/mentions/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupConversationThreadPostMentionCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/mentions/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupConversationThreadPostMentionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Groups",
- "Variants": [
- "Get"
- ],
- "OutputType": null,
- "Command": "Get-MgBetaGroupCount",
- "Method": "GET",
"Uri": "/groups/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -93742,31 +97380,32 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaGroupCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Groups",
+ "Uri": "/groups/{group-id}/createdOnBehalfOf",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgBetaGroupCreatedOnBehalfOf",
"Method": "GET",
- "Uri": "/groups/{group-id}/createdOnBehalfOf",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupCreatedOnBehalfOf",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphDrive",
- "Command": "Get-MgBetaGroupDefaultDrive",
- "Method": "GET",
"Uri": "/groups/{group-id}/drive",
+ "OutputType": "IMicrosoftGraphDrive",
"ApiVersion": "beta",
"Permissions": [
{
@@ -93817,17 +97456,19 @@
"PermissionType": "DelegatedPersonal",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Groups",
+ ],
"Variants": [
- "Delta"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphGroup",
- "Command": "Get-MgBetaGroupDelta",
"Method": "GET",
+ "Command": "Get-MgBetaGroupDefaultDrive",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Groups",
"Uri": "/groups/delta",
+ "OutputType": "IMicrosoftGraphGroup",
"ApiVersion": "beta",
"Permissions": [
{
@@ -93870,30 +97511,32 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Delta"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaGroupDelta",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}",
+ "OutputType": "IMicrosoftGraphDrive",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get1",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphDrive",
- "Command": "Get-MgBetaGroupDrive",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupDrive",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphDrive",
- "Command": "Get-MgBetaGroupDrive",
- "Method": "GET",
"Uri": "/groups/{group-id}/drives",
+ "OutputType": "IMicrosoftGraphDrive",
"ApiVersion": "beta",
"Permissions": [
{
@@ -93944,145 +97587,155 @@
"PermissionType": "DelegatedPersonal",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaGroupDrive",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/activities",
+ "OutputType": "IMicrosoftGraphItemActivityOld",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphItemActivityOld",
- "Command": "Get-MgBetaGroupDriveActivity",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/activities",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupDriveActivity",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/activities-list?view=graph-rest-1.0"
},
{
"Module": "Beta.Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/bundles/{driveItem-id}",
+ "OutputType": "IMicrosoftGraphDriveItem",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDriveItem",
- "Command": "Get-MgBetaGroupDriveBundle",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/bundles/{driveItem-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupDriveBundle",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bundle-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/bundles",
+ "OutputType": "IMicrosoftGraphDriveItem",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphDriveItem",
- "Command": "Get-MgBetaGroupDriveBundle",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/bundles",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupDriveBundle",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bundle-list?view=graph-rest-1.0"
},
{
"Module": "Beta.Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/bundles/{driveItem-id}/content",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupDriveBundleContent",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/bundles/{driveItem-id}/content",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupDriveBundleContent",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bundle-list?view=graph-rest-1.0"
},
{
"Module": "Beta.Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/bundles/{driveItem-id}/contentStream",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupDriveBundleContentStream",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/bundles/{driveItem-id}/contentStream",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupDriveBundleContentStream",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bundle-list?view=graph-rest-1.0"
},
{
"Module": "Beta.Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/bundles/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupDriveBundleCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/bundles/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupDriveBundleCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/base",
+ "OutputType": "IMicrosoftGraphContentType",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphContentType",
- "Command": "Get-MgBetaGroupDriveContentTypeBase",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/base",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupDriveContentTypeBase",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes/{contentType-id1}",
+ "OutputType": "IMicrosoftGraphContentType",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphContentType",
- "Command": "Get-MgBetaGroupDriveContentTypeBaseType",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes/{contentType-id1}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupDriveContentTypeBaseType",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes",
+ "OutputType": "IMicrosoftGraphContentType",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphContentType",
- "Command": "Get-MgBetaGroupDriveContentTypeBaseType",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupDriveContentTypeBaseType",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupDriveContentTypeBaseTypeCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupDriveContentTypeBaseTypeCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": null,
- "Command": "Get-MgBetaGroupDriveCount",
- "Method": "GET",
"Uri": "/groups/{group-id}/drives/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -94133,2602 +97786,2804 @@
"PermissionType": "DelegatedPersonal",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaGroupDriveCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/createdByUser",
+ "OutputType": "IMicrosoftGraphUser",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUser",
- "Command": "Get-MgBetaGroupDriveCreatedByUser",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/createdByUser",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupDriveCreatedByUser",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/createdByUser/mailboxSettings",
+ "OutputType": "IMicrosoftGraphMailboxSettings",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Command": "Get-MgBetaGroupDriveCreatedByUserMailboxSetting",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/createdByUser/mailboxSettings",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupDriveCreatedByUserMailboxSetting",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/createdByUser/serviceProvisioningErrors",
+ "OutputType": "IMicrosoftGraphServiceProvisioningError",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Command": "Get-MgBetaGroupDriveCreatedByUserServiceProvisioningError",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/createdByUser/serviceProvisioningErrors",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupDriveCreatedByUserServiceProvisioningError",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/createdByUser/serviceProvisioningErrors/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupDriveCreatedByUserServiceProvisioningErrorCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/createdByUser/serviceProvisioningErrors/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupDriveCreatedByUserServiceProvisioningErrorCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/following/{driveItem-id}",
+ "OutputType": "IMicrosoftGraphDriveItem",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDriveItem",
- "Command": "Get-MgBetaGroupDriveFollowing",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/following/{driveItem-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupDriveFollowing",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/following",
+ "OutputType": "IMicrosoftGraphDriveItem",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphDriveItem",
- "Command": "Get-MgBetaGroupDriveFollowing",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/following",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupDriveFollowing",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/drive-list-following?view=graph-rest-1.0"
},
{
"Module": "Beta.Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/following/{driveItem-id}/content",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupDriveFollowingContent",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/following/{driveItem-id}/content",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupDriveFollowingContent",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/drive-list-following?view=graph-rest-1.0"
},
{
"Module": "Beta.Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/following/{driveItem-id}/contentStream",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupDriveFollowingContentStream",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/following/{driveItem-id}/contentStream",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupDriveFollowingContentStream",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/drive-list-following?view=graph-rest-1.0"
},
{
"Module": "Beta.Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/following/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupDriveFollowingCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/following/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupDriveFollowingCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}",
+ "OutputType": "IMicrosoftGraphDriveItem",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDriveItem",
- "Command": "Get-MgBetaGroupDriveItem",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupDriveItem",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bundle-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/items",
+ "OutputType": "IMicrosoftGraphDriveItem",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphDriveItem",
- "Command": "Get-MgBetaGroupDriveItem",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/items",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupDriveItem",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/activities",
+ "OutputType": "IMicrosoftGraphItemActivityOld",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphItemActivityOld",
- "Command": "Get-MgBetaGroupDriveItemActivity",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/activities",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupDriveItemActivity",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Groups",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')",
+ "OutputType": "IMicrosoftGraphItemActivityStat",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphItemActivityStat",
- "Command": "Get-MgBetaGroupDriveItemActivityByInterval",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupDriveItemActivityByInterval",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics",
+ "OutputType": "IMicrosoftGraphItemAnalytics",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphItemAnalytics",
- "Command": "Get-MgBetaGroupDriveItemAnalytic",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupDriveItemAnalytic",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itemanalytics-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}",
+ "OutputType": "IMicrosoftGraphItemActivityStat",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphItemActivityStat",
- "Command": "Get-MgBetaGroupDriveItemAnalyticItemActivityStat",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupDriveItemAnalyticItemActivityStat",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats",
+ "OutputType": "IMicrosoftGraphItemActivityStat",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphItemActivityStat",
- "Command": "Get-MgBetaGroupDriveItemAnalyticItemActivityStat",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupDriveItemAnalyticItemActivityStat",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities",
+ "OutputType": "IMicrosoftGraphItemActivity",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphItemActivity",
- "Command": "Get-MgBetaGroupDriveItemAnalyticItemActivityStatActivity",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupDriveItemAnalyticItemActivityStatActivity",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupDriveItemAnalyticItemActivityStatCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupDriveItemAnalyticItemActivityStatCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/lastSevenDays",
+ "OutputType": "IMicrosoftGraphItemActivityStat",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphItemActivityStat",
- "Command": "Get-MgBetaGroupDriveItemAnalyticLastSevenDay",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/lastSevenDays",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupDriveItemAnalyticLastSevenDay",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/allTime",
+ "OutputType": "IMicrosoftGraphItemActivityStat",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphItemActivityStat",
- "Command": "Get-MgBetaGroupDriveItemAnalyticTime",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/allTime",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupDriveItemAnalyticTime",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}",
+ "OutputType": "IMicrosoftGraphDriveItem",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDriveItem",
- "Command": "Get-MgBetaGroupDriveItemChild",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupDriveItemChild",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children",
+ "OutputType": "IMicrosoftGraphDriveItem",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphDriveItem",
- "Command": "Get-MgBetaGroupDriveItemChild",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupDriveItemChild",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-list-children?view=graph-rest-1.0"
},
{
"Module": "Beta.Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupDriveItemChildContent",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupDriveItemChildContent",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-list-children?view=graph-rest-1.0"
},
{
"Module": "Beta.Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/contentStream",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupDriveItemChildContentStream",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/contentStream",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupDriveItemChildContentStream",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-list-children?view=graph-rest-1.0"
},
{
"Module": "Beta.Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupDriveItemChildCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupDriveItemChildCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/content",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupDriveItemContent",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/content",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupDriveItemContent",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/contentStream",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupDriveItemContentStream",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/contentStream",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupDriveItemContentStream",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/items/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupDriveItemCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/items/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupDriveItemCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser",
+ "OutputType": "IMicrosoftGraphUser",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUser",
- "Command": "Get-MgBetaGroupDriveItemCreatedByUser",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupDriveItemCreatedByUser",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/mailboxSettings",
+ "OutputType": "IMicrosoftGraphMailboxSettings",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Command": "Get-MgBetaGroupDriveItemCreatedByUserMailboxSetting",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/mailboxSettings",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupDriveItemCreatedByUserMailboxSetting",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/serviceProvisioningErrors",
+ "OutputType": "IMicrosoftGraphServiceProvisioningError",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Command": "Get-MgBetaGroupDriveItemCreatedByUserServiceProvisioningError",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/serviceProvisioningErrors",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupDriveItemCreatedByUserServiceProvisioningError",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/serviceProvisioningErrors/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupDriveItemCreatedByUserServiceProvisioningErrorCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/serviceProvisioningErrors/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupDriveItemCreatedByUserServiceProvisioningErrorCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Groups",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/delta",
+ "OutputType": "IMicrosoftGraphDriveItem",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Delta",
"Delta1",
"DeltaViaIdentity",
"DeltaViaIdentity1"
],
- "OutputType": "IMicrosoftGraphDriveItem",
- "Command": "Get-MgBetaGroupDriveItemDelta",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/delta",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupDriveItemDelta",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser",
+ "OutputType": "IMicrosoftGraphUser",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUser",
- "Command": "Get-MgBetaGroupDriveItemItemLastModifiedByUser",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupDriveItemItemLastModifiedByUser",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/mailboxSettings",
+ "OutputType": "IMicrosoftGraphMailboxSettings",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Command": "Get-MgBetaGroupDriveItemItemLastModifiedByUserMailboxSetting",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/mailboxSettings",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupDriveItemItemLastModifiedByUserMailboxSetting",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/serviceProvisioningErrors",
+ "OutputType": "IMicrosoftGraphServiceProvisioningError",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Command": "Get-MgBetaGroupDriveItemItemLastModifiedByUserServiceProvisioningError",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/serviceProvisioningErrors",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupDriveItemItemLastModifiedByUserServiceProvisioningError",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/serviceProvisioningErrors/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupDriveItemItemLastModifiedByUserServiceProvisioningErrorCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/serviceProvisioningErrors/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupDriveItemItemLastModifiedByUserServiceProvisioningErrorCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser",
+ "OutputType": "IMicrosoftGraphUser",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphUser",
- "Command": "Get-MgBetaGroupDriveItemLastModifiedByUser",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupDriveItemLastModifiedByUser",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/mailboxSettings",
+ "OutputType": "IMicrosoftGraphMailboxSettings",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Command": "Get-MgBetaGroupDriveItemLastModifiedByUserMailboxSetting",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/mailboxSettings",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupDriveItemLastModifiedByUserMailboxSetting",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/serviceProvisioningErrors",
+ "OutputType": "IMicrosoftGraphServiceProvisioningError",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List",
"List1"
],
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Command": "Get-MgBetaGroupDriveItemLastModifiedByUserServiceProvisioningError",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/serviceProvisioningErrors",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupDriveItemLastModifiedByUserServiceProvisioningError",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupDriveItemLastModifiedByUserServiceProvisioningErrorCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupDriveItemLastModifiedByUserServiceProvisioningErrorCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem",
+ "OutputType": "IMicrosoftGraphListItem",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphListItem",
- "Command": "Get-MgBetaGroupDriveItemListItem",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupDriveItemListItem",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/activities",
+ "OutputType": "IMicrosoftGraphItemActivityOld",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphItemActivityOld",
- "Command": "Get-MgBetaGroupDriveItemListItemActivity",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/activities",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupDriveItemListItemActivity",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Groups",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')",
+ "OutputType": "IMicrosoftGraphItemActivityStat",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphItemActivityStat",
- "Command": "Get-MgBetaGroupDriveItemListItemActivityByInterval",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupDriveItemListItemActivityByInterval",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/analytics",
+ "OutputType": "IMicrosoftGraphItemAnalytics",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphItemAnalytics",
- "Command": "Get-MgBetaGroupDriveItemListItemAnalytic",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/analytics",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupDriveItemListItemAnalytic",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser",
+ "OutputType": "IMicrosoftGraphUser",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUser",
- "Command": "Get-MgBetaGroupDriveItemListItemCreatedByUser",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupDriveItemListItemCreatedByUser",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/mailboxSettings",
+ "OutputType": "IMicrosoftGraphMailboxSettings",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Command": "Get-MgBetaGroupDriveItemListItemCreatedByUserMailboxSetting",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/mailboxSettings",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupDriveItemListItemCreatedByUserMailboxSetting",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/serviceProvisioningErrors",
+ "OutputType": "IMicrosoftGraphServiceProvisioningError",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Command": "Get-MgBetaGroupDriveItemListItemCreatedByUserServiceProvisioningError",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/serviceProvisioningErrors",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupDriveItemListItemCreatedByUserServiceProvisioningError",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/serviceProvisioningErrors/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupDriveItemListItemCreatedByUserServiceProvisioningErrorCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/serviceProvisioningErrors/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupDriveItemListItemCreatedByUserServiceProvisioningErrorCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}",
+ "OutputType": "IMicrosoftGraphDocumentSetVersion",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDocumentSetVersion",
- "Command": "Get-MgBetaGroupDriveItemListItemDocumentSetVersion",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupDriveItemListItemDocumentSetVersion",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions",
+ "OutputType": "IMicrosoftGraphDocumentSetVersion",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphDocumentSetVersion",
- "Command": "Get-MgBetaGroupDriveItemListItemDocumentSetVersion",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupDriveItemListItemDocumentSetVersion",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-list-documentsetversions?view=graph-rest-1.0"
},
{
"Module": "Beta.Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupDriveItemListItemDocumentSetVersionCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupDriveItemListItemDocumentSetVersionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupDriveItemListItemDocumentSetVersionField",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupDriveItemListItemDocumentSetVersionField",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem",
+ "OutputType": "IMicrosoftGraphDriveItem",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDriveItem",
- "Command": "Get-MgBetaGroupDriveItemListItemDriveItem",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupDriveItemListItemDriveItem",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupDriveItemListItemDriveItemContent",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupDriveItemListItemDriveItemContent",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/contentStream",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupDriveItemListItemDriveItemContentStream",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/contentStream",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupDriveItemListItemDriveItemContentStream",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/fields",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupDriveItemListItemField",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/fields",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupDriveItemListItemField",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}",
+ "OutputType": "IMicrosoftGraphListItemVersion",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphListItemVersion",
- "Command": "Get-MgBetaGroupDriveItemListItemVersion",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupDriveItemListItemVersion",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions",
+ "OutputType": "IMicrosoftGraphListItemVersion",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphListItemVersion",
- "Command": "Get-MgBetaGroupDriveItemListItemVersion",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupDriveItemListItemVersion",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupDriveItemListItemVersionCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupDriveItemListItemVersionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupDriveItemListItemVersionField",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupDriveItemListItemVersionField",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}",
+ "OutputType": "IMicrosoftGraphPermission",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphPermission",
- "Command": "Get-MgBetaGroupDriveItemPermission",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupDriveItemPermission",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions",
+ "OutputType": "IMicrosoftGraphPermission",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphPermission",
- "Command": "Get-MgBetaGroupDriveItemPermission",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupDriveItemPermission",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-list-permissions?view=graph-rest-1.0"
},
{
"Module": "Beta.Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupDriveItemPermissionCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupDriveItemPermissionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/retentionLabel",
+ "OutputType": "IMicrosoftGraphItemRetentionLabel",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphItemRetentionLabel",
- "Command": "Get-MgBetaGroupDriveItemRetentionLabel",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/retentionLabel",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupDriveItemRetentionLabel",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}",
+ "OutputType": "IMicrosoftGraphSubscription",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSubscription",
- "Command": "Get-MgBetaGroupDriveItemSubscription",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupDriveItemSubscription",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions",
+ "OutputType": "IMicrosoftGraphSubscription",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphSubscription",
- "Command": "Get-MgBetaGroupDriveItemSubscription",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupDriveItemSubscription",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupDriveItemSubscriptionCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupDriveItemSubscriptionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}",
+ "OutputType": "IMicrosoftGraphThumbnailSet",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphThumbnailSet",
- "Command": "Get-MgBetaGroupDriveItemThumbnail",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupDriveItemThumbnail",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails",
+ "OutputType": "IMicrosoftGraphThumbnailSet",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphThumbnailSet",
- "Command": "Get-MgBetaGroupDriveItemThumbnail",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupDriveItemThumbnail",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-list-thumbnails?view=graph-rest-1.0"
},
{
"Module": "Beta.Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupDriveItemThumbnailCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupDriveItemThumbnailCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}",
+ "OutputType": "IMicrosoftGraphDriveItemVersion",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDriveItemVersion",
- "Command": "Get-MgBetaGroupDriveItemVersion",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupDriveItemVersion",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitemversion-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions",
+ "OutputType": "IMicrosoftGraphDriveItemVersion",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphDriveItemVersion",
- "Command": "Get-MgBetaGroupDriveItemVersion",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupDriveItemVersion",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-list-versions?view=graph-rest-1.0"
},
{
"Module": "Beta.Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupDriveItemVersionContent",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupDriveItemVersionContent",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-list-versions?view=graph-rest-1.0"
},
{
"Module": "Beta.Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupDriveItemVersionCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupDriveItemVersionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/lastModifiedByUser",
+ "OutputType": "IMicrosoftGraphUser",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphUser",
- "Command": "Get-MgBetaGroupDriveLastModifiedByUser",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/lastModifiedByUser",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupDriveLastModifiedByUser",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/lastModifiedByUser/mailboxSettings",
+ "OutputType": "IMicrosoftGraphMailboxSettings",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Command": "Get-MgBetaGroupDriveLastModifiedByUserMailboxSetting",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/lastModifiedByUser/mailboxSettings",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupDriveLastModifiedByUserMailboxSetting",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/lastModifiedByUser/serviceProvisioningErrors",
+ "OutputType": "IMicrosoftGraphServiceProvisioningError",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List",
"List1"
],
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Command": "Get-MgBetaGroupDriveLastModifiedByUserServiceProvisioningError",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/lastModifiedByUser/serviceProvisioningErrors",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupDriveLastModifiedByUserServiceProvisioningError",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/lastModifiedByUser/serviceProvisioningErrors/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupDriveLastModifiedByUserServiceProvisioningErrorCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/lastModifiedByUser/serviceProvisioningErrors/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupDriveLastModifiedByUserServiceProvisioningErrorCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/list",
+ "OutputType": "IMicrosoftGraphList",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphList",
- "Command": "Get-MgBetaGroupDriveList",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/list",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupDriveList",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/list/activities",
+ "OutputType": "IMicrosoftGraphItemActivityOld",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphItemActivityOld",
- "Command": "Get-MgBetaGroupDriveListActivity",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/list/activities",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupDriveListActivity",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/list/columns/{columnDefinition-id}",
+ "OutputType": "IMicrosoftGraphColumnDefinition",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphColumnDefinition",
- "Command": "Get-MgBetaGroupDriveListColumn",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/list/columns/{columnDefinition-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupDriveListColumn",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/list/columns",
+ "OutputType": "IMicrosoftGraphColumnDefinition",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphColumnDefinition",
- "Command": "Get-MgBetaGroupDriveListColumn",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/list/columns",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupDriveListColumn",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/list-list-columns?view=graph-rest-1.0"
},
{
"Module": "Beta.Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/list/columns/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupDriveListColumnCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/list/columns/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupDriveListColumnCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/list/columns/{columnDefinition-id}/sourceColumn",
+ "OutputType": "IMicrosoftGraphColumnDefinition",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphColumnDefinition",
- "Command": "Get-MgBetaGroupDriveListColumnSourceColumn",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/list/columns/{columnDefinition-id}/sourceColumn",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupDriveListColumnSourceColumn",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}",
+ "OutputType": "IMicrosoftGraphContentType",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphContentType",
- "Command": "Get-MgBetaGroupDriveListContentType",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupDriveListContentType",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes",
+ "OutputType": "IMicrosoftGraphContentType",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphContentType",
- "Command": "Get-MgBetaGroupDriveListContentType",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupDriveListContentType",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/list-list-contenttypes?view=graph-rest-1.0"
},
{
"Module": "Beta.Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}",
+ "OutputType": "IMicrosoftGraphColumnDefinition",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphColumnDefinition",
- "Command": "Get-MgBetaGroupDriveListContentTypeColumn",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupDriveListContentTypeColumn",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/columndefinition-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns",
+ "OutputType": "IMicrosoftGraphColumnDefinition",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphColumnDefinition",
- "Command": "Get-MgBetaGroupDriveListContentTypeColumn",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupDriveListContentTypeColumn",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-list-columns?view=graph-rest-1.0"
},
{
"Module": "Beta.Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupDriveListContentTypeColumnCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupDriveListContentTypeColumnCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}",
+ "OutputType": "IMicrosoftGraphColumnLink",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphColumnLink",
- "Command": "Get-MgBetaGroupDriveListContentTypeColumnLink",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupDriveListContentTypeColumnLink",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks",
+ "OutputType": "IMicrosoftGraphColumnLink",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphColumnLink",
- "Command": "Get-MgBetaGroupDriveListContentTypeColumnLink",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupDriveListContentTypeColumnLink",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupDriveListContentTypeColumnLinkCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupDriveListContentTypeColumnLinkCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}",
+ "OutputType": "IMicrosoftGraphColumnDefinition",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphColumnDefinition",
- "Command": "Get-MgBetaGroupDriveListContentTypeColumnPosition",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupDriveListContentTypeColumnPosition",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions",
+ "OutputType": "IMicrosoftGraphColumnDefinition",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphColumnDefinition",
- "Command": "Get-MgBetaGroupDriveListContentTypeColumnPosition",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupDriveListContentTypeColumnPosition",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupDriveListContentTypeColumnPositionCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupDriveListContentTypeColumnPositionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn",
+ "OutputType": "IMicrosoftGraphColumnDefinition",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphColumnDefinition",
- "Command": "Get-MgBetaGroupDriveListContentTypeColumnSourceColumn",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupDriveListContentTypeColumnSourceColumn",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Groups",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/getCompatibleHubContentTypes",
+ "OutputType": "IMicrosoftGraphContentType",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphContentType",
- "Command": "Get-MgBetaGroupDriveListContentTypeCompatibleHubContentType",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/getCompatibleHubContentTypes",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupDriveListContentTypeCompatibleHubContentType",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupDriveListContentTypeCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupDriveListContentTypeCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/list/createdByUser",
+ "OutputType": "IMicrosoftGraphUser",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUser",
- "Command": "Get-MgBetaGroupDriveListCreatedByUser",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/list/createdByUser",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupDriveListCreatedByUser",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/list/createdByUser/mailboxSettings",
+ "OutputType": "IMicrosoftGraphMailboxSettings",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Command": "Get-MgBetaGroupDriveListCreatedByUserMailboxSetting",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/list/createdByUser/mailboxSettings",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupDriveListCreatedByUserMailboxSetting",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/list/createdByUser/serviceProvisioningErrors",
+ "OutputType": "IMicrosoftGraphServiceProvisioningError",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Command": "Get-MgBetaGroupDriveListCreatedByUserServiceProvisioningError",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/list/createdByUser/serviceProvisioningErrors",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupDriveListCreatedByUserServiceProvisioningError",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/list/createdByUser/serviceProvisioningErrors/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupDriveListCreatedByUserServiceProvisioningErrorCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/list/createdByUser/serviceProvisioningErrors/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupDriveListCreatedByUserServiceProvisioningErrorCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/list/drive",
+ "OutputType": "IMicrosoftGraphDrive",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDrive",
- "Command": "Get-MgBetaGroupDriveListDrive",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/list/drive",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupDriveListDrive",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}",
+ "OutputType": "IMicrosoftGraphListItem",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphListItem",
- "Command": "Get-MgBetaGroupDriveListItem",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupDriveListItem",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/list/items",
+ "OutputType": "IMicrosoftGraphListItem",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphListItem",
- "Command": "Get-MgBetaGroupDriveListItem",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/list/items",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupDriveListItem",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-list?view=graph-rest-1.0"
},
{
"Module": "Beta.Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/activities",
+ "OutputType": "IMicrosoftGraphItemActivityOld",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphItemActivityOld",
- "Command": "Get-MgBetaGroupDriveListItemActivity",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/activities",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupDriveListItemActivity",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Groups",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')",
+ "OutputType": "IMicrosoftGraphItemActivityStat",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphItemActivityStat",
- "Command": "Get-MgBetaGroupDriveListItemActivityByInterval",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupDriveListItemActivityByInterval",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/analytics",
+ "OutputType": "IMicrosoftGraphItemAnalytics",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphItemAnalytics",
- "Command": "Get-MgBetaGroupDriveListItemAnalytic",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/analytics",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupDriveListItemAnalytic",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser",
+ "OutputType": "IMicrosoftGraphUser",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUser",
- "Command": "Get-MgBetaGroupDriveListItemCreatedByUser",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupDriveListItemCreatedByUser",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/mailboxSettings",
+ "OutputType": "IMicrosoftGraphMailboxSettings",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Command": "Get-MgBetaGroupDriveListItemCreatedByUserMailboxSetting",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/mailboxSettings",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupDriveListItemCreatedByUserMailboxSetting",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors",
+ "OutputType": "IMicrosoftGraphServiceProvisioningError",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Command": "Get-MgBetaGroupDriveListItemCreatedByUserServiceProvisioningError",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupDriveListItemCreatedByUserServiceProvisioningError",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupDriveListItemCreatedByUserServiceProvisioningErrorCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupDriveListItemCreatedByUserServiceProvisioningErrorCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Groups",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/delta",
+ "OutputType": "IMicrosoftGraphListItem",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Delta",
"Delta1",
"DeltaViaIdentity",
"DeltaViaIdentity1"
],
- "OutputType": "IMicrosoftGraphListItem",
- "Command": "Get-MgBetaGroupDriveListItemDelta",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/delta",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupDriveListItemDelta",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}",
+ "OutputType": "IMicrosoftGraphDocumentSetVersion",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDocumentSetVersion",
- "Command": "Get-MgBetaGroupDriveListItemDocumentSetVersion",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupDriveListItemDocumentSetVersion",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions",
+ "OutputType": "IMicrosoftGraphDocumentSetVersion",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphDocumentSetVersion",
- "Command": "Get-MgBetaGroupDriveListItemDocumentSetVersion",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupDriveListItemDocumentSetVersion",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-list-documentsetversions?view=graph-rest-1.0"
},
{
"Module": "Beta.Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupDriveListItemDocumentSetVersionCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupDriveListItemDocumentSetVersionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupDriveListItemDocumentSetVersionField",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupDriveListItemDocumentSetVersionField",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem",
+ "OutputType": "IMicrosoftGraphDriveItem",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDriveItem",
- "Command": "Get-MgBetaGroupDriveListItemDriveItem",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupDriveListItemDriveItem",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/content",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupDriveListItemDriveItemContent",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/content",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupDriveListItemDriveItemContent",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/contentStream",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupDriveListItemDriveItemContentStream",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/contentStream",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupDriveListItemDriveItemContentStream",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/fields",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupDriveListItemField",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/fields",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupDriveListItemField",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}",
+ "OutputType": "IMicrosoftGraphListItemVersion",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphListItemVersion",
- "Command": "Get-MgBetaGroupDriveListItemVersion",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupDriveListItemVersion",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions",
+ "OutputType": "IMicrosoftGraphListItemVersion",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphListItemVersion",
- "Command": "Get-MgBetaGroupDriveListItemVersion",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupDriveListItemVersion",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupDriveListItemVersionCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupDriveListItemVersionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupDriveListItemVersionField",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupDriveListItemVersionField",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/list/operations/{richLongRunningOperation-id}",
+ "OutputType": "IMicrosoftGraphRichLongRunningOperation",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphRichLongRunningOperation",
- "Command": "Get-MgBetaGroupDriveListOperation",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/list/operations/{richLongRunningOperation-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupDriveListOperation",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
- "Variants": [
+ "Uri": "/groups/{group-id}/drives/{drive-id}/list/operations",
+ "OutputType": "IMicrosoftGraphRichLongRunningOperation",
+ "ApiVersion": "beta",
+ "Permissions": [],
+ "Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphRichLongRunningOperation",
- "Command": "Get-MgBetaGroupDriveListOperation",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/list/operations",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupDriveListOperation",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/list/operations/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupDriveListOperationCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/list/operations/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupDriveListOperationCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/list/subscriptions/{subscription-id}",
+ "OutputType": "IMicrosoftGraphSubscription",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSubscription",
- "Command": "Get-MgBetaGroupDriveListSubscription",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/list/subscriptions/{subscription-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupDriveListSubscription",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/list/subscriptions",
+ "OutputType": "IMicrosoftGraphSubscription",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphSubscription",
- "Command": "Get-MgBetaGroupDriveListSubscription",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/list/subscriptions",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupDriveListSubscription",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/list/subscriptions/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupDriveListSubscriptionCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/list/subscriptions/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupDriveListSubscriptionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/root",
+ "OutputType": "IMicrosoftGraphDriveItem",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDriveItem",
- "Command": "Get-MgBetaGroupDriveRoot",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/root",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupDriveRoot",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/root/activities",
+ "OutputType": "IMicrosoftGraphItemActivityOld",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphItemActivityOld",
- "Command": "Get-MgBetaGroupDriveRootActivity",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/root/activities",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupDriveRootActivity",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Groups",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/root/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')",
+ "OutputType": "IMicrosoftGraphItemActivityStat",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphItemActivityStat",
- "Command": "Get-MgBetaGroupDriveRootActivityByInterval",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/root/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupDriveRootActivityByInterval",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics",
+ "OutputType": "IMicrosoftGraphItemAnalytics",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphItemAnalytics",
- "Command": "Get-MgBetaGroupDriveRootAnalytic",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupDriveRootAnalytic",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itemanalytics-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}",
+ "OutputType": "IMicrosoftGraphItemActivityStat",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphItemActivityStat",
- "Command": "Get-MgBetaGroupDriveRootAnalyticItemActivityStat",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupDriveRootAnalyticItemActivityStat",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats",
+ "OutputType": "IMicrosoftGraphItemActivityStat",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphItemActivityStat",
- "Command": "Get-MgBetaGroupDriveRootAnalyticItemActivityStat",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupDriveRootAnalyticItemActivityStat",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}/activities",
+ "OutputType": "IMicrosoftGraphItemActivity",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphItemActivity",
- "Command": "Get-MgBetaGroupDriveRootAnalyticItemActivityStatActivity",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}/activities",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupDriveRootAnalyticItemActivityStatActivity",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupDriveRootAnalyticItemActivityStatCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupDriveRootAnalyticItemActivityStatCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/lastSevenDays",
+ "OutputType": "IMicrosoftGraphItemActivityStat",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphItemActivityStat",
- "Command": "Get-MgBetaGroupDriveRootAnalyticLastSevenDay",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/lastSevenDays",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupDriveRootAnalyticLastSevenDay",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/allTime",
+ "OutputType": "IMicrosoftGraphItemActivityStat",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphItemActivityStat",
- "Command": "Get-MgBetaGroupDriveRootAnalyticTime",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/allTime",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupDriveRootAnalyticTime",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/root/children/{driveItem-id}",
+ "OutputType": "IMicrosoftGraphDriveItem",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDriveItem",
- "Command": "Get-MgBetaGroupDriveRootChild",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/root/children/{driveItem-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupDriveRootChild",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/root/children",
+ "OutputType": "IMicrosoftGraphDriveItem",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphDriveItem",
- "Command": "Get-MgBetaGroupDriveRootChild",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/root/children",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupDriveRootChild",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-list-children?view=graph-rest-1.0"
},
{
"Module": "Beta.Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/root/children/{driveItem-id}/content",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupDriveRootChildContent",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/root/children/{driveItem-id}/content",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupDriveRootChildContent",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-list-children?view=graph-rest-1.0"
},
{
"Module": "Beta.Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/root/children/{driveItem-id}/contentStream",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupDriveRootChildContentStream",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/root/children/{driveItem-id}/contentStream",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupDriveRootChildContentStream",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-list-children?view=graph-rest-1.0"
},
{
"Module": "Beta.Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/root/children/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupDriveRootChildCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/root/children/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupDriveRootChildCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/root/content",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupDriveRootContent",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/root/content",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupDriveRootContent",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/root/contentStream",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupDriveRootContentStream",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/root/contentStream",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupDriveRootContentStream",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/root/createdByUser",
+ "OutputType": "IMicrosoftGraphUser",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUser",
- "Command": "Get-MgBetaGroupDriveRootCreatedByUser",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/root/createdByUser",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupDriveRootCreatedByUser",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/root/createdByUser/mailboxSettings",
+ "OutputType": "IMicrosoftGraphMailboxSettings",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Command": "Get-MgBetaGroupDriveRootCreatedByUserMailboxSetting",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/root/createdByUser/mailboxSettings",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupDriveRootCreatedByUserMailboxSetting",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/root/createdByUser/serviceProvisioningErrors",
+ "OutputType": "IMicrosoftGraphServiceProvisioningError",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Command": "Get-MgBetaGroupDriveRootCreatedByUserServiceProvisioningError",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/root/createdByUser/serviceProvisioningErrors",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupDriveRootCreatedByUserServiceProvisioningError",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/root/createdByUser/serviceProvisioningErrors/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupDriveRootCreatedByUserServiceProvisioningErrorCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/root/createdByUser/serviceProvisioningErrors/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupDriveRootCreatedByUserServiceProvisioningErrorCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Groups",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/root/delta",
+ "OutputType": "IMicrosoftGraphDriveItem",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Delta",
"Delta1",
"DeltaViaIdentity",
"DeltaViaIdentity1"
],
- "OutputType": "IMicrosoftGraphDriveItem",
- "Command": "Get-MgBetaGroupDriveRootDelta",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/root/delta",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupDriveRootDelta",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/lastModifiedByUser",
+ "OutputType": "IMicrosoftGraphUser",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUser",
- "Command": "Get-MgBetaGroupDriveRootItemLastModifiedByUser",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/lastModifiedByUser",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupDriveRootItemLastModifiedByUser",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/mailboxSettings",
+ "OutputType": "IMicrosoftGraphMailboxSettings",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Command": "Get-MgBetaGroupDriveRootItemLastModifiedByUserMailboxSetting",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/mailboxSettings",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupDriveRootItemLastModifiedByUserMailboxSetting",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/serviceProvisioningErrors",
+ "OutputType": "IMicrosoftGraphServiceProvisioningError",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Command": "Get-MgBetaGroupDriveRootItemLastModifiedByUserServiceProvisioningError",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/serviceProvisioningErrors",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupDriveRootItemLastModifiedByUserServiceProvisioningError",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/serviceProvisioningErrors/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupDriveRootItemLastModifiedByUserServiceProvisioningErrorCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/serviceProvisioningErrors/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupDriveRootItemLastModifiedByUserServiceProvisioningErrorCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/root/lastModifiedByUser",
+ "OutputType": "IMicrosoftGraphUser",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUser",
- "Command": "Get-MgBetaGroupDriveRootLastModifiedByUser",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/root/lastModifiedByUser",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupDriveRootLastModifiedByUser",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/root/lastModifiedByUser/mailboxSettings",
+ "OutputType": "IMicrosoftGraphMailboxSettings",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Command": "Get-MgBetaGroupDriveRootLastModifiedByUserMailboxSetting",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/root/lastModifiedByUser/mailboxSettings",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupDriveRootLastModifiedByUserMailboxSetting",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/root/lastModifiedByUser/serviceProvisioningErrors",
+ "OutputType": "IMicrosoftGraphServiceProvisioningError",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Command": "Get-MgBetaGroupDriveRootLastModifiedByUserServiceProvisioningError",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/root/lastModifiedByUser/serviceProvisioningErrors",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupDriveRootLastModifiedByUserServiceProvisioningError",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/root/lastModifiedByUser/serviceProvisioningErrors/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupDriveRootLastModifiedByUserServiceProvisioningErrorCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/root/lastModifiedByUser/serviceProvisioningErrors/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupDriveRootLastModifiedByUserServiceProvisioningErrorCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem",
+ "OutputType": "IMicrosoftGraphListItem",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphListItem",
- "Command": "Get-MgBetaGroupDriveRootListItem",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupDriveRootListItem",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/activities",
+ "OutputType": "IMicrosoftGraphItemActivityOld",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphItemActivityOld",
- "Command": "Get-MgBetaGroupDriveRootListItemActivity",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/activities",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupDriveRootListItemActivity",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Groups",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')",
+ "OutputType": "IMicrosoftGraphItemActivityStat",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphItemActivityStat",
- "Command": "Get-MgBetaGroupDriveRootListItemActivityByInterval",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupDriveRootListItemActivityByInterval",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/analytics",
+ "OutputType": "IMicrosoftGraphItemAnalytics",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphItemAnalytics",
- "Command": "Get-MgBetaGroupDriveRootListItemAnalytic",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/analytics",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupDriveRootListItemAnalytic",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/createdByUser",
+ "OutputType": "IMicrosoftGraphUser",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUser",
- "Command": "Get-MgBetaGroupDriveRootListItemCreatedByUser",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/createdByUser",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupDriveRootListItemCreatedByUser",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/createdByUser/mailboxSettings",
+ "OutputType": "IMicrosoftGraphMailboxSettings",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Command": "Get-MgBetaGroupDriveRootListItemCreatedByUserMailboxSetting",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/createdByUser/mailboxSettings",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupDriveRootListItemCreatedByUserMailboxSetting",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/createdByUser/serviceProvisioningErrors",
+ "OutputType": "IMicrosoftGraphServiceProvisioningError",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Command": "Get-MgBetaGroupDriveRootListItemCreatedByUserServiceProvisioningError",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/createdByUser/serviceProvisioningErrors",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupDriveRootListItemCreatedByUserServiceProvisioningError",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/createdByUser/serviceProvisioningErrors/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupDriveRootListItemCreatedByUserServiceProvisioningErrorCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/createdByUser/serviceProvisioningErrors/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupDriveRootListItemCreatedByUserServiceProvisioningErrorCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}",
+ "OutputType": "IMicrosoftGraphDocumentSetVersion",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDocumentSetVersion",
- "Command": "Get-MgBetaGroupDriveRootListItemDocumentSetVersion",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupDriveRootListItemDocumentSetVersion",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions",
+ "OutputType": "IMicrosoftGraphDocumentSetVersion",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphDocumentSetVersion",
- "Command": "Get-MgBetaGroupDriveRootListItemDocumentSetVersion",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupDriveRootListItemDocumentSetVersion",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-list-documentsetversions?view=graph-rest-1.0"
},
{
"Module": "Beta.Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupDriveRootListItemDocumentSetVersionCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupDriveRootListItemDocumentSetVersionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupDriveRootListItemDocumentSetVersionField",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupDriveRootListItemDocumentSetVersionField",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/driveItem",
+ "OutputType": "IMicrosoftGraphDriveItem",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDriveItem",
- "Command": "Get-MgBetaGroupDriveRootListItemDriveItem",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/driveItem",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupDriveRootListItemDriveItem",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/driveItem/content",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupDriveRootListItemDriveItemContent",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/driveItem/content",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupDriveRootListItemDriveItemContent",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/driveItem/contentStream",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupDriveRootListItemDriveItemContentStream",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/driveItem/contentStream",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupDriveRootListItemDriveItemContentStream",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/fields",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupDriveRootListItemField",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/fields",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupDriveRootListItemField",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}",
+ "OutputType": "IMicrosoftGraphListItemVersion",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphListItemVersion",
- "Command": "Get-MgBetaGroupDriveRootListItemVersion",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupDriveRootListItemVersion",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions",
+ "OutputType": "IMicrosoftGraphListItemVersion",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphListItemVersion",
- "Command": "Get-MgBetaGroupDriveRootListItemVersion",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupDriveRootListItemVersion",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupDriveRootListItemVersionCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupDriveRootListItemVersionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupDriveRootListItemVersionField",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupDriveRootListItemVersionField",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/root/permissions/{permission-id}",
+ "OutputType": "IMicrosoftGraphPermission",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphPermission",
- "Command": "Get-MgBetaGroupDriveRootPermission",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/root/permissions/{permission-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupDriveRootPermission",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/root/permissions",
+ "OutputType": "IMicrosoftGraphPermission",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphPermission",
- "Command": "Get-MgBetaGroupDriveRootPermission",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/root/permissions",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupDriveRootPermission",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-list-permissions?view=graph-rest-1.0"
},
{
"Module": "Beta.Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/root/permissions/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupDriveRootPermissionCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/root/permissions/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupDriveRootPermissionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/root/retentionLabel",
+ "OutputType": "IMicrosoftGraphItemRetentionLabel",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphItemRetentionLabel",
- "Command": "Get-MgBetaGroupDriveRootRetentionLabel",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/root/retentionLabel",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupDriveRootRetentionLabel",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/root/subscriptions/{subscription-id}",
+ "OutputType": "IMicrosoftGraphSubscription",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSubscription",
- "Command": "Get-MgBetaGroupDriveRootSubscription",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/root/subscriptions/{subscription-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupDriveRootSubscription",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/root/subscriptions",
+ "OutputType": "IMicrosoftGraphSubscription",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphSubscription",
- "Command": "Get-MgBetaGroupDriveRootSubscription",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/root/subscriptions",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupDriveRootSubscription",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/root/subscriptions/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupDriveRootSubscriptionCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/root/subscriptions/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupDriveRootSubscriptionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}",
+ "OutputType": "IMicrosoftGraphThumbnailSet",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphThumbnailSet",
- "Command": "Get-MgBetaGroupDriveRootThumbnail",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupDriveRootThumbnail",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/root/thumbnails",
+ "OutputType": "IMicrosoftGraphThumbnailSet",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphThumbnailSet",
- "Command": "Get-MgBetaGroupDriveRootThumbnail",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/root/thumbnails",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupDriveRootThumbnail",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-list-thumbnails?view=graph-rest-1.0"
},
{
"Module": "Beta.Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/root/thumbnails/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupDriveRootThumbnailCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/root/thumbnails/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupDriveRootThumbnailCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}",
+ "OutputType": "IMicrosoftGraphDriveItemVersion",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDriveItemVersion",
- "Command": "Get-MgBetaGroupDriveRootVersion",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupDriveRootVersion",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitemversion-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions",
+ "OutputType": "IMicrosoftGraphDriveItemVersion",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphDriveItemVersion",
- "Command": "Get-MgBetaGroupDriveRootVersion",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupDriveRootVersion",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-list-versions?view=graph-rest-1.0"
},
{
"Module": "Beta.Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/content",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupDriveRootVersionContent",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/content",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupDriveRootVersionContent",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-list-versions?view=graph-rest-1.0"
},
{
"Module": "Beta.Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupDriveRootVersionCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupDriveRootVersionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/special/{driveItem-id}",
+ "OutputType": "IMicrosoftGraphDriveItem",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDriveItem",
- "Command": "Get-MgBetaGroupDriveSpecial",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/special/{driveItem-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupDriveSpecial",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/drive-get-specialfolder?view=graph-rest-1.0"
},
{
"Module": "Beta.Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/special",
+ "OutputType": "IMicrosoftGraphDriveItem",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphDriveItem",
- "Command": "Get-MgBetaGroupDriveSpecial",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/special",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupDriveSpecial",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/special/{driveItem-id}/content",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupDriveSpecialContent",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/special/{driveItem-id}/content",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupDriveSpecialContent",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/special/{driveItem-id}/contentStream",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupDriveSpecialContentStream",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/special/{driveItem-id}/contentStream",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupDriveSpecialContentStream",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/special/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupDriveSpecialCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/special/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupDriveSpecialCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Groups",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphEndpoint",
- "Command": "Get-MgBetaGroupEndpoint",
- "Method": "GET",
"Uri": "/groups/{group-id}/endpoints/{endpoint-id}",
+ "OutputType": "IMicrosoftGraphEndpoint",
"ApiVersion": "beta",
"Permissions": [
{
@@ -96747,17 +100602,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Groups",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphEndpoint",
- "Command": "Get-MgBetaGroupEndpoint",
"Method": "GET",
+ "Command": "Get-MgBetaGroupEndpoint",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/endpoint-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Groups",
"Uri": "/groups/{group-id}/endpoints",
+ "OutputType": "IMicrosoftGraphEndpoint",
"ApiVersion": "beta",
"Permissions": [
{
@@ -96776,18 +100633,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Groups",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupEndpointCount",
"Method": "GET",
+ "Command": "Get-MgBetaGroupEndpoint",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-endpoints?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Groups",
"Uri": "/groups/{group-id}/endpoints/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -96806,18 +100663,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Calendar",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphEvent",
- "Command": "Get-MgBetaGroupEvent",
"Method": "GET",
+ "Command": "Get-MgBetaGroupEndpointCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Calendar",
"Uri": "/groups/{group-id}/events/{event-id}",
+ "OutputType": "IMicrosoftGraphEvent",
"ApiVersion": "beta",
"Permissions": [
{
@@ -96852,17 +100710,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Calendar",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphEvent",
- "Command": "Get-MgBetaGroupEvent",
"Method": "GET",
+ "Command": "Get-MgBetaGroupEvent",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-get-event?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Calendar",
"Uri": "/groups/{group-id}/events",
+ "OutputType": "IMicrosoftGraphEvent",
"ApiVersion": "beta",
"Permissions": [
{
@@ -96881,69 +100741,73 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaGroupEvent",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-events?view=graph-rest-1.0"
},
{
"Module": "Beta.Calendar",
+ "Uri": "/groups/{group-id}/events/{event-id}/attachments/{attachment-id}",
+ "OutputType": "IMicrosoftGraphAttachment",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAttachment",
- "Command": "Get-MgBetaGroupEventAttachment",
"Method": "GET",
- "Uri": "/groups/{group-id}/events/{event-id}/attachments/{attachment-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupEventAttachment",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Calendar",
+ "Uri": "/groups/{group-id}/events/{event-id}/attachments",
+ "OutputType": "IMicrosoftGraphAttachment",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphAttachment",
- "Command": "Get-MgBetaGroupEventAttachment",
"Method": "GET",
- "Uri": "/groups/{group-id}/events/{event-id}/attachments",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupEventAttachment",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0"
},
{
"Module": "Beta.Calendar",
+ "Uri": "/groups/{group-id}/events/{event-id}/attachments/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupEventAttachmentCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/events/{event-id}/attachments/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupEventAttachmentCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Calendar",
+ "Uri": "/groups/{group-id}/events/{event-id}/calendar",
+ "OutputType": "IMicrosoftGraphCalendar",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphCalendar",
- "Command": "Get-MgBetaGroupEventCalendar",
"Method": "GET",
- "Uri": "/groups/{group-id}/events/{event-id}/calendar",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupEventCalendar",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Calendar",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": null,
- "Command": "Get-MgBetaGroupEventCount",
- "Method": "GET",
"Uri": "/groups/{group-id}/events/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -96962,18 +100826,19 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Groups",
+ ],
"Variants": [
- "Delta",
- "DeltaViaIdentity"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphEvent",
- "Command": "Get-MgBetaGroupEventDelta",
"Method": "GET",
+ "Command": "Get-MgBetaGroupEventCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Groups",
"Uri": "/groups/{group-id}/events/delta",
+ "OutputType": "IMicrosoftGraphEvent",
"ApiVersion": "beta",
"Permissions": [
{
@@ -97000,322 +100865,348 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Delta",
+ "DeltaViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaGroupEventDelta",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-1.0"
},
{
"Module": "Beta.Calendar",
+ "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}",
+ "OutputType": "IMicrosoftGraphEvent",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphEvent",
- "Command": "Get-MgBetaGroupEventExceptionOccurrence",
"Method": "GET",
- "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupEventExceptionOccurrence",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Calendar",
+ "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences",
+ "OutputType": "IMicrosoftGraphEvent",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphEvent",
- "Command": "Get-MgBetaGroupEventExceptionOccurrence",
"Method": "GET",
- "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupEventExceptionOccurrence",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Calendar",
+ "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/attachments/{attachment-id}",
+ "OutputType": "IMicrosoftGraphAttachment",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAttachment",
- "Command": "Get-MgBetaGroupEventExceptionOccurrenceAttachment",
"Method": "GET",
- "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/attachments/{attachment-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupEventExceptionOccurrenceAttachment",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Calendar",
+ "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/attachments",
+ "OutputType": "IMicrosoftGraphAttachment",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphAttachment",
- "Command": "Get-MgBetaGroupEventExceptionOccurrenceAttachment",
"Method": "GET",
- "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/attachments",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupEventExceptionOccurrenceAttachment",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0"
},
{
"Module": "Beta.Calendar",
+ "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/attachments/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupEventExceptionOccurrenceAttachmentCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/attachments/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupEventExceptionOccurrenceAttachmentCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Calendar",
+ "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/calendar",
+ "OutputType": "IMicrosoftGraphCalendar",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphCalendar",
- "Command": "Get-MgBetaGroupEventExceptionOccurrenceCalendar",
"Method": "GET",
- "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/calendar",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupEventExceptionOccurrenceCalendar",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Calendar",
+ "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupEventExceptionOccurrenceCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupEventExceptionOccurrenceCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Calendar",
+ "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/extensions/{extension-id}",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupEventExceptionOccurrenceExtension",
"Method": "GET",
- "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/extensions/{extension-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupEventExceptionOccurrenceExtension",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/opentypeextension-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Calendar",
+ "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/extensions",
+ "OutputType": "IMicrosoftGraphExtension",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphExtension",
- "Command": "Get-MgBetaGroupEventExceptionOccurrenceExtension",
"Method": "GET",
- "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/extensions",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupEventExceptionOccurrenceExtension",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Calendar",
+ "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/extensions/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupEventExceptionOccurrenceExtensionCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/extensions/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupEventExceptionOccurrenceExtensionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Calendar",
+ "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}",
+ "OutputType": "IMicrosoftGraphEvent",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphEvent",
- "Command": "Get-MgBetaGroupEventExceptionOccurrenceInstance",
"Method": "GET",
- "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupEventExceptionOccurrenceInstance",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Calendar",
+ "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances",
+ "OutputType": "IMicrosoftGraphEvent",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphEvent",
- "Command": "Get-MgBetaGroupEventExceptionOccurrenceInstance",
"Method": "GET",
- "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupEventExceptionOccurrenceInstance",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-list-instances?view=graph-rest-1.0"
},
{
"Module": "Beta.Calendar",
+ "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments/{attachment-id}",
+ "OutputType": "IMicrosoftGraphAttachment",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAttachment",
- "Command": "Get-MgBetaGroupEventExceptionOccurrenceInstanceAttachment",
"Method": "GET",
- "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments/{attachment-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupEventExceptionOccurrenceInstanceAttachment",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Calendar",
+ "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments",
+ "OutputType": "IMicrosoftGraphAttachment",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphAttachment",
- "Command": "Get-MgBetaGroupEventExceptionOccurrenceInstanceAttachment",
"Method": "GET",
- "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupEventExceptionOccurrenceInstanceAttachment",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0"
},
{
"Module": "Beta.Calendar",
+ "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupEventExceptionOccurrenceInstanceAttachmentCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupEventExceptionOccurrenceInstanceAttachmentCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Calendar",
+ "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/calendar",
+ "OutputType": "IMicrosoftGraphCalendar",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphCalendar",
- "Command": "Get-MgBetaGroupEventExceptionOccurrenceInstanceCalendar",
"Method": "GET",
- "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/calendar",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupEventExceptionOccurrenceInstanceCalendar",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Calendar",
+ "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupEventExceptionOccurrenceInstanceCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupEventExceptionOccurrenceInstanceCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Calendar",
+ "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions/{extension-id}",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupEventExceptionOccurrenceInstanceExtension",
"Method": "GET",
- "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions/{extension-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupEventExceptionOccurrenceInstanceExtension",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/opentypeextension-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Calendar",
+ "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions",
+ "OutputType": "IMicrosoftGraphExtension",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphExtension",
- "Command": "Get-MgBetaGroupEventExceptionOccurrenceInstanceExtension",
"Method": "GET",
- "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupEventExceptionOccurrenceInstanceExtension",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Calendar",
+ "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupEventExceptionOccurrenceInstanceExtensionCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupEventExceptionOccurrenceInstanceExtensionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Calendar",
+ "Uri": "/groups/{group-id}/events/{event-id}/extensions/{extension-id}",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupEventExtension",
"Method": "GET",
- "Uri": "/groups/{group-id}/events/{event-id}/extensions/{extension-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupEventExtension",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/opentypeextension-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Calendar",
+ "Uri": "/groups/{group-id}/events/{event-id}/extensions",
+ "OutputType": "IMicrosoftGraphExtension",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphExtension",
- "Command": "Get-MgBetaGroupEventExtension",
"Method": "GET",
- "Uri": "/groups/{group-id}/events/{event-id}/extensions",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupEventExtension",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Calendar",
+ "Uri": "/groups/{group-id}/events/{event-id}/extensions/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupEventExtensionCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/events/{event-id}/extensions/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupEventExtensionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Calendar",
+ "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}",
+ "OutputType": "IMicrosoftGraphEvent",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphEvent",
- "Command": "Get-MgBetaGroupEventInstance",
"Method": "GET",
- "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupEventInstance",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Calendar",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphEvent",
- "Command": "Get-MgBetaGroupEventInstance",
- "Method": "GET",
"Uri": "/groups/{group-id}/events/{event-id}/instances",
+ "OutputType": "IMicrosoftGraphEvent",
"ApiVersion": "beta",
"Permissions": [
{
@@ -97334,69 +101225,73 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaGroupEventInstance",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-list-instances?view=graph-rest-1.0"
},
{
"Module": "Beta.Calendar",
+ "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}",
+ "OutputType": "IMicrosoftGraphAttachment",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAttachment",
- "Command": "Get-MgBetaGroupEventInstanceAttachment",
"Method": "GET",
- "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupEventInstanceAttachment",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Calendar",
+ "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/attachments",
+ "OutputType": "IMicrosoftGraphAttachment",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphAttachment",
- "Command": "Get-MgBetaGroupEventInstanceAttachment",
"Method": "GET",
- "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/attachments",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupEventInstanceAttachment",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0"
},
{
"Module": "Beta.Calendar",
+ "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/attachments/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupEventInstanceAttachmentCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/attachments/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupEventInstanceAttachmentCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Calendar",
+ "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/calendar",
+ "OutputType": "IMicrosoftGraphCalendar",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphCalendar",
- "Command": "Get-MgBetaGroupEventInstanceCalendar",
"Method": "GET",
- "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/calendar",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupEventInstanceCalendar",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Calendar",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": null,
- "Command": "Get-MgBetaGroupEventInstanceCount",
- "Method": "GET",
"Uri": "/groups/{group-id}/events/{event-id}/instances/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -97415,223 +101310,238 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaGroupEventInstanceCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Calendar",
+ "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}",
+ "OutputType": "IMicrosoftGraphEvent",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphEvent",
- "Command": "Get-MgBetaGroupEventInstanceExceptionOccurrence",
"Method": "GET",
- "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupEventInstanceExceptionOccurrence",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Calendar",
+ "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences",
+ "OutputType": "IMicrosoftGraphEvent",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphEvent",
- "Command": "Get-MgBetaGroupEventInstanceExceptionOccurrence",
"Method": "GET",
- "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupEventInstanceExceptionOccurrence",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Calendar",
+ "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments/{attachment-id}",
+ "OutputType": "IMicrosoftGraphAttachment",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAttachment",
- "Command": "Get-MgBetaGroupEventInstanceExceptionOccurrenceAttachment",
"Method": "GET",
- "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments/{attachment-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupEventInstanceExceptionOccurrenceAttachment",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Calendar",
+ "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments",
+ "OutputType": "IMicrosoftGraphAttachment",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphAttachment",
- "Command": "Get-MgBetaGroupEventInstanceExceptionOccurrenceAttachment",
"Method": "GET",
- "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupEventInstanceExceptionOccurrenceAttachment",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0"
},
{
"Module": "Beta.Calendar",
+ "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupEventInstanceExceptionOccurrenceAttachmentCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupEventInstanceExceptionOccurrenceAttachmentCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Calendar",
+ "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/calendar",
+ "OutputType": "IMicrosoftGraphCalendar",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphCalendar",
- "Command": "Get-MgBetaGroupEventInstanceExceptionOccurrenceCalendar",
"Method": "GET",
- "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/calendar",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupEventInstanceExceptionOccurrenceCalendar",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Calendar",
- "Variants": [
- "Get",
+ "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
+ "Variants": [
+ "Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupEventInstanceExceptionOccurrenceCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupEventInstanceExceptionOccurrenceCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Calendar",
+ "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions/{extension-id}",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupEventInstanceExceptionOccurrenceExtension",
"Method": "GET",
- "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions/{extension-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupEventInstanceExceptionOccurrenceExtension",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/opentypeextension-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Calendar",
+ "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions",
+ "OutputType": "IMicrosoftGraphExtension",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphExtension",
- "Command": "Get-MgBetaGroupEventInstanceExceptionOccurrenceExtension",
"Method": "GET",
- "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupEventInstanceExceptionOccurrenceExtension",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Calendar",
+ "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupEventInstanceExceptionOccurrenceExtensionCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupEventInstanceExceptionOccurrenceExtensionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Calendar",
+ "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupEventInstanceExtension",
"Method": "GET",
- "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupEventInstanceExtension",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/opentypeextension-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Calendar",
+ "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/extensions",
+ "OutputType": "IMicrosoftGraphExtension",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphExtension",
- "Command": "Get-MgBetaGroupEventInstanceExtension",
"Method": "GET",
- "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/extensions",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupEventInstanceExtension",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Calendar",
+ "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/extensions/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupEventInstanceExtensionCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/extensions/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupEventInstanceExtensionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Groups",
+ "Uri": "/groups/{group-id}/extensions/{extension-id}",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupExtension",
"Method": "GET",
- "Uri": "/groups/{group-id}/extensions/{extension-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupExtension",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Groups",
+ "Uri": "/groups/{group-id}/extensions",
+ "OutputType": "IMicrosoftGraphExtension",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphExtension",
- "Command": "Get-MgBetaGroupExtension",
"Method": "GET",
- "Uri": "/groups/{group-id}/extensions",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupExtension",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Groups",
+ "Uri": "/groups/{group-id}/extensions/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupExtensionCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/extensions/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupExtensionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Groups",
- "Variants": [
- "Get",
- "Get1",
- "GetViaIdentity",
- "GetViaIdentity1"
- ],
- "OutputType": "IMicrosoftGraphGroupLifecyclePolicy",
- "Command": "Get-MgBetaGroupLifecyclePolicy",
- "Method": "GET",
"Uri": "/groupLifecyclePolicies/{groupLifecyclePolicy-id}",
+ "OutputType": "IMicrosoftGraphGroupLifecyclePolicy",
"ApiVersion": "beta",
"Permissions": [
{
@@ -97650,17 +101560,21 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Groups",
+ ],
"Variants": [
- "List"
+ "Get",
+ "Get1",
+ "GetViaIdentity",
+ "GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphGroupLifecyclePolicy",
- "Command": "Get-MgBetaGroupLifecyclePolicy",
"Method": "GET",
+ "Command": "Get-MgBetaGroupLifecyclePolicy",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/grouplifecyclepolicy-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Groups",
"Uri": "/groupLifecyclePolicies",
+ "OutputType": "IMicrosoftGraphGroupLifecyclePolicy",
"ApiVersion": "beta",
"Permissions": [
{
@@ -97679,17 +101593,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Groups",
+ ],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphGroupLifecyclePolicy",
- "Command": "Get-MgBetaGroupLifecyclePolicyByGroup",
"Method": "GET",
+ "Command": "Get-MgBetaGroupLifecyclePolicy",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/grouplifecyclepolicy-list?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Groups",
"Uri": "/groups/{group-id}/groupLifecyclePolicies",
+ "OutputType": "IMicrosoftGraphGroupLifecyclePolicy",
"ApiVersion": "beta",
"Permissions": [
{
@@ -97708,17 +101623,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Groups",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupLifecyclePolicyCount",
"Method": "GET",
+ "Command": "Get-MgBetaGroupLifecyclePolicyByGroup",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-grouplifecyclepolicies?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Groups",
"Uri": "/groupLifecyclePolicies/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -97737,17 +101653,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Groups",
+ ],
"Variants": [
- "List"
+ "Get"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgBetaGroupMember",
"Method": "GET",
+ "Command": "Get-MgBetaGroupLifecyclePolicyCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Groups",
"Uri": "/groups/{group-id}/members",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
"ApiVersion": "beta",
"Permissions": [
{
@@ -97790,167 +101707,180 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaGroupMember",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-members?view=graph-rest-1.0"
},
{
"Module": "Beta.Groups",
+ "Uri": "/groups/{group-id}/members/{directoryObject-id}/application",
+ "OutputType": "IMicrosoftGraphApplication",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphApplication",
- "Command": "Get-MgBetaGroupMemberAsApplication",
"Method": "GET",
- "Uri": "/groups/{group-id}/members/{directoryObject-id}/application",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupMemberAsApplication",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Groups",
+ "Uri": "/groups/{group-id}/members/application",
+ "OutputType": "IMicrosoftGraphApplication",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphApplication",
- "Command": "Get-MgBetaGroupMemberAsApplication",
"Method": "GET",
- "Uri": "/groups/{group-id}/members/application",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupMemberAsApplication",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Groups",
+ "Uri": "/groups/{group-id}/members/{directoryObject-id}/device",
+ "OutputType": "IMicrosoftGraphDevice",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDevice",
- "Command": "Get-MgBetaGroupMemberAsDevice",
"Method": "GET",
- "Uri": "/groups/{group-id}/members/{directoryObject-id}/device",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupMemberAsDevice",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Groups",
+ "Uri": "/groups/{group-id}/members/device",
+ "OutputType": "IMicrosoftGraphDevice",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphDevice",
- "Command": "Get-MgBetaGroupMemberAsDevice",
"Method": "GET",
- "Uri": "/groups/{group-id}/members/device",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupMemberAsDevice",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Groups",
+ "Uri": "/groups/{group-id}/members/{directoryObject-id}/group",
+ "OutputType": "IMicrosoftGraphGroup",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphGroup",
- "Command": "Get-MgBetaGroupMemberAsGroup",
"Method": "GET",
- "Uri": "/groups/{group-id}/members/{directoryObject-id}/group",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupMemberAsGroup",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Groups",
+ "Uri": "/groups/{group-id}/members/group",
+ "OutputType": "IMicrosoftGraphGroup",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphGroup",
- "Command": "Get-MgBetaGroupMemberAsGroup",
"Method": "GET",
- "Uri": "/groups/{group-id}/members/group",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupMemberAsGroup",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Groups",
+ "Uri": "/groups/{group-id}/members/{directoryObject-id}/orgContact",
+ "OutputType": "IMicrosoftGraphOrgContact",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphOrgContact",
- "Command": "Get-MgBetaGroupMemberAsOrgContact",
"Method": "GET",
- "Uri": "/groups/{group-id}/members/{directoryObject-id}/orgContact",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupMemberAsOrgContact",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Groups",
+ "Uri": "/groups/{group-id}/members/orgContact",
+ "OutputType": "IMicrosoftGraphOrgContact",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphOrgContact",
- "Command": "Get-MgBetaGroupMemberAsOrgContact",
"Method": "GET",
- "Uri": "/groups/{group-id}/members/orgContact",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupMemberAsOrgContact",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Groups",
+ "Uri": "/groups/{group-id}/members/{directoryObject-id}/servicePrincipal",
+ "OutputType": "IMicrosoftGraphServicePrincipal",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphServicePrincipal",
- "Command": "Get-MgBetaGroupMemberAsServicePrincipal",
"Method": "GET",
- "Uri": "/groups/{group-id}/members/{directoryObject-id}/servicePrincipal",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupMemberAsServicePrincipal",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Groups",
+ "Uri": "/groups/{group-id}/members/servicePrincipal",
+ "OutputType": "IMicrosoftGraphServicePrincipal",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphServicePrincipal",
- "Command": "Get-MgBetaGroupMemberAsServicePrincipal",
"Method": "GET",
- "Uri": "/groups/{group-id}/members/servicePrincipal",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupMemberAsServicePrincipal",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Groups",
+ "Uri": "/groups/{group-id}/members/{directoryObject-id}/user",
+ "OutputType": "IMicrosoftGraphUser",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUser",
- "Command": "Get-MgBetaGroupMemberAsUser",
"Method": "GET",
- "Uri": "/groups/{group-id}/members/{directoryObject-id}/user",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupMemberAsUser",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Groups",
+ "Uri": "/groups/{group-id}/members/user",
+ "OutputType": "IMicrosoftGraphUser",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphUser",
- "Command": "Get-MgBetaGroupMemberAsUser",
"Method": "GET",
- "Uri": "/groups/{group-id}/members/user",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupMemberAsUser",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Groups",
- "Variants": [
- "List"
- ],
- "OutputType": null,
- "Command": "Get-MgBetaGroupMemberByRef",
- "Method": "GET",
"Uri": "/groups/{group-id}/members/$ref",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -97993,18 +101923,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Groups",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupMemberCount",
"Method": "GET",
+ "Command": "Get-MgBetaGroupMemberByRef",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-members?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Groups",
"Uri": "/groups/{group-id}/members/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -98047,98 +101977,103 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Groups",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupMemberCountAsApplication",
"Method": "GET",
- "Uri": "/groups/{group-id}/members/application/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupMemberCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Groups",
+ "Uri": "/groups/{group-id}/members/application/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupMemberCountAsDevice",
"Method": "GET",
- "Uri": "/groups/{group-id}/members/device/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupMemberCountAsApplication",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Groups",
+ "Uri": "/groups/{group-id}/members/device/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupMemberCountAsGroup",
"Method": "GET",
- "Uri": "/groups/{group-id}/members/group/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupMemberCountAsDevice",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Groups",
+ "Uri": "/groups/{group-id}/members/group/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupMemberCountAsOrgContact",
"Method": "GET",
- "Uri": "/groups/{group-id}/members/orgContact/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupMemberCountAsGroup",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Groups",
+ "Uri": "/groups/{group-id}/members/orgContact/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupMemberCountAsServicePrincipal",
"Method": "GET",
- "Uri": "/groups/{group-id}/members/servicePrincipal/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupMemberCountAsOrgContact",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Groups",
+ "Uri": "/groups/{group-id}/members/servicePrincipal/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupMemberCountAsUser",
"Method": "GET",
- "Uri": "/groups/{group-id}/members/user/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupMemberCountAsServicePrincipal",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Groups",
+ "Uri": "/groups/{group-id}/members/user/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
- "GetExpanded",
- "GetViaIdentity",
- "GetViaIdentityExpanded"
+ "GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupMemberGroup",
- "Method": "POST",
+ "Method": "GET",
+ "Command": "Get-MgBetaGroupMemberCountAsUser",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Groups",
"Uri": "/groups/{group-id}/getMemberGroups",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -98221,20 +102156,21 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Groups",
+ ],
"Variants": [
"Get",
"GetExpanded",
"GetViaIdentity",
"GetViaIdentityExpanded"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupMemberObject",
"Method": "POST",
+ "Command": "Get-MgBetaGroupMemberGroup",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Groups",
"Uri": "/groups/{group-id}/getMemberObjects",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -98333,30 +102269,35 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetExpanded",
+ "GetViaIdentity",
+ "GetViaIdentityExpanded"
+ ],
+ "Method": "POST",
+ "Command": "Get-MgBetaGroupMemberObject",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Groups",
+ "Uri": "/groups/{group-id}/memberOf/{directoryObject-id}",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgBetaGroupMemberOf",
"Method": "GET",
- "Uri": "/groups/{group-id}/memberOf/{directoryObject-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupMemberOf",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Groups",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgBetaGroupMemberOf",
- "Method": "GET",
"Uri": "/groups/{group-id}/memberOf",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
"ApiVersion": "beta",
"Permissions": [
{
@@ -98391,68 +102332,72 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaGroupMemberOf",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-memberof?view=graph-rest-1.0"
},
{
"Module": "Beta.Groups",
+ "Uri": "/groups/{group-id}/memberOf/{directoryObject-id}/administrativeUnit",
+ "OutputType": "IMicrosoftGraphAdministrativeUnit",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAdministrativeUnit",
- "Command": "Get-MgBetaGroupMemberOfAsAdministrativeUnit",
"Method": "GET",
- "Uri": "/groups/{group-id}/memberOf/{directoryObject-id}/administrativeUnit",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupMemberOfAsAdministrativeUnit",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Groups",
+ "Uri": "/groups/{group-id}/memberOf/administrativeUnit",
+ "OutputType": "IMicrosoftGraphAdministrativeUnit",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphAdministrativeUnit",
- "Command": "Get-MgBetaGroupMemberOfAsAdministrativeUnit",
"Method": "GET",
- "Uri": "/groups/{group-id}/memberOf/administrativeUnit",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupMemberOfAsAdministrativeUnit",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Groups",
+ "Uri": "/groups/{group-id}/memberOf/{directoryObject-id}/group",
+ "OutputType": "IMicrosoftGraphGroup",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphGroup",
- "Command": "Get-MgBetaGroupMemberOfAsGroup",
"Method": "GET",
- "Uri": "/groups/{group-id}/memberOf/{directoryObject-id}/group",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupMemberOfAsGroup",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Groups",
+ "Uri": "/groups/{group-id}/memberOf/group",
+ "OutputType": "IMicrosoftGraphGroup",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphGroup",
- "Command": "Get-MgBetaGroupMemberOfAsGroup",
"Method": "GET",
- "Uri": "/groups/{group-id}/memberOf/group",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupMemberOfAsGroup",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Groups",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": null,
- "Command": "Get-MgBetaGroupMemberOfCount",
- "Method": "GET",
"Uri": "/groups/{group-id}/memberOf/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -98487,310 +102432,334 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaGroupMemberOfCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Groups",
+ "Uri": "/groups/{group-id}/memberOf/administrativeUnit/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupMemberOfCountAsAdministrativeUnit",
"Method": "GET",
- "Uri": "/groups/{group-id}/memberOf/administrativeUnit/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupMemberOfCountAsAdministrativeUnit",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Groups",
+ "Uri": "/groups/{group-id}/memberOf/group/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupMemberOfCountAsGroup",
"Method": "GET",
- "Uri": "/groups/{group-id}/memberOf/group/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupMemberOfCountAsGroup",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Groups",
+ "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgBetaGroupMemberWithLicenseError",
"Method": "GET",
- "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupMemberWithLicenseError",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Groups",
+ "Uri": "/groups/{group-id}/membersWithLicenseErrors",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgBetaGroupMemberWithLicenseError",
"Method": "GET",
- "Uri": "/groups/{group-id}/membersWithLicenseErrors",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupMemberWithLicenseError",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Groups",
+ "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/application",
+ "OutputType": "IMicrosoftGraphApplication",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphApplication",
- "Command": "Get-MgBetaGroupMemberWithLicenseErrorAsApplication",
"Method": "GET",
- "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/application",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupMemberWithLicenseErrorAsApplication",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Groups",
+ "Uri": "/groups/{group-id}/membersWithLicenseErrors/application",
+ "OutputType": "IMicrosoftGraphApplication",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphApplication",
- "Command": "Get-MgBetaGroupMemberWithLicenseErrorAsApplication",
"Method": "GET",
- "Uri": "/groups/{group-id}/membersWithLicenseErrors/application",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupMemberWithLicenseErrorAsApplication",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Groups",
+ "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/device",
+ "OutputType": "IMicrosoftGraphDevice",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDevice",
- "Command": "Get-MgBetaGroupMemberWithLicenseErrorAsDevice",
"Method": "GET",
- "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/device",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupMemberWithLicenseErrorAsDevice",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Groups",
+ "Uri": "/groups/{group-id}/membersWithLicenseErrors/device",
+ "OutputType": "IMicrosoftGraphDevice",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphDevice",
- "Command": "Get-MgBetaGroupMemberWithLicenseErrorAsDevice",
"Method": "GET",
- "Uri": "/groups/{group-id}/membersWithLicenseErrors/device",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupMemberWithLicenseErrorAsDevice",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Groups",
+ "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/group",
+ "OutputType": "IMicrosoftGraphGroup",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphGroup",
- "Command": "Get-MgBetaGroupMemberWithLicenseErrorAsGroup",
"Method": "GET",
- "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/group",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupMemberWithLicenseErrorAsGroup",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Groups",
+ "Uri": "/groups/{group-id}/membersWithLicenseErrors/group",
+ "OutputType": "IMicrosoftGraphGroup",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphGroup",
- "Command": "Get-MgBetaGroupMemberWithLicenseErrorAsGroup",
"Method": "GET",
- "Uri": "/groups/{group-id}/membersWithLicenseErrors/group",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupMemberWithLicenseErrorAsGroup",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Groups",
+ "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/orgContact",
+ "OutputType": "IMicrosoftGraphOrgContact",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphOrgContact",
- "Command": "Get-MgBetaGroupMemberWithLicenseErrorAsOrgContact",
"Method": "GET",
- "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/orgContact",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupMemberWithLicenseErrorAsOrgContact",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Groups",
+ "Uri": "/groups/{group-id}/membersWithLicenseErrors/orgContact",
+ "OutputType": "IMicrosoftGraphOrgContact",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphOrgContact",
- "Command": "Get-MgBetaGroupMemberWithLicenseErrorAsOrgContact",
"Method": "GET",
- "Uri": "/groups/{group-id}/membersWithLicenseErrors/orgContact",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupMemberWithLicenseErrorAsOrgContact",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Groups",
+ "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/servicePrincipal",
+ "OutputType": "IMicrosoftGraphServicePrincipal",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphServicePrincipal",
- "Command": "Get-MgBetaGroupMemberWithLicenseErrorAsServicePrincipal",
"Method": "GET",
- "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/servicePrincipal",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupMemberWithLicenseErrorAsServicePrincipal",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Groups",
+ "Uri": "/groups/{group-id}/membersWithLicenseErrors/servicePrincipal",
+ "OutputType": "IMicrosoftGraphServicePrincipal",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphServicePrincipal",
- "Command": "Get-MgBetaGroupMemberWithLicenseErrorAsServicePrincipal",
"Method": "GET",
- "Uri": "/groups/{group-id}/membersWithLicenseErrors/servicePrincipal",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupMemberWithLicenseErrorAsServicePrincipal",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Groups",
+ "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/user",
+ "OutputType": "IMicrosoftGraphUser",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUser",
- "Command": "Get-MgBetaGroupMemberWithLicenseErrorAsUser",
"Method": "GET",
- "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/user",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupMemberWithLicenseErrorAsUser",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Groups",
+ "Uri": "/groups/{group-id}/membersWithLicenseErrors/user",
+ "OutputType": "IMicrosoftGraphUser",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphUser",
- "Command": "Get-MgBetaGroupMemberWithLicenseErrorAsUser",
"Method": "GET",
- "Uri": "/groups/{group-id}/membersWithLicenseErrors/user",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupMemberWithLicenseErrorAsUser",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Groups",
+ "Uri": "/groups/{group-id}/membersWithLicenseErrors/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupMemberWithLicenseErrorCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/membersWithLicenseErrors/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupMemberWithLicenseErrorCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Groups",
+ "Uri": "/groups/{group-id}/membersWithLicenseErrors/application/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupMemberWithLicenseErrorCountAsApplication",
"Method": "GET",
- "Uri": "/groups/{group-id}/membersWithLicenseErrors/application/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupMemberWithLicenseErrorCountAsApplication",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Groups",
+ "Uri": "/groups/{group-id}/membersWithLicenseErrors/device/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupMemberWithLicenseErrorCountAsDevice",
"Method": "GET",
- "Uri": "/groups/{group-id}/membersWithLicenseErrors/device/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupMemberWithLicenseErrorCountAsDevice",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Groups",
+ "Uri": "/groups/{group-id}/membersWithLicenseErrors/group/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupMemberWithLicenseErrorCountAsGroup",
"Method": "GET",
- "Uri": "/groups/{group-id}/membersWithLicenseErrors/group/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupMemberWithLicenseErrorCountAsGroup",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Groups",
+ "Uri": "/groups/{group-id}/membersWithLicenseErrors/orgContact/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupMemberWithLicenseErrorCountAsOrgContact",
"Method": "GET",
- "Uri": "/groups/{group-id}/membersWithLicenseErrors/orgContact/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupMemberWithLicenseErrorCountAsOrgContact",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Groups",
+ "Uri": "/groups/{group-id}/membersWithLicenseErrors/servicePrincipal/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupMemberWithLicenseErrorCountAsServicePrincipal",
"Method": "GET",
- "Uri": "/groups/{group-id}/membersWithLicenseErrors/servicePrincipal/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupMemberWithLicenseErrorCountAsServicePrincipal",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Groups",
+ "Uri": "/groups/{group-id}/membersWithLicenseErrors/user/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupMemberWithLicenseErrorCountAsUser",
"Method": "GET",
- "Uri": "/groups/{group-id}/membersWithLicenseErrors/user/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupMemberWithLicenseErrorCountAsUser",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Notes",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphNotebook",
- "Command": "Get-MgBetaGroupOnenoteNotebook",
- "Method": "GET",
"Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}",
+ "OutputType": "IMicrosoftGraphNotebook",
"ApiVersion": "beta",
"Permissions": [
{
@@ -98833,17 +102802,19 @@
"PermissionType": "DelegatedPersonal",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Notes",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphNotebook",
- "Command": "Get-MgBetaGroupOnenoteNotebook",
"Method": "GET",
+ "Command": "Get-MgBetaGroupOnenoteNotebook",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Notes",
"Uri": "/groups/{group-id}/onenote/notebooks",
+ "OutputType": "IMicrosoftGraphNotebook",
"ApiVersion": "beta",
"Permissions": [
{
@@ -98886,18 +102857,18 @@
"PermissionType": "DelegatedPersonal",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Notes",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupOnenoteNotebookCount",
"Method": "GET",
+ "Command": "Get-MgBetaGroupOnenoteNotebook",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onenote-list-notebooks?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Notes",
"Uri": "/groups/{group-id}/onenote/notebooks/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -98940,20 +102911,19 @@
"PermissionType": "DelegatedPersonal",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Groups",
+ ],
"Variants": [
"Get",
- "GetExpanded",
- "GetViaIdentity",
- "GetViaIdentityExpanded"
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphCopyNotebookModel",
- "Command": "Get-MgBetaGroupOnenoteNotebookFromWebUrl",
- "Method": "POST",
+ "Method": "GET",
+ "Command": "Get-MgBetaGroupOnenoteNotebookCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Groups",
"Uri": "/groups/{group-id}/onenote/notebooks/getNotebookFromWebUrl",
+ "OutputType": "IMicrosoftGraphCopyNotebookModel",
"ApiVersion": "beta",
"Permissions": [
{
@@ -98996,17 +102966,21 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetExpanded",
+ "GetViaIdentity",
+ "GetViaIdentityExpanded"
+ ],
+ "Method": "POST",
+ "Command": "Get-MgBetaGroupOnenoteNotebookFromWebUrl",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-getnotebookfromweburl?view=graph-rest-1.0"
},
{
"Module": "Beta.Notes",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphOnenoteSection",
- "Command": "Get-MgBetaGroupOnenoteNotebookSection",
- "Method": "GET",
"Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections",
+ "OutputType": "IMicrosoftGraphOnenoteSection",
"ApiVersion": "beta",
"Permissions": [
{
@@ -99049,17 +103023,18 @@
"PermissionType": "DelegatedPersonal",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Notes",
+ ],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphSectionGroup",
- "Command": "Get-MgBetaGroupOnenoteNotebookSectionGroup",
"Method": "GET",
+ "Command": "Get-MgBetaGroupOnenoteNotebookSection",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-list-sections?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Notes",
"Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups",
+ "OutputType": "IMicrosoftGraphSectionGroup",
"ApiVersion": "beta",
"Permissions": [
{
@@ -99102,18 +103077,18 @@
"PermissionType": "DelegatedPersonal",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Notes",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": "IMicrosoftGraphOnenoteOperation",
- "Command": "Get-MgBetaGroupOnenoteOperation",
"Method": "GET",
+ "Command": "Get-MgBetaGroupOnenoteNotebookSectionGroup",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-list-sectiongroups?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Notes",
"Uri": "/groups/{group-id}/onenote/operations/{onenoteOperation-id}",
+ "OutputType": "IMicrosoftGraphOnenoteOperation",
"ApiVersion": "beta",
"Permissions": [
{
@@ -99156,31 +103131,33 @@
"PermissionType": "DelegatedPersonal",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Notes",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupOnenoteOperationCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/onenote/operations/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupOnenoteOperation",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onenoteoperation-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Notes",
+ "Uri": "/groups/{group-id}/onenote/operations/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphOnenotePage",
- "Command": "Get-MgBetaGroupOnenotePage",
"Method": "GET",
+ "Command": "Get-MgBetaGroupOnenoteOperationCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Notes",
"Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}",
+ "OutputType": "IMicrosoftGraphOnenotePage",
"ApiVersion": "beta",
"Permissions": [
{
@@ -99215,17 +103192,79 @@
"PermissionType": "DelegatedPersonal",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaGroupOnenotePage",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Notes",
+ "Uri": "/groups/{group-id}/onenote/pages",
+ "OutputType": "IMicrosoftGraphOnenotePage",
+ "ApiVersion": "beta",
+ "Permissions": [
+ {
+ "Name": "Notes.Read",
+ "Description": "Read your OneNote notebooks",
+ "FullDescription": "Allows the app to read OneNote notebooks on your behalf.",
+ "IsAdmin": false,
+ "PermissionType": "DelegatedPersonal",
+ "IsLeastPrivilege": true
+ },
+ {
+ "Name": "Notes.ReadWrite.All",
+ "Description": "Read and write all OneNote notebooks that you can access",
+ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.",
+ "IsAdmin": false,
+ "PermissionType": "DelegatedWork",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "Notes.Read.All",
+ "Description": "Read all OneNote notebooks that you can access",
+ "FullDescription": "Allows the app to read all the OneNote notebooks that you have access to.",
+ "IsAdmin": false,
+ "PermissionType": "DelegatedWork",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "Notes.ReadWrite",
+ "Description": "Read and write your OneNote notebooks",
+ "FullDescription": "Allows the app to read, share, and modify OneNote notebooks on your behalf.",
+ "IsAdmin": false,
+ "PermissionType": "DelegatedPersonal",
+ "IsLeastPrivilege": false
+ }
+ ],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphOnenotePage",
+ "Method": "GET",
"Command": "Get-MgBetaGroupOnenotePage",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Notes",
+ "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}/content",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
"Method": "GET",
- "Uri": "/groups/{group-id}/onenote/pages",
+ "Command": "Get-MgBetaGroupOnenotePageContent",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Notes",
+ "Uri": "/groups/{group-id}/onenote/pages/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -99260,31 +103299,88 @@
"PermissionType": "DelegatedPersonal",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaGroupOnenotePageCount",
+ "ApiReferenceLink": null
},
{
- "Module": "Beta.Notes",
+ "Module": "Beta.Groups",
+ "Uri": "/groups/{group-id}/onenote/notebooks/getRecentNotebooks(includePersonalNotebooks={includePersonalNotebooks})",
+ "OutputType": "IMicrosoftGraphRecentNotebook",
+ "ApiVersion": "beta",
+ "Permissions": [
+ {
+ "Name": "Notes.Create",
+ "Description": "Create your OneNote notebooks",
+ "FullDescription": "Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.",
+ "IsAdmin": false,
+ "PermissionType": "DelegatedPersonal",
+ "IsLeastPrivilege": true
+ },
+ {
+ "Name": "Notes.ReadWrite.All",
+ "Description": "Read and write all OneNote notebooks that you can access",
+ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.",
+ "IsAdmin": false,
+ "PermissionType": "DelegatedWork",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "Notes.Read.All",
+ "Description": "Read all OneNote notebooks that you can access",
+ "FullDescription": "Allows the app to read all the OneNote notebooks that you have access to.",
+ "IsAdmin": false,
+ "PermissionType": "DelegatedWork",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "Notes.ReadWrite",
+ "Description": "Read and write your OneNote notebooks",
+ "FullDescription": "Allows the app to read, share, and modify OneNote notebooks on your behalf.",
+ "IsAdmin": false,
+ "PermissionType": "DelegatedPersonal",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "Notes.Read",
+ "Description": "Read your OneNote notebooks",
+ "FullDescription": "Allows the app to read OneNote notebooks on your behalf.",
+ "IsAdmin": false,
+ "PermissionType": "DelegatedPersonal",
+ "IsLeastPrivilege": false
+ }
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupOnenotePageContent",
"Method": "GET",
- "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}/content",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupOnenoteRecentNotebook",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Notes",
+ "Uri": "/groups/{group-id}/onenote/resources/{onenoteResource-id}",
+ "OutputType": "IMicrosoftGraphOnenoteResource",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupOnenotePageCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/onenote/pages/$count",
+ "Command": "Get-MgBetaGroupOnenoteResource",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Notes",
+ "Uri": "/groups/{group-id}/onenote/resources/{onenoteResource-id}/content",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -99319,18 +103415,33 @@
"PermissionType": "DelegatedPersonal",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaGroupOnenoteResourceContent",
+ "ApiReferenceLink": null
},
{
- "Module": "Beta.Groups",
+ "Module": "Beta.Notes",
+ "Uri": "/groups/{group-id}/onenote/resources/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphRecentNotebook",
- "Command": "Get-MgBetaGroupOnenoteRecentNotebook",
"Method": "GET",
- "Uri": "/groups/{group-id}/onenote/notebooks/getRecentNotebooks(includePersonalNotebooks={includePersonalNotebooks})",
+ "Command": "Get-MgBetaGroupOnenoteResourceCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Notes",
+ "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}",
+ "OutputType": "IMicrosoftGraphOnenoteSection",
"ApiVersion": "beta",
"Permissions": [
{
@@ -99373,90 +103484,19 @@
"PermissionType": "DelegatedPersonal",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Notes",
- "Variants": [
- "Get",
- "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphOnenoteResource",
- "Command": "Get-MgBetaGroupOnenoteResource",
- "Method": "GET",
- "Uri": "/groups/{group-id}/onenote/resources/{onenoteResource-id}",
- "ApiVersion": "beta",
- "Permissions": []
- },
- {
- "Module": "Beta.Notes",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": null,
- "Command": "Get-MgBetaGroupOnenoteResourceContent",
- "Method": "GET",
- "Uri": "/groups/{group-id}/onenote/resources/{onenoteResource-id}/content",
- "ApiVersion": "beta",
- "Permissions": [
- {
- "Name": "Notes.Read",
- "Description": "Read your OneNote notebooks",
- "FullDescription": "Allows the app to read OneNote notebooks on your behalf.",
- "IsAdmin": false,
- "PermissionType": "DelegatedPersonal",
- "IsLeastPrivilege": true
- },
- {
- "Name": "Notes.ReadWrite.All",
- "Description": "Read and write all OneNote notebooks that you can access",
- "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.",
- "IsAdmin": false,
- "PermissionType": "DelegatedWork",
- "IsLeastPrivilege": false
- },
- {
- "Name": "Notes.Read.All",
- "Description": "Read all OneNote notebooks that you can access",
- "FullDescription": "Allows the app to read all the OneNote notebooks that you have access to.",
- "IsAdmin": false,
- "PermissionType": "DelegatedWork",
- "IsLeastPrivilege": false
- },
- {
- "Name": "Notes.ReadWrite",
- "Description": "Read and write your OneNote notebooks",
- "FullDescription": "Allows the app to read, share, and modify OneNote notebooks on your behalf.",
- "IsAdmin": false,
- "PermissionType": "DelegatedPersonal",
- "IsLeastPrivilege": false
- }
- ]
- },
- {
- "Module": "Beta.Notes",
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupOnenoteResourceCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/onenote/resources/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupOnenoteSection",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Notes",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
+ "Uri": "/groups/{group-id}/onenote/sections",
"OutputType": "IMicrosoftGraphOnenoteSection",
- "Command": "Get-MgBetaGroupOnenoteSection",
- "Method": "GET",
- "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}",
"ApiVersion": "beta",
"Permissions": [
{
@@ -99499,17 +103539,18 @@
"PermissionType": "DelegatedPersonal",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Notes",
+ ],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphOnenoteSection",
- "Command": "Get-MgBetaGroupOnenoteSection",
"Method": "GET",
- "Uri": "/groups/{group-id}/onenote/sections",
+ "Command": "Get-MgBetaGroupOnenoteSection",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onenote-list-sections?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Notes",
+ "Uri": "/groups/{group-id}/onenote/sections/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -99552,18 +103593,19 @@
"PermissionType": "DelegatedPersonal",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Notes",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupOnenoteSectionCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/onenote/sections/$count",
+ "Command": "Get-MgBetaGroupOnenoteSectionCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Notes",
+ "Uri": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}",
+ "OutputType": "IMicrosoftGraphSectionGroup",
"ApiVersion": "beta",
"Permissions": [
{
@@ -99606,18 +103648,19 @@
"PermissionType": "DelegatedPersonal",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Notes",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSectionGroup",
- "Command": "Get-MgBetaGroupOnenoteSectionGroup",
"Method": "GET",
- "Uri": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}",
+ "Command": "Get-MgBetaGroupOnenoteSectionGroup",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sectiongroup-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Notes",
+ "Uri": "/groups/{group-id}/onenote/sectionGroups",
+ "OutputType": "IMicrosoftGraphSectionGroup",
"ApiVersion": "beta",
"Permissions": [
{
@@ -99660,18 +103703,19 @@
"PermissionType": "DelegatedPersonal",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Notes",
+ ],
"Variants": [
"List",
"List1"
],
- "OutputType": "IMicrosoftGraphSectionGroup",
- "Command": "Get-MgBetaGroupOnenoteSectionGroup",
"Method": "GET",
- "Uri": "/groups/{group-id}/onenote/sectionGroups",
+ "Command": "Get-MgBetaGroupOnenoteSectionGroup",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onenote-list-sectiongroups?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Notes",
+ "Uri": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -99714,73 +103758,21 @@
"PermissionType": "DelegatedPersonal",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Notes",
+ ],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupOnenoteSectionGroupCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/$count",
- "ApiVersion": "beta",
- "Permissions": [
- {
- "Name": "Notes.Create",
- "Description": "Create your OneNote notebooks",
- "FullDescription": "Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.",
- "IsAdmin": false,
- "PermissionType": "DelegatedPersonal",
- "IsLeastPrivilege": true
- },
- {
- "Name": "Notes.ReadWrite.All",
- "Description": "Read and write all OneNote notebooks that you can access",
- "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.",
- "IsAdmin": false,
- "PermissionType": "DelegatedWork",
- "IsLeastPrivilege": false
- },
- {
- "Name": "Notes.Read.All",
- "Description": "Read all OneNote notebooks that you can access",
- "FullDescription": "Allows the app to read all the OneNote notebooks that you have access to.",
- "IsAdmin": false,
- "PermissionType": "DelegatedWork",
- "IsLeastPrivilege": false
- },
- {
- "Name": "Notes.ReadWrite",
- "Description": "Read and write your OneNote notebooks",
- "FullDescription": "Allows the app to read, share, and modify OneNote notebooks on your behalf.",
- "IsAdmin": false,
- "PermissionType": "DelegatedPersonal",
- "IsLeastPrivilege": false
- },
- {
- "Name": "Notes.Read",
- "Description": "Read your OneNote notebooks",
- "FullDescription": "Allows the app to read OneNote notebooks on your behalf.",
- "IsAdmin": false,
- "PermissionType": "DelegatedPersonal",
- "IsLeastPrivilege": false
- }
- ]
+ "Command": "Get-MgBetaGroupOnenoteSectionGroupCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Notes",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphOnenoteSection",
- "Command": "Get-MgBetaGroupOnenoteSectionGroupSection",
- "Method": "GET",
"Uri": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections",
+ "OutputType": "IMicrosoftGraphOnenoteSection",
"ApiVersion": "beta",
"Permissions": [
{
@@ -99823,17 +103815,18 @@
"PermissionType": "DelegatedPersonal",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Notes",
+ ],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphOnenotePage",
- "Command": "Get-MgBetaGroupOnenoteSectionPage",
"Method": "GET",
+ "Command": "Get-MgBetaGroupOnenoteSectionGroupSection",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sectiongroup-list-sections?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Notes",
"Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages",
+ "OutputType": "IMicrosoftGraphOnenotePage",
"ApiVersion": "beta",
"Permissions": [
{
@@ -99868,17 +103861,18 @@
"PermissionType": "DelegatedPersonal",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Groups",
+ ],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgBetaGroupOwner",
"Method": "GET",
+ "Command": "Get-MgBetaGroupOnenoteSectionPage",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Groups",
"Uri": "/groups/{group-id}/owners",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
"ApiVersion": "beta",
"Permissions": [
{
@@ -99921,167 +103915,180 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaGroupOwner",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-owners?view=graph-rest-1.0"
},
{
"Module": "Beta.Groups",
+ "Uri": "/groups/{group-id}/owners/{directoryObject-id}/application",
+ "OutputType": "IMicrosoftGraphApplication",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphApplication",
- "Command": "Get-MgBetaGroupOwnerAsApplication",
"Method": "GET",
- "Uri": "/groups/{group-id}/owners/{directoryObject-id}/application",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupOwnerAsApplication",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Groups",
+ "Uri": "/groups/{group-id}/owners/application",
+ "OutputType": "IMicrosoftGraphApplication",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphApplication",
- "Command": "Get-MgBetaGroupOwnerAsApplication",
"Method": "GET",
- "Uri": "/groups/{group-id}/owners/application",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupOwnerAsApplication",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Groups",
+ "Uri": "/groups/{group-id}/owners/{directoryObject-id}/device",
+ "OutputType": "IMicrosoftGraphDevice",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDevice",
- "Command": "Get-MgBetaGroupOwnerAsDevice",
"Method": "GET",
- "Uri": "/groups/{group-id}/owners/{directoryObject-id}/device",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupOwnerAsDevice",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Groups",
+ "Uri": "/groups/{group-id}/owners/device",
+ "OutputType": "IMicrosoftGraphDevice",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphDevice",
- "Command": "Get-MgBetaGroupOwnerAsDevice",
"Method": "GET",
- "Uri": "/groups/{group-id}/owners/device",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupOwnerAsDevice",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Groups",
+ "Uri": "/groups/{group-id}/owners/{directoryObject-id}/group",
+ "OutputType": "IMicrosoftGraphGroup",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphGroup",
- "Command": "Get-MgBetaGroupOwnerAsGroup",
"Method": "GET",
- "Uri": "/groups/{group-id}/owners/{directoryObject-id}/group",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupOwnerAsGroup",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Groups",
+ "Uri": "/groups/{group-id}/owners/group",
+ "OutputType": "IMicrosoftGraphGroup",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphGroup",
- "Command": "Get-MgBetaGroupOwnerAsGroup",
"Method": "GET",
- "Uri": "/groups/{group-id}/owners/group",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupOwnerAsGroup",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Groups",
+ "Uri": "/groups/{group-id}/owners/{directoryObject-id}/orgContact",
+ "OutputType": "IMicrosoftGraphOrgContact",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphOrgContact",
- "Command": "Get-MgBetaGroupOwnerAsOrgContact",
"Method": "GET",
- "Uri": "/groups/{group-id}/owners/{directoryObject-id}/orgContact",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupOwnerAsOrgContact",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Groups",
+ "Uri": "/groups/{group-id}/owners/orgContact",
+ "OutputType": "IMicrosoftGraphOrgContact",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphOrgContact",
- "Command": "Get-MgBetaGroupOwnerAsOrgContact",
"Method": "GET",
- "Uri": "/groups/{group-id}/owners/orgContact",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupOwnerAsOrgContact",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Groups",
+ "Uri": "/groups/{group-id}/owners/{directoryObject-id}/servicePrincipal",
+ "OutputType": "IMicrosoftGraphServicePrincipal",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphServicePrincipal",
- "Command": "Get-MgBetaGroupOwnerAsServicePrincipal",
"Method": "GET",
- "Uri": "/groups/{group-id}/owners/{directoryObject-id}/servicePrincipal",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupOwnerAsServicePrincipal",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Groups",
+ "Uri": "/groups/{group-id}/owners/servicePrincipal",
+ "OutputType": "IMicrosoftGraphServicePrincipal",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphServicePrincipal",
- "Command": "Get-MgBetaGroupOwnerAsServicePrincipal",
"Method": "GET",
- "Uri": "/groups/{group-id}/owners/servicePrincipal",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupOwnerAsServicePrincipal",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Groups",
+ "Uri": "/groups/{group-id}/owners/{directoryObject-id}/user",
+ "OutputType": "IMicrosoftGraphUser",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUser",
- "Command": "Get-MgBetaGroupOwnerAsUser",
"Method": "GET",
- "Uri": "/groups/{group-id}/owners/{directoryObject-id}/user",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupOwnerAsUser",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Groups",
+ "Uri": "/groups/{group-id}/owners/user",
+ "OutputType": "IMicrosoftGraphUser",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphUser",
- "Command": "Get-MgBetaGroupOwnerAsUser",
"Method": "GET",
- "Uri": "/groups/{group-id}/owners/user",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupOwnerAsUser",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Groups",
- "Variants": [
- "List"
- ],
- "OutputType": null,
- "Command": "Get-MgBetaGroupOwnerByRef",
- "Method": "GET",
"Uri": "/groups/{group-id}/owners/$ref",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -100124,18 +104131,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Groups",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupOwnerCount",
"Method": "GET",
+ "Command": "Get-MgBetaGroupOwnerByRef",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-owners?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Groups",
"Uri": "/groups/{group-id}/owners/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -100178,96 +104185,103 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Groups",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupOwnerCountAsApplication",
"Method": "GET",
- "Uri": "/groups/{group-id}/owners/application/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupOwnerCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Groups",
+ "Uri": "/groups/{group-id}/owners/application/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupOwnerCountAsDevice",
"Method": "GET",
- "Uri": "/groups/{group-id}/owners/device/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupOwnerCountAsApplication",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Groups",
+ "Uri": "/groups/{group-id}/owners/device/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupOwnerCountAsGroup",
"Method": "GET",
- "Uri": "/groups/{group-id}/owners/group/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupOwnerCountAsDevice",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Groups",
+ "Uri": "/groups/{group-id}/owners/group/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupOwnerCountAsOrgContact",
"Method": "GET",
- "Uri": "/groups/{group-id}/owners/orgContact/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupOwnerCountAsGroup",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Groups",
+ "Uri": "/groups/{group-id}/owners/orgContact/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupOwnerCountAsServicePrincipal",
"Method": "GET",
- "Uri": "/groups/{group-id}/owners/servicePrincipal/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupOwnerCountAsOrgContact",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Groups",
+ "Uri": "/groups/{group-id}/owners/servicePrincipal/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupOwnerCountAsUser",
"Method": "GET",
- "Uri": "/groups/{group-id}/owners/user/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupOwnerCountAsServicePrincipal",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Groups",
+ "Uri": "/groups/{group-id}/owners/user/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphPasswordSingleSignOnCredentialSet",
- "Command": "Get-MgBetaGroupPasswordSingleSignOnCredential",
- "Method": "POST",
+ "Method": "GET",
+ "Command": "Get-MgBetaGroupOwnerCountAsUser",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Groups",
"Uri": "/groups/{group-id}/getPasswordSingleSignOnCredentials",
+ "OutputType": "IMicrosoftGraphPasswordSingleSignOnCredentialSet",
"ApiVersion": "beta",
"Permissions": [
{
@@ -100294,30 +104308,33 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "POST",
+ "Command": "Get-MgBetaGroupPasswordSingleSignOnCredential",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Groups",
+ "Uri": "/groups/{group-id}/permissionGrants/{resourceSpecificPermissionGrant-id}",
+ "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant",
- "Command": "Get-MgBetaGroupPermissionGrant",
"Method": "GET",
- "Uri": "/groups/{group-id}/permissionGrants/{resourceSpecificPermissionGrant-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupPermissionGrant",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Groups",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant",
- "Command": "Get-MgBetaGroupPermissionGrant",
- "Method": "GET",
"Uri": "/groups/{group-id}/permissionGrants",
+ "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant",
"ApiVersion": "beta",
"Permissions": [
{
@@ -100352,18 +104369,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Groups",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupPermissionGrantCount",
"Method": "GET",
+ "Command": "Get-MgBetaGroupPermissionGrant",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-permissiongrants?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Groups",
"Uri": "/groups/{group-id}/permissionGrants/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -100398,20 +104415,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Groups",
+ ],
"Variants": [
"Get",
- "Get1",
- "GetViaIdentity",
- "GetViaIdentity1"
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphProfilePhoto",
- "Command": "Get-MgBetaGroupPhoto",
"Method": "GET",
+ "Command": "Get-MgBetaGroupPermissionGrantCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Groups",
"Uri": "/groups/{group-id}/photo",
+ "OutputType": "IMicrosoftGraphProfilePhoto",
"ApiVersion": "beta",
"Permissions": [
{
@@ -100438,17 +104454,21 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Groups",
+ ],
"Variants": [
- "List"
+ "Get",
+ "Get1",
+ "GetViaIdentity",
+ "GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphProfilePhoto",
- "Command": "Get-MgBetaGroupPhoto",
"Method": "GET",
+ "Command": "Get-MgBetaGroupPhoto",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Groups",
"Uri": "/groups/{group-id}/photos",
+ "OutputType": "IMicrosoftGraphProfilePhoto",
"ApiVersion": "beta",
"Permissions": [
{
@@ -100475,20 +104495,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Groups",
+ ],
"Variants": [
- "Get",
- "Get1",
- "GetViaIdentity",
- "GetViaIdentity1"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupPhotoContent",
"Method": "GET",
+ "Command": "Get-MgBetaGroupPhoto",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-photos?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Groups",
"Uri": "/groups/{group-id}/photo/$value",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -100515,43 +104533,49 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "Get1",
+ "GetViaIdentity",
+ "GetViaIdentity1"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaGroupPhotoContent",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Planner",
+ "Uri": "/groups/{group-id}/planner",
+ "OutputType": "IMicrosoftGraphPlannerGroup",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphPlannerGroup",
- "Command": "Get-MgBetaGroupPlanner",
"Method": "GET",
- "Uri": "/groups/{group-id}/planner",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupPlanner",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Planner",
+ "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}",
+ "OutputType": "IMicrosoftGraphPlannerPlan",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphPlannerPlan",
- "Command": "Get-MgBetaGroupPlannerPlan",
"Method": "GET",
- "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupPlannerPlan",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Planner",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphPlannerPlan",
- "Command": "Get-MgBetaGroupPlannerPlan",
- "Method": "GET",
"Uri": "/groups/{group-id}/planner/plans",
+ "OutputType": "IMicrosoftGraphPlannerPlan",
"ApiVersion": "beta",
"Permissions": [
{
@@ -100602,56 +104626,59 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaGroupPlannerPlan",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannergroup-list-plans?view=graph-rest-1.0"
},
{
"Module": "Beta.Planner",
+ "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/buckets",
+ "OutputType": "IMicrosoftGraphPlannerBucket",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphPlannerBucket",
- "Command": "Get-MgBetaGroupPlannerPlanBucket",
"Method": "GET",
- "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/buckets",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupPlannerPlanBucket",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplan-list-buckets?view=graph-rest-1.0"
},
{
"Module": "Beta.Groups",
+ "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/buckets/delta",
+ "OutputType": "IMicrosoftGraphPlannerBucket",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Delta",
"DeltaViaIdentity"
],
- "OutputType": "IMicrosoftGraphPlannerBucket",
- "Command": "Get-MgBetaGroupPlannerPlanBucketDelta",
"Method": "GET",
- "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/buckets/delta",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupPlannerPlanBucketDelta",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Groups",
+ "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/delta",
+ "OutputType": "IMicrosoftGraphPlannerTask",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Delta",
"DeltaViaIdentity"
],
- "OutputType": "IMicrosoftGraphPlannerTask",
- "Command": "Get-MgBetaGroupPlannerPlanBucketTaskDelta",
"Method": "GET",
- "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/delta",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupPlannerPlanBucketTaskDelta",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Planner",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": null,
- "Command": "Get-MgBetaGroupPlannerPlanCount",
- "Method": "GET",
"Uri": "/groups/{group-id}/planner/plans/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -100702,18 +104729,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Groups",
+ ],
"Variants": [
- "Delta",
- "DeltaViaIdentity"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphPlannerPlan",
- "Command": "Get-MgBetaGroupPlannerPlanDelta",
"Method": "GET",
+ "Command": "Get-MgBetaGroupPlannerPlanCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Groups",
"Uri": "/groups/{group-id}/planner/plans/delta",
+ "OutputType": "IMicrosoftGraphPlannerPlan",
"ApiVersion": "beta",
"Permissions": [
{
@@ -100732,55 +104760,60 @@
"PermissionType": "Application",
"IsLeastPrivilege": true
}
- ]
+ ],
+ "Variants": [
+ "Delta",
+ "DeltaViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaGroupPlannerPlanDelta",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Planner",
+ "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/details",
+ "OutputType": "IMicrosoftGraphPlannerPlanDetails",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphPlannerPlanDetails",
- "Command": "Get-MgBetaGroupPlannerPlanDetail",
"Method": "GET",
- "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/details",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupPlannerPlanDetail",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplandetails-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Planner",
+ "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/tasks",
+ "OutputType": "IMicrosoftGraphPlannerTask",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphPlannerTask",
- "Command": "Get-MgBetaGroupPlannerPlanTask",
"Method": "GET",
- "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/tasks",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupPlannerPlanTask",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplan-list-tasks?view=graph-rest-1.0"
},
{
"Module": "Beta.Groups",
+ "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/tasks/delta",
+ "OutputType": "IMicrosoftGraphPlannerTask",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Delta",
"DeltaViaIdentity"
],
- "OutputType": "IMicrosoftGraphPlannerTask",
- "Command": "Get-MgBetaGroupPlannerPlanTaskDelta",
"Method": "GET",
- "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/tasks/delta",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupPlannerPlanTaskDelta",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Groups",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgBetaGroupRejectedSender",
- "Method": "GET",
"Uri": "/groups/{group-id}/rejectedSenders",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
"ApiVersion": "beta",
"Permissions": [
{
@@ -100799,17 +104832,18 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Groups",
+ ],
"Variants": [
"List"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupRejectedSenderByRef",
"Method": "GET",
+ "Command": "Get-MgBetaGroupRejectedSender",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-rejectedsenders?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Groups",
"Uri": "/groups/{group-id}/rejectedSenders/$ref",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -100828,18 +104862,18 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Groups",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupRejectedSenderCount",
"Method": "GET",
+ "Command": "Get-MgBetaGroupRejectedSenderByRef",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-rejectedsenders?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Groups",
"Uri": "/groups/{group-id}/rejectedSenders/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -100858,18 +104892,19 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Groups",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDirectorySetting",
- "Command": "Get-MgBetaGroupSetting",
"Method": "GET",
+ "Command": "Get-MgBetaGroupRejectedSenderCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Groups",
"Uri": "/groups/{group-id}/settings/{directorySetting-id}",
+ "OutputType": "IMicrosoftGraphDirectorySetting",
"ApiVersion": "beta",
"Permissions": [
{
@@ -100904,17 +104939,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Groups",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDirectorySetting",
- "Command": "Get-MgBetaGroupSetting",
"Method": "GET",
+ "Command": "Get-MgBetaGroupSetting",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Groups",
"Uri": "/groups/{group-id}/settings",
+ "OutputType": "IMicrosoftGraphDirectorySetting",
"ApiVersion": "beta",
"Permissions": [
{
@@ -100949,18 +104986,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Groups",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupSettingCount",
"Method": "GET",
+ "Command": "Get-MgBetaGroupSetting",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Groups",
"Uri": "/groups/{group-id}/settings/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -100995,7389 +105032,7971 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaGroupSettingCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}",
+ "OutputType": "IMicrosoftGraphSite",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSite",
- "Command": "Get-MgBetaGroupSite",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSite",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites",
+ "OutputType": "IMicrosoftGraphSite",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphSite",
- "Command": "Get-MgBetaGroupSite",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSite",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Groups",
+ "Uri": "/groups/{group-id}/sites/{site-id}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')",
+ "OutputType": "IMicrosoftGraphItemActivityStat",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphItemActivityStat",
- "Command": "Get-MgBetaGroupSiteActivityByInterval",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteActivityByInterval",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/analytics",
+ "OutputType": "IMicrosoftGraphItemAnalytics",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphItemAnalytics",
- "Command": "Get-MgBetaGroupSiteAnalytic",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/analytics",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteAnalytic",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}",
+ "OutputType": "IMicrosoftGraphItemActivityStat",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphItemActivityStat",
- "Command": "Get-MgBetaGroupSiteAnalyticItemActivityStat",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteAnalyticItemActivityStat",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats",
+ "OutputType": "IMicrosoftGraphItemActivityStat",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphItemActivityStat",
- "Command": "Get-MgBetaGroupSiteAnalyticItemActivityStat",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteAnalyticItemActivityStat",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}",
+ "OutputType": "IMicrosoftGraphItemActivity",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphItemActivity",
- "Command": "Get-MgBetaGroupSiteAnalyticItemActivityStatActivity",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteAnalyticItemActivityStatActivity",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities",
+ "OutputType": "IMicrosoftGraphItemActivity",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphItemActivity",
- "Command": "Get-MgBetaGroupSiteAnalyticItemActivityStatActivity",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteAnalyticItemActivityStatActivity",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupSiteAnalyticItemActivityStatActivityCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteAnalyticItemActivityStatActivityCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem",
+ "OutputType": "IMicrosoftGraphDriveItem",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDriveItem",
- "Command": "Get-MgBetaGroupSiteAnalyticItemActivityStatActivityDriveItem",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteAnalyticItemActivityStatActivityDriveItem",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/content",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupSiteAnalyticItemActivityStatActivityDriveItemContent",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/content",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteAnalyticItemActivityStatActivityDriveItemContent",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/contentStream",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupSiteAnalyticItemActivityStatActivityDriveItemContentStream",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/contentStream",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteAnalyticItemActivityStatActivityDriveItemContentStream",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupSiteAnalyticItemActivityStatCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteAnalyticItemActivityStatCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/analytics/lastSevenDays",
+ "OutputType": "IMicrosoftGraphItemActivityStat",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphItemActivityStat",
- "Command": "Get-MgBetaGroupSiteAnalyticLastSevenDay",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/analytics/lastSevenDays",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteAnalyticLastSevenDay",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/analytics/allTime",
+ "OutputType": "IMicrosoftGraphItemActivityStat",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphItemActivityStat",
- "Command": "Get-MgBetaGroupSiteAnalyticTime",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/analytics/allTime",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteAnalyticTime",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Groups",
+ "Uri": "/groups/{group-id}/sites/{site-id}/getApplicableContentTypesForList(listId='{listId}')",
+ "OutputType": "IMicrosoftGraphContentType",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphContentType",
- "Command": "Get-MgBetaGroupSiteApplicableContentTypeForList",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/getApplicableContentTypesForList(listId='{listId}')",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteApplicableContentTypeForList",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Groups",
+ "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')",
+ "OutputType": "IMicrosoftGraphSite",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSite",
- "Command": "Get-MgBetaGroupSiteByPath",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteByPath",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/columns/{columnDefinition-id}",
+ "OutputType": "IMicrosoftGraphColumnDefinition",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphColumnDefinition",
- "Command": "Get-MgBetaGroupSiteColumn",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/columns/{columnDefinition-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteColumn",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/columns",
+ "OutputType": "IMicrosoftGraphColumnDefinition",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphColumnDefinition",
- "Command": "Get-MgBetaGroupSiteColumn",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/columns",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteColumn",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-list-columns?view=graph-rest-1.0"
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/columns/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupSiteColumnCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/columns/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteColumnCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/columns/{columnDefinition-id}/sourceColumn",
+ "OutputType": "IMicrosoftGraphColumnDefinition",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphColumnDefinition",
- "Command": "Get-MgBetaGroupSiteColumnSourceColumn",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/columns/{columnDefinition-id}/sourceColumn",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteColumnSourceColumn",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}",
+ "OutputType": "IMicrosoftGraphContentType",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphContentType",
- "Command": "Get-MgBetaGroupSiteContentType",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteContentType",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes",
+ "OutputType": "IMicrosoftGraphContentType",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphContentType",
- "Command": "Get-MgBetaGroupSiteContentType",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteContentType",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-list-contenttypes?view=graph-rest-1.0"
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/base",
+ "OutputType": "IMicrosoftGraphContentType",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphContentType",
- "Command": "Get-MgBetaGroupSiteContentTypeBase",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/base",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteContentTypeBase",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/baseTypes/{contentType-id1}",
+ "OutputType": "IMicrosoftGraphContentType",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphContentType",
- "Command": "Get-MgBetaGroupSiteContentTypeBaseType",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/baseTypes/{contentType-id1}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteContentTypeBaseType",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/baseTypes",
+ "OutputType": "IMicrosoftGraphContentType",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List",
"List1"
],
- "OutputType": "IMicrosoftGraphContentType",
- "Command": "Get-MgBetaGroupSiteContentTypeBaseType",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/baseTypes",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteContentTypeBaseType",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/baseTypes/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupSiteContentTypeBaseTypeCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/baseTypes/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteContentTypeBaseTypeCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}",
+ "OutputType": "IMicrosoftGraphColumnDefinition",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphColumnDefinition",
- "Command": "Get-MgBetaGroupSiteContentTypeColumn",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteContentTypeColumn",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/columndefinition-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns",
+ "OutputType": "IMicrosoftGraphColumnDefinition",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphColumnDefinition",
- "Command": "Get-MgBetaGroupSiteContentTypeColumn",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteContentTypeColumn",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-list-columns?view=graph-rest-1.0"
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupSiteContentTypeColumnCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteContentTypeColumnCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}",
+ "OutputType": "IMicrosoftGraphColumnLink",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphColumnLink",
- "Command": "Get-MgBetaGroupSiteContentTypeColumnLink",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteContentTypeColumnLink",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks",
+ "OutputType": "IMicrosoftGraphColumnLink",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphColumnLink",
- "Command": "Get-MgBetaGroupSiteContentTypeColumnLink",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteContentTypeColumnLink",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupSiteContentTypeColumnLinkCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteContentTypeColumnLinkCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}",
+ "OutputType": "IMicrosoftGraphColumnDefinition",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphColumnDefinition",
- "Command": "Get-MgBetaGroupSiteContentTypeColumnPosition",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteContentTypeColumnPosition",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnPositions",
+ "OutputType": "IMicrosoftGraphColumnDefinition",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphColumnDefinition",
- "Command": "Get-MgBetaGroupSiteContentTypeColumnPosition",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnPositions",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteContentTypeColumnPosition",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnPositions/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupSiteContentTypeColumnPositionCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnPositions/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteContentTypeColumnPositionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn",
+ "OutputType": "IMicrosoftGraphColumnDefinition",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphColumnDefinition",
- "Command": "Get-MgBetaGroupSiteContentTypeColumnSourceColumn",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteContentTypeColumnSourceColumn",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Groups",
+ "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/getCompatibleHubContentTypes",
+ "OutputType": "IMicrosoftGraphContentType",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphContentType",
- "Command": "Get-MgBetaGroupSiteContentTypeCompatibleHubContentType",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/getCompatibleHubContentTypes",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteContentTypeCompatibleHubContentType",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupSiteContentTypeCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteContentTypeCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get1",
"GetViaIdentity1"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupSiteCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/createdByUser",
+ "OutputType": "IMicrosoftGraphUser",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUser",
- "Command": "Get-MgBetaGroupSiteCreatedByUser",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/createdByUser",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteCreatedByUser",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/createdByUser/mailboxSettings",
+ "OutputType": "IMicrosoftGraphMailboxSettings",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Command": "Get-MgBetaGroupSiteCreatedByUserMailboxSetting",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/createdByUser/mailboxSettings",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteCreatedByUserMailboxSetting",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/createdByUser/serviceProvisioningErrors",
+ "OutputType": "IMicrosoftGraphServiceProvisioningError",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Command": "Get-MgBetaGroupSiteCreatedByUserServiceProvisioningError",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/createdByUser/serviceProvisioningErrors",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteCreatedByUserServiceProvisioningError",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/createdByUser/serviceProvisioningErrors/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupSiteCreatedByUserServiceProvisioningErrorCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/createdByUser/serviceProvisioningErrors/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteCreatedByUserServiceProvisioningErrorCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/drive",
+ "OutputType": "IMicrosoftGraphDrive",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDrive",
- "Command": "Get-MgBetaGroupSiteDefaultDrive",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/drive",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteDefaultDrive",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Groups",
+ "Uri": "/groups/{group-id}/sites/delta",
+ "OutputType": "IMicrosoftGraphSite",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Delta",
"DeltaViaIdentity"
],
- "OutputType": "IMicrosoftGraphSite",
- "Command": "Get-MgBetaGroupSiteDelta",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/delta",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteDelta",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/drives/{drive-id}",
+ "OutputType": "IMicrosoftGraphDrive",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get1",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphDrive",
- "Command": "Get-MgBetaGroupSiteDrive",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/drives/{drive-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteDrive",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/drives",
+ "OutputType": "IMicrosoftGraphDrive",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphDrive",
- "Command": "Get-MgBetaGroupSiteDrive",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/drives",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteDrive",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/drives/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupSiteDriveCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/drives/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteDriveCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/externalColumns/{columnDefinition-id}",
+ "OutputType": "IMicrosoftGraphColumnDefinition",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphColumnDefinition",
- "Command": "Get-MgBetaGroupSiteExternalColumn",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/externalColumns/{columnDefinition-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteExternalColumn",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/externalColumns",
+ "OutputType": "IMicrosoftGraphColumnDefinition",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphColumnDefinition",
- "Command": "Get-MgBetaGroupSiteExternalColumn",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/externalColumns",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteExternalColumn",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/externalColumns/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupSiteExternalColumnCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/externalColumns/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteExternalColumnCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/lists",
+ "OutputType": "IMicrosoftGraphList",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
- "List",
- "List1"
+ "List"
],
- "OutputType": "IMicrosoftGraphList",
- "Command": "Get-MgBetaGroupSiteGetByPath",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/lists",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteGetByPath",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/list-list?view=graph-rest-1.0"
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/analytics",
+ "OutputType": "IMicrosoftGraphItemAnalytics",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphItemAnalytics",
- "Command": "Get-MgBetaGroupSiteGetByPathAnalytic",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/analytics",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteGetByPathAnalytic",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Groups",
+ "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getApplicableContentTypesForList(listId='{listId}')",
+ "OutputType": "IMicrosoftGraphContentType",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphContentType",
- "Command": "Get-MgBetaGroupSiteGetByPathApplicableContentTypeForList",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getApplicableContentTypesForList(listId='{listId}')",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteGetByPathApplicableContentTypeForList",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/columns",
+ "OutputType": "IMicrosoftGraphColumnDefinition",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List",
"List1"
],
- "OutputType": "IMicrosoftGraphColumnDefinition",
- "Command": "Get-MgBetaGroupSiteGetByPathColumn",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/columns",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteGetByPathColumn",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-list-columns?view=graph-rest-1.0"
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/contentTypes",
+ "OutputType": "IMicrosoftGraphContentType",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List",
"List1"
],
- "OutputType": "IMicrosoftGraphContentType",
- "Command": "Get-MgBetaGroupSiteGetByPathContentType",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/contentTypes",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteGetByPathContentType",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-list-contenttypes?view=graph-rest-1.0"
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/drive",
+ "OutputType": "IMicrosoftGraphDrive",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphDrive",
- "Command": "Get-MgBetaGroupSiteGetByPathDrive",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/drive",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteGetByPathDrive",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/drives",
+ "OutputType": "IMicrosoftGraphDrive",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List",
"List1"
],
- "OutputType": "IMicrosoftGraphDrive",
- "Command": "Get-MgBetaGroupSiteGetByPathDrive",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/drives",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteGetByPathDrive",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/externalColumns",
+ "OutputType": "IMicrosoftGraphColumnDefinition",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List",
"List1"
],
- "OutputType": "IMicrosoftGraphColumnDefinition",
- "Command": "Get-MgBetaGroupSiteGetByPathExternalColumn",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/externalColumns",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteGetByPathExternalColumn",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/informationProtection",
+ "OutputType": "IMicrosoftGraphInformationProtection",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphInformationProtection",
- "Command": "Get-MgBetaGroupSiteGetByPathInformationProtection",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/informationProtection",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteGetByPathInformationProtection",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/items",
+ "OutputType": "IMicrosoftGraphBaseItem",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List",
"List1"
],
- "OutputType": "IMicrosoftGraphBaseItem",
- "Command": "Get-MgBetaGroupSiteGetByPathItem",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/items",
+ "Command": "Get-MgBetaGroupSiteGetByPathItem",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/lists",
+ "OutputType": "IMicrosoftGraphList",
"ApiVersion": "beta",
- "Permissions": []
+ "Permissions": [],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaGroupSiteGetByPathList",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/list-list?view=graph-rest-1.0"
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/onenote",
+ "OutputType": "IMicrosoftGraphOnenote",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphOnenote",
- "Command": "Get-MgBetaGroupSiteGetByPathOnenote",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/onenote",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteGetByPathOnenote",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/operations",
+ "OutputType": "IMicrosoftGraphRichLongRunningOperation",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List",
"List1"
],
- "OutputType": "IMicrosoftGraphRichLongRunningOperation",
- "Command": "Get-MgBetaGroupSiteGetByPathOperation",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/operations",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteGetByPathOperation",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-list-operations?view=graph-rest-1.0"
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/pages",
+ "OutputType": "IMicrosoftGraphBaseSitePage",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List",
"List1"
],
- "OutputType": "IMicrosoftGraphBaseSitePage",
- "Command": "Get-MgBetaGroupSiteGetByPathPage",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/pages",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteGetByPathPage",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/basesitepage-list?view=graph-rest-1.0"
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/permissions",
+ "OutputType": "IMicrosoftGraphPermission",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List",
"List1"
],
- "OutputType": "IMicrosoftGraphPermission",
- "Command": "Get-MgBetaGroupSiteGetByPathPermission",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/permissions",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteGetByPathPermission",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-list-permissions?view=graph-rest-1.0"
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/recycleBin",
+ "OutputType": "IMicrosoftGraphRecycleBin",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphRecycleBin",
- "Command": "Get-MgBetaGroupSiteGetByPathRecycleBin",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/recycleBin",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteGetByPathRecycleBin",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/sites",
+ "OutputType": "IMicrosoftGraphSite",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List",
"List1"
],
- "OutputType": "IMicrosoftGraphSite",
- "Command": "Get-MgBetaGroupSiteGetByPathSite",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/sites",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteGetByPathSite",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-list-subsites?view=graph-rest-1.0"
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/termStore",
+ "OutputType": "IMicrosoftGraphTermStore",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphTermStore",
- "Command": "Get-MgBetaGroupSiteGetByPathTermStore",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/termStore",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteGetByPathTermStore",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-store-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Groups",
+ "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')",
+ "OutputType": "IMicrosoftGraphItemActivityStat",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphItemActivityStat",
- "Command": "Get-MgBetaGroupSiteGetGraphBPrePathActivityByInterval",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteGetGraphBPrePathActivityByInterval",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Groups",
+ "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')",
+ "OutputType": "IMicrosoftGraphSite",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSite",
- "Command": "Get-MgBetaGroupSiteGetGraphBPrePathByPath",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteGetGraphBPrePathByPath",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/createdByUser",
+ "OutputType": "IMicrosoftGraphUser",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphUser",
- "Command": "Get-MgBetaGroupSiteGetGraphBPrePathCreatedByUser",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/createdByUser",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteGetGraphBPrePathCreatedByUser",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/lastModifiedByUser",
+ "OutputType": "IMicrosoftGraphUser",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphUser",
- "Command": "Get-MgBetaGroupSiteGetGraphBPrePathLastModifiedByUser",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/lastModifiedByUser",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteGetGraphBPrePathLastModifiedByUser",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection",
+ "OutputType": "IMicrosoftGraphInformationProtection",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphInformationProtection",
- "Command": "Get-MgBetaGroupSiteInformationProtection",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteInformationProtection",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/bitlocker",
+ "OutputType": "IMicrosoftGraphBitlocker",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphBitlocker",
- "Command": "Get-MgBetaGroupSiteInformationProtectionBitlocker",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/bitlocker",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteInformationProtectionBitlocker",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/bitlocker/recoveryKeys/{bitlockerRecoveryKey-id}",
+ "OutputType": "IMicrosoftGraphBitlockerRecoveryKey",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphBitlockerRecoveryKey",
- "Command": "Get-MgBetaGroupSiteInformationProtectionBitlockerRecoveryKey",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/bitlocker/recoveryKeys/{bitlockerRecoveryKey-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteInformationProtectionBitlockerRecoveryKey",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bitlockerrecoverykey-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/bitlocker/recoveryKeys",
+ "OutputType": "IMicrosoftGraphBitlockerRecoveryKey",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphBitlockerRecoveryKey",
- "Command": "Get-MgBetaGroupSiteInformationProtectionBitlockerRecoveryKey",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/bitlocker/recoveryKeys",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteInformationProtectionBitlockerRecoveryKey",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bitlocker-list-recoverykeys?view=graph-rest-1.0"
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/bitlocker/recoveryKeys/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupSiteInformationProtectionBitlockerRecoveryKeyCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/bitlocker/recoveryKeys/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteInformationProtectionBitlockerRecoveryKeyCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/dataLossPreventionPolicies/{dataLossPreventionPolicy-id}",
+ "OutputType": "IMicrosoftGraphDataLossPreventionPolicy",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDataLossPreventionPolicy",
- "Command": "Get-MgBetaGroupSiteInformationProtectionDataLossPreventionPolicy",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/dataLossPreventionPolicies/{dataLossPreventionPolicy-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteInformationProtectionDataLossPreventionPolicy",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/dataLossPreventionPolicies",
+ "OutputType": "IMicrosoftGraphDataLossPreventionPolicy",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphDataLossPreventionPolicy",
- "Command": "Get-MgBetaGroupSiteInformationProtectionDataLossPreventionPolicy",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/dataLossPreventionPolicies",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteInformationProtectionDataLossPreventionPolicy",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/dataLossPreventionPolicies/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupSiteInformationProtectionDataLossPreventionPolicyCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/dataLossPreventionPolicies/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteInformationProtectionDataLossPreventionPolicyCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/policy",
+ "OutputType": "IMicrosoftGraphInformationProtectionPolicy",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphInformationProtectionPolicy",
- "Command": "Get-MgBetaGroupSiteInformationProtectionPolicy",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/policy",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteInformationProtectionPolicy",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/policy/labels/{informationProtectionLabel-id}",
+ "OutputType": "IMicrosoftGraphInformationProtectionLabel",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphInformationProtectionLabel",
- "Command": "Get-MgBetaGroupSiteInformationProtectionPolicyLabel",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/policy/labels/{informationProtectionLabel-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteInformationProtectionPolicyLabel",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/informationprotectionlabel-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/policy/labels",
+ "OutputType": "IMicrosoftGraphInformationProtectionLabel",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphInformationProtectionLabel",
- "Command": "Get-MgBetaGroupSiteInformationProtectionPolicyLabel",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/policy/labels",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteInformationProtectionPolicyLabel",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/informationprotectionpolicy-list-labels?view=graph-rest-1.0"
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/policy/labels/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupSiteInformationProtectionPolicyLabelCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/policy/labels/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteInformationProtectionPolicyLabelCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}",
+ "OutputType": "IMicrosoftGraphSensitivityLabel",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSensitivityLabel",
- "Command": "Get-MgBetaGroupSiteInformationProtectionSensitivityLabel",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteInformationProtectionSensitivityLabel",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels",
+ "OutputType": "IMicrosoftGraphSensitivityLabel",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphSensitivityLabel",
- "Command": "Get-MgBetaGroupSiteInformationProtectionSensitivityLabel",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteInformationProtectionSensitivityLabel",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupSiteInformationProtectionSensitivityLabelCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteInformationProtectionSensitivityLabelCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/{sensitivityLabel-id1}",
+ "OutputType": "IMicrosoftGraphSensitivityLabel",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSensitivityLabel",
- "Command": "Get-MgBetaGroupSiteInformationProtectionSensitivityLabelSublabel",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/{sensitivityLabel-id1}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteInformationProtectionSensitivityLabelSublabel",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels",
+ "OutputType": "IMicrosoftGraphSensitivityLabel",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphSensitivityLabel",
- "Command": "Get-MgBetaGroupSiteInformationProtectionSensitivityLabelSublabel",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteInformationProtectionSensitivityLabelSublabel",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupSiteInformationProtectionSensitivityLabelSublabelCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteInformationProtectionSensitivityLabelSublabelCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityPolicySettings",
+ "OutputType": "IMicrosoftGraphSensitivityPolicySettings",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSensitivityPolicySettings",
- "Command": "Get-MgBetaGroupSiteInformationProtectionSensitivityPolicySetting",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityPolicySettings",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteInformationProtectionSensitivityPolicySetting",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}",
+ "OutputType": "IMicrosoftGraphThreatAssessmentRequest",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphThreatAssessmentRequest",
- "Command": "Get-MgBetaGroupSiteInformationProtectionThreatAssessmentRequest",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteInformationProtectionThreatAssessmentRequest",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/threatassessmentrequest-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/threatAssessmentRequests",
+ "OutputType": "IMicrosoftGraphThreatAssessmentRequest",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphThreatAssessmentRequest",
- "Command": "Get-MgBetaGroupSiteInformationProtectionThreatAssessmentRequest",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/threatAssessmentRequests",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteInformationProtectionThreatAssessmentRequest",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/informationprotection-list-threatassessmentrequests?view=graph-rest-1.0"
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/threatAssessmentRequests/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupSiteInformationProtectionThreatAssessmentRequestCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/threatAssessmentRequests/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteInformationProtectionThreatAssessmentRequestCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}",
+ "OutputType": "IMicrosoftGraphThreatAssessmentResult",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphThreatAssessmentResult",
- "Command": "Get-MgBetaGroupSiteInformationProtectionThreatAssessmentRequestResult",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteInformationProtectionThreatAssessmentRequestResult",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results",
+ "OutputType": "IMicrosoftGraphThreatAssessmentResult",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphThreatAssessmentResult",
- "Command": "Get-MgBetaGroupSiteInformationProtectionThreatAssessmentRequestResult",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteInformationProtectionThreatAssessmentRequestResult",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupSiteInformationProtectionThreatAssessmentRequestResultCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteInformationProtectionThreatAssessmentRequestResultCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/items/{baseItem-id}",
+ "OutputType": "IMicrosoftGraphBaseItem",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphBaseItem",
- "Command": "Get-MgBetaGroupSiteItem",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/items/{baseItem-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteItem",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/items",
+ "OutputType": "IMicrosoftGraphBaseItem",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphBaseItem",
- "Command": "Get-MgBetaGroupSiteItem",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/items",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteItem",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/items/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupSiteItemCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/items/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteItemCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser",
+ "OutputType": "IMicrosoftGraphUser",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUser",
- "Command": "Get-MgBetaGroupSiteItemLastModifiedByUser",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteItemLastModifiedByUser",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/mailboxSettings",
+ "OutputType": "IMicrosoftGraphMailboxSettings",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Command": "Get-MgBetaGroupSiteItemLastModifiedByUserMailboxSetting",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/mailboxSettings",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteItemLastModifiedByUserMailboxSetting",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/serviceProvisioningErrors",
+ "OutputType": "IMicrosoftGraphServiceProvisioningError",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Command": "Get-MgBetaGroupSiteItemLastModifiedByUserServiceProvisioningError",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/serviceProvisioningErrors",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteItemLastModifiedByUserServiceProvisioningError",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupSiteItemLastModifiedByUserServiceProvisioningErrorCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteItemLastModifiedByUserServiceProvisioningErrorCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/lastModifiedByUser",
+ "OutputType": "IMicrosoftGraphUser",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphUser",
- "Command": "Get-MgBetaGroupSiteLastModifiedByUser",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/lastModifiedByUser",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteLastModifiedByUser",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/lastModifiedByUser/mailboxSettings",
+ "OutputType": "IMicrosoftGraphMailboxSettings",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Command": "Get-MgBetaGroupSiteLastModifiedByUserMailboxSetting",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/lastModifiedByUser/mailboxSettings",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteLastModifiedByUserMailboxSetting",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/lastModifiedByUser/serviceProvisioningErrors",
+ "OutputType": "IMicrosoftGraphServiceProvisioningError",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List",
"List1"
],
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Command": "Get-MgBetaGroupSiteLastModifiedByUserServiceProvisioningError",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/lastModifiedByUser/serviceProvisioningErrors",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteLastModifiedByUserServiceProvisioningError",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/lastModifiedByUser/serviceProvisioningErrors/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupSiteLastModifiedByUserServiceProvisioningErrorCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/lastModifiedByUser/serviceProvisioningErrors/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteLastModifiedByUserServiceProvisioningErrorCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}",
+ "OutputType": "IMicrosoftGraphList",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphList",
- "Command": "Get-MgBetaGroupSiteList",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteList",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/list-list-operations?view=graph-rest-1.0"
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/lists",
+ "OutputType": "IMicrosoftGraphList",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List1"
],
- "OutputType": "IMicrosoftGraphList",
- "Command": "Get-MgBetaGroupSiteList",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/lists",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteList",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/list-list?view=graph-rest-1.0"
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/activities",
+ "OutputType": "IMicrosoftGraphItemActivityOld",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphItemActivityOld",
- "Command": "Get-MgBetaGroupSiteListActivity",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/activities",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteListActivity",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}",
+ "OutputType": "IMicrosoftGraphColumnDefinition",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphColumnDefinition",
- "Command": "Get-MgBetaGroupSiteListColumn",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteListColumn",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns",
+ "OutputType": "IMicrosoftGraphColumnDefinition",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphColumnDefinition",
- "Command": "Get-MgBetaGroupSiteListColumn",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteListColumn",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/list-list-columns?view=graph-rest-1.0"
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupSiteListColumnCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteListColumnCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}/sourceColumn",
+ "OutputType": "IMicrosoftGraphColumnDefinition",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphColumnDefinition",
- "Command": "Get-MgBetaGroupSiteListColumnSourceColumn",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}/sourceColumn",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteListColumnSourceColumn",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}",
+ "OutputType": "IMicrosoftGraphContentType",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphContentType",
- "Command": "Get-MgBetaGroupSiteListContentType",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteListContentType",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes",
+ "OutputType": "IMicrosoftGraphContentType",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphContentType",
- "Command": "Get-MgBetaGroupSiteListContentType",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteListContentType",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/list-list-contenttypes?view=graph-rest-1.0"
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}",
+ "OutputType": "IMicrosoftGraphColumnDefinition",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphColumnDefinition",
- "Command": "Get-MgBetaGroupSiteListContentTypeColumn",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteListContentTypeColumn",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/columndefinition-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns",
+ "OutputType": "IMicrosoftGraphColumnDefinition",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphColumnDefinition",
- "Command": "Get-MgBetaGroupSiteListContentTypeColumn",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteListContentTypeColumn",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-list-columns?view=graph-rest-1.0"
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupSiteListContentTypeColumnCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteListContentTypeColumnCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}",
+ "OutputType": "IMicrosoftGraphColumnLink",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphColumnLink",
- "Command": "Get-MgBetaGroupSiteListContentTypeColumnLink",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteListContentTypeColumnLink",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks",
+ "OutputType": "IMicrosoftGraphColumnLink",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphColumnLink",
- "Command": "Get-MgBetaGroupSiteListContentTypeColumnLink",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteListContentTypeColumnLink",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupSiteListContentTypeColumnLinkCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteListContentTypeColumnLinkCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}",
+ "OutputType": "IMicrosoftGraphColumnDefinition",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphColumnDefinition",
- "Command": "Get-MgBetaGroupSiteListContentTypeColumnPosition",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteListContentTypeColumnPosition",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions",
+ "OutputType": "IMicrosoftGraphColumnDefinition",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphColumnDefinition",
- "Command": "Get-MgBetaGroupSiteListContentTypeColumnPosition",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteListContentTypeColumnPosition",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupSiteListContentTypeColumnPositionCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteListContentTypeColumnPositionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn",
+ "OutputType": "IMicrosoftGraphColumnDefinition",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphColumnDefinition",
- "Command": "Get-MgBetaGroupSiteListContentTypeColumnSourceColumn",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteListContentTypeColumnSourceColumn",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Groups",
+ "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/getCompatibleHubContentTypes",
+ "OutputType": "IMicrosoftGraphContentType",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphContentType",
- "Command": "Get-MgBetaGroupSiteListContentTypeCompatibleHubContentType",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/getCompatibleHubContentTypes",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteListContentTypeCompatibleHubContentType",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupSiteListContentTypeCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteListContentTypeCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/lists/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupSiteListCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/lists/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteListCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/createdByUser",
+ "OutputType": "IMicrosoftGraphUser",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUser",
- "Command": "Get-MgBetaGroupSiteListCreatedByUser",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/createdByUser",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteListCreatedByUser",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/createdByUser/mailboxSettings",
+ "OutputType": "IMicrosoftGraphMailboxSettings",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Command": "Get-MgBetaGroupSiteListCreatedByUserMailboxSetting",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/createdByUser/mailboxSettings",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteListCreatedByUserMailboxSetting",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/createdByUser/serviceProvisioningErrors",
+ "OutputType": "IMicrosoftGraphServiceProvisioningError",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Command": "Get-MgBetaGroupSiteListCreatedByUserServiceProvisioningError",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/createdByUser/serviceProvisioningErrors",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteListCreatedByUserServiceProvisioningError",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/createdByUser/serviceProvisioningErrors/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupSiteListCreatedByUserServiceProvisioningErrorCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/createdByUser/serviceProvisioningErrors/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteListCreatedByUserServiceProvisioningErrorCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/drive",
+ "OutputType": "IMicrosoftGraphDrive",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDrive",
- "Command": "Get-MgBetaGroupSiteListDrive",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/drive",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteListDrive",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}",
+ "OutputType": "IMicrosoftGraphListItem",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphListItem",
- "Command": "Get-MgBetaGroupSiteListItem",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteListItem",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items",
+ "OutputType": "IMicrosoftGraphListItem",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphListItem",
- "Command": "Get-MgBetaGroupSiteListItem",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteListItem",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-list?view=graph-rest-1.0"
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}",
+ "OutputType": "IMicrosoftGraphItemActivityOld",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphItemActivityOld",
- "Command": "Get-MgBetaGroupSiteListItemActivity",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteListItemActivity",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities",
+ "OutputType": "IMicrosoftGraphItemActivityOld",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphItemActivityOld",
- "Command": "Get-MgBetaGroupSiteListItemActivity",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteListItemActivity",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Groups",
+ "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')",
+ "OutputType": "IMicrosoftGraphItemActivityStat",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphItemActivityStat",
- "Command": "Get-MgBetaGroupSiteListItemActivityByInterval",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteListItemActivityByInterval",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupSiteListItemActivityCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteListItemActivityCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem",
+ "OutputType": "IMicrosoftGraphDriveItem",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDriveItem",
- "Command": "Get-MgBetaGroupSiteListItemActivityDriveItem",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteListItemActivityDriveItem",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem/content",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupSiteListItemActivityDriveItemContent",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem/content",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteListItemActivityDriveItemContent",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem/contentStream",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupSiteListItemActivityDriveItemContentStream",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem/contentStream",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteListItemActivityDriveItemContentStream",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}/listItem",
+ "OutputType": "IMicrosoftGraphListItem",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphListItem",
- "Command": "Get-MgBetaGroupSiteListItemActivityListItem",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}/listItem",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteListItemActivityListItem",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/analytics",
+ "OutputType": "IMicrosoftGraphItemAnalytics",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphItemAnalytics",
- "Command": "Get-MgBetaGroupSiteListItemAnalytic",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/analytics",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteListItemAnalytic",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser",
+ "OutputType": "IMicrosoftGraphUser",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUser",
- "Command": "Get-MgBetaGroupSiteListItemCreatedByUser",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteListItemCreatedByUser",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/mailboxSettings",
+ "OutputType": "IMicrosoftGraphMailboxSettings",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Command": "Get-MgBetaGroupSiteListItemCreatedByUserMailboxSetting",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/mailboxSettings",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteListItemCreatedByUserMailboxSetting",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/serviceProvisioningErrors",
+ "OutputType": "IMicrosoftGraphServiceProvisioningError",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Command": "Get-MgBetaGroupSiteListItemCreatedByUserServiceProvisioningError",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/serviceProvisioningErrors",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteListItemCreatedByUserServiceProvisioningError",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/serviceProvisioningErrors/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupSiteListItemCreatedByUserServiceProvisioningErrorCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/serviceProvisioningErrors/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteListItemCreatedByUserServiceProvisioningErrorCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Groups",
+ "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/delta",
+ "OutputType": "IMicrosoftGraphListItem",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Delta",
"Delta1",
"DeltaViaIdentity",
"DeltaViaIdentity1"
],
- "OutputType": "IMicrosoftGraphListItem",
- "Command": "Get-MgBetaGroupSiteListItemDelta",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/delta",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteListItemDelta",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}",
+ "OutputType": "IMicrosoftGraphDocumentSetVersion",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDocumentSetVersion",
- "Command": "Get-MgBetaGroupSiteListItemDocumentSetVersion",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteListItemDocumentSetVersion",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions",
+ "OutputType": "IMicrosoftGraphDocumentSetVersion",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphDocumentSetVersion",
- "Command": "Get-MgBetaGroupSiteListItemDocumentSetVersion",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteListItemDocumentSetVersion",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-list-documentsetversions?view=graph-rest-1.0"
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupSiteListItemDocumentSetVersionCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteListItemDocumentSetVersionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupSiteListItemDocumentSetVersionField",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteListItemDocumentSetVersionField",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem",
+ "OutputType": "IMicrosoftGraphDriveItem",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDriveItem",
- "Command": "Get-MgBetaGroupSiteListItemDriveItem",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteListItemDriveItem",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/content",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupSiteListItemDriveItemContent",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/content",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteListItemDriveItemContent",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/contentStream",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupSiteListItemDriveItemContentStream",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/contentStream",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteListItemDriveItemContentStream",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupSiteListItemField",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteListItemField",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}",
+ "OutputType": "IMicrosoftGraphListItemVersion",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphListItemVersion",
- "Command": "Get-MgBetaGroupSiteListItemVersion",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteListItemVersion",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions",
+ "OutputType": "IMicrosoftGraphListItemVersion",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphListItemVersion",
- "Command": "Get-MgBetaGroupSiteListItemVersion",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteListItemVersion",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupSiteListItemVersionCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteListItemVersionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupSiteListItemVersionField",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteListItemVersionField",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}",
+ "OutputType": "IMicrosoftGraphRichLongRunningOperation",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphRichLongRunningOperation",
- "Command": "Get-MgBetaGroupSiteListOperation",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteListOperation",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations",
+ "OutputType": "IMicrosoftGraphRichLongRunningOperation",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphRichLongRunningOperation",
- "Command": "Get-MgBetaGroupSiteListOperation",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteListOperation",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupSiteListOperationCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteListOperationCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}",
+ "OutputType": "IMicrosoftGraphSubscription",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSubscription",
- "Command": "Get-MgBetaGroupSiteListSubscription",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteListSubscription",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions",
+ "OutputType": "IMicrosoftGraphSubscription",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphSubscription",
- "Command": "Get-MgBetaGroupSiteListSubscription",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteListSubscription",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupSiteListSubscriptionCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteListSubscriptionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote",
+ "OutputType": "IMicrosoftGraphOnenote",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphOnenote",
- "Command": "Get-MgBetaGroupSiteOnenote",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteOnenote",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}",
+ "OutputType": "IMicrosoftGraphNotebook",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphNotebook",
- "Command": "Get-MgBetaGroupSiteOnenoteNotebook",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteOnenoteNotebook",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks",
+ "OutputType": "IMicrosoftGraphNotebook",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphNotebook",
- "Command": "Get-MgBetaGroupSiteOnenoteNotebook",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteOnenoteNotebook",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onenote-list-notebooks?view=graph-rest-1.0"
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupSiteOnenoteNotebookCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteOnenoteNotebookCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}",
+ "OutputType": "IMicrosoftGraphOnenoteSection",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphOnenoteSection",
- "Command": "Get-MgBetaGroupSiteOnenoteNotebookSection",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteOnenoteNotebookSection",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections",
+ "OutputType": "IMicrosoftGraphOnenoteSection",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphOnenoteSection",
- "Command": "Get-MgBetaGroupSiteOnenoteNotebookSection",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteOnenoteNotebookSection",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-list-sections?view=graph-rest-1.0"
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}",
+ "OutputType": "IMicrosoftGraphSectionGroup",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphSectionGroup",
- "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroup",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroup",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups",
+ "OutputType": "IMicrosoftGraphSectionGroup",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List",
"List1"
],
- "OutputType": "IMicrosoftGraphSectionGroup",
- "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroup",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroup",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-list-sectiongroups?view=graph-rest-1.0"
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroupCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroupCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook",
+ "OutputType": "IMicrosoftGraphNotebook",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphNotebook",
- "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroupParentNotebook",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroupParentNotebook",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentSectionGroup",
+ "OutputType": "IMicrosoftGraphSectionGroup",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSectionGroup",
- "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroupParentSectionGroup",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentSectionGroup",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroupParentSectionGroup",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}",
+ "OutputType": "IMicrosoftGraphOnenoteSection",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphOnenoteSection",
- "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroupSection",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroupSection",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections",
+ "OutputType": "IMicrosoftGraphOnenoteSection",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphOnenoteSection",
- "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroupSection",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroupSection",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sectiongroup-list-sections?view=graph-rest-1.0"
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}",
+ "OutputType": "IMicrosoftGraphOnenotePage",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphOnenotePage",
- "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionPage",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionPage",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages",
+ "OutputType": "IMicrosoftGraphOnenotePage",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphOnenotePage",
- "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionPage",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionPage",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionPageContent",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionPageContent",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionPageCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionPageCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook",
+ "OutputType": "IMicrosoftGraphNotebook",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphNotebook",
- "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionPageParentNotebook",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionPageParentNotebook",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection",
+ "OutputType": "IMicrosoftGraphOnenoteSection",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphOnenoteSection",
- "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionPageParentSection",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionPageParentSection",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook",
+ "OutputType": "IMicrosoftGraphNotebook",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphNotebook",
- "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionParentNotebook",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionParentNotebook",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup",
+ "OutputType": "IMicrosoftGraphSectionGroup",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSectionGroup",
- "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionParentSectionGroup",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionParentSectionGroup",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}",
+ "OutputType": "IMicrosoftGraphOnenotePage",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphOnenotePage",
- "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionPage",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionPage",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages",
+ "OutputType": "IMicrosoftGraphOnenotePage",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphOnenotePage",
- "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionPage",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionPage",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionPageContent",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionPageContent",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionPageCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionPageCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook",
+ "OutputType": "IMicrosoftGraphNotebook",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphNotebook",
- "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionPageParentNotebook",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionPageParentNotebook",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection",
+ "OutputType": "IMicrosoftGraphOnenoteSection",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphOnenoteSection",
- "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionPageParentSection",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionPageParentSection",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook",
+ "OutputType": "IMicrosoftGraphNotebook",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphNotebook",
- "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionParentNotebook",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionParentNotebook",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup",
+ "OutputType": "IMicrosoftGraphSectionGroup",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSectionGroup",
- "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionParentSectionGroup",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionParentSectionGroup",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/operations/{onenoteOperation-id}",
+ "OutputType": "IMicrosoftGraphOnenoteOperation",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphOnenoteOperation",
- "Command": "Get-MgBetaGroupSiteOnenoteOperation",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/operations/{onenoteOperation-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteOnenoteOperation",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onenoteoperation-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/operations",
+ "OutputType": "IMicrosoftGraphOnenoteOperation",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphOnenoteOperation",
- "Command": "Get-MgBetaGroupSiteOnenoteOperation",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/operations",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteOnenoteOperation",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/operations/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupSiteOnenoteOperationCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/operations/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteOnenoteOperationCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}",
+ "OutputType": "IMicrosoftGraphOnenotePage",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphOnenotePage",
- "Command": "Get-MgBetaGroupSiteOnenotePage",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteOnenotePage",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages",
+ "OutputType": "IMicrosoftGraphOnenotePage",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphOnenotePage",
- "Command": "Get-MgBetaGroupSiteOnenotePage",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteOnenotePage",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/content",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupSiteOnenotePageContent",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/content",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteOnenotePageContent",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupSiteOnenotePageCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteOnenotePageCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook",
+ "OutputType": "IMicrosoftGraphNotebook",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphNotebook",
- "Command": "Get-MgBetaGroupSiteOnenotePageParentNotebook",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteOnenotePageParentNotebook",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection",
+ "OutputType": "IMicrosoftGraphOnenoteSection",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphOnenoteSection",
- "Command": "Get-MgBetaGroupSiteOnenotePageParentSection",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteOnenotePageParentSection",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/resources/{onenoteResource-id}",
+ "OutputType": "IMicrosoftGraphOnenoteResource",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphOnenoteResource",
- "Command": "Get-MgBetaGroupSiteOnenoteResource",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/resources/{onenoteResource-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteOnenoteResource",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/resources",
+ "OutputType": "IMicrosoftGraphOnenoteResource",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphOnenoteResource",
- "Command": "Get-MgBetaGroupSiteOnenoteResource",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/resources",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteOnenoteResource",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/resources/{onenoteResource-id}/content",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupSiteOnenoteResourceContent",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/resources/{onenoteResource-id}/content",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteOnenoteResourceContent",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/resources/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupSiteOnenoteResourceCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/resources/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteOnenoteResourceCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}",
+ "OutputType": "IMicrosoftGraphOnenoteSection",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphOnenoteSection",
- "Command": "Get-MgBetaGroupSiteOnenoteSection",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteOnenoteSection",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections",
+ "OutputType": "IMicrosoftGraphOnenoteSection",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphOnenoteSection",
- "Command": "Get-MgBetaGroupSiteOnenoteSection",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteOnenoteSection",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onenote-list-sections?view=graph-rest-1.0"
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupSiteOnenoteSectionCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteOnenoteSectionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}",
+ "OutputType": "IMicrosoftGraphSectionGroup",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphSectionGroup",
- "Command": "Get-MgBetaGroupSiteOnenoteSectionGroup",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteOnenoteSectionGroup",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sectiongroup-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups",
+ "OutputType": "IMicrosoftGraphSectionGroup",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List",
"List1"
],
- "OutputType": "IMicrosoftGraphSectionGroup",
- "Command": "Get-MgBetaGroupSiteOnenoteSectionGroup",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteOnenoteSectionGroup",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onenote-list-sectiongroups?view=graph-rest-1.0"
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupSiteOnenoteSectionGroupCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteOnenoteSectionGroupCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook",
+ "OutputType": "IMicrosoftGraphNotebook",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphNotebook",
- "Command": "Get-MgBetaGroupSiteOnenoteSectionGroupParentNotebook",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteOnenoteSectionGroupParentNotebook",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentSectionGroup",
+ "OutputType": "IMicrosoftGraphSectionGroup",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSectionGroup",
- "Command": "Get-MgBetaGroupSiteOnenoteSectionGroupParentSectionGroup",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentSectionGroup",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteOnenoteSectionGroupParentSectionGroup",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}",
+ "OutputType": "IMicrosoftGraphOnenoteSection",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphOnenoteSection",
- "Command": "Get-MgBetaGroupSiteOnenoteSectionGroupSection",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteOnenoteSectionGroupSection",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections",
+ "OutputType": "IMicrosoftGraphOnenoteSection",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphOnenoteSection",
- "Command": "Get-MgBetaGroupSiteOnenoteSectionGroupSection",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteOnenoteSectionGroupSection",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sectiongroup-list-sections?view=graph-rest-1.0"
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupSiteOnenoteSectionGroupSectionCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteOnenoteSectionGroupSectionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}",
+ "OutputType": "IMicrosoftGraphOnenotePage",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphOnenotePage",
- "Command": "Get-MgBetaGroupSiteOnenoteSectionGroupSectionPage",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteOnenoteSectionGroupSectionPage",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages",
+ "OutputType": "IMicrosoftGraphOnenotePage",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphOnenotePage",
- "Command": "Get-MgBetaGroupSiteOnenoteSectionGroupSectionPage",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteOnenoteSectionGroupSectionPage",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupSiteOnenoteSectionGroupSectionPageContent",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteOnenoteSectionGroupSectionPageContent",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupSiteOnenoteSectionGroupSectionPageCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteOnenoteSectionGroupSectionPageCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook",
+ "OutputType": "IMicrosoftGraphNotebook",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphNotebook",
- "Command": "Get-MgBetaGroupSiteOnenoteSectionGroupSectionPageParentNotebook",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteOnenoteSectionGroupSectionPageParentNotebook",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection",
+ "OutputType": "IMicrosoftGraphOnenoteSection",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphOnenoteSection",
- "Command": "Get-MgBetaGroupSiteOnenoteSectionGroupSectionPageParentSection",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteOnenoteSectionGroupSectionPageParentSection",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook",
+ "OutputType": "IMicrosoftGraphNotebook",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphNotebook",
- "Command": "Get-MgBetaGroupSiteOnenoteSectionGroupSectionParentNotebook",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteOnenoteSectionGroupSectionParentNotebook",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup",
+ "OutputType": "IMicrosoftGraphSectionGroup",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSectionGroup",
- "Command": "Get-MgBetaGroupSiteOnenoteSectionGroupSectionParentSectionGroup",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteOnenoteSectionGroupSectionParentSectionGroup",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}",
+ "OutputType": "IMicrosoftGraphOnenotePage",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphOnenotePage",
- "Command": "Get-MgBetaGroupSiteOnenoteSectionPage",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteOnenoteSectionPage",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages",
+ "OutputType": "IMicrosoftGraphOnenotePage",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphOnenotePage",
- "Command": "Get-MgBetaGroupSiteOnenoteSectionPage",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteOnenoteSectionPage",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupSiteOnenoteSectionPageContent",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteOnenoteSectionPageContent",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupSiteOnenoteSectionPageCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteOnenoteSectionPageCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook",
+ "OutputType": "IMicrosoftGraphNotebook",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphNotebook",
- "Command": "Get-MgBetaGroupSiteOnenoteSectionPageParentNotebook",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteOnenoteSectionPageParentNotebook",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection",
+ "OutputType": "IMicrosoftGraphOnenoteSection",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphOnenoteSection",
- "Command": "Get-MgBetaGroupSiteOnenoteSectionPageParentSection",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteOnenoteSectionPageParentSection",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook",
+ "OutputType": "IMicrosoftGraphNotebook",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphNotebook",
- "Command": "Get-MgBetaGroupSiteOnenoteSectionParentNotebook",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteOnenoteSectionParentNotebook",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup",
+ "OutputType": "IMicrosoftGraphSectionGroup",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSectionGroup",
- "Command": "Get-MgBetaGroupSiteOnenoteSectionParentSectionGroup",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteOnenoteSectionParentSectionGroup",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/operations/{richLongRunningOperation-id}",
+ "OutputType": "IMicrosoftGraphRichLongRunningOperation",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphRichLongRunningOperation",
- "Command": "Get-MgBetaGroupSiteOperation",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/operations/{richLongRunningOperation-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteOperation",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/richlongrunningoperation-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/operations",
+ "OutputType": "IMicrosoftGraphRichLongRunningOperation",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphRichLongRunningOperation",
- "Command": "Get-MgBetaGroupSiteOperation",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/operations",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteOperation",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-list-operations?view=graph-rest-1.0"
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/operations/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupSiteOperationCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/operations/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteOperationCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}",
+ "OutputType": "IMicrosoftGraphBaseSitePage",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphBaseSitePage",
- "Command": "Get-MgBetaGroupSitePage",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSitePage",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/basesitepage-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/pages",
+ "OutputType": "IMicrosoftGraphBaseSitePage",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphBaseSitePage",
- "Command": "Get-MgBetaGroupSitePage",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/pages",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSitePage",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/basesitepage-list?view=graph-rest-1.0"
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage",
+ "OutputType": "IMicrosoftGraphSitePage",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSitePage",
- "Command": "Get-MgBetaGroupSitePageAsSitePage",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSitePageAsSitePage",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/pages/sitePage",
+ "OutputType": "IMicrosoftGraphSitePage",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphSitePage",
- "Command": "Get-MgBetaGroupSitePageAsSitePage",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/pages/sitePage",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSitePageAsSitePage",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout",
+ "OutputType": "IMicrosoftGraphCanvasLayout",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphCanvasLayout",
- "Command": "Get-MgBetaGroupSitePageAsSitePageCanvaLayout",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSitePageAsSitePageCanvaLayout",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}",
+ "OutputType": "IMicrosoftGraphHorizontalSection",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphHorizontalSection",
- "Command": "Get-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSection",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSection",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections",
+ "OutputType": "IMicrosoftGraphHorizontalSection",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphHorizontalSection",
- "Command": "Get-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSection",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSection",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}",
+ "OutputType": "IMicrosoftGraphHorizontalSectionColumn",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphHorizontalSectionColumn",
- "Command": "Get-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumn",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumn",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns",
+ "OutputType": "IMicrosoftGraphHorizontalSectionColumn",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphHorizontalSectionColumn",
- "Command": "Get-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumn",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumn",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumnCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumnCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts",
+ "OutputType": "IMicrosoftGraphWebPart",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphWebPart",
- "Command": "Get-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpartCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpartCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSectionCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSectionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection",
+ "OutputType": "IMicrosoftGraphVerticalSection",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphVerticalSection",
- "Command": "Get-MgBetaGroupSitePageAsSitePageCanvaLayoutVerticalSection",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSitePageAsSitePageCanvaLayoutVerticalSection",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/{webPart-id}",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupSitePageAsSitePageCanvaLayoutVerticalSectionWebpart",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/{webPart-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSitePageAsSitePageCanvaLayoutVerticalSectionWebpart",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts",
+ "OutputType": "IMicrosoftGraphWebPart",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphWebPart",
- "Command": "Get-MgBetaGroupSitePageAsSitePageCanvaLayoutVerticalSectionWebpart",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSitePageAsSitePageCanvaLayoutVerticalSectionWebpart",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupSitePageAsSitePageCanvaLayoutVerticalSectionWebpartCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSitePageAsSitePageCanvaLayoutVerticalSectionWebpartCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser",
+ "OutputType": "IMicrosoftGraphUser",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUser",
- "Command": "Get-MgBetaGroupSitePageAsSitePageCreatedByUser",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSitePageAsSitePageCreatedByUser",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser/mailboxSettings",
+ "OutputType": "IMicrosoftGraphMailboxSettings",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Command": "Get-MgBetaGroupSitePageAsSitePageCreatedByUserMailboxSetting",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser/mailboxSettings",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSitePageAsSitePageCreatedByUserMailboxSetting",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser/serviceProvisioningErrors",
+ "OutputType": "IMicrosoftGraphServiceProvisioningError",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Command": "Get-MgBetaGroupSitePageAsSitePageCreatedByUserServiceProvisioningError",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser/serviceProvisioningErrors",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSitePageAsSitePageCreatedByUserServiceProvisioningError",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser/serviceProvisioningErrors/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupSitePageAsSitePageCreatedByUserServiceProvisioningErrorCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser/serviceProvisioningErrors/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSitePageAsSitePageCreatedByUserServiceProvisioningErrorCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser",
+ "OutputType": "IMicrosoftGraphUser",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUser",
- "Command": "Get-MgBetaGroupSitePageAsSitePageLastModifiedByUser",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSitePageAsSitePageLastModifiedByUser",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser/mailboxSettings",
+ "OutputType": "IMicrosoftGraphMailboxSettings",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Command": "Get-MgBetaGroupSitePageAsSitePageLastModifiedByUserMailboxSetting",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser/mailboxSettings",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSitePageAsSitePageLastModifiedByUserMailboxSetting",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser/serviceProvisioningErrors",
+ "OutputType": "IMicrosoftGraphServiceProvisioningError",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Command": "Get-MgBetaGroupSitePageAsSitePageLastModifiedByUserServiceProvisioningError",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser/serviceProvisioningErrors",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSitePageAsSitePageLastModifiedByUserServiceProvisioningError",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser/serviceProvisioningErrors/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupSitePageAsSitePageLastModifiedByUserServiceProvisioningErrorCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser/serviceProvisioningErrors/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSitePageAsSitePageLastModifiedByUserServiceProvisioningErrorCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/{webPart-id}",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupSitePageAsSitePageWebPart",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/{webPart-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSitePageAsSitePageWebPart",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts",
+ "OutputType": "IMicrosoftGraphWebPart",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphWebPart",
- "Command": "Get-MgBetaGroupSitePageAsSitePageWebPart",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSitePageAsSitePageWebPart",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupSitePageAsSitePageWebPartCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSitePageAsSitePageWebPartCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/pages/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupSitePageCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/pages/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSitePageCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/pages/sitePage/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupSitePageCountAsSitePage",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/pages/sitePage/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSitePageCountAsSitePage",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/createdByUser",
+ "OutputType": "IMicrosoftGraphUser",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUser",
- "Command": "Get-MgBetaGroupSitePageCreatedByUser",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/createdByUser",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSitePageCreatedByUser",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/mailboxSettings",
+ "OutputType": "IMicrosoftGraphMailboxSettings",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Command": "Get-MgBetaGroupSitePageCreatedByUserMailboxSetting",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/mailboxSettings",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSitePageCreatedByUserMailboxSetting",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/serviceProvisioningErrors",
+ "OutputType": "IMicrosoftGraphServiceProvisioningError",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Command": "Get-MgBetaGroupSitePageCreatedByUserServiceProvisioningError",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/serviceProvisioningErrors",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSitePageCreatedByUserServiceProvisioningError",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/serviceProvisioningErrors/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupSitePageCreatedByUserServiceProvisioningErrorCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/serviceProvisioningErrors/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSitePageCreatedByUserServiceProvisioningErrorCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser",
+ "OutputType": "IMicrosoftGraphUser",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUser",
- "Command": "Get-MgBetaGroupSitePageLastModifiedByUser",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSitePageLastModifiedByUser",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/mailboxSettings",
+ "OutputType": "IMicrosoftGraphMailboxSettings",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Command": "Get-MgBetaGroupSitePageLastModifiedByUserMailboxSetting",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/mailboxSettings",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSitePageLastModifiedByUserMailboxSetting",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/serviceProvisioningErrors",
+ "OutputType": "IMicrosoftGraphServiceProvisioningError",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Command": "Get-MgBetaGroupSitePageLastModifiedByUserServiceProvisioningError",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/serviceProvisioningErrors",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSitePageLastModifiedByUserServiceProvisioningError",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/serviceProvisioningErrors/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupSitePageLastModifiedByUserServiceProvisioningErrorCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/serviceProvisioningErrors/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSitePageLastModifiedByUserServiceProvisioningErrorCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Groups",
+ "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}/getPositionOfWebPart",
+ "OutputType": "IMicrosoftGraphWebPartPosition",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphWebPartPosition",
- "Command": "Get-MgBetaGroupSitePageMicrosoftGraphSitePageCanvaLayoutHorizontalSectionColumnWebpartPositionOfWebPart",
"Method": "POST",
- "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}/getPositionOfWebPart",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSitePageMicrosoftGraphSitePageCanvaLayoutHorizontalSectionColumnWebpartPositionOfWebPart",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Groups",
+ "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/{webPart-id}/getPositionOfWebPart",
+ "OutputType": "IMicrosoftGraphWebPartPosition",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphWebPartPosition",
- "Command": "Get-MgBetaGroupSitePageMicrosoftGraphSitePageCanvaLayoutVerticalSectionWebpartPositionOfWebPart",
"Method": "POST",
- "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/{webPart-id}/getPositionOfWebPart",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSitePageMicrosoftGraphSitePageCanvaLayoutVerticalSectionWebpartPositionOfWebPart",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Groups",
+ "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/{webPart-id}/getPositionOfWebPart",
+ "OutputType": "IMicrosoftGraphWebPartPosition",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphWebPartPosition",
- "Command": "Get-MgBetaGroupSitePageMicrosoftGraphSitePageWebPartPositionOfWebPart",
"Method": "POST",
- "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/{webPart-id}/getPositionOfWebPart",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSitePageMicrosoftGraphSitePageWebPartPositionOfWebPart",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/permissions/{permission-id}",
+ "OutputType": "IMicrosoftGraphPermission",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphPermission",
- "Command": "Get-MgBetaGroupSitePermission",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/permissions/{permission-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSitePermission",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-get-permission?view=graph-rest-1.0"
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/permissions",
+ "OutputType": "IMicrosoftGraphPermission",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphPermission",
- "Command": "Get-MgBetaGroupSitePermission",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/permissions",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSitePermission",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-list-permissions?view=graph-rest-1.0"
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/permissions/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupSitePermissionCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/permissions/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSitePermissionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin",
+ "OutputType": "IMicrosoftGraphRecycleBin",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphRecycleBin",
- "Command": "Get-MgBetaGroupSiteRecycleBin",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteRecycleBin",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/createdByUser",
+ "OutputType": "IMicrosoftGraphUser",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUser",
- "Command": "Get-MgBetaGroupSiteRecycleBinCreatedByUser",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/createdByUser",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteRecycleBinCreatedByUser",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/createdByUser/mailboxSettings",
+ "OutputType": "IMicrosoftGraphMailboxSettings",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Command": "Get-MgBetaGroupSiteRecycleBinCreatedByUserMailboxSetting",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/createdByUser/mailboxSettings",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteRecycleBinCreatedByUserMailboxSetting",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/createdByUser/serviceProvisioningErrors",
+ "OutputType": "IMicrosoftGraphServiceProvisioningError",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Command": "Get-MgBetaGroupSiteRecycleBinCreatedByUserServiceProvisioningError",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/createdByUser/serviceProvisioningErrors",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteRecycleBinCreatedByUserServiceProvisioningError",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/createdByUser/serviceProvisioningErrors/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupSiteRecycleBinCreatedByUserServiceProvisioningErrorCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/createdByUser/serviceProvisioningErrors/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteRecycleBinCreatedByUserServiceProvisioningErrorCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/items/{recycleBinItem-id}",
+ "OutputType": "IMicrosoftGraphRecycleBinItem",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphRecycleBinItem",
- "Command": "Get-MgBetaGroupSiteRecycleBinItem",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/items/{recycleBinItem-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteRecycleBinItem",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/items",
+ "OutputType": "IMicrosoftGraphRecycleBinItem",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphRecycleBinItem",
- "Command": "Get-MgBetaGroupSiteRecycleBinItem",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/items",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteRecycleBinItem",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/recyclebin-list-items?view=graph-rest-1.0"
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/items/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupSiteRecycleBinItemCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/items/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteRecycleBinItemCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/items/{recycleBinItem-id}/createdByUser",
+ "OutputType": "IMicrosoftGraphUser",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUser",
- "Command": "Get-MgBetaGroupSiteRecycleBinItemCreatedByUser",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/items/{recycleBinItem-id}/createdByUser",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteRecycleBinItemCreatedByUser",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/items/{recycleBinItem-id}/createdByUser/mailboxSettings",
+ "OutputType": "IMicrosoftGraphMailboxSettings",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Command": "Get-MgBetaGroupSiteRecycleBinItemCreatedByUserMailboxSetting",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/items/{recycleBinItem-id}/createdByUser/mailboxSettings",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteRecycleBinItemCreatedByUserMailboxSetting",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/items/{recycleBinItem-id}/createdByUser/serviceProvisioningErrors",
+ "OutputType": "IMicrosoftGraphServiceProvisioningError",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Command": "Get-MgBetaGroupSiteRecycleBinItemCreatedByUserServiceProvisioningError",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/items/{recycleBinItem-id}/createdByUser/serviceProvisioningErrors",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteRecycleBinItemCreatedByUserServiceProvisioningError",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/items/{recycleBinItem-id}/createdByUser/serviceProvisioningErrors/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupSiteRecycleBinItemCreatedByUserServiceProvisioningErrorCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/items/{recycleBinItem-id}/createdByUser/serviceProvisioningErrors/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteRecycleBinItemCreatedByUserServiceProvisioningErrorCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/items/{recycleBinItem-id}/lastModifiedByUser",
+ "OutputType": "IMicrosoftGraphUser",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUser",
- "Command": "Get-MgBetaGroupSiteRecycleBinItemLastModifiedByUser",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/items/{recycleBinItem-id}/lastModifiedByUser",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteRecycleBinItemLastModifiedByUser",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/items/{recycleBinItem-id}/lastModifiedByUser/mailboxSettings",
+ "OutputType": "IMicrosoftGraphMailboxSettings",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Command": "Get-MgBetaGroupSiteRecycleBinItemLastModifiedByUserMailboxSetting",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/items/{recycleBinItem-id}/lastModifiedByUser/mailboxSettings",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteRecycleBinItemLastModifiedByUserMailboxSetting",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/items/{recycleBinItem-id}/lastModifiedByUser/serviceProvisioningErrors",
+ "OutputType": "IMicrosoftGraphServiceProvisioningError",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Command": "Get-MgBetaGroupSiteRecycleBinItemLastModifiedByUserServiceProvisioningError",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/items/{recycleBinItem-id}/lastModifiedByUser/serviceProvisioningErrors",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteRecycleBinItemLastModifiedByUserServiceProvisioningError",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/items/{recycleBinItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupSiteRecycleBinItemLastModifiedByUserServiceProvisioningErrorCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/items/{recycleBinItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteRecycleBinItemLastModifiedByUserServiceProvisioningErrorCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/lastModifiedByUser",
+ "OutputType": "IMicrosoftGraphUser",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUser",
- "Command": "Get-MgBetaGroupSiteRecycleBinLastModifiedByUser",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/lastModifiedByUser",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteRecycleBinLastModifiedByUser",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/lastModifiedByUser/mailboxSettings",
+ "OutputType": "IMicrosoftGraphMailboxSettings",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Command": "Get-MgBetaGroupSiteRecycleBinLastModifiedByUserMailboxSetting",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/lastModifiedByUser/mailboxSettings",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteRecycleBinLastModifiedByUserMailboxSetting",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/lastModifiedByUser/serviceProvisioningErrors",
+ "OutputType": "IMicrosoftGraphServiceProvisioningError",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Command": "Get-MgBetaGroupSiteRecycleBinLastModifiedByUserServiceProvisioningError",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/lastModifiedByUser/serviceProvisioningErrors",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteRecycleBinLastModifiedByUserServiceProvisioningError",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/lastModifiedByUser/serviceProvisioningErrors/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupSiteRecycleBinLastModifiedByUserServiceProvisioningErrorCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/lastModifiedByUser/serviceProvisioningErrors/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteRecycleBinLastModifiedByUserServiceProvisioningErrorCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore",
+ "OutputType": "IMicrosoftGraphTermStore",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTermStore",
- "Command": "Get-MgBetaGroupSiteTermStore",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteTermStore",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-store-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}",
+ "OutputType": "IMicrosoftGraphTermStoreGroup",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTermStoreGroup",
- "Command": "Get-MgBetaGroupSiteTermStoreGroup",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteTermStoreGroup",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-group-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups",
+ "OutputType": "IMicrosoftGraphTermStoreGroup",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphTermStoreGroup",
- "Command": "Get-MgBetaGroupSiteTermStoreGroup",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteTermStoreGroup",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-list-groups?view=graph-rest-1.0"
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupSiteTermStoreGroupCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteTermStoreGroupCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}",
+ "OutputType": "IMicrosoftGraphTermStoreSet",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTermStoreSet",
- "Command": "Get-MgBetaGroupSiteTermStoreGroupSet",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteTermStoreGroupSet",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets",
+ "OutputType": "IMicrosoftGraphTermStoreSet",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphTermStoreSet",
- "Command": "Get-MgBetaGroupSiteTermStoreGroupSet",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteTermStoreGroupSet",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-group-list-sets?view=graph-rest-1.0"
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}",
+ "OutputType": "IMicrosoftGraphTermStoreTerm",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Command": "Get-MgBetaGroupSiteTermStoreGroupSetChild",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteTermStoreGroupSetChild",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children",
+ "OutputType": "IMicrosoftGraphTermStoreTerm",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List",
"List1"
],
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Command": "Get-MgBetaGroupSiteTermStoreGroupSetChild",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteTermStoreGroupSetChild",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-term-list-children?view=graph-rest-1.0"
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupSiteTermStoreGroupSetChildCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteTermStoreGroupSetChildCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}",
+ "OutputType": "IMicrosoftGraphTermStoreRelation",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphTermStoreRelation",
- "Command": "Get-MgBetaGroupSiteTermStoreGroupSetChildRelation",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteTermStoreGroupSetChildRelation",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations",
+ "OutputType": "IMicrosoftGraphTermStoreRelation",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List",
"List1"
],
- "OutputType": "IMicrosoftGraphTermStoreRelation",
- "Command": "Get-MgBetaGroupSiteTermStoreGroupSetChildRelation",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteTermStoreGroupSetChildRelation",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupSiteTermStoreGroupSetChildRelationCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteTermStoreGroupSetChildRelationCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm",
+ "OutputType": "IMicrosoftGraphTermStoreTerm",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Command": "Get-MgBetaGroupSiteTermStoreGroupSetChildRelationFromTerm",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteTermStoreGroupSetChildRelationFromTerm",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set",
+ "OutputType": "IMicrosoftGraphTermStoreSet",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphTermStoreSet",
- "Command": "Get-MgBetaGroupSiteTermStoreGroupSetChildRelationSet",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteTermStoreGroupSetChildRelationSet",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm",
+ "OutputType": "IMicrosoftGraphTermStoreTerm",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Command": "Get-MgBetaGroupSiteTermStoreGroupSetChildRelationToTerm",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteTermStoreGroupSetChildRelationToTerm",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/set",
+ "OutputType": "IMicrosoftGraphTermStoreSet",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphTermStoreSet",
- "Command": "Get-MgBetaGroupSiteTermStoreGroupSetChildSet",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/set",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteTermStoreGroupSetChildSet",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupSiteTermStoreGroupSetCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteTermStoreGroupSetCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/parentGroup",
+ "OutputType": "IMicrosoftGraphTermStoreGroup",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTermStoreGroup",
- "Command": "Get-MgBetaGroupSiteTermStoreGroupSetParentGroup",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/parentGroup",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteTermStoreGroupSetParentGroup",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}",
+ "OutputType": "IMicrosoftGraphTermStoreRelation",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTermStoreRelation",
- "Command": "Get-MgBetaGroupSiteTermStoreGroupSetRelation",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteTermStoreGroupSetRelation",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations",
+ "OutputType": "IMicrosoftGraphTermStoreRelation",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphTermStoreRelation",
- "Command": "Get-MgBetaGroupSiteTermStoreGroupSetRelation",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteTermStoreGroupSetRelation",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-term-list-relations?view=graph-rest-1.0"
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupSiteTermStoreGroupSetRelationCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteTermStoreGroupSetRelationCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/fromTerm",
+ "OutputType": "IMicrosoftGraphTermStoreTerm",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Command": "Get-MgBetaGroupSiteTermStoreGroupSetRelationFromTerm",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/fromTerm",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteTermStoreGroupSetRelationFromTerm",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/set",
+ "OutputType": "IMicrosoftGraphTermStoreSet",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTermStoreSet",
- "Command": "Get-MgBetaGroupSiteTermStoreGroupSetRelationSet",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/set",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteTermStoreGroupSetRelationSet",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/toTerm",
+ "OutputType": "IMicrosoftGraphTermStoreTerm",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Command": "Get-MgBetaGroupSiteTermStoreGroupSetRelationToTerm",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/toTerm",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteTermStoreGroupSetRelationToTerm",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}",
+ "OutputType": "IMicrosoftGraphTermStoreTerm",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTerm",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTerm",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-term-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms",
+ "OutputType": "IMicrosoftGraphTermStoreTerm",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTerm",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTerm",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}",
+ "OutputType": "IMicrosoftGraphTermStoreTerm",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermChild",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermChild",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children",
+ "OutputType": "IMicrosoftGraphTermStoreTerm",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermChild",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermChild",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermChildCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermChildCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}",
+ "OutputType": "IMicrosoftGraphTermStoreRelation",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTermStoreRelation",
- "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermChildRelation",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermChildRelation",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations",
+ "OutputType": "IMicrosoftGraphTermStoreRelation",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphTermStoreRelation",
- "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermChildRelation",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermChildRelation",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermChildRelationCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermChildRelationCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm",
+ "OutputType": "IMicrosoftGraphTermStoreTerm",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermChildRelationFromTerm",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermChildRelationFromTerm",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set",
+ "OutputType": "IMicrosoftGraphTermStoreSet",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTermStoreSet",
- "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermChildRelationSet",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermChildRelationSet",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm",
+ "OutputType": "IMicrosoftGraphTermStoreTerm",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermChildRelationToTerm",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermChildRelationToTerm",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set",
+ "OutputType": "IMicrosoftGraphTermStoreSet",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTermStoreSet",
- "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermChildSet",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermChildSet",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}",
+ "OutputType": "IMicrosoftGraphTermStoreRelation",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTermStoreRelation",
- "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermRelation",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermRelation",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations",
+ "OutputType": "IMicrosoftGraphTermStoreRelation",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphTermStoreRelation",
- "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermRelation",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermRelation",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermRelationCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermRelationCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm",
+ "OutputType": "IMicrosoftGraphTermStoreTerm",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermRelationFromTerm",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermRelationFromTerm",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set",
+ "OutputType": "IMicrosoftGraphTermStoreSet",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTermStoreSet",
- "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermRelationSet",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermRelationSet",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm",
+ "OutputType": "IMicrosoftGraphTermStoreTerm",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermRelationToTerm",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermRelationToTerm",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/set",
+ "OutputType": "IMicrosoftGraphTermStoreSet",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTermStoreSet",
- "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermSet",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/set",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermSet",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}",
+ "OutputType": "IMicrosoftGraphTermStoreSet",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTermStoreSet",
- "Command": "Get-MgBetaGroupSiteTermStoreSet",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteTermStoreSet",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-set-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets",
+ "OutputType": "IMicrosoftGraphTermStoreSet",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphTermStoreSet",
- "Command": "Get-MgBetaGroupSiteTermStoreSet",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteTermStoreSet",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}",
+ "OutputType": "IMicrosoftGraphTermStoreTerm",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Command": "Get-MgBetaGroupSiteTermStoreSetChild",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteTermStoreSetChild",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children",
+ "OutputType": "IMicrosoftGraphTermStoreTerm",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List",
"List1"
],
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Command": "Get-MgBetaGroupSiteTermStoreSetChild",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteTermStoreSetChild",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-term-list-children?view=graph-rest-1.0"
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupSiteTermStoreSetChildCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteTermStoreSetChildCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}",
+ "OutputType": "IMicrosoftGraphTermStoreRelation",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphTermStoreRelation",
- "Command": "Get-MgBetaGroupSiteTermStoreSetChildRelation",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteTermStoreSetChildRelation",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations",
+ "OutputType": "IMicrosoftGraphTermStoreRelation",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List",
"List1"
],
- "OutputType": "IMicrosoftGraphTermStoreRelation",
- "Command": "Get-MgBetaGroupSiteTermStoreSetChildRelation",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteTermStoreSetChildRelation",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupSiteTermStoreSetChildRelationCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteTermStoreSetChildRelationCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm",
+ "OutputType": "IMicrosoftGraphTermStoreTerm",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Command": "Get-MgBetaGroupSiteTermStoreSetChildRelationFromTerm",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteTermStoreSetChildRelationFromTerm",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set",
+ "OutputType": "IMicrosoftGraphTermStoreSet",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphTermStoreSet",
- "Command": "Get-MgBetaGroupSiteTermStoreSetChildRelationSet",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteTermStoreSetChildRelationSet",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm",
+ "OutputType": "IMicrosoftGraphTermStoreTerm",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Command": "Get-MgBetaGroupSiteTermStoreSetChildRelationToTerm",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteTermStoreSetChildRelationToTerm",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/set",
+ "OutputType": "IMicrosoftGraphTermStoreSet",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphTermStoreSet",
- "Command": "Get-MgBetaGroupSiteTermStoreSetChildSet",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/set",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteTermStoreSetChildSet",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupSiteTermStoreSetCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteTermStoreSetCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup",
+ "OutputType": "IMicrosoftGraphTermStoreGroup",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTermStoreGroup",
- "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroup",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroup",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}",
+ "OutputType": "IMicrosoftGraphTermStoreSet",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTermStoreSet",
- "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSet",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSet",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets",
+ "OutputType": "IMicrosoftGraphTermStoreSet",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphTermStoreSet",
- "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSet",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSet",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-group-list-sets?view=graph-rest-1.0"
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}",
+ "OutputType": "IMicrosoftGraphTermStoreTerm",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetChild",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetChild",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children",
+ "OutputType": "IMicrosoftGraphTermStoreTerm",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List",
"List1"
],
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetChild",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetChild",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-term-list-children?view=graph-rest-1.0"
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetChildCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetChildCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}",
+ "OutputType": "IMicrosoftGraphTermStoreRelation",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphTermStoreRelation",
- "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetChildRelation",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetChildRelation",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations",
+ "OutputType": "IMicrosoftGraphTermStoreRelation",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List",
"List1"
],
- "OutputType": "IMicrosoftGraphTermStoreRelation",
- "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetChildRelation",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetChildRelation",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetChildRelationCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetChildRelationCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm",
+ "OutputType": "IMicrosoftGraphTermStoreTerm",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetChildRelationFromTerm",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetChildRelationFromTerm",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set",
+ "OutputType": "IMicrosoftGraphTermStoreSet",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphTermStoreSet",
- "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetChildRelationSet",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetChildRelationSet",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm",
+ "OutputType": "IMicrosoftGraphTermStoreTerm",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetChildRelationToTerm",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetChildRelationToTerm",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/set",
+ "OutputType": "IMicrosoftGraphTermStoreSet",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphTermStoreSet",
- "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetChildSet",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/set",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetChildSet",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}",
+ "OutputType": "IMicrosoftGraphTermStoreRelation",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTermStoreRelation",
- "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetRelation",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetRelation",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations",
+ "OutputType": "IMicrosoftGraphTermStoreRelation",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphTermStoreRelation",
- "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetRelation",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetRelation",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-term-list-relations?view=graph-rest-1.0"
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetRelationCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetRelationCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm",
+ "OutputType": "IMicrosoftGraphTermStoreTerm",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetRelationFromTerm",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetRelationFromTerm",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set",
+ "OutputType": "IMicrosoftGraphTermStoreSet",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTermStoreSet",
- "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetRelationSet",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetRelationSet",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm",
+ "OutputType": "IMicrosoftGraphTermStoreTerm",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetRelationToTerm",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetRelationToTerm",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}",
+ "OutputType": "IMicrosoftGraphTermStoreTerm",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTerm",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTerm",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-term-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms",
+ "OutputType": "IMicrosoftGraphTermStoreTerm",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTerm",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTerm",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}",
+ "OutputType": "IMicrosoftGraphTermStoreTerm",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermChild",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermChild",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children",
+ "OutputType": "IMicrosoftGraphTermStoreTerm",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermChild",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermChild",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermChildCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermChildCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}",
+ "OutputType": "IMicrosoftGraphTermStoreRelation",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTermStoreRelation",
- "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermChildRelation",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermChildRelation",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations",
+ "OutputType": "IMicrosoftGraphTermStoreRelation",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphTermStoreRelation",
- "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermChildRelation",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermChildRelation",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermChildRelationCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermChildRelationCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm",
+ "OutputType": "IMicrosoftGraphTermStoreTerm",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermChildRelationFromTerm",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermChildRelationFromTerm",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set",
+ "OutputType": "IMicrosoftGraphTermStoreSet",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTermStoreSet",
- "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermChildRelationSet",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermChildRelationSet",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm",
+ "OutputType": "IMicrosoftGraphTermStoreTerm",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermChildRelationToTerm",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermChildRelationToTerm",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/set",
+ "OutputType": "IMicrosoftGraphTermStoreSet",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTermStoreSet",
- "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermChildSet",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/set",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermChildSet",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}",
+ "OutputType": "IMicrosoftGraphTermStoreRelation",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTermStoreRelation",
- "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermRelation",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermRelation",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations",
+ "OutputType": "IMicrosoftGraphTermStoreRelation",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphTermStoreRelation",
- "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermRelation",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermRelation",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermRelationCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermRelationCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm",
+ "OutputType": "IMicrosoftGraphTermStoreTerm",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermRelationFromTerm",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermRelationFromTerm",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set",
+ "OutputType": "IMicrosoftGraphTermStoreSet",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTermStoreSet",
- "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermRelationSet",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermRelationSet",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm",
+ "OutputType": "IMicrosoftGraphTermStoreTerm",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermRelationToTerm",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermRelationToTerm",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set",
+ "OutputType": "IMicrosoftGraphTermStoreSet",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTermStoreSet",
- "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermSet",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermSet",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}",
+ "OutputType": "IMicrosoftGraphTermStoreRelation",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTermStoreRelation",
- "Command": "Get-MgBetaGroupSiteTermStoreSetRelation",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteTermStoreSetRelation",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations",
+ "OutputType": "IMicrosoftGraphTermStoreRelation",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphTermStoreRelation",
- "Command": "Get-MgBetaGroupSiteTermStoreSetRelation",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteTermStoreSetRelation",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-term-list-relations?view=graph-rest-1.0"
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupSiteTermStoreSetRelationCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteTermStoreSetRelationCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/fromTerm",
+ "OutputType": "IMicrosoftGraphTermStoreTerm",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Command": "Get-MgBetaGroupSiteTermStoreSetRelationFromTerm",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/fromTerm",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteTermStoreSetRelationFromTerm",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/set",
+ "OutputType": "IMicrosoftGraphTermStoreSet",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTermStoreSet",
- "Command": "Get-MgBetaGroupSiteTermStoreSetRelationSet",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/set",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteTermStoreSetRelationSet",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/toTerm",
+ "OutputType": "IMicrosoftGraphTermStoreTerm",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Command": "Get-MgBetaGroupSiteTermStoreSetRelationToTerm",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/toTerm",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteTermStoreSetRelationToTerm",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}",
+ "OutputType": "IMicrosoftGraphTermStoreTerm",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Command": "Get-MgBetaGroupSiteTermStoreSetTerm",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteTermStoreSetTerm",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-term-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms",
+ "OutputType": "IMicrosoftGraphTermStoreTerm",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Command": "Get-MgBetaGroupSiteTermStoreSetTerm",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteTermStoreSetTerm",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}",
+ "OutputType": "IMicrosoftGraphTermStoreTerm",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Command": "Get-MgBetaGroupSiteTermStoreSetTermChild",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteTermStoreSetTermChild",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children",
+ "OutputType": "IMicrosoftGraphTermStoreTerm",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Command": "Get-MgBetaGroupSiteTermStoreSetTermChild",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteTermStoreSetTermChild",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupSiteTermStoreSetTermChildCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteTermStoreSetTermChildCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}",
+ "OutputType": "IMicrosoftGraphTermStoreRelation",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTermStoreRelation",
- "Command": "Get-MgBetaGroupSiteTermStoreSetTermChildRelation",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteTermStoreSetTermChildRelation",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations",
+ "OutputType": "IMicrosoftGraphTermStoreRelation",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphTermStoreRelation",
- "Command": "Get-MgBetaGroupSiteTermStoreSetTermChildRelation",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteTermStoreSetTermChildRelation",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupSiteTermStoreSetTermChildRelationCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteTermStoreSetTermChildRelationCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm",
+ "OutputType": "IMicrosoftGraphTermStoreTerm",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Command": "Get-MgBetaGroupSiteTermStoreSetTermChildRelationFromTerm",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteTermStoreSetTermChildRelationFromTerm",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set",
+ "OutputType": "IMicrosoftGraphTermStoreSet",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTermStoreSet",
- "Command": "Get-MgBetaGroupSiteTermStoreSetTermChildRelationSet",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteTermStoreSetTermChildRelationSet",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm",
+ "OutputType": "IMicrosoftGraphTermStoreTerm",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Command": "Get-MgBetaGroupSiteTermStoreSetTermChildRelationToTerm",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteTermStoreSetTermChildRelationToTerm",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/set",
+ "OutputType": "IMicrosoftGraphTermStoreSet",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTermStoreSet",
- "Command": "Get-MgBetaGroupSiteTermStoreSetTermChildSet",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/set",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteTermStoreSetTermChildSet",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupSiteTermStoreSetTermCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteTermStoreSetTermCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}",
+ "OutputType": "IMicrosoftGraphTermStoreRelation",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTermStoreRelation",
- "Command": "Get-MgBetaGroupSiteTermStoreSetTermRelation",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteTermStoreSetTermRelation",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations",
+ "OutputType": "IMicrosoftGraphTermStoreRelation",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphTermStoreRelation",
- "Command": "Get-MgBetaGroupSiteTermStoreSetTermRelation",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteTermStoreSetTermRelation",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupSiteTermStoreSetTermRelationCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteTermStoreSetTermRelationCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm",
+ "OutputType": "IMicrosoftGraphTermStoreTerm",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Command": "Get-MgBetaGroupSiteTermStoreSetTermRelationFromTerm",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteTermStoreSetTermRelationFromTerm",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set",
+ "OutputType": "IMicrosoftGraphTermStoreSet",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTermStoreSet",
- "Command": "Get-MgBetaGroupSiteTermStoreSetTermRelationSet",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteTermStoreSetTermRelationSet",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm",
+ "OutputType": "IMicrosoftGraphTermStoreTerm",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Command": "Get-MgBetaGroupSiteTermStoreSetTermRelationToTerm",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteTermStoreSetTermRelationToTerm",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/set",
+ "OutputType": "IMicrosoftGraphTermStoreSet",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTermStoreSet",
- "Command": "Get-MgBetaGroupSiteTermStoreSetTermSet",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/set",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSiteTermStoreSetTermSet",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/sites/{site-id1}",
+ "OutputType": "IMicrosoftGraphSite",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get1",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphSite",
- "Command": "Get-MgBetaGroupSubSite",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/sites/{site-id1}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSubSite",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/sites",
+ "OutputType": "IMicrosoftGraphSite",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List2"
],
- "OutputType": "IMicrosoftGraphSite",
- "Command": "Get-MgBetaGroupSubSite",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/sites",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSubSite",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-list-subsites?view=graph-rest-1.0"
},
{
"Module": "Beta.Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/sites/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupSubSiteCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/sites/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupSubSiteCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Teams",
+ "Uri": "/groups/{group-id}/team",
+ "OutputType": "IMicrosoftGraphTeam",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTeam",
- "Command": "Get-MgBetaGroupTeam",
"Method": "GET",
- "Uri": "/groups/{group-id}/team",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupTeam",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Teams",
+ "Uri": "/groups/{group-id}/team/channels/{channel-id}",
+ "OutputType": "IMicrosoftGraphChannel",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get1",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphChannel",
- "Command": "Get-MgBetaGroupTeamChannel",
"Method": "GET",
- "Uri": "/groups/{group-id}/team/channels/{channel-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupTeamChannel",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Teams",
+ "Uri": "/groups/{group-id}/team/channels",
+ "OutputType": "IMicrosoftGraphChannel",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List1"
],
- "OutputType": "IMicrosoftGraphChannel",
- "Command": "Get-MgBetaGroupTeamChannel",
"Method": "GET",
- "Uri": "/groups/{group-id}/team/channels",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupTeamChannel",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-list?view=graph-rest-1.0"
},
{
"Module": "Beta.Teams",
+ "Uri": "/groups/{group-id}/team/channels/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupTeamChannelCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/team/channels/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupTeamChannelCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Teams",
+ "Uri": "/groups/{group-id}/team/channels/{channel-id}/filesFolder",
+ "OutputType": "IMicrosoftGraphDriveItem",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDriveItem",
- "Command": "Get-MgBetaGroupTeamChannelFileFolder",
"Method": "GET",
- "Uri": "/groups/{group-id}/team/channels/{channel-id}/filesFolder",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupTeamChannelFileFolder",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-get-filesfolder?view=graph-rest-1.0"
},
{
"Module": "Beta.Teams",
+ "Uri": "/groups/{group-id}/team/channels/{channel-id}/filesFolder/content",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupTeamChannelFileFolderContent",
"Method": "GET",
- "Uri": "/groups/{group-id}/team/channels/{channel-id}/filesFolder/content",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupTeamChannelFileFolderContent",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-get-filesfolder?view=graph-rest-1.0"
},
{
"Module": "Beta.Teams",
+ "Uri": "/groups/{group-id}/team/channels/{channel-id}/filesFolder/contentStream",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupTeamChannelFileFolderContentStream",
"Method": "GET",
- "Uri": "/groups/{group-id}/team/channels/{channel-id}/filesFolder/contentStream",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupTeamChannelFileFolderContentStream",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-get-filesfolder?view=graph-rest-1.0"
},
{
"Module": "Beta.Teams",
+ "Uri": "/groups/{group-id}/team/channels/{channel-id}/members/{conversationMember-id}",
+ "OutputType": "IMicrosoftGraphConversationMember",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphConversationMember",
- "Command": "Get-MgBetaGroupTeamChannelMember",
"Method": "GET",
- "Uri": "/groups/{group-id}/team/channels/{channel-id}/members/{conversationMember-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupTeamChannelMember",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-get-members?view=graph-rest-1.0"
},
{
"Module": "Beta.Teams",
+ "Uri": "/groups/{group-id}/team/channels/{channel-id}/members",
+ "OutputType": "IMicrosoftGraphConversationMember",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphConversationMember",
- "Command": "Get-MgBetaGroupTeamChannelMember",
"Method": "GET",
- "Uri": "/groups/{group-id}/team/channels/{channel-id}/members",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupTeamChannelMember",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-list-members?view=graph-rest-1.0"
},
{
"Module": "Beta.Teams",
+ "Uri": "/groups/{group-id}/team/channels/{channel-id}/members/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupTeamChannelMemberCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/team/channels/{channel-id}/members/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupTeamChannelMemberCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Teams",
+ "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}",
+ "OutputType": "IMicrosoftGraphChatMessage",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphChatMessage",
- "Command": "Get-MgBetaGroupTeamChannelMessage",
"Method": "GET",
- "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupTeamChannelMessage",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Teams",
+ "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages",
+ "OutputType": "IMicrosoftGraphChatMessage",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphChatMessage",
- "Command": "Get-MgBetaGroupTeamChannelMessage",
"Method": "GET",
- "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupTeamChannelMessage",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-list-messages?view=graph-rest-1.0"
},
{
"Module": "Beta.Teams",
+ "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupTeamChannelMessageCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupTeamChannelMessageCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Teams",
+ "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}",
+ "OutputType": "IMicrosoftGraphChatMessageHostedContent",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphChatMessageHostedContent",
- "Command": "Get-MgBetaGroupTeamChannelMessageHostedContent",
"Method": "GET",
- "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupTeamChannelMessageHostedContent",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessagehostedcontent-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Teams",
+ "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents",
+ "OutputType": "IMicrosoftGraphChatMessageHostedContent",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphChatMessageHostedContent",
- "Command": "Get-MgBetaGroupTeamChannelMessageHostedContent",
"Method": "GET",
- "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupTeamChannelMessageHostedContent",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-list-hostedcontents?view=graph-rest-1.0"
},
{
"Module": "Beta.Teams",
+ "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupTeamChannelMessageHostedContentCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupTeamChannelMessageHostedContentCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Teams",
+ "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}",
+ "OutputType": "IMicrosoftGraphChatMessage",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphChatMessage",
- "Command": "Get-MgBetaGroupTeamChannelMessageReply",
"Method": "GET",
- "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupTeamChannelMessageReply",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Teams",
+ "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies",
+ "OutputType": "IMicrosoftGraphChatMessage",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphChatMessage",
- "Command": "Get-MgBetaGroupTeamChannelMessageReply",
"Method": "GET",
- "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupTeamChannelMessageReply",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-list-replies?view=graph-rest-1.0"
},
{
"Module": "Beta.Teams",
+ "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupTeamChannelMessageReplyCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupTeamChannelMessageReplyCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Teams",
+ "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}",
+ "OutputType": "IMicrosoftGraphChatMessageHostedContent",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphChatMessageHostedContent",
- "Command": "Get-MgBetaGroupTeamChannelMessageReplyHostedContent",
"Method": "GET",
- "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupTeamChannelMessageReplyHostedContent",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessagehostedcontent-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Teams",
+ "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents",
+ "OutputType": "IMicrosoftGraphChatMessageHostedContent",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphChatMessageHostedContent",
- "Command": "Get-MgBetaGroupTeamChannelMessageReplyHostedContent",
"Method": "GET",
- "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupTeamChannelMessageReplyHostedContent",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-list-hostedcontents?view=graph-rest-1.0"
},
{
"Module": "Beta.Teams",
+ "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupTeamChannelMessageReplyHostedContentCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupTeamChannelMessageReplyHostedContentCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Teams",
+ "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}",
+ "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo",
- "Command": "Get-MgBetaGroupTeamChannelSharedWithTeam",
"Method": "GET",
- "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupTeamChannelSharedWithTeam",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sharedwithchannelteaminfo-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Teams",
+ "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams",
+ "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo",
- "Command": "Get-MgBetaGroupTeamChannelSharedWithTeam",
"Method": "GET",
- "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupTeamChannelSharedWithTeam",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sharedwithchannelteaminfo-list?view=graph-rest-1.0"
},
{
"Module": "Beta.Teams",
+ "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}",
+ "OutputType": "IMicrosoftGraphConversationMember",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphConversationMember",
- "Command": "Get-MgBetaGroupTeamChannelSharedWithTeamAllowedMember",
"Method": "GET",
- "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupTeamChannelSharedWithTeamAllowedMember",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Teams",
+ "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers",
+ "OutputType": "IMicrosoftGraphConversationMember",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphConversationMember",
- "Command": "Get-MgBetaGroupTeamChannelSharedWithTeamAllowedMember",
"Method": "GET",
- "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupTeamChannelSharedWithTeamAllowedMember",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sharedwithchannelteaminfo-list-allowedmembers?view=graph-rest-1.0"
},
{
"Module": "Beta.Teams",
+ "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupTeamChannelSharedWithTeamAllowedMemberCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupTeamChannelSharedWithTeamAllowedMemberCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Teams",
+ "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupTeamChannelSharedWithTeamCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupTeamChannelSharedWithTeamCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Teams",
+ "Uri": "/groups/{group-id}/team/channels/{channel-id}/tabs/{teamsTab-id}",
+ "OutputType": "IMicrosoftGraphTeamsTab",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTeamsTab",
- "Command": "Get-MgBetaGroupTeamChannelTab",
"Method": "GET",
- "Uri": "/groups/{group-id}/team/channels/{channel-id}/tabs/{teamsTab-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupTeamChannelTab",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Teams",
+ "Uri": "/groups/{group-id}/team/channels/{channel-id}/tabs",
+ "OutputType": "IMicrosoftGraphTeamsTab",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphTeamsTab",
- "Command": "Get-MgBetaGroupTeamChannelTab",
"Method": "GET",
- "Uri": "/groups/{group-id}/team/channels/{channel-id}/tabs",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupTeamChannelTab",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-list-tabs?view=graph-rest-1.0"
},
{
"Module": "Beta.Teams",
+ "Uri": "/groups/{group-id}/team/channels/{channel-id}/tabs/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupTeamChannelTabCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/team/channels/{channel-id}/tabs/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupTeamChannelTabCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Teams",
+ "Uri": "/groups/{group-id}/team/channels/{channel-id}/tabs/{teamsTab-id}/teamsApp",
+ "OutputType": "IMicrosoftGraphTeamsApp",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTeamsApp",
- "Command": "Get-MgBetaGroupTeamChannelTabTeamApp",
"Method": "GET",
- "Uri": "/groups/{group-id}/team/channels/{channel-id}/tabs/{teamsTab-id}/teamsApp",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupTeamChannelTabTeamApp",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Teams",
+ "Uri": "/groups/{group-id}/team/group",
+ "OutputType": "IMicrosoftGraphGroup",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphGroup",
- "Command": "Get-MgBetaGroupTeamGroup",
"Method": "GET",
- "Uri": "/groups/{group-id}/team/group",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupTeamGroup",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Teams",
+ "Uri": "/groups/{group-id}/team/group/serviceProvisioningErrors",
+ "OutputType": "IMicrosoftGraphServiceProvisioningError",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Command": "Get-MgBetaGroupTeamGroupServiceProvisioningError",
"Method": "GET",
- "Uri": "/groups/{group-id}/team/group/serviceProvisioningErrors",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupTeamGroupServiceProvisioningError",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Teams",
+ "Uri": "/groups/{group-id}/team/group/serviceProvisioningErrors/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupTeamGroupServiceProvisioningErrorCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/team/group/serviceProvisioningErrors/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupTeamGroupServiceProvisioningErrorCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Teams",
+ "Uri": "/groups/{group-id}/team/incomingChannels/{channel-id}",
+ "OutputType": "IMicrosoftGraphChannel",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphChannel",
- "Command": "Get-MgBetaGroupTeamIncomingChannel",
"Method": "GET",
- "Uri": "/groups/{group-id}/team/incomingChannels/{channel-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupTeamIncomingChannel",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Teams",
+ "Uri": "/groups/{group-id}/team/incomingChannels",
+ "OutputType": "IMicrosoftGraphChannel",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphChannel",
- "Command": "Get-MgBetaGroupTeamIncomingChannel",
"Method": "GET",
- "Uri": "/groups/{group-id}/team/incomingChannels",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupTeamIncomingChannel",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-list-incomingchannels?view=graph-rest-1.0"
},
{
"Module": "Beta.Teams",
+ "Uri": "/groups/{group-id}/team/incomingChannels/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupTeamIncomingChannelCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/team/incomingChannels/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupTeamIncomingChannelCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Teams",
+ "Uri": "/groups/{group-id}/team/installedApps/{teamsAppInstallation-id}",
+ "OutputType": "IMicrosoftGraphTeamsAppInstallation",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTeamsAppInstallation",
- "Command": "Get-MgBetaGroupTeamInstalledApp",
"Method": "GET",
- "Uri": "/groups/{group-id}/team/installedApps/{teamsAppInstallation-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupTeamInstalledApp",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-get-installedapps?view=graph-rest-1.0"
},
{
"Module": "Beta.Teams",
+ "Uri": "/groups/{group-id}/team/installedApps",
+ "OutputType": "IMicrosoftGraphTeamsAppInstallation",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphTeamsAppInstallation",
- "Command": "Get-MgBetaGroupTeamInstalledApp",
"Method": "GET",
- "Uri": "/groups/{group-id}/team/installedApps",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupTeamInstalledApp",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-list-installedapps?view=graph-rest-1.0"
},
{
"Module": "Beta.Teams",
+ "Uri": "/groups/{group-id}/team/installedApps/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupTeamInstalledAppCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/team/installedApps/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupTeamInstalledAppCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Teams",
+ "Uri": "/groups/{group-id}/team/installedApps/{teamsAppInstallation-id}/teamsApp",
+ "OutputType": "IMicrosoftGraphTeamsApp",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTeamsApp",
- "Command": "Get-MgBetaGroupTeamInstalledAppTeamApp",
"Method": "GET",
- "Uri": "/groups/{group-id}/team/installedApps/{teamsAppInstallation-id}/teamsApp",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupTeamInstalledAppTeamApp",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Teams",
+ "Uri": "/groups/{group-id}/team/installedApps/{teamsAppInstallation-id}/teamsAppDefinition",
+ "OutputType": "IMicrosoftGraphTeamsAppDefinition",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTeamsAppDefinition",
- "Command": "Get-MgBetaGroupTeamInstalledAppTeamAppDefinition",
"Method": "GET",
- "Uri": "/groups/{group-id}/team/installedApps/{teamsAppInstallation-id}/teamsAppDefinition",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupTeamInstalledAppTeamAppDefinition",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Teams",
+ "Uri": "/groups/{group-id}/team/members/{conversationMember-id}",
+ "OutputType": "IMicrosoftGraphConversationMember",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphConversationMember",
- "Command": "Get-MgBetaGroupTeamMember",
"Method": "GET",
- "Uri": "/groups/{group-id}/team/members/{conversationMember-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupTeamMember",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-get-members?view=graph-rest-1.0"
},
{
"Module": "Beta.Teams",
+ "Uri": "/groups/{group-id}/team/members",
+ "OutputType": "IMicrosoftGraphConversationMember",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphConversationMember",
- "Command": "Get-MgBetaGroupTeamMember",
"Method": "GET",
- "Uri": "/groups/{group-id}/team/members",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupTeamMember",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-list-members?view=graph-rest-1.0"
},
{
"Module": "Beta.Teams",
+ "Uri": "/groups/{group-id}/team/members/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupTeamMemberCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/team/members/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupTeamMemberCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Teams",
+ "Uri": "/groups/{group-id}/team/operations/{teamsAsyncOperation-id}",
+ "OutputType": "IMicrosoftGraphTeamsAsyncOperation",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTeamsAsyncOperation",
- "Command": "Get-MgBetaGroupTeamOperation",
"Method": "GET",
- "Uri": "/groups/{group-id}/team/operations/{teamsAsyncOperation-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupTeamOperation",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Teams",
+ "Uri": "/groups/{group-id}/team/operations",
+ "OutputType": "IMicrosoftGraphTeamsAsyncOperation",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphTeamsAsyncOperation",
- "Command": "Get-MgBetaGroupTeamOperation",
"Method": "GET",
- "Uri": "/groups/{group-id}/team/operations",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupTeamOperation",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Teams",
+ "Uri": "/groups/{group-id}/team/operations/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupTeamOperationCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/team/operations/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupTeamOperationCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Teams",
+ "Uri": "/groups/{group-id}/team/owners/{user-id}",
+ "OutputType": "IMicrosoftGraphUser",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUser",
- "Command": "Get-MgBetaGroupTeamOwner",
"Method": "GET",
- "Uri": "/groups/{group-id}/team/owners/{user-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupTeamOwner",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Teams",
+ "Uri": "/groups/{group-id}/team/owners",
+ "OutputType": "IMicrosoftGraphUser",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphUser",
- "Command": "Get-MgBetaGroupTeamOwner",
"Method": "GET",
- "Uri": "/groups/{group-id}/team/owners",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupTeamOwner",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Teams",
+ "Uri": "/groups/{group-id}/team/owners/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupTeamOwnerCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/team/owners/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupTeamOwnerCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Teams",
+ "Uri": "/groups/{group-id}/team/owners/{user-id}/mailboxSettings",
+ "OutputType": "IMicrosoftGraphMailboxSettings",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Command": "Get-MgBetaGroupTeamOwnerMailboxSetting",
"Method": "GET",
- "Uri": "/groups/{group-id}/team/owners/{user-id}/mailboxSettings",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupTeamOwnerMailboxSetting",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Teams",
+ "Uri": "/groups/{group-id}/team/owners/{user-id}/serviceProvisioningErrors",
+ "OutputType": "IMicrosoftGraphServiceProvisioningError",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Command": "Get-MgBetaGroupTeamOwnerServiceProvisioningError",
"Method": "GET",
- "Uri": "/groups/{group-id}/team/owners/{user-id}/serviceProvisioningErrors",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupTeamOwnerServiceProvisioningError",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Teams",
+ "Uri": "/groups/{group-id}/team/owners/{user-id}/serviceProvisioningErrors/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupTeamOwnerServiceProvisioningErrorCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/team/owners/{user-id}/serviceProvisioningErrors/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupTeamOwnerServiceProvisioningErrorCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Teams",
+ "Uri": "/groups/{group-id}/team/permissionGrants/{resourceSpecificPermissionGrant-id}",
+ "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant",
- "Command": "Get-MgBetaGroupTeamPermissionGrant",
"Method": "GET",
- "Uri": "/groups/{group-id}/team/permissionGrants/{resourceSpecificPermissionGrant-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupTeamPermissionGrant",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Teams",
+ "Uri": "/groups/{group-id}/team/permissionGrants",
+ "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant",
- "Command": "Get-MgBetaGroupTeamPermissionGrant",
"Method": "GET",
- "Uri": "/groups/{group-id}/team/permissionGrants",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupTeamPermissionGrant",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-list-permissiongrants?view=graph-rest-1.0"
},
{
"Module": "Beta.Teams",
+ "Uri": "/groups/{group-id}/team/permissionGrants/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupTeamPermissionGrantCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/team/permissionGrants/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupTeamPermissionGrantCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Teams",
+ "Uri": "/groups/{group-id}/team/photo",
+ "OutputType": "IMicrosoftGraphProfilePhoto",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphProfilePhoto",
- "Command": "Get-MgBetaGroupTeamPhoto",
"Method": "GET",
- "Uri": "/groups/{group-id}/team/photo",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupTeamPhoto",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Teams",
+ "Uri": "/groups/{group-id}/team/photo/$value",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupTeamPhotoContent",
"Method": "GET",
- "Uri": "/groups/{group-id}/team/photo/$value",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupTeamPhotoContent",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Teams",
+ "Uri": "/groups/{group-id}/team/primaryChannel",
+ "OutputType": "IMicrosoftGraphChannel",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphChannel",
- "Command": "Get-MgBetaGroupTeamPrimaryChannel",
"Method": "GET",
- "Uri": "/groups/{group-id}/team/primaryChannel",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupTeamPrimaryChannel",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-get-primarychannel?view=graph-rest-1.0"
},
{
"Module": "Beta.Teams",
+ "Uri": "/groups/{group-id}/team/primaryChannel/filesFolder",
+ "OutputType": "IMicrosoftGraphDriveItem",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDriveItem",
- "Command": "Get-MgBetaGroupTeamPrimaryChannelFileFolder",
"Method": "GET",
- "Uri": "/groups/{group-id}/team/primaryChannel/filesFolder",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupTeamPrimaryChannelFileFolder",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-get-filesfolder?view=graph-rest-1.0"
},
{
"Module": "Beta.Teams",
+ "Uri": "/groups/{group-id}/team/primaryChannel/filesFolder/content",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupTeamPrimaryChannelFileFolderContent",
"Method": "GET",
- "Uri": "/groups/{group-id}/team/primaryChannel/filesFolder/content",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupTeamPrimaryChannelFileFolderContent",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-get-filesfolder?view=graph-rest-1.0"
},
{
"Module": "Beta.Teams",
+ "Uri": "/groups/{group-id}/team/primaryChannel/filesFolder/contentStream",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupTeamPrimaryChannelFileFolderContentStream",
"Method": "GET",
- "Uri": "/groups/{group-id}/team/primaryChannel/filesFolder/contentStream",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupTeamPrimaryChannelFileFolderContentStream",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-get-filesfolder?view=graph-rest-1.0"
},
{
"Module": "Beta.Teams",
+ "Uri": "/groups/{group-id}/team/primaryChannel/members/{conversationMember-id}",
+ "OutputType": "IMicrosoftGraphConversationMember",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphConversationMember",
- "Command": "Get-MgBetaGroupTeamPrimaryChannelMember",
"Method": "GET",
- "Uri": "/groups/{group-id}/team/primaryChannel/members/{conversationMember-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupTeamPrimaryChannelMember",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-get-members?view=graph-rest-1.0"
},
{
"Module": "Beta.Teams",
+ "Uri": "/groups/{group-id}/team/primaryChannel/members",
+ "OutputType": "IMicrosoftGraphConversationMember",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphConversationMember",
- "Command": "Get-MgBetaGroupTeamPrimaryChannelMember",
"Method": "GET",
- "Uri": "/groups/{group-id}/team/primaryChannel/members",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupTeamPrimaryChannelMember",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-list-members?view=graph-rest-1.0"
},
{
"Module": "Beta.Teams",
+ "Uri": "/groups/{group-id}/team/primaryChannel/members/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupTeamPrimaryChannelMemberCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/team/primaryChannel/members/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupTeamPrimaryChannelMemberCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Teams",
+ "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}",
+ "OutputType": "IMicrosoftGraphChatMessage",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphChatMessage",
- "Command": "Get-MgBetaGroupTeamPrimaryChannelMessage",
"Method": "GET",
- "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupTeamPrimaryChannelMessage",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Teams",
+ "Uri": "/groups/{group-id}/team/primaryChannel/messages",
+ "OutputType": "IMicrosoftGraphChatMessage",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphChatMessage",
- "Command": "Get-MgBetaGroupTeamPrimaryChannelMessage",
"Method": "GET",
- "Uri": "/groups/{group-id}/team/primaryChannel/messages",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupTeamPrimaryChannelMessage",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-list-messages?view=graph-rest-1.0"
},
{
"Module": "Beta.Teams",
+ "Uri": "/groups/{group-id}/team/primaryChannel/messages/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupTeamPrimaryChannelMessageCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/team/primaryChannel/messages/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupTeamPrimaryChannelMessageCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Teams",
+ "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}",
+ "OutputType": "IMicrosoftGraphChatMessageHostedContent",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphChatMessageHostedContent",
- "Command": "Get-MgBetaGroupTeamPrimaryChannelMessageHostedContent",
"Method": "GET",
- "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupTeamPrimaryChannelMessageHostedContent",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessagehostedcontent-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Teams",
+ "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents",
+ "OutputType": "IMicrosoftGraphChatMessageHostedContent",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphChatMessageHostedContent",
- "Command": "Get-MgBetaGroupTeamPrimaryChannelMessageHostedContent",
"Method": "GET",
- "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupTeamPrimaryChannelMessageHostedContent",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-list-hostedcontents?view=graph-rest-1.0"
},
{
"Module": "Beta.Teams",
+ "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupTeamPrimaryChannelMessageHostedContentCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupTeamPrimaryChannelMessageHostedContentCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Teams",
+ "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}",
+ "OutputType": "IMicrosoftGraphChatMessage",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphChatMessage",
- "Command": "Get-MgBetaGroupTeamPrimaryChannelMessageReply",
"Method": "GET",
- "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupTeamPrimaryChannelMessageReply",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Teams",
+ "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies",
+ "OutputType": "IMicrosoftGraphChatMessage",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphChatMessage",
- "Command": "Get-MgBetaGroupTeamPrimaryChannelMessageReply",
"Method": "GET",
- "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupTeamPrimaryChannelMessageReply",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-list-replies?view=graph-rest-1.0"
},
{
"Module": "Beta.Teams",
+ "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupTeamPrimaryChannelMessageReplyCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupTeamPrimaryChannelMessageReplyCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Teams",
+ "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}",
+ "OutputType": "IMicrosoftGraphChatMessageHostedContent",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphChatMessageHostedContent",
- "Command": "Get-MgBetaGroupTeamPrimaryChannelMessageReplyHostedContent",
"Method": "GET",
- "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupTeamPrimaryChannelMessageReplyHostedContent",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessagehostedcontent-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Teams",
+ "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents",
+ "OutputType": "IMicrosoftGraphChatMessageHostedContent",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphChatMessageHostedContent",
- "Command": "Get-MgBetaGroupTeamPrimaryChannelMessageReplyHostedContent",
"Method": "GET",
- "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupTeamPrimaryChannelMessageReplyHostedContent",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-list-hostedcontents?view=graph-rest-1.0"
},
{
"Module": "Beta.Teams",
+ "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupTeamPrimaryChannelMessageReplyHostedContentCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupTeamPrimaryChannelMessageReplyHostedContentCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Teams",
+ "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}",
+ "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo",
- "Command": "Get-MgBetaGroupTeamPrimaryChannelSharedWithTeam",
"Method": "GET",
- "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupTeamPrimaryChannelSharedWithTeam",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sharedwithchannelteaminfo-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Teams",
+ "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams",
+ "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo",
- "Command": "Get-MgBetaGroupTeamPrimaryChannelSharedWithTeam",
"Method": "GET",
- "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupTeamPrimaryChannelSharedWithTeam",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sharedwithchannelteaminfo-list?view=graph-rest-1.0"
},
{
"Module": "Beta.Teams",
+ "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}",
+ "OutputType": "IMicrosoftGraphConversationMember",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphConversationMember",
- "Command": "Get-MgBetaGroupTeamPrimaryChannelSharedWithTeamAllowedMember",
"Method": "GET",
- "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupTeamPrimaryChannelSharedWithTeamAllowedMember",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Teams",
+ "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers",
+ "OutputType": "IMicrosoftGraphConversationMember",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphConversationMember",
- "Command": "Get-MgBetaGroupTeamPrimaryChannelSharedWithTeamAllowedMember",
"Method": "GET",
- "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupTeamPrimaryChannelSharedWithTeamAllowedMember",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sharedwithchannelteaminfo-list-allowedmembers?view=graph-rest-1.0"
},
{
"Module": "Beta.Teams",
+ "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupTeamPrimaryChannelSharedWithTeamAllowedMemberCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupTeamPrimaryChannelSharedWithTeamAllowedMemberCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Teams",
+ "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupTeamPrimaryChannelSharedWithTeamCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupTeamPrimaryChannelSharedWithTeamCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Teams",
+ "Uri": "/groups/{group-id}/team/primaryChannel/tabs/{teamsTab-id}",
+ "OutputType": "IMicrosoftGraphTeamsTab",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTeamsTab",
- "Command": "Get-MgBetaGroupTeamPrimaryChannelTab",
"Method": "GET",
- "Uri": "/groups/{group-id}/team/primaryChannel/tabs/{teamsTab-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupTeamPrimaryChannelTab",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Teams",
+ "Uri": "/groups/{group-id}/team/primaryChannel/tabs",
+ "OutputType": "IMicrosoftGraphTeamsTab",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphTeamsTab",
- "Command": "Get-MgBetaGroupTeamPrimaryChannelTab",
"Method": "GET",
- "Uri": "/groups/{group-id}/team/primaryChannel/tabs",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupTeamPrimaryChannelTab",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-list-tabs?view=graph-rest-1.0"
},
{
"Module": "Beta.Teams",
+ "Uri": "/groups/{group-id}/team/primaryChannel/tabs/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupTeamPrimaryChannelTabCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/team/primaryChannel/tabs/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupTeamPrimaryChannelTabCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Teams",
+ "Uri": "/groups/{group-id}/team/primaryChannel/tabs/{teamsTab-id}/teamsApp",
+ "OutputType": "IMicrosoftGraphTeamsApp",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTeamsApp",
- "Command": "Get-MgBetaGroupTeamPrimaryChannelTabTeamApp",
"Method": "GET",
- "Uri": "/groups/{group-id}/team/primaryChannel/tabs/{teamsTab-id}/teamsApp",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupTeamPrimaryChannelTabTeamApp",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Teams",
+ "Uri": "/groups/{group-id}/team/schedule",
+ "OutputType": "IMicrosoftGraphSchedule",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSchedule",
- "Command": "Get-MgBetaGroupTeamSchedule",
"Method": "GET",
- "Uri": "/groups/{group-id}/team/schedule",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupTeamSchedule",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schedule-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Teams",
+ "Uri": "/groups/{group-id}/team/schedule/dayNotes/{dayNote-id}",
+ "OutputType": "IMicrosoftGraphDayNote",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDayNote",
- "Command": "Get-MgBetaGroupTeamScheduleDayNote",
"Method": "GET",
- "Uri": "/groups/{group-id}/team/schedule/dayNotes/{dayNote-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupTeamScheduleDayNote",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Teams",
+ "Uri": "/groups/{group-id}/team/schedule/dayNotes",
+ "OutputType": "IMicrosoftGraphDayNote",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphDayNote",
- "Command": "Get-MgBetaGroupTeamScheduleDayNote",
"Method": "GET",
- "Uri": "/groups/{group-id}/team/schedule/dayNotes",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupTeamScheduleDayNote",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Teams",
+ "Uri": "/groups/{group-id}/team/schedule/dayNotes/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupTeamScheduleDayNoteCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/team/schedule/dayNotes/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupTeamScheduleDayNoteCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Teams",
+ "Uri": "/groups/{group-id}/team/schedule/offerShiftRequests/{offerShiftRequest-id}",
+ "OutputType": "IMicrosoftGraphOfferShiftRequest",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphOfferShiftRequest",
- "Command": "Get-MgBetaGroupTeamScheduleOfferShiftRequest",
"Method": "GET",
- "Uri": "/groups/{group-id}/team/schedule/offerShiftRequests/{offerShiftRequest-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupTeamScheduleOfferShiftRequest",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/offershiftrequest-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Teams",
+ "Uri": "/groups/{group-id}/team/schedule/offerShiftRequests",
+ "OutputType": "IMicrosoftGraphOfferShiftRequest",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphOfferShiftRequest",
- "Command": "Get-MgBetaGroupTeamScheduleOfferShiftRequest",
"Method": "GET",
- "Uri": "/groups/{group-id}/team/schedule/offerShiftRequests",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupTeamScheduleOfferShiftRequest",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/offershiftrequest-list?view=graph-rest-1.0"
},
{
"Module": "Beta.Teams",
+ "Uri": "/groups/{group-id}/team/schedule/offerShiftRequests/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupTeamScheduleOfferShiftRequestCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/team/schedule/offerShiftRequests/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupTeamScheduleOfferShiftRequestCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Teams",
+ "Uri": "/groups/{group-id}/team/schedule/openShifts/{openShift-id}",
+ "OutputType": "IMicrosoftGraphOpenShift",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphOpenShift",
- "Command": "Get-MgBetaGroupTeamScheduleOpenShift",
"Method": "GET",
- "Uri": "/groups/{group-id}/team/schedule/openShifts/{openShift-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupTeamScheduleOpenShift",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/openshift-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Teams",
+ "Uri": "/groups/{group-id}/team/schedule/openShifts",
+ "OutputType": "IMicrosoftGraphOpenShift",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphOpenShift",
- "Command": "Get-MgBetaGroupTeamScheduleOpenShift",
"Method": "GET",
- "Uri": "/groups/{group-id}/team/schedule/openShifts",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupTeamScheduleOpenShift",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/openshift-list?view=graph-rest-1.0"
},
{
"Module": "Beta.Teams",
+ "Uri": "/groups/{group-id}/team/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}",
+ "OutputType": "IMicrosoftGraphOpenShiftChangeRequest",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphOpenShiftChangeRequest",
- "Command": "Get-MgBetaGroupTeamScheduleOpenShiftChangeRequest",
"Method": "GET",
- "Uri": "/groups/{group-id}/team/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupTeamScheduleOpenShiftChangeRequest",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/openshiftchangerequest-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Teams",
+ "Uri": "/groups/{group-id}/team/schedule/openShiftChangeRequests",
+ "OutputType": "IMicrosoftGraphOpenShiftChangeRequest",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphOpenShiftChangeRequest",
- "Command": "Get-MgBetaGroupTeamScheduleOpenShiftChangeRequest",
"Method": "GET",
- "Uri": "/groups/{group-id}/team/schedule/openShiftChangeRequests",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupTeamScheduleOpenShiftChangeRequest",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/openshiftchangerequest-list?view=graph-rest-1.0"
},
{
"Module": "Beta.Teams",
+ "Uri": "/groups/{group-id}/team/schedule/openShiftChangeRequests/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupTeamScheduleOpenShiftChangeRequestCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/team/schedule/openShiftChangeRequests/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupTeamScheduleOpenShiftChangeRequestCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Teams",
+ "Uri": "/groups/{group-id}/team/schedule/openShifts/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupTeamScheduleOpenShiftCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/team/schedule/openShifts/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupTeamScheduleOpenShiftCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Teams",
+ "Uri": "/groups/{group-id}/team/schedule/schedulingGroups/{schedulingGroup-id}",
+ "OutputType": "IMicrosoftGraphSchedulingGroup",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSchedulingGroup",
- "Command": "Get-MgBetaGroupTeamScheduleSchedulingGroup",
"Method": "GET",
- "Uri": "/groups/{group-id}/team/schedule/schedulingGroups/{schedulingGroup-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupTeamScheduleSchedulingGroup",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schedulinggroup-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Teams",
+ "Uri": "/groups/{group-id}/team/schedule/schedulingGroups",
+ "OutputType": "IMicrosoftGraphSchedulingGroup",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphSchedulingGroup",
- "Command": "Get-MgBetaGroupTeamScheduleSchedulingGroup",
"Method": "GET",
- "Uri": "/groups/{group-id}/team/schedule/schedulingGroups",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupTeamScheduleSchedulingGroup",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schedule-list-schedulinggroups?view=graph-rest-1.0"
},
{
"Module": "Beta.Teams",
+ "Uri": "/groups/{group-id}/team/schedule/schedulingGroups/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupTeamScheduleSchedulingGroupCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/team/schedule/schedulingGroups/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupTeamScheduleSchedulingGroupCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Teams",
+ "Uri": "/groups/{group-id}/team/schedule/shifts/{shift-id}",
+ "OutputType": "IMicrosoftGraphShift",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphShift",
- "Command": "Get-MgBetaGroupTeamScheduleShift",
"Method": "GET",
- "Uri": "/groups/{group-id}/team/schedule/shifts/{shift-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupTeamScheduleShift",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/shift-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Teams",
+ "Uri": "/groups/{group-id}/team/schedule/shifts",
+ "OutputType": "IMicrosoftGraphShift",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphShift",
- "Command": "Get-MgBetaGroupTeamScheduleShift",
"Method": "GET",
- "Uri": "/groups/{group-id}/team/schedule/shifts",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupTeamScheduleShift",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schedule-list-shifts?view=graph-rest-1.0"
},
{
"Module": "Beta.Teams",
+ "Uri": "/groups/{group-id}/team/schedule/shifts/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupTeamScheduleShiftCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/team/schedule/shifts/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupTeamScheduleShiftCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Teams",
+ "Uri": "/groups/{group-id}/team/schedule/shiftsRoleDefinitions/{shiftsRoleDefinition-id}",
+ "OutputType": "IMicrosoftGraphShiftsRoleDefinition",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphShiftsRoleDefinition",
- "Command": "Get-MgBetaGroupTeamScheduleShiftRoleDefinition",
"Method": "GET",
- "Uri": "/groups/{group-id}/team/schedule/shiftsRoleDefinitions/{shiftsRoleDefinition-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupTeamScheduleShiftRoleDefinition",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Teams",
+ "Uri": "/groups/{group-id}/team/schedule/shiftsRoleDefinitions",
+ "OutputType": "IMicrosoftGraphShiftsRoleDefinition",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphShiftsRoleDefinition",
- "Command": "Get-MgBetaGroupTeamScheduleShiftRoleDefinition",
"Method": "GET",
- "Uri": "/groups/{group-id}/team/schedule/shiftsRoleDefinitions",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupTeamScheduleShiftRoleDefinition",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Teams",
+ "Uri": "/groups/{group-id}/team/schedule/shiftsRoleDefinitions/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupTeamScheduleShiftRoleDefinitionCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/team/schedule/shiftsRoleDefinitions/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupTeamScheduleShiftRoleDefinitionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Teams",
+ "Uri": "/groups/{group-id}/team/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}",
+ "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest",
- "Command": "Get-MgBetaGroupTeamScheduleSwapShiftChangeRequest",
"Method": "GET",
- "Uri": "/groups/{group-id}/team/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupTeamScheduleSwapShiftChangeRequest",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/swapshiftschangerequest-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Teams",
+ "Uri": "/groups/{group-id}/team/schedule/swapShiftsChangeRequests",
+ "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest",
- "Command": "Get-MgBetaGroupTeamScheduleSwapShiftChangeRequest",
"Method": "GET",
- "Uri": "/groups/{group-id}/team/schedule/swapShiftsChangeRequests",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupTeamScheduleSwapShiftChangeRequest",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/swapshiftschangerequest-list?view=graph-rest-1.0"
},
{
"Module": "Beta.Teams",
+ "Uri": "/groups/{group-id}/team/schedule/swapShiftsChangeRequests/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupTeamScheduleSwapShiftChangeRequestCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/team/schedule/swapShiftsChangeRequests/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupTeamScheduleSwapShiftChangeRequestCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Teams",
+ "Uri": "/groups/{group-id}/team/schedule/timeCards/{timeCard-id}",
+ "OutputType": "IMicrosoftGraphTimeCard",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTimeCard",
- "Command": "Get-MgBetaGroupTeamScheduleTimeCard",
"Method": "GET",
- "Uri": "/groups/{group-id}/team/schedule/timeCards/{timeCard-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupTeamScheduleTimeCard",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timecard-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Teams",
+ "Uri": "/groups/{group-id}/team/schedule/timeCards",
+ "OutputType": "IMicrosoftGraphTimeCard",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphTimeCard",
- "Command": "Get-MgBetaGroupTeamScheduleTimeCard",
"Method": "GET",
- "Uri": "/groups/{group-id}/team/schedule/timeCards",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupTeamScheduleTimeCard",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timecard-list?view=graph-rest-1.0"
},
{
"Module": "Beta.Teams",
+ "Uri": "/groups/{group-id}/team/schedule/timeCards/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupTeamScheduleTimeCardCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/team/schedule/timeCards/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupTeamScheduleTimeCardCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Teams",
+ "Uri": "/groups/{group-id}/team/schedule/timesOff/{timeOff-id}",
+ "OutputType": "IMicrosoftGraphTimeOff",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTimeOff",
- "Command": "Get-MgBetaGroupTeamScheduleTimeOff",
"Method": "GET",
- "Uri": "/groups/{group-id}/team/schedule/timesOff/{timeOff-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupTeamScheduleTimeOff",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timeoff-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Teams",
+ "Uri": "/groups/{group-id}/team/schedule/timesOff",
+ "OutputType": "IMicrosoftGraphTimeOff",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphTimeOff",
- "Command": "Get-MgBetaGroupTeamScheduleTimeOff",
"Method": "GET",
- "Uri": "/groups/{group-id}/team/schedule/timesOff",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupTeamScheduleTimeOff",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schedule-list-timesoff?view=graph-rest-1.0"
},
{
"Module": "Beta.Teams",
+ "Uri": "/groups/{group-id}/team/schedule/timesOff/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupTeamScheduleTimeOffCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/team/schedule/timesOff/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupTeamScheduleTimeOffCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Teams",
+ "Uri": "/groups/{group-id}/team/schedule/timeOffReasons/{timeOffReason-id}",
+ "OutputType": "IMicrosoftGraphTimeOffReason",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTimeOffReason",
- "Command": "Get-MgBetaGroupTeamScheduleTimeOffReason",
"Method": "GET",
- "Uri": "/groups/{group-id}/team/schedule/timeOffReasons/{timeOffReason-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupTeamScheduleTimeOffReason",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timeoffreason-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Teams",
+ "Uri": "/groups/{group-id}/team/schedule/timeOffReasons",
+ "OutputType": "IMicrosoftGraphTimeOffReason",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphTimeOffReason",
- "Command": "Get-MgBetaGroupTeamScheduleTimeOffReason",
"Method": "GET",
- "Uri": "/groups/{group-id}/team/schedule/timeOffReasons",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupTeamScheduleTimeOffReason",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schedule-list-timeoffreasons?view=graph-rest-1.0"
},
{
"Module": "Beta.Teams",
+ "Uri": "/groups/{group-id}/team/schedule/timeOffReasons/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupTeamScheduleTimeOffReasonCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/team/schedule/timeOffReasons/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupTeamScheduleTimeOffReasonCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Teams",
+ "Uri": "/groups/{group-id}/team/schedule/timeOffRequests/{timeOffRequest-id}",
+ "OutputType": "IMicrosoftGraphTimeOffRequest",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTimeOffRequest",
- "Command": "Get-MgBetaGroupTeamScheduleTimeOffRequest",
"Method": "GET",
- "Uri": "/groups/{group-id}/team/schedule/timeOffRequests/{timeOffRequest-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupTeamScheduleTimeOffRequest",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timeoffrequest-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Teams",
+ "Uri": "/groups/{group-id}/team/schedule/timeOffRequests",
+ "OutputType": "IMicrosoftGraphTimeOffRequest",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphTimeOffRequest",
- "Command": "Get-MgBetaGroupTeamScheduleTimeOffRequest",
"Method": "GET",
- "Uri": "/groups/{group-id}/team/schedule/timeOffRequests",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupTeamScheduleTimeOffRequest",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timeoffrequest-list?view=graph-rest-1.0"
},
{
"Module": "Beta.Teams",
+ "Uri": "/groups/{group-id}/team/schedule/timeOffRequests/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupTeamScheduleTimeOffRequestCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/team/schedule/timeOffRequests/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupTeamScheduleTimeOffRequestCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Teams",
+ "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}",
+ "OutputType": "IMicrosoftGraphTeamworkTag",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTeamworkTag",
- "Command": "Get-MgBetaGroupTeamTag",
"Method": "GET",
- "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupTeamTag",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworktag-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Teams",
+ "Uri": "/groups/{group-id}/team/tags",
+ "OutputType": "IMicrosoftGraphTeamworkTag",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphTeamworkTag",
- "Command": "Get-MgBetaGroupTeamTag",
"Method": "GET",
- "Uri": "/groups/{group-id}/team/tags",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupTeamTag",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworktag-list?view=graph-rest-1.0"
},
{
"Module": "Beta.Teams",
+ "Uri": "/groups/{group-id}/team/tags/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupTeamTagCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/team/tags/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupTeamTagCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Teams",
+ "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}/members/{teamworkTagMember-id}",
+ "OutputType": "IMicrosoftGraphTeamworkTagMember",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTeamworkTagMember",
- "Command": "Get-MgBetaGroupTeamTagMember",
"Method": "GET",
- "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}/members/{teamworkTagMember-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupTeamTagMember",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworktagmember-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Teams",
+ "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}/members",
+ "OutputType": "IMicrosoftGraphTeamworkTagMember",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphTeamworkTagMember",
- "Command": "Get-MgBetaGroupTeamTagMember",
"Method": "GET",
- "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}/members",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupTeamTagMember",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworktagmember-list?view=graph-rest-1.0"
},
{
"Module": "Beta.Teams",
+ "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}/members/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupTeamTagMemberCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}/members/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupTeamTagMemberCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Teams",
+ "Uri": "/groups/{group-id}/team/template",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupTeamTemplate",
"Method": "GET",
- "Uri": "/groups/{group-id}/team/template",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupTeamTemplate",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Teams",
+ "Uri": "/groups/{group-id}/team/templateDefinition",
+ "OutputType": "IMicrosoftGraphTeamTemplateDefinition",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTeamTemplateDefinition",
- "Command": "Get-MgBetaGroupTeamTemplateDefinition",
"Method": "GET",
- "Uri": "/groups/{group-id}/team/templateDefinition",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupTeamTemplateDefinition",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Groups",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphConversationThread",
- "Command": "Get-MgBetaGroupThread",
- "Method": "GET",
"Uri": "/groups/{group-id}/threads/{conversationThread-id}",
+ "OutputType": "IMicrosoftGraphConversationThread",
"ApiVersion": "beta",
"Permissions": [
{
@@ -108412,17 +113031,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Groups",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphConversationThread",
- "Command": "Get-MgBetaGroupThread",
"Method": "GET",
+ "Command": "Get-MgBetaGroupThread",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-get-thread?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Groups",
"Uri": "/groups/{group-id}/threads",
+ "OutputType": "IMicrosoftGraphConversationThread",
"ApiVersion": "beta",
"Permissions": [
{
@@ -108457,18 +113078,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Groups",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupThreadCount",
"Method": "GET",
+ "Command": "Get-MgBetaGroupThread",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-threads?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Groups",
"Uri": "/groups/{group-id}/threads/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -108503,20 +113124,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Groups",
+ ],
"Variants": [
"Get",
- "Get1",
- "GetViaIdentity",
- "GetViaIdentity1"
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphPost",
- "Command": "Get-MgBetaGroupThreadPost",
"Method": "GET",
+ "Command": "Get-MgBetaGroupThreadCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Groups",
"Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}",
+ "OutputType": "IMicrosoftGraphPost",
"ApiVersion": "beta",
"Permissions": [
{
@@ -108551,17 +113171,21 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Groups",
+ ],
"Variants": [
- "List"
+ "Get",
+ "Get1",
+ "GetViaIdentity",
+ "GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphPost",
- "Command": "Get-MgBetaGroupThreadPost",
"Method": "GET",
+ "Command": "Get-MgBetaGroupThreadPost",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/post-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Groups",
"Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts",
+ "OutputType": "IMicrosoftGraphPost",
"ApiVersion": "beta",
"Permissions": [
{
@@ -108596,30 +113220,32 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaGroupThreadPost",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversationthread-list-posts?view=graph-rest-1.0"
},
{
"Module": "Beta.Groups",
+ "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/{attachment-id}",
+ "OutputType": "IMicrosoftGraphAttachment",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAttachment",
- "Command": "Get-MgBetaGroupThreadPostAttachment",
"Method": "GET",
- "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/{attachment-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupThreadPostAttachment",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Groups",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphAttachment",
- "Command": "Get-MgBetaGroupThreadPostAttachment",
- "Method": "GET",
"Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments",
+ "OutputType": "IMicrosoftGraphAttachment",
"ApiVersion": "beta",
"Permissions": [
{
@@ -108654,18 +113280,18 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Groups",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupThreadPostAttachmentCount",
"Method": "GET",
+ "Command": "Get-MgBetaGroupThreadPostAttachment",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/post-list-attachments?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Groups",
"Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -108700,18 +113326,19 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Groups",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupThreadPostCount",
"Method": "GET",
+ "Command": "Get-MgBetaGroupThreadPostAttachmentCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Groups",
"Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -108746,220 +113373,238 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaGroupThreadPostCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Groups",
+ "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupThreadPostExtension",
"Method": "GET",
- "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupThreadPostExtension",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/opentypeextension-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Groups",
+ "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions",
+ "OutputType": "IMicrosoftGraphExtension",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphExtension",
- "Command": "Get-MgBetaGroupThreadPostExtension",
"Method": "GET",
- "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupThreadPostExtension",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Groups",
+ "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupThreadPostExtensionCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupThreadPostExtensionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Groups",
+ "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/{attachment-id}",
+ "OutputType": "IMicrosoftGraphAttachment",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAttachment",
- "Command": "Get-MgBetaGroupThreadPostInReplyToAttachment",
"Method": "GET",
- "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/{attachment-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupThreadPostInReplyToAttachment",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Groups",
+ "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments",
+ "OutputType": "IMicrosoftGraphAttachment",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphAttachment",
- "Command": "Get-MgBetaGroupThreadPostInReplyToAttachment",
"Method": "GET",
- "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupThreadPostInReplyToAttachment",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/post-list-attachments?view=graph-rest-1.0"
},
{
"Module": "Beta.Groups",
+ "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupThreadPostInReplyToAttachmentCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupThreadPostInReplyToAttachmentCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Groups",
+ "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupThreadPostInReplyToExtension",
"Method": "GET",
- "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupThreadPostInReplyToExtension",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/opentypeextension-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Groups",
+ "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions",
+ "OutputType": "IMicrosoftGraphExtension",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphExtension",
- "Command": "Get-MgBetaGroupThreadPostInReplyToExtension",
"Method": "GET",
- "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupThreadPostInReplyToExtension",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Groups",
+ "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupThreadPostInReplyToExtensionCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupThreadPostInReplyToExtensionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Groups",
+ "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/mentions/{mention-id}",
+ "OutputType": "IMicrosoftGraphMention",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMention",
- "Command": "Get-MgBetaGroupThreadPostInReplyToMention",
"Method": "GET",
- "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/mentions/{mention-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupThreadPostInReplyToMention",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Groups",
+ "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/mentions",
+ "OutputType": "IMicrosoftGraphMention",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphMention",
- "Command": "Get-MgBetaGroupThreadPostInReplyToMention",
"Method": "GET",
- "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/mentions",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupThreadPostInReplyToMention",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Groups",
+ "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/mentions/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupThreadPostInReplyToMentionCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/mentions/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupThreadPostInReplyToMentionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Groups",
+ "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/mentions/{mention-id}",
+ "OutputType": "IMicrosoftGraphMention",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMention",
- "Command": "Get-MgBetaGroupThreadPostMention",
"Method": "GET",
- "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/mentions/{mention-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupThreadPostMention",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Groups",
+ "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/mentions",
+ "OutputType": "IMicrosoftGraphMention",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphMention",
- "Command": "Get-MgBetaGroupThreadPostMention",
"Method": "GET",
- "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/mentions",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupThreadPostMention",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Groups",
+ "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/mentions/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupThreadPostMentionCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/mentions/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupThreadPostMentionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Groups",
+ "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgBetaGroupTransitiveMember",
"Method": "GET",
- "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupTransitiveMember",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Groups",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgBetaGroupTransitiveMember",
- "Method": "GET",
"Uri": "/groups/{group-id}/transitiveMembers",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
"ApiVersion": "beta",
"Permissions": [
{
@@ -109002,168 +113647,180 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaGroupTransitiveMember",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-transitivemembers?view=graph-rest-1.0"
},
{
"Module": "Beta.Groups",
+ "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}/application",
+ "OutputType": "IMicrosoftGraphApplication",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphApplication",
- "Command": "Get-MgBetaGroupTransitiveMemberAsApplication",
"Method": "GET",
- "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}/application",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupTransitiveMemberAsApplication",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Groups",
+ "Uri": "/groups/{group-id}/transitiveMembers/application",
+ "OutputType": "IMicrosoftGraphApplication",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphApplication",
- "Command": "Get-MgBetaGroupTransitiveMemberAsApplication",
"Method": "GET",
- "Uri": "/groups/{group-id}/transitiveMembers/application",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupTransitiveMemberAsApplication",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Groups",
+ "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}/device",
+ "OutputType": "IMicrosoftGraphDevice",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDevice",
- "Command": "Get-MgBetaGroupTransitiveMemberAsDevice",
"Method": "GET",
- "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}/device",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupTransitiveMemberAsDevice",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Groups",
+ "Uri": "/groups/{group-id}/transitiveMembers/device",
+ "OutputType": "IMicrosoftGraphDevice",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphDevice",
- "Command": "Get-MgBetaGroupTransitiveMemberAsDevice",
"Method": "GET",
- "Uri": "/groups/{group-id}/transitiveMembers/device",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupTransitiveMemberAsDevice",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Groups",
+ "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}/group",
+ "OutputType": "IMicrosoftGraphGroup",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphGroup",
- "Command": "Get-MgBetaGroupTransitiveMemberAsGroup",
"Method": "GET",
- "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}/group",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupTransitiveMemberAsGroup",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Groups",
+ "Uri": "/groups/{group-id}/transitiveMembers/group",
+ "OutputType": "IMicrosoftGraphGroup",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphGroup",
- "Command": "Get-MgBetaGroupTransitiveMemberAsGroup",
"Method": "GET",
- "Uri": "/groups/{group-id}/transitiveMembers/group",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupTransitiveMemberAsGroup",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Groups",
+ "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}/orgContact",
+ "OutputType": "IMicrosoftGraphOrgContact",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphOrgContact",
- "Command": "Get-MgBetaGroupTransitiveMemberAsOrgContact",
"Method": "GET",
- "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}/orgContact",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupTransitiveMemberAsOrgContact",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Groups",
+ "Uri": "/groups/{group-id}/transitiveMembers/orgContact",
+ "OutputType": "IMicrosoftGraphOrgContact",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphOrgContact",
- "Command": "Get-MgBetaGroupTransitiveMemberAsOrgContact",
"Method": "GET",
- "Uri": "/groups/{group-id}/transitiveMembers/orgContact",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupTransitiveMemberAsOrgContact",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Groups",
+ "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}/servicePrincipal",
+ "OutputType": "IMicrosoftGraphServicePrincipal",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphServicePrincipal",
- "Command": "Get-MgBetaGroupTransitiveMemberAsServicePrincipal",
"Method": "GET",
- "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}/servicePrincipal",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupTransitiveMemberAsServicePrincipal",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Groups",
+ "Uri": "/groups/{group-id}/transitiveMembers/servicePrincipal",
+ "OutputType": "IMicrosoftGraphServicePrincipal",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphServicePrincipal",
- "Command": "Get-MgBetaGroupTransitiveMemberAsServicePrincipal",
"Method": "GET",
- "Uri": "/groups/{group-id}/transitiveMembers/servicePrincipal",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupTransitiveMemberAsServicePrincipal",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Groups",
+ "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}/user",
+ "OutputType": "IMicrosoftGraphUser",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUser",
- "Command": "Get-MgBetaGroupTransitiveMemberAsUser",
"Method": "GET",
- "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}/user",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupTransitiveMemberAsUser",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Groups",
+ "Uri": "/groups/{group-id}/transitiveMembers/user",
+ "OutputType": "IMicrosoftGraphUser",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphUser",
- "Command": "Get-MgBetaGroupTransitiveMemberAsUser",
"Method": "GET",
- "Uri": "/groups/{group-id}/transitiveMembers/user",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupTransitiveMemberAsUser",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Groups",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": null,
- "Command": "Get-MgBetaGroupTransitiveMemberCount",
- "Method": "GET",
"Uri": "/groups/{group-id}/transitiveMembers/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -109206,108 +113863,117 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Groups",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupTransitiveMemberCountAsApplication",
"Method": "GET",
- "Uri": "/groups/{group-id}/transitiveMembers/application/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupTransitiveMemberCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Groups",
+ "Uri": "/groups/{group-id}/transitiveMembers/application/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupTransitiveMemberCountAsDevice",
"Method": "GET",
- "Uri": "/groups/{group-id}/transitiveMembers/device/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupTransitiveMemberCountAsApplication",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Groups",
+ "Uri": "/groups/{group-id}/transitiveMembers/device/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupTransitiveMemberCountAsGroup",
"Method": "GET",
- "Uri": "/groups/{group-id}/transitiveMembers/group/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupTransitiveMemberCountAsDevice",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Groups",
+ "Uri": "/groups/{group-id}/transitiveMembers/group/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupTransitiveMemberCountAsOrgContact",
"Method": "GET",
- "Uri": "/groups/{group-id}/transitiveMembers/orgContact/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupTransitiveMemberCountAsGroup",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Groups",
+ "Uri": "/groups/{group-id}/transitiveMembers/orgContact/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupTransitiveMemberCountAsServicePrincipal",
"Method": "GET",
- "Uri": "/groups/{group-id}/transitiveMembers/servicePrincipal/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupTransitiveMemberCountAsOrgContact",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Groups",
+ "Uri": "/groups/{group-id}/transitiveMembers/servicePrincipal/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupTransitiveMemberCountAsUser",
"Method": "GET",
- "Uri": "/groups/{group-id}/transitiveMembers/user/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupTransitiveMemberCountAsServicePrincipal",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Groups",
+ "Uri": "/groups/{group-id}/transitiveMembers/user/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgBetaGroupTransitiveMemberOf",
"Method": "GET",
- "Uri": "/groups/{group-id}/transitiveMemberOf/{directoryObject-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupTransitiveMemberCountAsUser",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Groups",
+ "Uri": "/groups/{group-id}/transitiveMemberOf/{directoryObject-id}",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgBetaGroupTransitiveMemberOf",
"Method": "GET",
+ "Command": "Get-MgBetaGroupTransitiveMemberOf",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Groups",
"Uri": "/groups/{group-id}/transitiveMemberOf",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
"ApiVersion": "beta",
"Permissions": [
{
@@ -109342,68 +114008,72 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaGroupTransitiveMemberOf",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-transitivememberof?view=graph-rest-1.0"
},
{
"Module": "Beta.Groups",
+ "Uri": "/groups/{group-id}/transitiveMemberOf/{directoryObject-id}/administrativeUnit",
+ "OutputType": "IMicrosoftGraphAdministrativeUnit",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAdministrativeUnit",
- "Command": "Get-MgBetaGroupTransitiveMemberOfAsAdministrativeUnit",
"Method": "GET",
- "Uri": "/groups/{group-id}/transitiveMemberOf/{directoryObject-id}/administrativeUnit",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupTransitiveMemberOfAsAdministrativeUnit",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Groups",
+ "Uri": "/groups/{group-id}/transitiveMemberOf/administrativeUnit",
+ "OutputType": "IMicrosoftGraphAdministrativeUnit",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphAdministrativeUnit",
- "Command": "Get-MgBetaGroupTransitiveMemberOfAsAdministrativeUnit",
"Method": "GET",
- "Uri": "/groups/{group-id}/transitiveMemberOf/administrativeUnit",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupTransitiveMemberOfAsAdministrativeUnit",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Groups",
+ "Uri": "/groups/{group-id}/transitiveMemberOf/{directoryObject-id}/group",
+ "OutputType": "IMicrosoftGraphGroup",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphGroup",
- "Command": "Get-MgBetaGroupTransitiveMemberOfAsGroup",
"Method": "GET",
- "Uri": "/groups/{group-id}/transitiveMemberOf/{directoryObject-id}/group",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupTransitiveMemberOfAsGroup",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Groups",
+ "Uri": "/groups/{group-id}/transitiveMemberOf/group",
+ "OutputType": "IMicrosoftGraphGroup",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphGroup",
- "Command": "Get-MgBetaGroupTransitiveMemberOfAsGroup",
"Method": "GET",
- "Uri": "/groups/{group-id}/transitiveMemberOf/group",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupTransitiveMemberOfAsGroup",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Groups",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": null,
- "Command": "Get-MgBetaGroupTransitiveMemberOfCount",
- "Method": "GET",
"Uri": "/groups/{group-id}/transitiveMemberOf/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -109438,94 +114108,101 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaGroupTransitiveMemberOfCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Groups",
+ "Uri": "/groups/{group-id}/transitiveMemberOf/administrativeUnit/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupTransitiveMemberOfCountAsAdministrativeUnit",
"Method": "GET",
- "Uri": "/groups/{group-id}/transitiveMemberOf/administrativeUnit/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupTransitiveMemberOfCountAsAdministrativeUnit",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Groups",
+ "Uri": "/groups/{group-id}/transitiveMemberOf/group/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaGroupTransitiveMemberOfCountAsGroup",
"Method": "GET",
- "Uri": "/groups/{group-id}/transitiveMemberOf/group/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupTransitiveMemberOfCountAsGroup",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Groups",
+ "Uri": "/groups/getUserOwnedObjects",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetExpanded"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgBetaGroupUserOwnedObject",
"Method": "POST",
- "Uri": "/groups/getUserOwnedObjects",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaGroupUserOwnedObject",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-1.0"
},
{
"Module": "Beta.Identity.SignIns",
+ "Uri": "/identity/apiConnectors/{identityApiConnector-id}",
+ "OutputType": "IMicrosoftGraphIdentityApiConnector",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphIdentityApiConnector",
- "Command": "Get-MgBetaIdentityApiConnector",
"Method": "GET",
- "Uri": "/identity/apiConnectors/{identityApiConnector-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityApiConnector",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityapiconnector-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Identity.SignIns",
+ "Uri": "/identity/apiConnectors",
+ "OutputType": "IMicrosoftGraphIdentityApiConnector",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphIdentityApiConnector",
- "Command": "Get-MgBetaIdentityApiConnector",
"Method": "GET",
- "Uri": "/identity/apiConnectors",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityApiConnector",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityapiconnector-list?view=graph-rest-1.0"
},
{
"Module": "Beta.Identity.SignIns",
+ "Uri": "/identity/apiConnectors/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgBetaIdentityApiConnectorCount",
"Method": "GET",
- "Uri": "/identity/apiConnectors/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityApiConnectorCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.SignIns",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphAuthenticationEventsFlow",
- "Command": "Get-MgBetaIdentityAuthenticationEventFlow",
- "Method": "GET",
"Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}",
+ "OutputType": "IMicrosoftGraphAuthenticationEventsFlow",
"ApiVersion": "beta",
"Permissions": [
{
@@ -109544,17 +114221,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.SignIns",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAuthenticationEventsFlow",
- "Command": "Get-MgBetaIdentityAuthenticationEventFlow",
"Method": "GET",
+ "Command": "Get-MgBetaIdentityAuthenticationEventFlow",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationeventsflow-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.SignIns",
"Uri": "/identity/authenticationEventsFlows",
+ "OutputType": "IMicrosoftGraphAuthenticationEventsFlow",
"ApiVersion": "beta",
"Permissions": [
{
@@ -109573,30 +114252,32 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaIdentityAuthenticationEventFlow",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitycontainer-list-authenticationeventsflows?view=graph-rest-1.0"
},
{
"Module": "Beta.Identity.SignIns",
+ "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow",
+ "OutputType": "IMicrosoftGraphExternalUsersSelfServiceSignUpEventsFlow",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphExternalUsersSelfServiceSignUpEventsFlow",
- "Command": "Get-MgBetaIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlow",
"Method": "GET",
- "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlow",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.SignIns",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphExternalUsersSelfServiceSignUpEventsFlow",
- "Command": "Get-MgBetaIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlow",
- "Method": "GET",
"Uri": "/identity/authenticationEventsFlows/externalUsersSelfServiceSignUpEventsFlow",
+ "OutputType": "IMicrosoftGraphExternalUsersSelfServiceSignUpEventsFlow",
"ApiVersion": "beta",
"Permissions": [
{
@@ -109615,181 +114296,195 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlow",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.SignIns",
+ "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/conditions",
+ "OutputType": "IMicrosoftGraphAuthenticationConditionsApplications",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAuthenticationConditionsApplications",
- "Command": "Get-MgBetaIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowCondition",
"Method": "GET",
- "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/conditions",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowCondition",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.SignIns",
+ "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/conditions/applications/includeApplications/{authenticationConditionApplication-appId}",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowIncludeApplication",
"Method": "GET",
- "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/conditions/applications/includeApplications/{authenticationConditionApplication-appId}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowIncludeApplication",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.SignIns",
+ "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/conditions/applications/includeApplications",
+ "OutputType": "IMicrosoftGraphAuthenticationConditionApplication",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphAuthenticationConditionApplication",
- "Command": "Get-MgBetaIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowIncludeApplication",
"Method": "GET",
- "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/conditions/applications/includeApplications",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowIncludeApplication",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.SignIns",
+ "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/conditions/applications/includeApplications/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowIncludeApplicationCount",
"Method": "GET",
- "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/conditions/applications/includeApplications/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowIncludeApplicationCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.SignIns",
+ "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAttributeCollection",
+ "OutputType": "IMicrosoftGraphOnAttributeCollectionHandler",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphOnAttributeCollectionHandler",
- "Command": "Get-MgBetaIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowOnAttributeCollection",
"Method": "GET",
- "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAttributeCollection",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowOnAttributeCollection",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.SignIns",
+ "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAuthenticationMethodLoadStart",
+ "OutputType": "IMicrosoftGraphOnAuthenticationMethodLoadStartHandler",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphOnAuthenticationMethodLoadStartHandler",
- "Command": "Get-MgBetaIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowOnAuthenticationMethodLoadStart",
"Method": "GET",
- "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAuthenticationMethodLoadStart",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowOnAuthenticationMethodLoadStart",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.SignIns",
+ "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAttributeCollection/onAttributeCollectionExternalUsersSelfServiceSignUp/attributes",
+ "OutputType": "IMicrosoftGraphIdentityUserFlowAttribute",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphIdentityUserFlowAttribute",
- "Command": "Get-MgBetaIdentityAuthenticationEventFlowAsOnAttributeCollectionExternalUserSelfServiceSignUpAttribute",
"Method": "GET",
- "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAttributeCollection/onAttributeCollectionExternalUsersSelfServiceSignUp/attributes",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityAuthenticationEventFlowAsOnAttributeCollectionExternalUserSelfServiceSignUpAttribute",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.SignIns",
+ "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAttributeCollection/onAttributeCollectionExternalUsersSelfServiceSignUp/attributes/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaIdentityAuthenticationEventFlowAsOnAttributeCollectionExternalUserSelfServiceSignUpAttributeCount",
"Method": "GET",
- "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAttributeCollection/onAttributeCollectionExternalUsersSelfServiceSignUp/attributes/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityAuthenticationEventFlowAsOnAttributeCollectionExternalUserSelfServiceSignUpAttributeCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.SignIns",
+ "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAuthenticationMethodLoadStart/onAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp/identityProviders",
+ "OutputType": "IMicrosoftGraphIdentityProviderBase",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphIdentityProviderBase",
- "Command": "Get-MgBetaIdentityAuthenticationEventFlowAsOnAuthenticationMethodLoadStartExternalUserSelfServiceSignUpIdentityProvider",
"Method": "GET",
- "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAuthenticationMethodLoadStart/onAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp/identityProviders",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityAuthenticationEventFlowAsOnAuthenticationMethodLoadStartExternalUserSelfServiceSignUpIdentityProvider",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.SignIns",
+ "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAuthenticationMethodLoadStart/onAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp/identityProviders/$ref",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": null,
- "Command": "Get-MgBetaIdentityAuthenticationEventFlowAsOnAuthenticationMethodLoadStartExternalUserSelfServiceSignUpIdentityProviderByRef",
"Method": "GET",
- "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAuthenticationMethodLoadStart/onAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp/identityProviders/$ref",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityAuthenticationEventFlowAsOnAuthenticationMethodLoadStartExternalUserSelfServiceSignUpIdentityProviderByRef",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.SignIns",
+ "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAuthenticationMethodLoadStart/onAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp/identityProviders/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaIdentityAuthenticationEventFlowAsOnAuthenticationMethodLoadStartExternalUserSelfServiceSignUpIdentityProviderCount",
"Method": "GET",
- "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAuthenticationMethodLoadStart/onAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp/identityProviders/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityAuthenticationEventFlowAsOnAuthenticationMethodLoadStartExternalUserSelfServiceSignUpIdentityProviderCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.SignIns",
+ "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAttributeCollection/onAttributeCollectionExternalUsersSelfServiceSignUp/attributes/$ref",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": null,
- "Command": "Get-MgBetaIdentityAuthenticationEventFlowAsOnGraphAPretributeCollectionExternalUserSelfServiceSignUpAttributeByRef",
"Method": "GET",
- "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAttributeCollection/onAttributeCollectionExternalUsersSelfServiceSignUp/attributes/$ref",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityAuthenticationEventFlowAsOnGraphAPretributeCollectionExternalUserSelfServiceSignUpAttributeByRef",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.SignIns",
+ "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/conditions",
+ "OutputType": "IMicrosoftGraphAuthenticationConditionsApplications",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAuthenticationConditionsApplications",
- "Command": "Get-MgBetaIdentityAuthenticationEventFlowCondition",
"Method": "GET",
- "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/conditions",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityAuthenticationEventFlowCondition",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.SignIns",
- "Variants": [
- "Get"
- ],
- "OutputType": null,
- "Command": "Get-MgBetaIdentityAuthenticationEventFlowCount",
- "Method": "GET",
"Uri": "/identity/authenticationEventsFlows/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -109808,17 +114503,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.SignIns",
+ ],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgBetaIdentityAuthenticationEventFlowCountAsExternalUserSelfServiceSignUpEventFlow",
"Method": "GET",
+ "Command": "Get-MgBetaIdentityAuthenticationEventFlowCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Identity.SignIns",
"Uri": "/identity/authenticationEventsFlows/externalUsersSelfServiceSignUpEventsFlow/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -109837,30 +114533,32 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaIdentityAuthenticationEventFlowCountAsExternalUserSelfServiceSignUpEventFlow",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.SignIns",
+ "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/conditions/applications/includeApplications/{authenticationConditionApplication-appId}",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaIdentityAuthenticationEventFlowIncludeApplication",
"Method": "GET",
- "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/conditions/applications/includeApplications/{authenticationConditionApplication-appId}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityAuthenticationEventFlowIncludeApplication",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.SignIns",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphAuthenticationConditionApplication",
- "Command": "Get-MgBetaIdentityAuthenticationEventFlowIncludeApplication",
- "Method": "GET",
"Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/conditions/applications/includeApplications",
+ "OutputType": "IMicrosoftGraphAuthenticationConditionApplication",
"ApiVersion": "beta",
"Permissions": [
{
@@ -109879,18 +114577,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.SignIns",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaIdentityAuthenticationEventFlowIncludeApplicationCount",
"Method": "GET",
+ "Command": "Get-MgBetaIdentityAuthenticationEventFlowIncludeApplication",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Identity.SignIns",
"Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/conditions/applications/includeApplications/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -109909,44 +114607,47 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.SignIns",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaIdentityAuthenticationEventFlowOnAttributeCollectionAsOnAttributeCollectionExternalUserSelfServiceSignUp",
"Method": "GET",
- "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAttributeCollection/onAttributeCollectionExternalUsersSelfServiceSignUp",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityAuthenticationEventFlowIncludeApplicationCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.SignIns",
+ "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAttributeCollection/onAttributeCollectionExternalUsersSelfServiceSignUp",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaIdentityAuthenticationEventFlowOnAuthenticationMethodLoadStartAsOnAuthenticationMethodLoadStartExternalUserSelfServiceSignUp",
"Method": "GET",
- "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAuthenticationMethodLoadStart/onAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityAuthenticationEventFlowOnAttributeCollectionAsOnAttributeCollectionExternalUserSelfServiceSignUp",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.SignIns",
+ "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAuthenticationMethodLoadStart/onAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAuthenticationEventListener",
- "Command": "Get-MgBetaIdentityAuthenticationEventListener",
"Method": "GET",
+ "Command": "Get-MgBetaIdentityAuthenticationEventFlowOnAuthenticationMethodLoadStartAsOnAuthenticationMethodLoadStartExternalUserSelfServiceSignUp",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Identity.SignIns",
"Uri": "/identity/authenticationEventListeners/{authenticationEventListener-id}",
+ "OutputType": "IMicrosoftGraphAuthenticationEventListener",
"ApiVersion": "beta",
"Permissions": [
{
@@ -109965,17 +114666,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.SignIns",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAuthenticationEventListener",
- "Command": "Get-MgBetaIdentityAuthenticationEventListener",
"Method": "GET",
+ "Command": "Get-MgBetaIdentityAuthenticationEventListener",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Identity.SignIns",
"Uri": "/identity/authenticationEventListeners",
+ "OutputType": "IMicrosoftGraphAuthenticationEventListener",
"ApiVersion": "beta",
"Permissions": [
{
@@ -109994,17 +114697,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.SignIns",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaIdentityAuthenticationEventListenerCount",
"Method": "GET",
+ "Command": "Get-MgBetaIdentityAuthenticationEventListener",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitycontainer-list-authenticationeventlisteners?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.SignIns",
"Uri": "/identity/authenticationEventListeners/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -110023,18 +114727,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.SignIns",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphB2CIdentityUserFlow",
- "Command": "Get-MgBetaIdentityB2CUserFlow",
"Method": "GET",
+ "Command": "Get-MgBetaIdentityAuthenticationEventListenerCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Identity.SignIns",
"Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}",
+ "OutputType": "IMicrosoftGraphB2CIdentityUserFlow",
"ApiVersion": "beta",
"Permissions": [
{
@@ -110053,17 +114757,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.SignIns",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphB2CIdentityUserFlow",
- "Command": "Get-MgBetaIdentityB2CUserFlow",
"Method": "GET",
+ "Command": "Get-MgBetaIdentityB2CUserFlow",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/b2cidentityuserflow-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.SignIns",
"Uri": "/identity/b2cUserFlows",
+ "OutputType": "IMicrosoftGraphB2CIdentityUserFlow",
"ApiVersion": "beta",
"Permissions": [
{
@@ -110082,17 +114788,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.SignIns",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaIdentityB2CUserFlowCount",
"Method": "GET",
+ "Command": "Get-MgBetaIdentityB2CUserFlow",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitycontainer-list-b2cuserflows?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.SignIns",
"Uri": "/identity/b2cUserFlows/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -110111,71 +114818,75 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaIdentityB2CUserFlowCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.SignIns",
+ "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/userFlowIdentityProviders/{identityProviderBase-id}",
+ "OutputType": "IMicrosoftGraphIdentityProviderBase",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphIdentityProviderBase",
- "Command": "Get-MgBetaIdentityB2CUserFlowIdentityProvider",
"Method": "GET",
- "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/userFlowIdentityProviders/{identityProviderBase-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityB2CUserFlowIdentityProvider",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.SignIns",
+ "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/identityProviders",
+ "OutputType": "IMicrosoftGraphIdentityProvider",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List",
"List1"
],
- "OutputType": "IMicrosoftGraphIdentityProvider",
- "Command": "Get-MgBetaIdentityB2CUserFlowIdentityProvider",
"Method": "GET",
- "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/identityProviders",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityB2CUserFlowIdentityProvider",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/b2cidentityuserflow-list-identityproviders?view=graph-rest-1.0"
},
{
"Module": "Beta.Identity.SignIns",
+ "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/identityProviders/$ref",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": null,
- "Command": "Get-MgBetaIdentityB2CUserFlowIdentityProviderByRef",
"Method": "GET",
- "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/identityProviders/$ref",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityB2CUserFlowIdentityProviderByRef",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/b2cidentityuserflow-list-identityproviders?view=graph-rest-1.0"
},
{
"Module": "Beta.Identity.SignIns",
+ "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/identityProviders/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": null,
- "Command": "Get-MgBetaIdentityB2CUserFlowIdentityProviderCount",
"Method": "GET",
- "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/identityProviders/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityB2CUserFlowIdentityProviderCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.SignIns",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphUserFlowLanguageConfiguration",
- "Command": "Get-MgBetaIdentityB2CUserFlowLanguage",
- "Method": "GET",
"Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}",
+ "OutputType": "IMicrosoftGraphUserFlowLanguageConfiguration",
"ApiVersion": "beta",
"Permissions": [
{
@@ -110194,17 +114905,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.SignIns",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUserFlowLanguageConfiguration",
- "Command": "Get-MgBetaIdentityB2CUserFlowLanguage",
"Method": "GET",
+ "Command": "Get-MgBetaIdentityB2CUserFlowLanguage",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userflowlanguageconfiguration-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.SignIns",
"Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages",
+ "OutputType": "IMicrosoftGraphUserFlowLanguageConfiguration",
"ApiVersion": "beta",
"Permissions": [
{
@@ -110223,18 +114936,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.SignIns",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaIdentityB2CUserFlowLanguageCount",
"Method": "GET",
+ "Command": "Get-MgBetaIdentityB2CUserFlowLanguage",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/b2cidentityuserflow-list-languages?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.SignIns",
"Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -110253,18 +114966,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.SignIns",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaIdentityB2CUserFlowLanguageDefaultPage",
"Method": "GET",
+ "Command": "Get-MgBetaIdentityB2CUserFlowLanguageCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Identity.SignIns",
"Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -110283,17 +114997,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.SignIns",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUserFlowLanguagePage",
- "Command": "Get-MgBetaIdentityB2CUserFlowLanguageDefaultPage",
"Method": "GET",
+ "Command": "Get-MgBetaIdentityB2CUserFlowLanguageDefaultPage",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Identity.SignIns",
"Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages",
+ "OutputType": "IMicrosoftGraphUserFlowLanguagePage",
"ApiVersion": "beta",
"Permissions": [
{
@@ -110312,18 +115028,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.SignIns",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaIdentityB2CUserFlowLanguageDefaultPageContent",
"Method": "GET",
+ "Command": "Get-MgBetaIdentityB2CUserFlowLanguageDefaultPage",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userflowlanguageconfiguration-list-defaultpages?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.SignIns",
"Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}/$value",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -110342,18 +115058,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.SignIns",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaIdentityB2CUserFlowLanguageDefaultPageCount",
"Method": "GET",
+ "Command": "Get-MgBetaIdentityB2CUserFlowLanguageDefaultPageContent",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userflowlanguageconfiguration-list-defaultpages?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.SignIns",
"Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -110372,18 +115089,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.SignIns",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaIdentityB2CUserFlowLanguageOverridePage",
"Method": "GET",
+ "Command": "Get-MgBetaIdentityB2CUserFlowLanguageDefaultPageCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Identity.SignIns",
"Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -110402,17 +115120,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.SignIns",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUserFlowLanguagePage",
- "Command": "Get-MgBetaIdentityB2CUserFlowLanguageOverridePage",
"Method": "GET",
+ "Command": "Get-MgBetaIdentityB2CUserFlowLanguageOverridePage",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Identity.SignIns",
"Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages",
+ "OutputType": "IMicrosoftGraphUserFlowLanguagePage",
"ApiVersion": "beta",
"Permissions": [
{
@@ -110431,18 +115151,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.SignIns",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaIdentityB2CUserFlowLanguageOverridePageContent",
"Method": "GET",
+ "Command": "Get-MgBetaIdentityB2CUserFlowLanguageOverridePage",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userflowlanguageconfiguration-list-overridespages?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.SignIns",
"Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}/$value",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -110461,18 +115181,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.SignIns",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaIdentityB2CUserFlowLanguageOverridePageCount",
"Method": "GET",
+ "Command": "Get-MgBetaIdentityB2CUserFlowLanguageOverridePageContent",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userflowlanguageconfiguration-list-overridespages?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.SignIns",
"Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -110491,18 +115212,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.SignIns",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphIdentityUserFlowAttributeAssignment",
- "Command": "Get-MgBetaIdentityB2CUserFlowUserAttributeAssignment",
"Method": "GET",
+ "Command": "Get-MgBetaIdentityB2CUserFlowLanguageOverridePageCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Identity.SignIns",
"Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}",
+ "OutputType": "IMicrosoftGraphIdentityUserFlowAttributeAssignment",
"ApiVersion": "beta",
"Permissions": [
{
@@ -110521,17 +115243,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.SignIns",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphIdentityUserFlowAttributeAssignment",
- "Command": "Get-MgBetaIdentityB2CUserFlowUserAttributeAssignment",
"Method": "GET",
+ "Command": "Get-MgBetaIdentityB2CUserFlowUserAttributeAssignment",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityuserflowattributeassignment-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.SignIns",
"Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/userAttributeAssignments",
+ "OutputType": "IMicrosoftGraphIdentityUserFlowAttributeAssignment",
"ApiVersion": "beta",
"Permissions": [
{
@@ -110550,18 +115274,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.SignIns",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaIdentityB2CUserFlowUserAttributeAssignmentCount",
"Method": "GET",
+ "Command": "Get-MgBetaIdentityB2CUserFlowUserAttributeAssignment",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/b2cidentityuserflow-list-userattributeassignments?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.SignIns",
"Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/userAttributeAssignments/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -110580,18 +115304,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.SignIns",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaIdentityB2CUserFlowUserAttributeAssignmentOrder",
"Method": "GET",
+ "Command": "Get-MgBetaIdentityB2CUserFlowUserAttributeAssignmentCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Identity.SignIns",
"Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/userAttributeAssignments/getOrder",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -110610,31 +115335,33 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.SignIns",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphIdentityUserFlowAttribute",
- "Command": "Get-MgBetaIdentityB2CUserFlowUserAttributeAssignmentUserAttribute",
"Method": "GET",
- "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}/userAttribute",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityB2CUserFlowUserAttributeAssignmentOrder",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.SignIns",
+ "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}/userAttribute",
+ "OutputType": "IMicrosoftGraphIdentityUserFlowAttribute",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphB2XIdentityUserFlow",
- "Command": "Get-MgBetaIdentityB2XUserFlow",
"Method": "GET",
+ "Command": "Get-MgBetaIdentityB2CUserFlowUserAttributeAssignmentUserAttribute",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Identity.SignIns",
"Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}",
+ "OutputType": "IMicrosoftGraphB2XIdentityUserFlow",
"ApiVersion": "beta",
"Permissions": [
{
@@ -110653,17 +115380,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.SignIns",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphB2XIdentityUserFlow",
- "Command": "Get-MgBetaIdentityB2XUserFlow",
"Method": "GET",
+ "Command": "Get-MgBetaIdentityB2XUserFlow",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/b2xidentityuserflow-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.SignIns",
"Uri": "/identity/b2xUserFlows",
+ "OutputType": "IMicrosoftGraphB2XIdentityUserFlow",
"ApiVersion": "beta",
"Permissions": [
{
@@ -110682,30 +115411,32 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaIdentityB2XUserFlow",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitycontainer-list-b2xuserflows?view=graph-rest-1.0"
},
{
"Module": "Beta.Identity.SignIns",
+ "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration",
+ "OutputType": "IMicrosoftGraphUserFlowApiConnectorConfiguration",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUserFlowApiConnectorConfiguration",
- "Command": "Get-MgBetaIdentityB2XUserFlowApiConnectorConfiguration",
"Method": "GET",
- "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityB2XUserFlowApiConnectorConfiguration",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.SignIns",
- "Variants": [
- "Get"
- ],
- "OutputType": null,
- "Command": "Get-MgBetaIdentityB2XUserFlowCount",
- "Method": "GET",
"Uri": "/identity/b2xUserFlows/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -110724,71 +115455,75 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaIdentityB2XUserFlowCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.SignIns",
+ "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/identityProviders/{identityProvider-id}",
+ "OutputType": "IMicrosoftGraphIdentityProvider",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphIdentityProvider",
- "Command": "Get-MgBetaIdentityB2XUserFlowIdentityProvider",
"Method": "GET",
- "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/identityProviders/{identityProvider-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityB2XUserFlowIdentityProvider",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.SignIns",
+ "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/identityProviders",
+ "OutputType": "IMicrosoftGraphIdentityProvider",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List",
"List1"
],
- "OutputType": "IMicrosoftGraphIdentityProvider",
- "Command": "Get-MgBetaIdentityB2XUserFlowIdentityProvider",
"Method": "GET",
- "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/identityProviders",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityB2XUserFlowIdentityProvider",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/b2xidentityuserflow-list-identityproviders?view=graph-rest-1.0"
},
{
"Module": "Beta.Identity.SignIns",
+ "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userFlowIdentityProviders/$ref",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": null,
- "Command": "Get-MgBetaIdentityB2XUserFlowIdentityProviderByRef",
"Method": "GET",
- "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userFlowIdentityProviders/$ref",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityB2XUserFlowIdentityProviderByRef",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.SignIns",
+ "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/identityProviders/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": null,
- "Command": "Get-MgBetaIdentityB2XUserFlowIdentityProviderCount",
"Method": "GET",
- "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/identityProviders/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityB2XUserFlowIdentityProviderCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.SignIns",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphUserFlowLanguageConfiguration",
- "Command": "Get-MgBetaIdentityB2XUserFlowLanguage",
- "Method": "GET",
"Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}",
+ "OutputType": "IMicrosoftGraphUserFlowLanguageConfiguration",
"ApiVersion": "beta",
"Permissions": [
{
@@ -110807,17 +115542,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.SignIns",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUserFlowLanguageConfiguration",
- "Command": "Get-MgBetaIdentityB2XUserFlowLanguage",
"Method": "GET",
+ "Command": "Get-MgBetaIdentityB2XUserFlowLanguage",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Identity.SignIns",
"Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages",
+ "OutputType": "IMicrosoftGraphUserFlowLanguageConfiguration",
"ApiVersion": "beta",
"Permissions": [
{
@@ -110836,18 +115573,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.SignIns",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaIdentityB2XUserFlowLanguageCount",
"Method": "GET",
+ "Command": "Get-MgBetaIdentityB2XUserFlowLanguage",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/b2xidentityuserflow-list-languages?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.SignIns",
"Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -110866,18 +115603,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.SignIns",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaIdentityB2XUserFlowLanguageDefaultPage",
"Method": "GET",
+ "Command": "Get-MgBetaIdentityB2XUserFlowLanguageCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Identity.SignIns",
"Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -110896,17 +115634,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.SignIns",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUserFlowLanguagePage",
- "Command": "Get-MgBetaIdentityB2XUserFlowLanguageDefaultPage",
"Method": "GET",
+ "Command": "Get-MgBetaIdentityB2XUserFlowLanguageDefaultPage",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Identity.SignIns",
"Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages",
+ "OutputType": "IMicrosoftGraphUserFlowLanguagePage",
"ApiVersion": "beta",
"Permissions": [
{
@@ -110925,18 +115665,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.SignIns",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaIdentityB2XUserFlowLanguageDefaultPageContent",
"Method": "GET",
+ "Command": "Get-MgBetaIdentityB2XUserFlowLanguageDefaultPage",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userflowlanguageconfiguration-list-defaultpages?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.SignIns",
"Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}/$value",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -110955,18 +115695,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.SignIns",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaIdentityB2XUserFlowLanguageDefaultPageCount",
"Method": "GET",
+ "Command": "Get-MgBetaIdentityB2XUserFlowLanguageDefaultPageContent",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userflowlanguageconfiguration-list-defaultpages?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.SignIns",
"Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -110985,18 +115726,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.SignIns",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaIdentityB2XUserFlowLanguageOverridePage",
"Method": "GET",
+ "Command": "Get-MgBetaIdentityB2XUserFlowLanguageDefaultPageCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Identity.SignIns",
"Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -111015,17 +115757,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.SignIns",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUserFlowLanguagePage",
- "Command": "Get-MgBetaIdentityB2XUserFlowLanguageOverridePage",
"Method": "GET",
+ "Command": "Get-MgBetaIdentityB2XUserFlowLanguageOverridePage",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Identity.SignIns",
"Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages",
+ "OutputType": "IMicrosoftGraphUserFlowLanguagePage",
"ApiVersion": "beta",
"Permissions": [
{
@@ -111044,18 +115788,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.SignIns",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaIdentityB2XUserFlowLanguageOverridePageContent",
"Method": "GET",
+ "Command": "Get-MgBetaIdentityB2XUserFlowLanguageOverridePage",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userflowlanguageconfiguration-list-overridespages?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.SignIns",
"Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}/$value",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -111074,18 +115818,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.SignIns",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaIdentityB2XUserFlowLanguageOverridePageCount",
"Method": "GET",
+ "Command": "Get-MgBetaIdentityB2XUserFlowLanguageOverridePageContent",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userflowlanguageconfiguration-list-overridespages?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.SignIns",
"Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -111104,83 +115849,89 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.SignIns",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphIdentityApiConnector",
- "Command": "Get-MgBetaIdentityB2XUserFlowPostAttributeCollection",
"Method": "GET",
- "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postAttributeCollection",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityB2XUserFlowLanguageOverridePageCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.SignIns",
+ "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postAttributeCollection",
+ "OutputType": "IMicrosoftGraphIdentityApiConnector",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaIdentityB2XUserFlowPostAttributeCollectionByRef",
"Method": "GET",
- "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postAttributeCollection/$ref",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityB2XUserFlowPostAttributeCollection",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.SignIns",
+ "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postAttributeCollection/$ref",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphIdentityApiConnector",
- "Command": "Get-MgBetaIdentityB2XUserFlowPostFederationSignup",
"Method": "GET",
- "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postFederationSignup",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityB2XUserFlowPostAttributeCollectionByRef",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.SignIns",
+ "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postFederationSignup",
+ "OutputType": "IMicrosoftGraphIdentityApiConnector",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaIdentityB2XUserFlowPostFederationSignupByRef",
"Method": "GET",
- "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postFederationSignup/$ref",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityB2XUserFlowPostFederationSignup",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.SignIns",
+ "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postFederationSignup/$ref",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphIdentityApiConnector",
- "Command": "Get-MgBetaIdentityB2XUserFlowPreTokenIssuance",
"Method": "GET",
- "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/preTokenIssuance",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityB2XUserFlowPostFederationSignupByRef",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.SignIns",
+ "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/preTokenIssuance",
+ "OutputType": "IMicrosoftGraphIdentityApiConnector",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphIdentityUserFlowAttributeAssignment",
- "Command": "Get-MgBetaIdentityB2XUserFlowUserAttributeAssignment",
"Method": "GET",
+ "Command": "Get-MgBetaIdentityB2XUserFlowPreTokenIssuance",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Identity.SignIns",
"Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}",
+ "OutputType": "IMicrosoftGraphIdentityUserFlowAttributeAssignment",
"ApiVersion": "beta",
"Permissions": [
{
@@ -111199,17 +115950,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.SignIns",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphIdentityUserFlowAttributeAssignment",
- "Command": "Get-MgBetaIdentityB2XUserFlowUserAttributeAssignment",
"Method": "GET",
+ "Command": "Get-MgBetaIdentityB2XUserFlowUserAttributeAssignment",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Identity.SignIns",
"Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments",
+ "OutputType": "IMicrosoftGraphIdentityUserFlowAttributeAssignment",
"ApiVersion": "beta",
"Permissions": [
{
@@ -111228,18 +115981,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.SignIns",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaIdentityB2XUserFlowUserAttributeAssignmentCount",
"Method": "GET",
+ "Command": "Get-MgBetaIdentityB2XUserFlowUserAttributeAssignment",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/b2xidentityuserflow-list-userattributeassignments?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.SignIns",
"Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -111258,18 +116011,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.SignIns",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaIdentityB2XUserFlowUserAttributeAssignmentOrder",
"Method": "GET",
+ "Command": "Get-MgBetaIdentityB2XUserFlowUserAttributeAssignmentCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Identity.SignIns",
"Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/getOrder",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -111288,43 +116042,47 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.SignIns",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphIdentityUserFlowAttribute",
- "Command": "Get-MgBetaIdentityB2XUserFlowUserAttributeAssignmentUserAttribute",
"Method": "GET",
- "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}/userAttribute",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityB2XUserFlowUserAttributeAssignmentOrder",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.SignIns",
+ "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}/userAttribute",
+ "OutputType": "IMicrosoftGraphIdentityUserFlowAttribute",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAuthenticationContextClassReference",
- "Command": "Get-MgBetaIdentityConditionalAccessAuthenticationContextClassReference",
"Method": "GET",
- "Uri": "/identity/conditionalAccess/authenticationContextClassReferences/{authenticationContextClassReference-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityB2XUserFlowUserAttributeAssignmentUserAttribute",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.SignIns",
+ "Uri": "/identity/conditionalAccess/authenticationContextClassReferences/{authenticationContextClassReference-id}",
+ "OutputType": "IMicrosoftGraphAuthenticationContextClassReference",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAuthenticationContextClassReference",
- "Command": "Get-MgBetaIdentityConditionalAccessAuthenticationContextClassReference",
"Method": "GET",
+ "Command": "Get-MgBetaIdentityConditionalAccessAuthenticationContextClassReference",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationcontextclassreference-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.SignIns",
"Uri": "/identity/conditionalAccess/authenticationContextClassReferences",
+ "OutputType": "IMicrosoftGraphAuthenticationContextClassReference",
"ApiVersion": "beta",
"Permissions": [
{
@@ -111343,17 +116101,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.SignIns",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaIdentityConditionalAccessAuthenticationContextClassReferenceCount",
"Method": "GET",
+ "Command": "Get-MgBetaIdentityConditionalAccessAuthenticationContextClassReference",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conditionalaccessroot-list-authenticationcontextclassreferences?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.SignIns",
"Uri": "/identity/conditionalAccess/authenticationContextClassReferences/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -111372,265 +116131,285 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaIdentityConditionalAccessAuthenticationContextClassReferenceCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.SignIns",
+ "Uri": "/identity/conditionalAccess/authenticationStrengths",
+ "OutputType": "IMicrosoftGraphAuthenticationStrengthRoot",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get1"
],
- "OutputType": "IMicrosoftGraphAuthenticationStrengthRoot",
- "Command": "Get-MgBetaIdentityConditionalAccessAuthenticationStrength",
"Method": "GET",
- "Uri": "/identity/conditionalAccess/authenticationStrengths",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityConditionalAccessAuthenticationStrength",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.SignIns",
+ "Uri": "/identity/conditionalAccess/authenticationStrengths/authenticationMethodModes/{authenticationMethodModeDetail-id}",
+ "OutputType": "IMicrosoftGraphAuthenticationMethodModeDetail",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get1",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphAuthenticationMethodModeDetail",
- "Command": "Get-MgBetaIdentityConditionalAccessAuthenticationStrengthAuthenticationMethodMode",
"Method": "GET",
- "Uri": "/identity/conditionalAccess/authenticationStrengths/authenticationMethodModes/{authenticationMethodModeDetail-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityConditionalAccessAuthenticationStrengthAuthenticationMethodMode",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.SignIns",
+ "Uri": "/identity/conditionalAccess/authenticationStrengths/authenticationMethodModes",
+ "OutputType": "IMicrosoftGraphAuthenticationMethodModeDetail",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List1"
],
- "OutputType": "IMicrosoftGraphAuthenticationMethodModeDetail",
- "Command": "Get-MgBetaIdentityConditionalAccessAuthenticationStrengthAuthenticationMethodMode",
"Method": "GET",
- "Uri": "/identity/conditionalAccess/authenticationStrengths/authenticationMethodModes",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityConditionalAccessAuthenticationStrengthAuthenticationMethodMode",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationstrengthroot-list-authenticationmethodmodes?view=graph-rest-1.0"
},
{
"Module": "Beta.Identity.SignIns",
+ "Uri": "/identity/conditionalAccess/authenticationStrengths/authenticationMethodModes/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get1"
],
- "OutputType": null,
- "Command": "Get-MgBetaIdentityConditionalAccessAuthenticationStrengthAuthenticationMethodModeCount",
"Method": "GET",
- "Uri": "/identity/conditionalAccess/authenticationStrengths/authenticationMethodModes/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityConditionalAccessAuthenticationStrengthAuthenticationMethodModeCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.SignIns",
+ "Uri": "/identity/conditionalAccess/authenticationStrengths/policies/{authenticationStrengthPolicy-id}",
+ "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get1",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy",
- "Command": "Get-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicy",
"Method": "GET",
- "Uri": "/identity/conditionalAccess/authenticationStrengths/policies/{authenticationStrengthPolicy-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicy",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.SignIns",
+ "Uri": "/identity/conditionalAccess/authenticationStrengths/policies",
+ "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List1"
],
- "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy",
- "Command": "Get-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicy",
"Method": "GET",
- "Uri": "/identity/conditionalAccess/authenticationStrengths/policies",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicy",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.SignIns",
+ "Uri": "/identity/conditionalAccess/authenticationStrengths/policies/{authenticationStrengthPolicy-id}/combinationConfigurations/{authenticationCombinationConfiguration-id}",
+ "OutputType": "IMicrosoftGraphAuthenticationCombinationConfiguration",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get1",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphAuthenticationCombinationConfiguration",
- "Command": "Get-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicyCombinationConfiguration",
"Method": "GET",
- "Uri": "/identity/conditionalAccess/authenticationStrengths/policies/{authenticationStrengthPolicy-id}/combinationConfigurations/{authenticationCombinationConfiguration-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicyCombinationConfiguration",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationcombinationconfiguration-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Identity.SignIns",
+ "Uri": "/identity/conditionalAccess/authenticationStrengths/policies/{authenticationStrengthPolicy-id}/combinationConfigurations",
+ "OutputType": "IMicrosoftGraphAuthenticationCombinationConfiguration",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List1"
],
- "OutputType": "IMicrosoftGraphAuthenticationCombinationConfiguration",
- "Command": "Get-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicyCombinationConfiguration",
"Method": "GET",
- "Uri": "/identity/conditionalAccess/authenticationStrengths/policies/{authenticationStrengthPolicy-id}/combinationConfigurations",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicyCombinationConfiguration",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-list-combinationconfigurations?view=graph-rest-1.0"
},
{
"Module": "Beta.Identity.SignIns",
+ "Uri": "/identity/conditionalAccess/authenticationStrengths/policies/{authenticationStrengthPolicy-id}/combinationConfigurations/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get1",
"GetViaIdentity1"
],
- "OutputType": null,
- "Command": "Get-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicyCombinationConfigurationCount",
"Method": "GET",
- "Uri": "/identity/conditionalAccess/authenticationStrengths/policies/{authenticationStrengthPolicy-id}/combinationConfigurations/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicyCombinationConfigurationCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.SignIns",
+ "Uri": "/identity/conditionalAccess/authenticationStrengths/policies/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get1"
],
- "OutputType": null,
- "Command": "Get-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicyCount",
"Method": "GET",
- "Uri": "/identity/conditionalAccess/authenticationStrengths/policies/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicyCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.SignIns",
+ "Uri": "/identity/conditionalAccess/namedLocations/{namedLocation-id}",
+ "OutputType": "IMicrosoftGraphNamedLocation",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphNamedLocation",
- "Command": "Get-MgBetaIdentityConditionalAccessNamedLocation",
"Method": "GET",
- "Uri": "/identity/conditionalAccess/namedLocations/{namedLocation-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityConditionalAccessNamedLocation",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/countrynamedlocation-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Identity.SignIns",
+ "Uri": "/identity/conditionalAccess/namedLocations",
+ "OutputType": "IMicrosoftGraphNamedLocation",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphNamedLocation",
- "Command": "Get-MgBetaIdentityConditionalAccessNamedLocation",
"Method": "GET",
- "Uri": "/identity/conditionalAccess/namedLocations",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityConditionalAccessNamedLocation",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conditionalaccessroot-list-namedlocations?view=graph-rest-1.0"
},
{
"Module": "Beta.Identity.SignIns",
+ "Uri": "/identity/conditionalAccess/namedLocations/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgBetaIdentityConditionalAccessNamedLocationCount",
"Method": "GET",
- "Uri": "/identity/conditionalAccess/namedLocations/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityConditionalAccessNamedLocationCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.SignIns",
+ "Uri": "/identity/conditionalAccess/policies/{conditionalAccessPolicy-id}",
+ "OutputType": "IMicrosoftGraphConditionalAccessPolicy",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphConditionalAccessPolicy",
- "Command": "Get-MgBetaIdentityConditionalAccessPolicy",
"Method": "GET",
- "Uri": "/identity/conditionalAccess/policies/{conditionalAccessPolicy-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityConditionalAccessPolicy",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conditionalaccesspolicy-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Identity.SignIns",
+ "Uri": "/identity/conditionalAccess/policies",
+ "OutputType": "IMicrosoftGraphConditionalAccessPolicy",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphConditionalAccessPolicy",
- "Command": "Get-MgBetaIdentityConditionalAccessPolicy",
"Method": "GET",
- "Uri": "/identity/conditionalAccess/policies",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityConditionalAccessPolicy",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conditionalaccessroot-list-policies?view=graph-rest-1.0"
},
{
"Module": "Beta.Identity.SignIns",
+ "Uri": "/identity/conditionalAccess/policies/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgBetaIdentityConditionalAccessPolicyCount",
"Method": "GET",
- "Uri": "/identity/conditionalAccess/policies/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityConditionalAccessPolicyCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.SignIns",
+ "Uri": "/identity/conditionalAccess/templates/{conditionalAccessTemplate-id}",
+ "OutputType": "IMicrosoftGraphConditionalAccessTemplate",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphConditionalAccessTemplate",
- "Command": "Get-MgBetaIdentityConditionalAccessTemplate",
"Method": "GET",
- "Uri": "/identity/conditionalAccess/templates/{conditionalAccessTemplate-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityConditionalAccessTemplate",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conditionalaccesstemplate-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Identity.SignIns",
+ "Uri": "/identity/conditionalAccess/templates",
+ "OutputType": "IMicrosoftGraphConditionalAccessTemplate",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphConditionalAccessTemplate",
- "Command": "Get-MgBetaIdentityConditionalAccessTemplate",
"Method": "GET",
- "Uri": "/identity/conditionalAccess/templates",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityConditionalAccessTemplate",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conditionalaccessroot-list-templates?view=graph-rest-1.0"
},
{
"Module": "Beta.Identity.SignIns",
+ "Uri": "/identity/conditionalAccess/templates/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgBetaIdentityConditionalAccessTemplateCount",
"Method": "GET",
- "Uri": "/identity/conditionalAccess/templates/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityConditionalAccessTemplateCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.SignIns",
+ "Uri": "/identity/continuousAccessEvaluationPolicy",
+ "OutputType": "IMicrosoftGraphContinuousAccessEvaluationPolicy",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": "IMicrosoftGraphContinuousAccessEvaluationPolicy",
- "Command": "Get-MgBetaIdentityContinuouAccessEvaluationPolicy",
"Method": "GET",
- "Uri": "/identity/continuousAccessEvaluationPolicy",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityContinuouAccessEvaluationPolicy",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/continuousaccessevaluationpolicy-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Identity.SignIns",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphCustomAuthenticationExtension",
- "Command": "Get-MgBetaIdentityCustomAuthenticationExtension",
- "Method": "GET",
"Uri": "/identity/customAuthenticationExtensions/{customAuthenticationExtension-id}",
+ "OutputType": "IMicrosoftGraphCustomAuthenticationExtension",
"ApiVersion": "beta",
"Permissions": [
{
@@ -111649,17 +116428,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.SignIns",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphCustomAuthenticationExtension",
- "Command": "Get-MgBetaIdentityCustomAuthenticationExtension",
"Method": "GET",
+ "Command": "Get-MgBetaIdentityCustomAuthenticationExtension",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationeventlistener-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.SignIns",
"Uri": "/identity/customAuthenticationExtensions",
+ "OutputType": "IMicrosoftGraphCustomAuthenticationExtension",
"ApiVersion": "beta",
"Permissions": [
{
@@ -111678,17 +116459,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.SignIns",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaIdentityCustomAuthenticationExtensionCount",
"Method": "GET",
+ "Command": "Get-MgBetaIdentityCustomAuthenticationExtension",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitycontainer-list-customauthenticationextensions?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.SignIns",
"Uri": "/identity/customAuthenticationExtensions/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -111707,347 +116489,373 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaIdentityCustomAuthenticationExtensionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}",
+ "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem",
- "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecision",
"Method": "GET",
- "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecision",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/accessReviews/decisions",
+ "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem",
- "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecision",
"Method": "GET",
- "Uri": "/identityGovernance/accessReviews/decisions",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecision",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/accessReviews/decisions/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionCount",
"Method": "GET",
- "Uri": "/identityGovernance/accessReviews/decisions/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}",
+ "OutputType": "IMicrosoftGraphGovernanceInsight",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphGovernanceInsight",
- "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInsight",
"Method": "GET",
- "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInsight",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/insights",
+ "OutputType": "IMicrosoftGraphGovernanceInsight",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphGovernanceInsight",
- "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInsight",
"Method": "GET",
- "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/insights",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInsight",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/insights/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInsightCount",
"Method": "GET",
- "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/insights/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInsightCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance",
+ "OutputType": "IMicrosoftGraphAccessReviewInstance",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAccessReviewInstance",
- "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstance",
"Method": "GET",
- "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstance",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/contactedReviewers/{accessReviewReviewer-id}",
+ "OutputType": "IMicrosoftGraphAccessReviewReviewer",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAccessReviewReviewer",
- "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceContactedReviewer",
"Method": "GET",
- "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/contactedReviewers/{accessReviewReviewer-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceContactedReviewer",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/contactedReviewers",
+ "OutputType": "IMicrosoftGraphAccessReviewReviewer",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphAccessReviewReviewer",
- "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceContactedReviewer",
"Method": "GET",
- "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/contactedReviewers",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceContactedReviewer",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-list-contactedreviewers?view=graph-rest-1.0"
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/contactedReviewers/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceContactedReviewerCount",
"Method": "GET",
- "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/contactedReviewers/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceContactedReviewerCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/{accessReviewInstanceDecisionItem-id1}",
+ "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem",
- "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecision",
"Method": "GET",
- "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/{accessReviewInstanceDecisionItem-id1}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecision",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstancedecisionitem-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions",
+ "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem",
- "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecision",
"Method": "GET",
- "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecision",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-list-decisions?view=graph-rest-1.0"
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecisionCount",
"Method": "GET",
- "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecisionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/{accessReviewInstanceDecisionItem-id1}/insights/{governanceInsight-id}",
+ "OutputType": "IMicrosoftGraphGovernanceInsight",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphGovernanceInsight",
- "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecisionInsight",
"Method": "GET",
- "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/{accessReviewInstanceDecisionItem-id1}/insights/{governanceInsight-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecisionInsight",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/{accessReviewInstanceDecisionItem-id1}/insights",
+ "OutputType": "IMicrosoftGraphGovernanceInsight",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphGovernanceInsight",
- "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecisionInsight",
"Method": "GET",
- "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/{accessReviewInstanceDecisionItem-id1}/insights",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecisionInsight",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/{accessReviewInstanceDecisionItem-id1}/insights/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecisionInsightCount",
"Method": "GET",
- "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/{accessReviewInstanceDecisionItem-id1}/insights/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecisionInsightCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/definition",
+ "OutputType": "IMicrosoftGraphAccessReviewScheduleDefinition",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAccessReviewScheduleDefinition",
- "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDefinition",
"Method": "GET",
- "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/definition",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDefinition",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}",
+ "OutputType": "IMicrosoftGraphAccessReviewStage",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAccessReviewStage",
- "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStage",
"Method": "GET",
- "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStage",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewstage-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages",
+ "OutputType": "IMicrosoftGraphAccessReviewStage",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphAccessReviewStage",
- "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStage",
"Method": "GET",
- "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStage",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-list-stages?view=graph-rest-1.0"
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageCount",
"Method": "GET",
- "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id1}",
+ "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem",
- "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecision",
"Method": "GET",
- "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id1}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecision",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstancedecisionitem-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions",
+ "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem",
- "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecision",
"Method": "GET",
- "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecision",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewstage-list-decisions?view=graph-rest-1.0"
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecisionCount",
"Method": "GET",
- "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecisionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id1}/insights/{governanceInsight-id}",
+ "OutputType": "IMicrosoftGraphGovernanceInsight",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphGovernanceInsight",
- "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecisionInsight",
"Method": "GET",
- "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id1}/insights/{governanceInsight-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecisionInsight",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id1}/insights",
+ "OutputType": "IMicrosoftGraphGovernanceInsight",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphGovernanceInsight",
- "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecisionInsight",
"Method": "GET",
- "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id1}/insights",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecisionInsight",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id1}/insights/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecisionInsightCount",
"Method": "GET",
- "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id1}/insights/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecisionInsightCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphAccessReviewScheduleDefinition",
- "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinition",
- "Method": "GET",
"Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}",
+ "OutputType": "IMicrosoftGraphAccessReviewScheduleDefinition",
"ApiVersion": "beta",
"Permissions": [
{
@@ -112066,17 +116874,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.Governance",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAccessReviewScheduleDefinition",
- "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinition",
"Method": "GET",
+ "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinition",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewscheduledefinition-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.Governance",
"Uri": "/identityGovernance/accessReviews/definitions",
+ "OutputType": "IMicrosoftGraphAccessReviewScheduleDefinition",
"ApiVersion": "beta",
"Permissions": [
{
@@ -112095,17 +116905,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.Governance",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionCount",
"Method": "GET",
+ "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinition",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewset-list-definitions?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.Governance",
"Uri": "/identityGovernance/accessReviews/definitions/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -112124,18 +116935,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.Governance",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphAccessReviewInstance",
- "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstance",
"Method": "GET",
+ "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Identity.Governance",
"Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}",
+ "OutputType": "IMicrosoftGraphAccessReviewInstance",
"ApiVersion": "beta",
"Permissions": [
{
@@ -112154,17 +116965,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.Governance",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAccessReviewInstance",
- "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstance",
"Method": "GET",
+ "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstance",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.Governance",
"Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances",
+ "OutputType": "IMicrosoftGraphAccessReviewInstance",
"ApiVersion": "beta",
"Permissions": [
{
@@ -112183,30 +116996,32 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstance",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewscheduledefinition-list-instances?view=graph-rest-1.0"
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers/{accessReviewReviewer-id}",
+ "OutputType": "IMicrosoftGraphAccessReviewReviewer",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAccessReviewReviewer",
- "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer",
"Method": "GET",
- "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers/{accessReviewReviewer-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphAccessReviewReviewer",
- "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer",
- "Method": "GET",
"Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers",
+ "OutputType": "IMicrosoftGraphAccessReviewReviewer",
"ApiVersion": "beta",
"Permissions": [
{
@@ -112225,18 +117040,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.Governance",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewerCount",
"Method": "GET",
+ "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-list-contactedreviewers?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.Governance",
"Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -112255,18 +117070,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.Governance",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceCount",
"Method": "GET",
+ "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewerCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Identity.Governance",
"Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -112285,18 +117101,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.Governance",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem",
- "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecision",
"Method": "GET",
+ "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Identity.Governance",
"Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}",
+ "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem",
"ApiVersion": "beta",
"Permissions": [
{
@@ -112315,17 +117132,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.Governance",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem",
- "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecision",
"Method": "GET",
+ "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecision",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstancedecisionitem-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.Governance",
"Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions",
+ "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem",
"ApiVersion": "beta",
"Permissions": [
{
@@ -112344,18 +117163,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.Governance",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecisionCount",
"Method": "GET",
+ "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecision",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-list-decisions?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.Governance",
"Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -112374,82 +117193,88 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecisionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}",
+ "OutputType": "IMicrosoftGraphGovernanceInsight",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphGovernanceInsight",
- "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsight",
"Method": "GET",
- "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsight",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights",
+ "OutputType": "IMicrosoftGraphGovernanceInsight",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphGovernanceInsight",
- "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsight",
"Method": "GET",
- "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsight",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsightCount",
"Method": "GET",
- "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsightCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance",
+ "OutputType": "IMicrosoftGraphAccessReviewInstance",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAccessReviewInstance",
- "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecisionInstance",
"Method": "GET",
- "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecisionInstance",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/definition",
+ "OutputType": "IMicrosoftGraphAccessReviewScheduleDefinition",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAccessReviewScheduleDefinition",
- "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDefinition",
"Method": "GET",
- "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/definition",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDefinition",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphAccessReviewStage",
- "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStage",
- "Method": "GET",
"Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}",
+ "OutputType": "IMicrosoftGraphAccessReviewStage",
"ApiVersion": "beta",
"Permissions": [
{
@@ -112468,17 +117293,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.Governance",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAccessReviewStage",
- "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStage",
"Method": "GET",
+ "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStage",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewstage-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.Governance",
"Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages",
+ "OutputType": "IMicrosoftGraphAccessReviewStage",
"ApiVersion": "beta",
"Permissions": [
{
@@ -112497,18 +117324,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.Governance",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageCount",
"Method": "GET",
+ "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStage",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-list-stages?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.Governance",
"Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -112527,18 +117354,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.Governance",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem",
- "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecision",
"Method": "GET",
+ "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Identity.Governance",
"Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}",
+ "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem",
"ApiVersion": "beta",
"Permissions": [
{
@@ -112557,17 +117385,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.Governance",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem",
- "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecision",
"Method": "GET",
+ "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecision",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstancedecisionitem-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.Governance",
"Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions",
+ "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem",
"ApiVersion": "beta",
"Permissions": [
{
@@ -112586,18 +117416,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.Governance",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionCount",
"Method": "GET",
+ "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecision",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewstage-list-decisions?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.Governance",
"Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -112616,130 +117446,141 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}",
+ "OutputType": "IMicrosoftGraphGovernanceInsight",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphGovernanceInsight",
- "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInsight",
"Method": "GET",
- "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInsight",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights",
+ "OutputType": "IMicrosoftGraphGovernanceInsight",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphGovernanceInsight",
- "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInsight",
"Method": "GET",
- "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInsight",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance",
+ "OutputType": "IMicrosoftGraphAccessReviewInstance",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAccessReviewInstance",
- "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInstance",
"Method": "GET",
- "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInstance",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}",
+ "OutputType": "IMicrosoftGraphAccessReviewHistoryDefinition",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAccessReviewHistoryDefinition",
- "Command": "Get-MgBetaIdentityGovernanceAccessReviewHistoryDefinition",
"Method": "GET",
- "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernanceAccessReviewHistoryDefinition",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewhistorydefinition-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/accessReviews/historyDefinitions",
+ "OutputType": "IMicrosoftGraphAccessReviewHistoryDefinition",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphAccessReviewHistoryDefinition",
- "Command": "Get-MgBetaIdentityGovernanceAccessReviewHistoryDefinition",
"Method": "GET",
- "Uri": "/identityGovernance/accessReviews/historyDefinitions",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernanceAccessReviewHistoryDefinition",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewset-list-historydefinitions?view=graph-rest-1.0"
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/accessReviews/historyDefinitions/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgBetaIdentityGovernanceAccessReviewHistoryDefinitionCount",
"Method": "GET",
- "Uri": "/identityGovernance/accessReviews/historyDefinitions/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernanceAccessReviewHistoryDefinitionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances/{accessReviewHistoryInstance-id}",
+ "OutputType": "IMicrosoftGraphAccessReviewHistoryInstance",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAccessReviewHistoryInstance",
- "Command": "Get-MgBetaIdentityGovernanceAccessReviewHistoryDefinitionInstance",
"Method": "GET",
- "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances/{accessReviewHistoryInstance-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernanceAccessReviewHistoryDefinitionInstance",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances",
+ "OutputType": "IMicrosoftGraphAccessReviewHistoryInstance",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphAccessReviewHistoryInstance",
- "Command": "Get-MgBetaIdentityGovernanceAccessReviewHistoryDefinitionInstance",
"Method": "GET",
- "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernanceAccessReviewHistoryDefinitionInstance",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewhistorydefinition-list-instances?view=graph-rest-1.0"
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaIdentityGovernanceAccessReviewHistoryDefinitionInstanceCount",
"Method": "GET",
- "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernanceAccessReviewHistoryDefinitionInstanceCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
- "Variants": [
- "Get"
- ],
- "OutputType": "IMicrosoftGraphAccessReviewPolicy",
- "Command": "Get-MgBetaIdentityGovernanceAccessReviewPolicy",
- "Method": "GET",
"Uri": "/identityGovernance/accessReviews/policy",
+ "OutputType": "IMicrosoftGraphAccessReviewPolicy",
"ApiVersion": "beta",
"Permissions": [
{
@@ -112758,18 +117599,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.Governance",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphAppConsentRequest",
- "Command": "Get-MgBetaIdentityGovernanceAppConsentRequest",
"Method": "GET",
+ "Command": "Get-MgBetaIdentityGovernanceAccessReviewPolicy",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewpolicy-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.Governance",
"Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}",
+ "OutputType": "IMicrosoftGraphAppConsentRequest",
"ApiVersion": "beta",
"Permissions": [
{
@@ -112788,17 +117629,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.Governance",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAppConsentRequest",
- "Command": "Get-MgBetaIdentityGovernanceAppConsentRequest",
"Method": "GET",
+ "Command": "Get-MgBetaIdentityGovernanceAppConsentRequest",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/appconsentrequest-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.Governance",
"Uri": "/identityGovernance/appConsent/appConsentRequests",
+ "OutputType": "IMicrosoftGraphAppConsentRequest",
"ApiVersion": "beta",
"Permissions": [
{
@@ -112817,17 +117660,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.Governance",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaIdentityGovernanceAppConsentRequestCount",
"Method": "GET",
+ "Command": "Get-MgBetaIdentityGovernanceAppConsentRequest",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/appconsentapprovalroute-list-appconsentrequests?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.Governance",
"Uri": "/identityGovernance/appConsent/appConsentRequests/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -112846,18 +117690,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.Governance",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphUserConsentRequest",
- "Command": "Get-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequest",
"Method": "GET",
+ "Command": "Get-MgBetaIdentityGovernanceAppConsentRequestCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Identity.Governance",
"Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}",
+ "OutputType": "IMicrosoftGraphUserConsentRequest",
"ApiVersion": "beta",
"Permissions": [
{
@@ -112876,17 +117720,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.Governance",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUserConsentRequest",
- "Command": "Get-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequest",
"Method": "GET",
+ "Command": "Get-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequest",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userconsentrequest-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.Governance",
"Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests",
+ "OutputType": "IMicrosoftGraphUserConsentRequest",
"ApiVersion": "beta",
"Permissions": [
{
@@ -112905,69 +117751,73 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequest",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/appconsentrequest-list-userconsentrequests?view=graph-rest-1.0"
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval",
+ "OutputType": "IMicrosoftGraphApproval",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphApproval",
- "Command": "Get-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequestApproval",
"Method": "GET",
- "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequestApproval",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/steps/{approvalStep-id}",
+ "OutputType": "IMicrosoftGraphApprovalStep",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphApprovalStep",
- "Command": "Get-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStep",
"Method": "GET",
- "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/steps/{approvalStep-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStep",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/approvalstep-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/steps",
+ "OutputType": "IMicrosoftGraphApprovalStep",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphApprovalStep",
- "Command": "Get-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStep",
"Method": "GET",
- "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/steps",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStep",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/approval-list-steps?view=graph-rest-1.0"
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/steps/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStepCount",
"Method": "GET",
- "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/steps/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStepCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": null,
- "Command": "Get-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequestCount",
- "Method": "GET",
"Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -112986,18 +117836,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.Governance",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow",
- "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflow",
"Method": "GET",
+ "Command": "Get-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequestCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Identity.Governance",
"Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}",
+ "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow",
"ApiVersion": "beta",
"Permissions": [
{
@@ -113016,17 +117867,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.Governance",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow",
- "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflow",
"Method": "GET",
+ "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflow",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.Governance",
"Uri": "/identityGovernance/lifecycleWorkflows/workflows",
+ "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow",
"ApiVersion": "beta",
"Permissions": [
{
@@ -113045,17 +117898,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.Governance",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCount",
"Method": "GET",
+ "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflow",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-lifecycleworkflowscontainer-list-workflows?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.Governance",
"Uri": "/identityGovernance/lifecycleWorkflows/workflows/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -113074,69 +117928,73 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/createdBy",
+ "OutputType": "IMicrosoftGraphUser",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUser",
- "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCreatedBy",
"Method": "GET",
- "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/createdBy",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCreatedBy",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/createdBy/mailboxSettings",
+ "OutputType": "IMicrosoftGraphMailboxSettings",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCreatedByMailboxSetting",
"Method": "GET",
- "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/createdBy/mailboxSettings",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCreatedByMailboxSetting",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/createdBy/serviceProvisioningErrors",
+ "OutputType": "IMicrosoftGraphServiceProvisioningError",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCreatedByServiceProvisioningError",
"Method": "GET",
- "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/createdBy/serviceProvisioningErrors",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCreatedByServiceProvisioningError",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/createdBy/serviceProvisioningErrors/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCreatedByServiceProvisioningErrorCount",
"Method": "GET",
- "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/createdBy/serviceProvisioningErrors/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCreatedByServiceProvisioningErrorCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphIdentityGovernanceCustomTaskExtension",
- "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtension",
- "Method": "GET",
"Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}",
+ "OutputType": "IMicrosoftGraphIdentityGovernanceCustomTaskExtension",
"ApiVersion": "beta",
"Permissions": [
{
@@ -113155,17 +118013,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.Governance",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphIdentityGovernanceCustomTaskExtension",
- "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtension",
"Method": "GET",
+ "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtension",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-customtaskextension-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.Governance",
"Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions",
+ "OutputType": "IMicrosoftGraphIdentityGovernanceCustomTaskExtension",
"ApiVersion": "beta",
"Permissions": [
{
@@ -113184,17 +118044,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.Governance",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCount",
"Method": "GET",
+ "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtension",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-lifecycleworkflowscontainer-list-customtaskextensions?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.Governance",
"Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -113213,132 +118074,141 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/createdBy",
+ "OutputType": "IMicrosoftGraphUser",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUser",
- "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCreatedBy",
"Method": "GET",
- "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/createdBy",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCreatedBy",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/createdBy/mailboxSettings",
+ "OutputType": "IMicrosoftGraphMailboxSettings",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCreatedByMailboxSetting",
"Method": "GET",
- "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/createdBy/mailboxSettings",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCreatedByMailboxSetting",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/createdBy/serviceProvisioningErrors",
+ "OutputType": "IMicrosoftGraphServiceProvisioningError",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCreatedByServiceProvisioningError",
"Method": "GET",
- "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/createdBy/serviceProvisioningErrors",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCreatedByServiceProvisioningError",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/createdBy/serviceProvisioningErrors/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCreatedByServiceProvisioningErrorCount",
"Method": "GET",
- "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/createdBy/serviceProvisioningErrors/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCreatedByServiceProvisioningErrorCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/lastModifiedBy",
+ "OutputType": "IMicrosoftGraphUser",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUser",
- "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionLastModifiedBy",
"Method": "GET",
- "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/lastModifiedBy",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionLastModifiedBy",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/lastModifiedBy/mailboxSettings",
+ "OutputType": "IMicrosoftGraphMailboxSettings",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionLastModifiedByMailboxSetting",
"Method": "GET",
- "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/lastModifiedBy/mailboxSettings",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionLastModifiedByMailboxSetting",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/lastModifiedBy/serviceProvisioningErrors",
+ "OutputType": "IMicrosoftGraphServiceProvisioningError",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionLastModifiedByServiceProvisioningError",
"Method": "GET",
- "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/lastModifiedBy/serviceProvisioningErrors",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionLastModifiedByServiceProvisioningError",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/lastModifiedBy/serviceProvisioningErrors/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionLastModifiedByServiceProvisioningErrorCount",
"Method": "GET",
- "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/lastModifiedBy/serviceProvisioningErrors/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionLastModifiedByServiceProvisioningErrorCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems",
+ "OutputType": "IMicrosoftGraphDeletedItemContainer",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": "IMicrosoftGraphDeletedItemContainer",
- "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItem",
"Method": "GET",
- "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItem",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow",
- "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflow",
- "Method": "GET",
"Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}",
+ "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow",
"ApiVersion": "beta",
"Permissions": [
{
@@ -113357,17 +118227,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.Governance",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow",
- "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflow",
"Method": "GET",
+ "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflow",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-deleteditemcontainer-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.Governance",
"Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows",
+ "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow",
"ApiVersion": "beta",
"Permissions": [
{
@@ -113386,17 +118258,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.Governance",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowCount",
"Method": "GET",
+ "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflow",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-lifecycleworkflowscontainer-list-deleteditems?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.Governance",
"Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -113415,206 +118288,222 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/createdBy",
+ "OutputType": "IMicrosoftGraphUser",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUser",
- "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowCreatedBy",
"Method": "GET",
- "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/createdBy",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowCreatedBy",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/executionScope/{userProcessingResult-id}",
+ "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult",
- "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowExecutionScope",
"Method": "GET",
- "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/executionScope/{userProcessingResult-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowExecutionScope",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/executionScope",
+ "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult",
- "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowExecutionScope",
"Method": "GET",
- "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/executionScope",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowExecutionScope",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/lastModifiedBy",
+ "OutputType": "IMicrosoftGraphUser",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUser",
- "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowLastModifiedBy",
"Method": "GET",
- "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/lastModifiedBy",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowLastModifiedBy",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
- "Variants": [
+ "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}",
+ "OutputType": "IMicrosoftGraphIdentityGovernanceRun",
+ "ApiVersion": "beta",
+ "Permissions": [],
+ "Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphIdentityGovernanceRun",
- "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowRun",
"Method": "GET",
- "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowRun",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-run-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs",
+ "OutputType": "IMicrosoftGraphIdentityGovernanceRun",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphIdentityGovernanceRun",
- "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowRun",
"Method": "GET",
- "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowRun",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-list-runs?view=graph-rest-1.0"
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks/{task-id}",
+ "OutputType": "IMicrosoftGraphIdentityGovernanceTask",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphIdentityGovernanceTask",
- "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTask",
"Method": "GET",
- "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks/{task-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTask",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks",
+ "OutputType": "IMicrosoftGraphIdentityGovernanceTask",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphIdentityGovernanceTask",
- "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTask",
"Method": "GET",
- "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTask",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/taskReports/{taskReport-id}",
+ "OutputType": "IMicrosoftGraphIdentityGovernanceTaskReport",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphIdentityGovernanceTaskReport",
- "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTaskReport",
"Method": "GET",
- "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/taskReports/{taskReport-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTaskReport",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/taskReports",
+ "OutputType": "IMicrosoftGraphIdentityGovernanceTaskReport",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphIdentityGovernanceTaskReport",
- "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTaskReport",
"Method": "GET",
- "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/taskReports",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTaskReport",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-list-taskreports?view=graph-rest-1.0"
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}",
+ "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult",
- "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowUserProcessingResult",
"Method": "GET",
- "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowUserProcessingResult",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/userProcessingResults",
+ "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult",
- "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowUserProcessingResult",
"Method": "GET",
- "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/userProcessingResults",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowUserProcessingResult",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-list-userprocessingresults?view=graph-rest-1.0"
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}",
+ "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowVersion",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowVersion",
- "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowVersion",
"Method": "GET",
- "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowVersion",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflowversion-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions",
+ "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowVersion",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowVersion",
- "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowVersion",
"Method": "GET",
- "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowVersion",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-list-versions?view=graph-rest-1.0"
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/executionScope/{userProcessingResult-id}",
+ "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult",
- "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowExecutionScope",
"Method": "GET",
- "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/executionScope/{userProcessingResult-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowExecutionScope",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult",
- "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowExecutionScope",
- "Method": "GET",
"Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/executionScope",
+ "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult",
"ApiVersion": "beta",
"Permissions": [
{
@@ -113633,18 +118522,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.Governance",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowExecutionScopeCount",
"Method": "GET",
+ "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowExecutionScope",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Identity.Governance",
"Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/executionScope/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -113663,69 +118552,74 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowExecutionScopeCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/lastModifiedBy",
+ "OutputType": "IMicrosoftGraphUser",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUser",
- "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowLastModifiedBy",
"Method": "GET",
- "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/lastModifiedBy",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowLastModifiedBy",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/lastModifiedBy/mailboxSettings",
+ "OutputType": "IMicrosoftGraphMailboxSettings",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowLastModifiedByMailboxSetting",
"Method": "GET",
- "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/lastModifiedBy/mailboxSettings",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowLastModifiedByMailboxSetting",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/lastModifiedBy/serviceProvisioningErrors",
+ "OutputType": "IMicrosoftGraphServiceProvisioningError",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowLastModifiedByServiceProvisioningError",
"Method": "GET",
- "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/lastModifiedBy/serviceProvisioningErrors",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowLastModifiedByServiceProvisioningError",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/lastModifiedBy/serviceProvisioningErrors/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowLastModifiedByServiceProvisioningErrorCount",
"Method": "GET",
- "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/lastModifiedBy/serviceProvisioningErrors/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowLastModifiedByServiceProvisioningErrorCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphIdentityGovernanceRun",
- "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRun",
- "Method": "GET",
"Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}",
+ "OutputType": "IMicrosoftGraphIdentityGovernanceRun",
"ApiVersion": "beta",
"Permissions": [
{
@@ -113744,17 +118638,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.Governance",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphIdentityGovernanceRun",
- "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRun",
"Method": "GET",
+ "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRun",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-run-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.Governance",
"Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs",
+ "OutputType": "IMicrosoftGraphIdentityGovernanceRun",
"ApiVersion": "beta",
"Permissions": [
{
@@ -113773,18 +118669,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.Governance",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunCount",
"Method": "GET",
+ "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRun",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-list-runs?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.Governance",
"Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -113803,30 +118699,33 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.Governance",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult",
- "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunTaskProcessingResult",
"Method": "GET",
- "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}",
+ "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult",
- "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunTaskProcessingResult",
"Method": "GET",
+ "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunTaskProcessingResult",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Identity.Governance",
"Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults",
+ "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult",
"ApiVersion": "beta",
"Permissions": [
{
@@ -113845,18 +118744,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.Governance",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultCount",
"Method": "GET",
+ "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunTaskProcessingResult",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-run-list-taskprocessingresults?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.Governance",
"Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -113875,82 +118774,88 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/subject",
+ "OutputType": "IMicrosoftGraphUser",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUser",
- "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultSubject",
"Method": "GET",
- "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/subject",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultSubject",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings",
+ "OutputType": "IMicrosoftGraphMailboxSettings",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultSubjectMailboxSetting",
"Method": "GET",
- "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultSubjectMailboxSetting",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors",
+ "OutputType": "IMicrosoftGraphServiceProvisioningError",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultSubjectServiceProvisioningError",
"Method": "GET",
- "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultSubjectServiceProvisioningError",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultSubjectServiceProvisioningErrorCount",
"Method": "GET",
- "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultSubjectServiceProvisioningErrorCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/task",
+ "OutputType": "IMicrosoftGraphIdentityGovernanceTask",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphIdentityGovernanceTask",
- "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultTask",
"Method": "GET",
- "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/task",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultTask",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult",
- "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResult",
- "Method": "GET",
"Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}",
+ "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult",
"ApiVersion": "beta",
"Permissions": [
{
@@ -113969,17 +118874,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.Governance",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult",
- "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResult",
"Method": "GET",
+ "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResult",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-userprocessingresult-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.Governance",
"Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults",
+ "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult",
"ApiVersion": "beta",
"Permissions": [
{
@@ -113998,18 +118905,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.Governance",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResultCount",
"Method": "GET",
+ "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResult",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-run-list-userprocessingresults?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.Governance",
"Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -114028,81 +118935,88 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResultCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/subject",
+ "OutputType": "IMicrosoftGraphUser",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUser",
- "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResultSubject",
"Method": "GET",
- "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/subject",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResultSubject",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/subject/mailboxSettings",
+ "OutputType": "IMicrosoftGraphMailboxSettings",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResultSubjectMailboxSetting",
"Method": "GET",
- "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/subject/mailboxSettings",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResultSubjectMailboxSetting",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/subject/serviceProvisioningErrors",
+ "OutputType": "IMicrosoftGraphServiceProvisioningError",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResultSubjectServiceProvisioningError",
"Method": "GET",
- "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/subject/serviceProvisioningErrors",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResultSubjectServiceProvisioningError",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/subject/serviceProvisioningErrors/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResultSubjectServiceProvisioningErrorCount",
"Method": "GET",
- "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/subject/serviceProvisioningErrors/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResultSubjectServiceProvisioningErrorCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}",
+ "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult",
- "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResultTaskProcessingResult",
"Method": "GET",
- "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResultTaskProcessingResult",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult",
- "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResultTaskProcessingResult",
- "Method": "GET",
"Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults",
+ "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult",
"ApiVersion": "beta",
"Permissions": [
{
@@ -114121,17 +119035,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.Governance",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": "IMicrosoftGraphIdentityGovernanceLifecycleManagementSettings",
- "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowSetting",
"Method": "GET",
+ "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResultTaskProcessingResult",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-userprocessingresult-list-taskprocessingresults?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.Governance",
"Uri": "/identityGovernance/lifecycleWorkflows/settings",
+ "OutputType": "IMicrosoftGraphIdentityGovernanceLifecycleManagementSettings",
"ApiVersion": "beta",
"Permissions": [
{
@@ -114150,30 +119065,32 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowSetting",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-lifecyclemanagementsettings-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}",
+ "OutputType": "IMicrosoftGraphIdentityGovernanceTask",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphIdentityGovernanceTask",
- "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTask",
"Method": "GET",
- "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTask",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphIdentityGovernanceTask",
- "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTask",
- "Method": "GET",
"Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks",
+ "OutputType": "IMicrosoftGraphIdentityGovernanceTask",
"ApiVersion": "beta",
"Permissions": [
{
@@ -114192,18 +119109,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.Governance",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskCount",
"Method": "GET",
+ "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTask",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Identity.Governance",
"Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -114222,18 +119139,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.Governance",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphIdentityGovernanceTaskDefinition",
- "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskDefinition",
"Method": "GET",
+ "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Identity.Governance",
"Uri": "/identityGovernance/lifecycleWorkflows/taskDefinitions/{taskDefinition-id}",
+ "OutputType": "IMicrosoftGraphIdentityGovernanceTaskDefinition",
"ApiVersion": "beta",
"Permissions": [
{
@@ -114252,17 +119170,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.Governance",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphIdentityGovernanceTaskDefinition",
- "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskDefinition",
"Method": "GET",
+ "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskDefinition",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-taskdefinition-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.Governance",
"Uri": "/identityGovernance/lifecycleWorkflows/taskDefinitions",
+ "OutputType": "IMicrosoftGraphIdentityGovernanceTaskDefinition",
"ApiVersion": "beta",
"Permissions": [
{
@@ -114281,17 +119201,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.Governance",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskDefinitionCount",
"Method": "GET",
+ "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskDefinition",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-lifecycleworkflowscontainer-list-taskdefinitions?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.Governance",
"Uri": "/identityGovernance/lifecycleWorkflows/taskDefinitions/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -114310,30 +119231,32 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskDefinitionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}",
+ "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult",
- "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskProcessingResult",
"Method": "GET",
- "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskProcessingResult",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult",
- "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskProcessingResult",
- "Method": "GET",
"Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults",
+ "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult",
"ApiVersion": "beta",
"Permissions": [
{
@@ -114352,18 +119275,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.Governance",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskProcessingResultCount",
"Method": "GET",
+ "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskProcessingResult",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Identity.Governance",
"Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -114382,94 +119305,102 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskProcessingResultCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject",
+ "OutputType": "IMicrosoftGraphUser",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUser",
- "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskProcessingResultSubject",
"Method": "GET",
- "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskProcessingResultSubject",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings",
+ "OutputType": "IMicrosoftGraphMailboxSettings",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskProcessingResultSubjectMailboxSetting",
"Method": "GET",
- "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskProcessingResultSubjectMailboxSetting",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors",
+ "OutputType": "IMicrosoftGraphServiceProvisioningError",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskProcessingResultSubjectServiceProvisioningError",
"Method": "GET",
- "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskProcessingResultSubjectServiceProvisioningError",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskProcessingResultSubjectServiceProvisioningErrorCount",
"Method": "GET",
- "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskProcessingResultSubjectServiceProvisioningErrorCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/task",
+ "OutputType": "IMicrosoftGraphIdentityGovernanceTask",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphIdentityGovernanceTask",
- "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskProcessingResultTask",
"Method": "GET",
- "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/task",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskProcessingResultTask",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}",
+ "OutputType": "IMicrosoftGraphIdentityGovernanceTaskReport",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphIdentityGovernanceTaskReport",
- "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReport",
"Method": "GET",
- "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReport",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphIdentityGovernanceTaskReport",
- "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReport",
- "Method": "GET",
"Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports",
+ "OutputType": "IMicrosoftGraphIdentityGovernanceTaskReport",
"ApiVersion": "beta",
"Permissions": [
{
@@ -114488,18 +119419,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.Governance",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportCount",
"Method": "GET",
+ "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReport",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-list-taskreports?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.Governance",
"Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -114518,56 +119449,61 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.Governance",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphIdentityGovernanceTask",
- "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTask",
"Method": "GET",
- "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/task",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/task",
+ "OutputType": "IMicrosoftGraphIdentityGovernanceTask",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphIdentityGovernanceTaskDefinition",
- "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskDefinition",
"Method": "GET",
- "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskDefinition",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTask",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskDefinition",
+ "OutputType": "IMicrosoftGraphIdentityGovernanceTaskDefinition",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult",
- "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResult",
"Method": "GET",
- "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskDefinition",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}",
+ "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult",
- "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResult",
"Method": "GET",
+ "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResult",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Identity.Governance",
"Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults",
+ "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult",
"ApiVersion": "beta",
"Permissions": [
{
@@ -114586,18 +119522,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.Governance",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultCount",
"Method": "GET",
+ "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResult",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-taskreport-list-taskprocessingresults?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.Governance",
"Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -114616,82 +119552,88 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/subject",
+ "OutputType": "IMicrosoftGraphUser",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUser",
- "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultSubject",
"Method": "GET",
- "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/subject",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultSubject",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings",
+ "OutputType": "IMicrosoftGraphMailboxSettings",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultSubjectMailboxSetting",
"Method": "GET",
- "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultSubjectMailboxSetting",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors",
+ "OutputType": "IMicrosoftGraphServiceProvisioningError",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultSubjectServiceProvisioningError",
"Method": "GET",
- "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultSubjectServiceProvisioningError",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultSubjectServiceProvisioningErrorCount",
"Method": "GET",
- "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultSubjectServiceProvisioningErrorCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/task",
+ "OutputType": "IMicrosoftGraphIdentityGovernanceTask",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphIdentityGovernanceTask",
- "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultTask",
"Method": "GET",
- "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/task",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultTask",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowTemplate",
- "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplate",
- "Method": "GET",
"Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}",
+ "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowTemplate",
"ApiVersion": "beta",
"Permissions": [
{
@@ -114710,17 +119652,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.Governance",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowTemplate",
- "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplate",
"Method": "GET",
+ "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplate",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflowtemplate-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.Governance",
"Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates",
+ "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowTemplate",
"ApiVersion": "beta",
"Permissions": [
{
@@ -114739,17 +119683,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.Governance",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateCount",
"Method": "GET",
+ "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplate",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-lifecycleworkflowscontainer-list-workflowtemplates?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.Governance",
"Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -114768,170 +119713,183 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}",
+ "OutputType": "IMicrosoftGraphIdentityGovernanceTask",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphIdentityGovernanceTask",
- "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTask",
"Method": "GET",
- "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTask",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks",
+ "OutputType": "IMicrosoftGraphIdentityGovernanceTask",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphIdentityGovernanceTask",
- "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTask",
"Method": "GET",
- "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTask",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskCount",
"Method": "GET",
- "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}",
+ "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult",
- "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResult",
"Method": "GET",
- "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResult",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults",
+ "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult",
- "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResult",
"Method": "GET",
- "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResult",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultCount",
"Method": "GET",
- "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject",
+ "OutputType": "IMicrosoftGraphUser",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUser",
- "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultSubject",
"Method": "GET",
- "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultSubject",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings",
+ "OutputType": "IMicrosoftGraphMailboxSettings",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultSubjectMailboxSetting",
"Method": "GET",
- "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultSubjectMailboxSetting",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors",
+ "OutputType": "IMicrosoftGraphServiceProvisioningError",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultSubjectServiceProvisioningError",
"Method": "GET",
- "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultSubjectServiceProvisioningError",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultSubjectServiceProvisioningErrorCount",
"Method": "GET",
- "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultSubjectServiceProvisioningErrorCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/task",
+ "OutputType": "IMicrosoftGraphIdentityGovernanceTask",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphIdentityGovernanceTask",
- "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultTask",
"Method": "GET",
- "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/task",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultTask",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}",
+ "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult",
- "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowUserProcessingResult",
"Method": "GET",
- "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowUserProcessingResult",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult",
- "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowUserProcessingResult",
- "Method": "GET",
"Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults",
+ "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult",
"ApiVersion": "beta",
"Permissions": [
{
@@ -114950,18 +119908,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.Governance",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowUserProcessingResultCount",
"Method": "GET",
+ "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowUserProcessingResult",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-list-userprocessingresults?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.Governance",
"Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -114980,81 +119938,88 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowUserProcessingResultCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/subject",
+ "OutputType": "IMicrosoftGraphUser",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUser",
- "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowUserProcessingResultSubject",
"Method": "GET",
- "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/subject",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowUserProcessingResultSubject",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/subject/mailboxSettings",
+ "OutputType": "IMicrosoftGraphMailboxSettings",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowUserProcessingResultSubjectMailboxSetting",
"Method": "GET",
- "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/subject/mailboxSettings",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowUserProcessingResultSubjectMailboxSetting",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/subject/serviceProvisioningErrors",
+ "OutputType": "IMicrosoftGraphServiceProvisioningError",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowUserProcessingResultSubjectServiceProvisioningError",
"Method": "GET",
- "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/subject/serviceProvisioningErrors",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowUserProcessingResultSubjectServiceProvisioningError",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/subject/serviceProvisioningErrors/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowUserProcessingResultSubjectServiceProvisioningErrorCount",
"Method": "GET",
- "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/subject/serviceProvisioningErrors/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowUserProcessingResultSubjectServiceProvisioningErrorCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}",
+ "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult",
- "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowUserProcessingResultTaskProcessingResult",
"Method": "GET",
- "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowUserProcessingResultTaskProcessingResult",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult",
- "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowUserProcessingResultTaskProcessingResult",
- "Method": "GET",
"Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults",
+ "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult",
"ApiVersion": "beta",
"Permissions": [
{
@@ -115073,18 +120038,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.Governance",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowVersion",
- "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersion",
"Method": "GET",
+ "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowUserProcessingResultTaskProcessingResult",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-userprocessingresult-list-taskprocessingresults?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.Governance",
"Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}",
+ "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowVersion",
"ApiVersion": "beta",
"Permissions": [
{
@@ -115103,17 +120068,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.Governance",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowVersion",
- "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersion",
"Method": "GET",
+ "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersion",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflowversion-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.Governance",
"Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions",
+ "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowVersion",
"ApiVersion": "beta",
"Permissions": [
{
@@ -115132,18 +120099,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.Governance",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionCount",
"Method": "GET",
+ "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersion",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-list-versions?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.Governance",
"Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -115162,120 +120129,129 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/createdBy",
+ "OutputType": "IMicrosoftGraphUser",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUser",
- "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionCreatedBy",
"Method": "GET",
- "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/createdBy",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionCreatedBy",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/createdBy/mailboxSettings",
+ "OutputType": "IMicrosoftGraphMailboxSettings",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionCreatedByMailboxSetting",
"Method": "GET",
- "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/createdBy/mailboxSettings",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionCreatedByMailboxSetting",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/createdBy/serviceProvisioningErrors",
+ "OutputType": "IMicrosoftGraphServiceProvisioningError",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionCreatedByServiceProvisioningError",
"Method": "GET",
- "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/createdBy/serviceProvisioningErrors",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionCreatedByServiceProvisioningError",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/createdBy/serviceProvisioningErrors/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionCreatedByServiceProvisioningErrorCount",
"Method": "GET",
- "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/createdBy/serviceProvisioningErrors/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionCreatedByServiceProvisioningErrorCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/lastModifiedBy",
+ "OutputType": "IMicrosoftGraphUser",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUser",
- "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionLastModifiedBy",
"Method": "GET",
- "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/lastModifiedBy",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionLastModifiedBy",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/lastModifiedBy/mailboxSettings",
+ "OutputType": "IMicrosoftGraphMailboxSettings",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionLastModifiedByMailboxSetting",
"Method": "GET",
- "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/lastModifiedBy/mailboxSettings",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionLastModifiedByMailboxSetting",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/lastModifiedBy/serviceProvisioningErrors",
+ "OutputType": "IMicrosoftGraphServiceProvisioningError",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionLastModifiedByServiceProvisioningError",
"Method": "GET",
- "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/lastModifiedBy/serviceProvisioningErrors",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionLastModifiedByServiceProvisioningError",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/lastModifiedBy/serviceProvisioningErrors/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionLastModifiedByServiceProvisioningErrorCount",
"Method": "GET",
- "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/lastModifiedBy/serviceProvisioningErrors/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionLastModifiedByServiceProvisioningErrorCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphIdentityGovernanceTask",
- "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTask",
- "Method": "GET",
"Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}",
+ "OutputType": "IMicrosoftGraphIdentityGovernanceTask",
"ApiVersion": "beta",
"Permissions": [
{
@@ -115294,17 +120270,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.Governance",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphIdentityGovernanceTask",
- "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTask",
"Method": "GET",
+ "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTask",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Identity.Governance",
"Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks",
+ "OutputType": "IMicrosoftGraphIdentityGovernanceTask",
"ApiVersion": "beta",
"Permissions": [
{
@@ -115323,18 +120301,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.Governance",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskCount",
"Method": "GET",
+ "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTask",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Identity.Governance",
"Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -115353,1691 +120331,1825 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.Governance",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult",
- "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResult",
"Method": "GET",
- "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}",
+ "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult",
- "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResult",
"Method": "GET",
+ "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResult",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Identity.Governance",
"Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults",
+ "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult",
"ApiVersion": "beta",
- "Permissions": []
+ "Permissions": [],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResult",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultCount",
"Method": "GET",
- "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject",
+ "OutputType": "IMicrosoftGraphUser",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUser",
- "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultSubject",
"Method": "GET",
- "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultSubject",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings",
+ "OutputType": "IMicrosoftGraphMailboxSettings",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultSubjectMailboxSetting",
"Method": "GET",
- "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultSubjectMailboxSetting",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors",
+ "OutputType": "IMicrosoftGraphServiceProvisioningError",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultSubjectServiceProvisioningError",
"Method": "GET",
- "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultSubjectServiceProvisioningError",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultSubjectServiceProvisioningErrorCount",
"Method": "GET",
- "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultSubjectServiceProvisioningErrorCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/task",
+ "OutputType": "IMicrosoftGraphIdentityGovernanceTask",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphIdentityGovernanceTask",
- "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultTask",
"Method": "GET",
- "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/task",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultTask",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/permissionsAnalytics",
+ "OutputType": "IMicrosoftGraphPermissionsAnalyticsAggregation",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": "IMicrosoftGraphPermissionsAnalyticsAggregation",
- "Command": "Get-MgBetaIdentityGovernancePermissionAnalytic",
"Method": "GET",
- "Uri": "/identityGovernance/permissionsAnalytics",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernancePermissionAnalytic",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/permissionsAnalytics/aws",
+ "OutputType": "IMicrosoftGraphPermissionsAnalytics",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": "IMicrosoftGraphPermissionsAnalytics",
- "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticAw",
"Method": "GET",
- "Uri": "/identityGovernance/permissionsAnalytics/aws",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticAw",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/permissionsAnalytics/aws/findings/{finding-id}",
+ "OutputType": "IMicrosoftGraphFinding",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphFinding",
- "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticAwFinding",
"Method": "GET",
- "Uri": "/identityGovernance/permissionsAnalytics/aws/findings/{finding-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticAwFinding",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/permissionsAnalytics/aws/findings",
+ "OutputType": "IMicrosoftGraphFinding",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphFinding",
- "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticAwFinding",
"Method": "GET",
- "Uri": "/identityGovernance/permissionsAnalytics/aws/findings",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticAwFinding",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/permissionsAnalytics/aws/findings/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticAwFindingCount",
"Method": "GET",
- "Uri": "/identityGovernance/permissionsAnalytics/aws/findings/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticAwFindingCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/permissionsAnalytics/aws/permissionsCreepIndexDistributions/{permissionsCreepIndexDistribution-id}",
+ "OutputType": "IMicrosoftGraphPermissionsCreepIndexDistribution",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphPermissionsCreepIndexDistribution",
- "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticAwPermissionCreepIndexDistribution",
"Method": "GET",
- "Uri": "/identityGovernance/permissionsAnalytics/aws/permissionsCreepIndexDistributions/{permissionsCreepIndexDistribution-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticAwPermissionCreepIndexDistribution",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/permissionsAnalytics/aws/permissionsCreepIndexDistributions",
+ "OutputType": "IMicrosoftGraphPermissionsCreepIndexDistribution",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphPermissionsCreepIndexDistribution",
- "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticAwPermissionCreepIndexDistribution",
"Method": "GET",
- "Uri": "/identityGovernance/permissionsAnalytics/aws/permissionsCreepIndexDistributions",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticAwPermissionCreepIndexDistribution",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permissionsanalytics-list-permissionscreepindexdistributions?view=graph-rest-1.0"
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/permissionsAnalytics/aws/permissionsCreepIndexDistributions/{permissionsCreepIndexDistribution-id}/authorizationSystem",
+ "OutputType": "IMicrosoftGraphAuthorizationSystem",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAuthorizationSystem",
- "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticAwPermissionCreepIndexDistributionAuthorizationSystem",
"Method": "GET",
- "Uri": "/identityGovernance/permissionsAnalytics/aws/permissionsCreepIndexDistributions/{permissionsCreepIndexDistribution-id}/authorizationSystem",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticAwPermissionCreepIndexDistributionAuthorizationSystem",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/permissionsAnalytics/aws/permissionsCreepIndexDistributions/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticAwPermissionCreepIndexDistributionCount",
"Method": "GET",
- "Uri": "/identityGovernance/permissionsAnalytics/aws/permissionsCreepIndexDistributions/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticAwPermissionCreepIndexDistributionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/permissionsAnalytics/azure",
+ "OutputType": "IMicrosoftGraphPermissionsAnalytics",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": "IMicrosoftGraphPermissionsAnalytics",
- "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticAzure",
"Method": "GET",
- "Uri": "/identityGovernance/permissionsAnalytics/azure",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticAzure",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/permissionsAnalytics/azure/findings/{finding-id}",
+ "OutputType": "IMicrosoftGraphFinding",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphFinding",
- "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticAzureFinding",
"Method": "GET",
- "Uri": "/identityGovernance/permissionsAnalytics/azure/findings/{finding-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticAzureFinding",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/permissionsAnalytics/azure/findings",
+ "OutputType": "IMicrosoftGraphFinding",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphFinding",
- "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticAzureFinding",
"Method": "GET",
- "Uri": "/identityGovernance/permissionsAnalytics/azure/findings",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticAzureFinding",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/permissionsAnalytics/azure/findings/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticAzureFindingCount",
"Method": "GET",
- "Uri": "/identityGovernance/permissionsAnalytics/azure/findings/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticAzureFindingCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/permissionsAnalytics/azure/permissionsCreepIndexDistributions/{permissionsCreepIndexDistribution-id}",
+ "OutputType": "IMicrosoftGraphPermissionsCreepIndexDistribution",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphPermissionsCreepIndexDistribution",
- "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticAzurePermissionCreepIndexDistribution",
"Method": "GET",
- "Uri": "/identityGovernance/permissionsAnalytics/azure/permissionsCreepIndexDistributions/{permissionsCreepIndexDistribution-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticAzurePermissionCreepIndexDistribution",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/permissionsAnalytics/azure/permissionsCreepIndexDistributions",
+ "OutputType": "IMicrosoftGraphPermissionsCreepIndexDistribution",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphPermissionsCreepIndexDistribution",
- "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticAzurePermissionCreepIndexDistribution",
"Method": "GET",
- "Uri": "/identityGovernance/permissionsAnalytics/azure/permissionsCreepIndexDistributions",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticAzurePermissionCreepIndexDistribution",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permissionsanalytics-list-permissionscreepindexdistributions?view=graph-rest-1.0"
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/permissionsAnalytics/azure/permissionsCreepIndexDistributions/{permissionsCreepIndexDistribution-id}/authorizationSystem",
+ "OutputType": "IMicrosoftGraphAuthorizationSystem",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAuthorizationSystem",
- "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticAzurePermissionCreepIndexDistributionAuthorizationSystem",
"Method": "GET",
- "Uri": "/identityGovernance/permissionsAnalytics/azure/permissionsCreepIndexDistributions/{permissionsCreepIndexDistribution-id}/authorizationSystem",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticAzurePermissionCreepIndexDistributionAuthorizationSystem",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/permissionsAnalytics/azure/permissionsCreepIndexDistributions/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticAzurePermissionCreepIndexDistributionCount",
"Method": "GET",
- "Uri": "/identityGovernance/permissionsAnalytics/azure/permissionsCreepIndexDistributions/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticAzurePermissionCreepIndexDistributionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/permissionsAnalytics/gcp",
+ "OutputType": "IMicrosoftGraphPermissionsAnalytics",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": "IMicrosoftGraphPermissionsAnalytics",
- "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticGcp",
"Method": "GET",
- "Uri": "/identityGovernance/permissionsAnalytics/gcp",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticGcp",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/permissionsAnalytics/gcp/findings/{finding-id}",
+ "OutputType": "IMicrosoftGraphFinding",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphFinding",
- "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticGcpFinding",
"Method": "GET",
- "Uri": "/identityGovernance/permissionsAnalytics/gcp/findings/{finding-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticGcpFinding",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/permissionsAnalytics/gcp/findings",
+ "OutputType": "IMicrosoftGraphFinding",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphFinding",
- "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticGcpFinding",
"Method": "GET",
- "Uri": "/identityGovernance/permissionsAnalytics/gcp/findings",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticGcpFinding",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/permissionsAnalytics/gcp/findings/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticGcpFindingCount",
"Method": "GET",
- "Uri": "/identityGovernance/permissionsAnalytics/gcp/findings/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticGcpFindingCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/permissionsAnalytics/gcp/permissionsCreepIndexDistributions/{permissionsCreepIndexDistribution-id}",
+ "OutputType": "IMicrosoftGraphPermissionsCreepIndexDistribution",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphPermissionsCreepIndexDistribution",
- "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticGcpPermissionCreepIndexDistribution",
"Method": "GET",
- "Uri": "/identityGovernance/permissionsAnalytics/gcp/permissionsCreepIndexDistributions/{permissionsCreepIndexDistribution-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticGcpPermissionCreepIndexDistribution",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/permissionsAnalytics/gcp/permissionsCreepIndexDistributions",
+ "OutputType": "IMicrosoftGraphPermissionsCreepIndexDistribution",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphPermissionsCreepIndexDistribution",
- "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticGcpPermissionCreepIndexDistribution",
"Method": "GET",
- "Uri": "/identityGovernance/permissionsAnalytics/gcp/permissionsCreepIndexDistributions",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticGcpPermissionCreepIndexDistribution",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permissionsanalytics-list-permissionscreepindexdistributions?view=graph-rest-1.0"
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/permissionsAnalytics/gcp/permissionsCreepIndexDistributions/{permissionsCreepIndexDistribution-id}/authorizationSystem",
+ "OutputType": "IMicrosoftGraphAuthorizationSystem",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAuthorizationSystem",
- "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticGcpPermissionCreepIndexDistributionAuthorizationSystem",
"Method": "GET",
- "Uri": "/identityGovernance/permissionsAnalytics/gcp/permissionsCreepIndexDistributions/{permissionsCreepIndexDistribution-id}/authorizationSystem",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticGcpPermissionCreepIndexDistributionAuthorizationSystem",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/permissionsAnalytics/gcp/permissionsCreepIndexDistributions/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticGcpPermissionCreepIndexDistributionCount",
"Method": "GET",
- "Uri": "/identityGovernance/permissionsAnalytics/gcp/permissionsCreepIndexDistributions/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticGcpPermissionCreepIndexDistributionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/permissionsManagement",
+ "OutputType": "IMicrosoftGraphPermissionsManagement",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": "IMicrosoftGraphPermissionsManagement",
- "Command": "Get-MgBetaIdentityGovernancePermissionManagement",
"Method": "GET",
- "Uri": "/identityGovernance/permissionsManagement",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernancePermissionManagement",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/permissionsManagement/permissionsRequestChanges/{permissionsRequestChange-id}",
+ "OutputType": "IMicrosoftGraphPermissionsRequestChange",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphPermissionsRequestChange",
- "Command": "Get-MgBetaIdentityGovernancePermissionManagementPermissionRequestChange",
"Method": "GET",
- "Uri": "/identityGovernance/permissionsManagement/permissionsRequestChanges/{permissionsRequestChange-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernancePermissionManagementPermissionRequestChange",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permissionsrequestchange-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/permissionsManagement/permissionsRequestChanges",
+ "OutputType": "IMicrosoftGraphPermissionsRequestChange",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphPermissionsRequestChange",
- "Command": "Get-MgBetaIdentityGovernancePermissionManagementPermissionRequestChange",
"Method": "GET",
- "Uri": "/identityGovernance/permissionsManagement/permissionsRequestChanges",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernancePermissionManagementPermissionRequestChange",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permissionsmanagement-list-permissionsrequestchanges?view=graph-rest-1.0"
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/permissionsManagement/permissionsRequestChanges/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgBetaIdentityGovernancePermissionManagementPermissionRequestChangeCount",
"Method": "GET",
- "Uri": "/identityGovernance/permissionsManagement/permissionsRequestChanges/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernancePermissionManagementPermissionRequestChangeCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/permissionsManagement/scheduledPermissionsApprovals/{approval-id}",
+ "OutputType": "IMicrosoftGraphApproval",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphApproval",
- "Command": "Get-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApproval",
"Method": "GET",
- "Uri": "/identityGovernance/permissionsManagement/scheduledPermissionsApprovals/{approval-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApproval",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/permissionsManagement/scheduledPermissionsApprovals",
+ "OutputType": "IMicrosoftGraphApproval",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphApproval",
- "Command": "Get-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApproval",
"Method": "GET",
- "Uri": "/identityGovernance/permissionsManagement/scheduledPermissionsApprovals",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApproval",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/permissionsManagement/scheduledPermissionsApprovals/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApprovalCount",
"Method": "GET",
- "Uri": "/identityGovernance/permissionsManagement/scheduledPermissionsApprovals/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApprovalCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/permissionsManagement/scheduledPermissionsApprovals/{approval-id}/steps/{approvalStep-id}",
+ "OutputType": "IMicrosoftGraphApprovalStep",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphApprovalStep",
- "Command": "Get-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApprovalStep",
"Method": "GET",
- "Uri": "/identityGovernance/permissionsManagement/scheduledPermissionsApprovals/{approval-id}/steps/{approvalStep-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApprovalStep",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/approvalstep-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/permissionsManagement/scheduledPermissionsApprovals/{approval-id}/steps",
+ "OutputType": "IMicrosoftGraphApprovalStep",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphApprovalStep",
- "Command": "Get-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApprovalStep",
"Method": "GET",
- "Uri": "/identityGovernance/permissionsManagement/scheduledPermissionsApprovals/{approval-id}/steps",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApprovalStep",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/approval-list-steps?view=graph-rest-1.0"
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/permissionsManagement/scheduledPermissionsApprovals/{approval-id}/steps/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApprovalStepCount",
"Method": "GET",
- "Uri": "/identityGovernance/permissionsManagement/scheduledPermissionsApprovals/{approval-id}/steps/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApprovalStepCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/permissionsManagement/scheduledPermissionsRequests",
+ "OutputType": "IMicrosoftGraphScheduledPermissionsRequest",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphScheduledPermissionsRequest",
- "Command": "Get-MgBetaIdentityGovernancePermissionManagementScheduledPermissionRequest",
"Method": "GET",
- "Uri": "/identityGovernance/permissionsManagement/scheduledPermissionsRequests",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernancePermissionManagementScheduledPermissionRequest",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/privilegedAccess",
+ "OutputType": "IMicrosoftGraphPrivilegedAccessRoot",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": "IMicrosoftGraphPrivilegedAccessRoot",
- "Command": "Get-MgBetaIdentityGovernancePrivilegedAccess",
"Method": "GET",
- "Uri": "/identityGovernance/privilegedAccess",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernancePrivilegedAccess",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/privilegedAccess/group",
+ "OutputType": "IMicrosoftGraphPrivilegedAccessGroup",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": "IMicrosoftGraphPrivilegedAccessGroup",
- "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroup",
"Method": "GET",
- "Uri": "/identityGovernance/privilegedAccess/group",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroup",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}",
+ "OutputType": "IMicrosoftGraphApproval",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphApproval",
- "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApproval",
"Method": "GET",
- "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApproval",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals",
+ "OutputType": "IMicrosoftGraphApproval",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphApproval",
- "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApproval",
"Method": "GET",
- "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApproval",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApprovalCount",
"Method": "GET",
- "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApprovalCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}/steps/{approvalStep-id}",
+ "OutputType": "IMicrosoftGraphApprovalStep",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphApprovalStep",
- "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApprovalStep",
"Method": "GET",
- "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}/steps/{approvalStep-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApprovalStep",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/approvalstep-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}/steps",
+ "OutputType": "IMicrosoftGraphApprovalStep",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphApprovalStep",
- "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApprovalStep",
"Method": "GET",
- "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}/steps",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApprovalStep",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/approval-list-steps?view=graph-rest-1.0"
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}/steps/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApprovalStepCount",
"Method": "GET",
- "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}/steps/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApprovalStepCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}",
+ "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentSchedule",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentSchedule",
- "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentSchedule",
"Method": "GET",
- "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentSchedule",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupassignmentschedule-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules",
+ "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentSchedule",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentSchedule",
- "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentSchedule",
"Method": "GET",
- "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentSchedule",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroup-list-assignmentschedules?view=graph-rest-1.0"
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}/activatedUsing",
+ "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule",
- "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleActivatedUsing",
"Method": "GET",
- "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}/activatedUsing",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleActivatedUsing",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleCount",
"Method": "GET",
- "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}/group",
+ "OutputType": "IMicrosoftGraphGroup",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphGroup",
- "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleGroup",
"Method": "GET",
- "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}/group",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleGroup",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}/group/serviceProvisioningErrors",
+ "OutputType": "IMicrosoftGraphServiceProvisioningError",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleGroupServiceProvisioningError",
"Method": "GET",
- "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}/group/serviceProvisioningErrors",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleGroupServiceProvisioningError",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}/group/serviceProvisioningErrors/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleGroupServiceProvisioningErrorCount",
"Method": "GET",
- "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}/group/serviceProvisioningErrors/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleGroupServiceProvisioningErrorCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}",
+ "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleInstance",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleInstance",
- "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstance",
"Method": "GET",
- "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstance",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupassignmentscheduleinstance-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances",
+ "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleInstance",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleInstance",
- "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstance",
"Method": "GET",
- "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstance",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroup-list-assignmentscheduleinstances?view=graph-rest-1.0"
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}/activatedUsing",
+ "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleInstance",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleInstance",
- "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstanceActivatedUsing",
"Method": "GET",
- "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}/activatedUsing",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstanceActivatedUsing",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstanceCount",
"Method": "GET",
- "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstanceCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}/group",
+ "OutputType": "IMicrosoftGraphGroup",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphGroup",
- "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstanceGroup",
"Method": "GET",
- "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}/group",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstanceGroup",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}/group/serviceProvisioningErrors",
+ "OutputType": "IMicrosoftGraphServiceProvisioningError",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstanceGroupServiceProvisioningError",
"Method": "GET",
- "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}/group/serviceProvisioningErrors",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstanceGroupServiceProvisioningError",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}/group/serviceProvisioningErrors/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstanceGroupServiceProvisioningErrorCount",
"Method": "GET",
- "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}/group/serviceProvisioningErrors/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstanceGroupServiceProvisioningErrorCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}/principal",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstancePrincipal",
"Method": "GET",
- "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}/principal",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstancePrincipal",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}/principal",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentSchedulePrincipal",
"Method": "GET",
- "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}/principal",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentSchedulePrincipal",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}",
+ "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleRequest",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleRequest",
- "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequest",
"Method": "GET",
- "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequest",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupassignmentschedulerequest-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests",
+ "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleRequest",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleRequest",
- "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequest",
"Method": "GET",
- "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequest",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroup-list-assignmentschedulerequests?view=graph-rest-1.0"
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/activatedUsing",
+ "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule",
- "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestActivatedUsing",
"Method": "GET",
- "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/activatedUsing",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestActivatedUsing",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestCount",
"Method": "GET",
- "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/group",
+ "OutputType": "IMicrosoftGraphGroup",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphGroup",
- "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestGroup",
"Method": "GET",
- "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/group",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestGroup",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/group/serviceProvisioningErrors",
+ "OutputType": "IMicrosoftGraphServiceProvisioningError",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestGroupServiceProvisioningError",
"Method": "GET",
- "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/group/serviceProvisioningErrors",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestGroupServiceProvisioningError",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/group/serviceProvisioningErrors/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestGroupServiceProvisioningErrorCount",
"Method": "GET",
- "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/group/serviceProvisioningErrors/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestGroupServiceProvisioningErrorCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/principal",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestPrincipal",
"Method": "GET",
- "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/principal",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestPrincipal",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/targetSchedule",
+ "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule",
- "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestTargetSchedule",
"Method": "GET",
- "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/targetSchedule",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestTargetSchedule",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}",
+ "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule",
- "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilitySchedule",
"Method": "GET",
- "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilitySchedule",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupeligibilityschedule-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules",
+ "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule",
- "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilitySchedule",
"Method": "GET",
- "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilitySchedule",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroup-list-eligibilityschedules?view=graph-rest-1.0"
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleCount",
"Method": "GET",
- "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}/group",
+ "OutputType": "IMicrosoftGraphGroup",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphGroup",
- "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleGroup",
"Method": "GET",
- "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}/group",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleGroup",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}/group/serviceProvisioningErrors",
+ "OutputType": "IMicrosoftGraphServiceProvisioningError",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleGroupServiceProvisioningError",
"Method": "GET",
- "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}/group/serviceProvisioningErrors",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleGroupServiceProvisioningError",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}/group/serviceProvisioningErrors/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleGroupServiceProvisioningErrorCount",
"Method": "GET",
- "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}/group/serviceProvisioningErrors/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleGroupServiceProvisioningErrorCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}",
+ "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleInstance",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleInstance",
- "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstance",
"Method": "GET",
- "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstance",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupeligibilityscheduleinstance-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances",
+ "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleInstance",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleInstance",
- "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstance",
"Method": "GET",
- "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstance",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroup-list-eligibilityscheduleinstances?view=graph-rest-1.0"
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstanceCount",
"Method": "GET",
- "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstanceCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}/group",
+ "OutputType": "IMicrosoftGraphGroup",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphGroup",
- "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstanceGroup",
"Method": "GET",
- "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}/group",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstanceGroup",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}/group/serviceProvisioningErrors",
+ "OutputType": "IMicrosoftGraphServiceProvisioningError",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstanceGroupServiceProvisioningError",
"Method": "GET",
- "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}/group/serviceProvisioningErrors",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstanceGroupServiceProvisioningError",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}/group/serviceProvisioningErrors/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstanceGroupServiceProvisioningErrorCount",
"Method": "GET",
- "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}/group/serviceProvisioningErrors/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstanceGroupServiceProvisioningErrorCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}/principal",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstancePrincipal",
"Method": "GET",
- "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}/principal",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstancePrincipal",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}/principal",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilitySchedulePrincipal",
"Method": "GET",
- "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}/principal",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilitySchedulePrincipal",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}",
+ "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleRequest",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleRequest",
- "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequest",
"Method": "GET",
- "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequest",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupeligibilityschedulerequest-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests",
+ "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleRequest",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleRequest",
- "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequest",
"Method": "GET",
- "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequest",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroup-list-eligibilityschedulerequests?view=graph-rest-1.0"
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestCount",
"Method": "GET",
- "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}/group",
+ "OutputType": "IMicrosoftGraphGroup",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphGroup",
- "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestGroup",
"Method": "GET",
- "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}/group",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestGroup",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}/group/serviceProvisioningErrors",
+ "OutputType": "IMicrosoftGraphServiceProvisioningError",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestGroupServiceProvisioningError",
"Method": "GET",
- "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}/group/serviceProvisioningErrors",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestGroupServiceProvisioningError",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}/group/serviceProvisioningErrors/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestGroupServiceProvisioningErrorCount",
"Method": "GET",
- "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}/group/serviceProvisioningErrors/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestGroupServiceProvisioningErrorCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}/principal",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestPrincipal",
"Method": "GET",
- "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}/principal",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestPrincipal",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}/targetSchedule",
+ "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule",
- "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestTargetSchedule",
"Method": "GET",
- "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}/targetSchedule",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestTargetSchedule",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/roleManagementAlerts/alerts/{unifiedRoleManagementAlert-id}",
+ "OutputType": "IMicrosoftGraphUnifiedRoleManagementAlert",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUnifiedRoleManagementAlert",
- "Command": "Get-MgBetaIdentityGovernanceRoleManagementAlert",
"Method": "GET",
- "Uri": "/identityGovernance/roleManagementAlerts/alerts/{unifiedRoleManagementAlert-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernanceRoleManagementAlert",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/roleManagementAlerts/alerts",
+ "OutputType": "IMicrosoftGraphUnifiedRoleManagementAlert",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphUnifiedRoleManagementAlert",
- "Command": "Get-MgBetaIdentityGovernanceRoleManagementAlert",
"Method": "GET",
- "Uri": "/identityGovernance/roleManagementAlerts/alerts",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernanceRoleManagementAlert",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rolemanagementalert-list-alerts?view=graph-rest-1.0"
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/roleManagementAlerts/alertConfigurations/{unifiedRoleManagementAlertConfiguration-id}",
+ "OutputType": "IMicrosoftGraphUnifiedRoleManagementAlertConfiguration",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphUnifiedRoleManagementAlertConfiguration",
- "Command": "Get-MgBetaIdentityGovernanceRoleManagementAlertConfiguration",
"Method": "GET",
- "Uri": "/identityGovernance/roleManagementAlerts/alertConfigurations/{unifiedRoleManagementAlertConfiguration-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernanceRoleManagementAlertConfiguration",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/roleManagementAlerts/alertConfigurations",
+ "OutputType": "IMicrosoftGraphUnifiedRoleManagementAlertConfiguration",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphUnifiedRoleManagementAlertConfiguration",
- "Command": "Get-MgBetaIdentityGovernanceRoleManagementAlertConfiguration",
"Method": "GET",
- "Uri": "/identityGovernance/roleManagementAlerts/alertConfigurations",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernanceRoleManagementAlertConfiguration",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rolemanagementalert-list-alertconfigurations?view=graph-rest-1.0"
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/roleManagementAlerts/alertConfigurations/{unifiedRoleManagementAlertConfiguration-id}/alertDefinition",
+ "OutputType": "IMicrosoftGraphUnifiedRoleManagementAlertDefinition",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUnifiedRoleManagementAlertDefinition",
- "Command": "Get-MgBetaIdentityGovernanceRoleManagementAlertConfigurationAlertDefinition",
"Method": "GET",
- "Uri": "/identityGovernance/roleManagementAlerts/alertConfigurations/{unifiedRoleManagementAlertConfiguration-id}/alertDefinition",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernanceRoleManagementAlertConfigurationAlertDefinition",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/roleManagementAlerts/alertConfigurations/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgBetaIdentityGovernanceRoleManagementAlertConfigurationCount",
"Method": "GET",
- "Uri": "/identityGovernance/roleManagementAlerts/alertConfigurations/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernanceRoleManagementAlertConfigurationCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/roleManagementAlerts/alerts/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgBetaIdentityGovernanceRoleManagementAlertCount",
"Method": "GET",
- "Uri": "/identityGovernance/roleManagementAlerts/alerts/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernanceRoleManagementAlertCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/roleManagementAlerts/alertDefinitions/{unifiedRoleManagementAlertDefinition-id}",
+ "OutputType": "IMicrosoftGraphUnifiedRoleManagementAlertDefinition",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphUnifiedRoleManagementAlertDefinition",
- "Command": "Get-MgBetaIdentityGovernanceRoleManagementAlertDefinition",
"Method": "GET",
- "Uri": "/identityGovernance/roleManagementAlerts/alertDefinitions/{unifiedRoleManagementAlertDefinition-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernanceRoleManagementAlertDefinition",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/roleManagementAlerts/alertDefinitions",
+ "OutputType": "IMicrosoftGraphUnifiedRoleManagementAlertDefinition",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphUnifiedRoleManagementAlertDefinition",
- "Command": "Get-MgBetaIdentityGovernanceRoleManagementAlertDefinition",
"Method": "GET",
- "Uri": "/identityGovernance/roleManagementAlerts/alertDefinitions",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernanceRoleManagementAlertDefinition",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rolemanagementalert-list-alertdefinitions?view=graph-rest-1.0"
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/roleManagementAlerts/alertDefinitions/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgBetaIdentityGovernanceRoleManagementAlertDefinitionCount",
"Method": "GET",
- "Uri": "/identityGovernance/roleManagementAlerts/alertDefinitions/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernanceRoleManagementAlertDefinitionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/roleManagementAlerts/alerts/{unifiedRoleManagementAlert-id}/alertIncidents/{unifiedRoleManagementAlertIncident-id}",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaIdentityGovernanceRoleManagementAlertIncident",
"Method": "GET",
- "Uri": "/identityGovernance/roleManagementAlerts/alerts/{unifiedRoleManagementAlert-id}/alertIncidents/{unifiedRoleManagementAlertIncident-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernanceRoleManagementAlertIncident",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedrolemanagementalertincident-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/roleManagementAlerts/alerts/{unifiedRoleManagementAlert-id}/alertIncidents",
+ "OutputType": "IMicrosoftGraphUnifiedRoleManagementAlertIncident",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphUnifiedRoleManagementAlertIncident",
- "Command": "Get-MgBetaIdentityGovernanceRoleManagementAlertIncident",
"Method": "GET",
- "Uri": "/identityGovernance/roleManagementAlerts/alerts/{unifiedRoleManagementAlert-id}/alertIncidents",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernanceRoleManagementAlertIncident",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedrolemanagementalert-list-alertincidents?view=graph-rest-1.0"
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/roleManagementAlerts/alerts/{unifiedRoleManagementAlert-id}/alertIncidents/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaIdentityGovernanceRoleManagementAlertIncidentCount",
"Method": "GET",
- "Uri": "/identityGovernance/roleManagementAlerts/alerts/{unifiedRoleManagementAlert-id}/alertIncidents/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernanceRoleManagementAlertIncidentCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/roleManagementAlerts/operations/{longRunningOperation-id}",
+ "OutputType": "IMicrosoftGraphLongRunningOperation",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphLongRunningOperation",
- "Command": "Get-MgBetaIdentityGovernanceRoleManagementAlertOperation",
"Method": "GET",
- "Uri": "/identityGovernance/roleManagementAlerts/operations/{longRunningOperation-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernanceRoleManagementAlertOperation",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/roleManagementAlerts/operations",
+ "OutputType": "IMicrosoftGraphLongRunningOperation",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphLongRunningOperation",
- "Command": "Get-MgBetaIdentityGovernanceRoleManagementAlertOperation",
"Method": "GET",
- "Uri": "/identityGovernance/roleManagementAlerts/operations",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernanceRoleManagementAlertOperation",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/roleManagementAlerts/operations/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgBetaIdentityGovernanceRoleManagementAlertOperationCount",
"Method": "GET",
- "Uri": "/identityGovernance/roleManagementAlerts/operations/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernanceRoleManagementAlertOperationCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}",
+ "OutputType": "IMicrosoftGraphAgreement",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAgreement",
- "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreement",
"Method": "GET",
- "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreement",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/agreement-list-files?view=graph-rest-1.0"
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/termsOfUse/agreements",
+ "OutputType": "IMicrosoftGraphAgreement",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphAgreement",
- "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreement",
"Method": "GET",
- "Uri": "/identityGovernance/termsOfUse/agreements",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreement",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termsofusecontainer-list-agreements?view=graph-rest-1.0"
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/termsOfUse/agreementAcceptances/{agreementAcceptance-id}",
+ "OutputType": "IMicrosoftGraphAgreementAcceptance",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphAgreementAcceptance",
- "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementAcceptance",
"Method": "GET",
- "Uri": "/identityGovernance/termsOfUse/agreementAcceptances/{agreementAcceptance-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementAcceptance",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/termsOfUse/agreementAcceptances",
+ "OutputType": "IMicrosoftGraphAgreementAcceptance",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List",
"List1"
],
- "OutputType": "IMicrosoftGraphAgreementAcceptance",
- "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementAcceptance",
"Method": "GET",
- "Uri": "/identityGovernance/termsOfUse/agreementAcceptances",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementAcceptance",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/termsOfUse/agreementAcceptances/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementAcceptanceCount",
"Method": "GET",
- "Uri": "/identityGovernance/termsOfUse/agreementAcceptances/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementAcceptanceCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/termsOfUse/agreements/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementCount",
"Method": "GET",
- "Uri": "/identityGovernance/termsOfUse/agreements/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file",
+ "OutputType": "IMicrosoftGraphAgreementFile",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAgreementFile",
- "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementFile",
"Method": "GET",
- "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementFile",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/agreementfile-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files",
+ "OutputType": "IMicrosoftGraphAgreementFileLocalization",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphAgreementFileLocalization",
- "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementFile",
"Method": "GET",
- "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementFile",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementFileCount",
"Method": "GET",
- "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementFileCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}",
+ "OutputType": "IMicrosoftGraphAgreementFileLocalization",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAgreementFileLocalization",
- "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalization",
"Method": "GET",
- "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalization",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations",
+ "OutputType": "IMicrosoftGraphAgreementFileLocalization",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphAgreementFileLocalization",
- "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalization",
"Method": "GET",
- "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalization",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/agreementfile-list-localizations?view=graph-rest-1.0"
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalizationCount",
"Method": "GET",
- "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalizationCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}",
+ "OutputType": "IMicrosoftGraphAgreementFileVersion",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAgreementFileVersion",
- "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalizationVersion",
"Method": "GET",
- "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalizationVersion",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions",
+ "OutputType": "IMicrosoftGraphAgreementFileVersion",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphAgreementFileVersion",
- "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalizationVersion",
"Method": "GET",
- "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalizationVersion",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalizationVersionCount",
"Method": "GET",
- "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalizationVersionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}",
+ "OutputType": "IMicrosoftGraphAgreementFileVersion",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAgreementFileVersion",
- "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementFileVersion",
"Method": "GET",
- "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementFileVersion",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions",
+ "OutputType": "IMicrosoftGraphAgreementFileVersion",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphAgreementFileVersion",
- "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementFileVersion",
"Method": "GET",
- "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementFileVersion",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementFileVersionCount",
"Method": "GET",
- "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementFileVersionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.SignIns",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphIdentityProviderBase",
- "Command": "Get-MgBetaIdentityProvider",
- "Method": "GET",
"Uri": "/identity/identityProviders/{identityProviderBase-id}",
+ "OutputType": "IMicrosoftGraphIdentityProviderBase",
"ApiVersion": "beta",
"Permissions": [
{
@@ -117056,17 +122168,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.SignIns",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphIdentityProviderBase",
- "Command": "Get-MgBetaIdentityProvider",
"Method": "GET",
+ "Command": "Get-MgBetaIdentityProvider",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityproviderbase-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.SignIns",
"Uri": "/identity/identityProviders",
+ "OutputType": "IMicrosoftGraphIdentityProviderBase",
"ApiVersion": "beta",
"Permissions": [
{
@@ -117085,17 +122199,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.SignIns",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaIdentityProviderCount",
"Method": "GET",
+ "Command": "Get-MgBetaIdentityProvider",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitycontainer-list-identityproviders?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.SignIns",
"Uri": "/identity/identityProviders/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -117114,18 +122229,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.SignIns",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphIdentityUserFlow",
- "Command": "Get-MgBetaIdentityUserFlow",
"Method": "GET",
+ "Command": "Get-MgBetaIdentityProviderCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Identity.SignIns",
"Uri": "/identity/userFlows/{identityUserFlow-id}",
+ "OutputType": "IMicrosoftGraphIdentityUserFlow",
"ApiVersion": "beta",
"Permissions": [
{
@@ -117144,17 +122259,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.SignIns",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphIdentityUserFlow",
- "Command": "Get-MgBetaIdentityUserFlow",
"Method": "GET",
+ "Command": "Get-MgBetaIdentityUserFlow",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityuserflow-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.SignIns",
"Uri": "/identity/userFlows",
+ "OutputType": "IMicrosoftGraphIdentityUserFlow",
"ApiVersion": "beta",
"Permissions": [
{
@@ -117173,18 +122290,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.SignIns",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": "IMicrosoftGraphIdentityUserFlowAttribute",
- "Command": "Get-MgBetaIdentityUserFlowAttribute",
"Method": "GET",
+ "Command": "Get-MgBetaIdentityUserFlow",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityuserflow-list?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.SignIns",
"Uri": "/identity/userFlowAttributes/{identityUserFlowAttribute-id}",
+ "OutputType": "IMicrosoftGraphIdentityUserFlowAttribute",
"ApiVersion": "beta",
"Permissions": [
{
@@ -117203,17 +122320,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.SignIns",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphIdentityUserFlowAttribute",
- "Command": "Get-MgBetaIdentityUserFlowAttribute",
"Method": "GET",
+ "Command": "Get-MgBetaIdentityUserFlowAttribute",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityuserflowattribute-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.SignIns",
"Uri": "/identity/userFlowAttributes",
+ "OutputType": "IMicrosoftGraphIdentityUserFlowAttribute",
"ApiVersion": "beta",
"Permissions": [
{
@@ -117232,17 +122351,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.SignIns",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaIdentityUserFlowAttributeCount",
"Method": "GET",
+ "Command": "Get-MgBetaIdentityUserFlowAttribute",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityuserflowattribute-list?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.SignIns",
"Uri": "/identity/userFlowAttributes/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -117261,17 +122381,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.SignIns",
+ ],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgBetaIdentityUserFlowCount",
"Method": "GET",
+ "Command": "Get-MgBetaIdentityUserFlowAttributeCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Identity.SignIns",
"Uri": "/identity/userFlows/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -117290,42 +122411,44 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.SignIns",
+ ],
"Variants": [
"Get"
],
- "OutputType": "IMicrosoftGraphInformationProtection",
- "Command": "Get-MgBetaInformationProtection",
"Method": "GET",
- "Uri": "/informationProtection",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaIdentityUserFlowCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.SignIns",
+ "Uri": "/informationProtection",
+ "OutputType": "IMicrosoftGraphInformationProtection",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": "IMicrosoftGraphBitlocker",
- "Command": "Get-MgBetaInformationProtectionBitlocker",
"Method": "GET",
- "Uri": "/informationProtection/bitlocker",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaInformationProtection",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.SignIns",
+ "Uri": "/informationProtection/bitlocker",
+ "OutputType": "IMicrosoftGraphBitlocker",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphBitlockerRecoveryKey",
- "Command": "Get-MgBetaInformationProtectionBitlockerRecoveryKey",
"Method": "GET",
+ "Command": "Get-MgBetaInformationProtectionBitlocker",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Identity.SignIns",
"Uri": "/informationProtection/bitlocker/recoveryKeys/{bitlockerRecoveryKey-id}",
+ "OutputType": "IMicrosoftGraphBitlockerRecoveryKey",
"ApiVersion": "beta",
"Permissions": [
{
@@ -117344,17 +122467,19 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.SignIns",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphBitlockerRecoveryKey",
- "Command": "Get-MgBetaInformationProtectionBitlockerRecoveryKey",
"Method": "GET",
+ "Command": "Get-MgBetaInformationProtectionBitlockerRecoveryKey",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bitlockerrecoverykey-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.SignIns",
"Uri": "/informationProtection/bitlocker/recoveryKeys",
+ "OutputType": "IMicrosoftGraphBitlockerRecoveryKey",
"ApiVersion": "beta",
"Permissions": [
{
@@ -117373,17 +122498,18 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.SignIns",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaInformationProtectionBitlockerRecoveryKeyCount",
"Method": "GET",
+ "Command": "Get-MgBetaInformationProtectionBitlockerRecoveryKey",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bitlocker-list-recoverykeys?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.SignIns",
"Uri": "/informationProtection/bitlocker/recoveryKeys/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -117402,67 +122528,71 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaInformationProtectionBitlockerRecoveryKeyCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.SignIns",
+ "Uri": "/informationProtection/dataLossPreventionPolicies/{dataLossPreventionPolicy-id}",
+ "OutputType": "IMicrosoftGraphDataLossPreventionPolicy",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDataLossPreventionPolicy",
- "Command": "Get-MgBetaInformationProtectionDataLossPreventionPolicy",
"Method": "GET",
- "Uri": "/informationProtection/dataLossPreventionPolicies/{dataLossPreventionPolicy-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaInformationProtectionDataLossPreventionPolicy",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.SignIns",
+ "Uri": "/informationProtection/dataLossPreventionPolicies",
+ "OutputType": "IMicrosoftGraphDataLossPreventionPolicy",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphDataLossPreventionPolicy",
- "Command": "Get-MgBetaInformationProtectionDataLossPreventionPolicy",
"Method": "GET",
- "Uri": "/informationProtection/dataLossPreventionPolicies",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaInformationProtectionDataLossPreventionPolicy",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.SignIns",
+ "Uri": "/informationProtection/dataLossPreventionPolicies/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgBetaInformationProtectionDataLossPreventionPolicyCount",
"Method": "GET",
- "Uri": "/informationProtection/dataLossPreventionPolicies/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaInformationProtectionDataLossPreventionPolicyCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.SignIns",
+ "Uri": "/informationProtection/policy",
+ "OutputType": "IMicrosoftGraphInformationProtectionPolicy",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": "IMicrosoftGraphInformationProtectionPolicy",
- "Command": "Get-MgBetaInformationProtectionPolicy",
"Method": "GET",
- "Uri": "/informationProtection/policy",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaInformationProtectionPolicy",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.SignIns",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphInformationProtectionLabel",
- "Command": "Get-MgBetaInformationProtectionPolicyLabel",
- "Method": "GET",
"Uri": "/informationProtection/policy/labels/{informationProtectionLabel-id}",
+ "OutputType": "IMicrosoftGraphInformationProtectionLabel",
"ApiVersion": "beta",
"Permissions": [
{
@@ -117481,17 +122611,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": true
}
- ]
- },
- {
- "Module": "Beta.Identity.SignIns",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphInformationProtectionLabel",
- "Command": "Get-MgBetaInformationProtectionPolicyLabel",
"Method": "GET",
+ "Command": "Get-MgBetaInformationProtectionPolicyLabel",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/informationprotectionlabel-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.SignIns",
"Uri": "/informationProtection/policy/labels",
+ "OutputType": "IMicrosoftGraphInformationProtectionLabel",
"ApiVersion": "beta",
"Permissions": [
{
@@ -117510,17 +122642,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": true
}
- ]
- },
- {
- "Module": "Beta.Identity.SignIns",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaInformationProtectionPolicyLabelCount",
"Method": "GET",
+ "Command": "Get-MgBetaInformationProtectionPolicyLabel",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/informationprotectionpolicy-list-labels?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.SignIns",
"Uri": "/informationProtection/policy/labels/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -117539,55 +122672,58 @@
"PermissionType": "Application",
"IsLeastPrivilege": true
}
- ]
+ ],
+ "Variants": [
+ "Get"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaInformationProtectionPolicyLabelCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.SignIns",
+ "Uri": "/informationProtection/sensitivityLabels/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgBetaInformationProtectionSensitivityLabelCount",
"Method": "GET",
- "Uri": "/informationProtection/sensitivityLabels/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaInformationProtectionSensitivityLabelCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.SignIns",
+ "Uri": "/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaInformationProtectionSensitivityLabelSublabelCount",
"Method": "GET",
- "Uri": "/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaInformationProtectionSensitivityLabelSublabelCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.SignIns",
+ "Uri": "/informationProtection/sensitivityPolicySettings",
+ "OutputType": "IMicrosoftGraphSensitivityPolicySettings",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": "IMicrosoftGraphSensitivityPolicySettings",
- "Command": "Get-MgBetaInformationProtectionSensitivityPolicySetting",
"Method": "GET",
- "Uri": "/informationProtection/sensitivityPolicySettings",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaInformationProtectionSensitivityPolicySetting",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.SignIns",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphThreatAssessmentRequest",
- "Command": "Get-MgBetaInformationProtectionThreatAssessmentRequest",
- "Method": "GET",
"Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}",
+ "OutputType": "IMicrosoftGraphThreatAssessmentRequest",
"ApiVersion": "beta",
"Permissions": [
{
@@ -117606,17 +122742,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": true
}
- ]
- },
- {
- "Module": "Beta.Identity.SignIns",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphThreatAssessmentRequest",
- "Command": "Get-MgBetaInformationProtectionThreatAssessmentRequest",
"Method": "GET",
+ "Command": "Get-MgBetaInformationProtectionThreatAssessmentRequest",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/threatassessmentrequest-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.SignIns",
"Uri": "/informationProtection/threatAssessmentRequests",
+ "OutputType": "IMicrosoftGraphThreatAssessmentRequest",
"ApiVersion": "beta",
"Permissions": [
{
@@ -117635,17 +122773,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": true
}
- ]
- },
- {
- "Module": "Beta.Identity.SignIns",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaInformationProtectionThreatAssessmentRequestCount",
"Method": "GET",
+ "Command": "Get-MgBetaInformationProtectionThreatAssessmentRequest",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/informationprotection-list-threatassessmentrequests?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.SignIns",
"Uri": "/informationProtection/threatAssessmentRequests/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -117664,169 +122803,181 @@
"PermissionType": "Application",
"IsLeastPrivilege": true
}
- ]
+ ],
+ "Variants": [
+ "Get"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaInformationProtectionThreatAssessmentRequestCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.SignIns",
+ "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}",
+ "OutputType": "IMicrosoftGraphThreatAssessmentResult",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphThreatAssessmentResult",
- "Command": "Get-MgBetaInformationProtectionThreatAssessmentRequestResult",
"Method": "GET",
- "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaInformationProtectionThreatAssessmentRequestResult",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.SignIns",
+ "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results",
+ "OutputType": "IMicrosoftGraphThreatAssessmentResult",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphThreatAssessmentResult",
- "Command": "Get-MgBetaInformationProtectionThreatAssessmentRequestResult",
"Method": "GET",
- "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaInformationProtectionThreatAssessmentRequestResult",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.SignIns",
+ "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaInformationProtectionThreatAssessmentRequestResultCount",
"Method": "GET",
- "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaInformationProtectionThreatAssessmentRequestResultCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.SignIns",
+ "Uri": "/invitations/{invitation-id}",
+ "OutputType": "IMicrosoftGraphInvitation",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphInvitation",
- "Command": "Get-MgBetaInvitation",
"Method": "GET",
- "Uri": "/invitations/{invitation-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaInvitation",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.SignIns",
+ "Uri": "/invitations",
+ "OutputType": "IMicrosoftGraphInvitation",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphInvitation",
- "Command": "Get-MgBetaInvitation",
"Method": "GET",
- "Uri": "/invitations",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaInvitation",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.SignIns",
+ "Uri": "/invitations/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgBetaInvitationCount",
"Method": "GET",
- "Uri": "/invitations/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaInvitationCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.SignIns",
+ "Uri": "/invitations/{invitation-id}/invitedUser/mailboxSettings",
+ "OutputType": "IMicrosoftGraphMailboxSettings",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Command": "Get-MgBetaInvitationInvitedUserMailboxSetting",
"Method": "GET",
- "Uri": "/invitations/{invitation-id}/invitedUser/mailboxSettings",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaInvitationInvitedUserMailboxSetting",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.SignIns",
+ "Uri": "/invitations/{invitation-id}/invitedUser/serviceProvisioningErrors",
+ "OutputType": "IMicrosoftGraphServiceProvisioningError",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Command": "Get-MgBetaInvitationInvitedUserServiceProvisioningError",
"Method": "GET",
- "Uri": "/invitations/{invitation-id}/invitedUser/serviceProvisioningErrors",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaInvitationInvitedUserServiceProvisioningError",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.SignIns",
+ "Uri": "/invitations/{invitation-id}/invitedUser/serviceProvisioningErrors/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaInvitationInvitedUserServiceProvisioningErrorCount",
"Method": "GET",
- "Uri": "/invitations/{invitation-id}/invitedUser/serviceProvisioningErrors/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaInvitationInvitedUserServiceProvisioningErrorCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.SignIns",
+ "Uri": "/invitations/{invitation-id}/invitedUserSponsors/{directoryObject-id}",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgBetaInvitationInvitedUserSponsor",
"Method": "GET",
- "Uri": "/invitations/{invitation-id}/invitedUserSponsors/{directoryObject-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaInvitationInvitedUserSponsor",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.SignIns",
+ "Uri": "/invitations/{invitation-id}/invitedUserSponsors",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgBetaInvitationInvitedUserSponsor",
"Method": "GET",
- "Uri": "/invitations/{invitation-id}/invitedUserSponsors",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaInvitationInvitedUserSponsor",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.SignIns",
+ "Uri": "/invitations/{invitation-id}/invitedUserSponsors/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaInvitationInvitedUserSponsorCount",
"Method": "GET",
- "Uri": "/invitations/{invitation-id}/invitedUserSponsors/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaInvitationInvitedUserSponsorCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.SignIns",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphOAuth2PermissionGrant",
- "Command": "Get-MgBetaOauth2PermissionGrant",
- "Method": "GET",
"Uri": "/oauth2PermissionGrants/{oAuth2PermissionGrant-id}",
+ "OutputType": "IMicrosoftGraphOAuth2PermissionGrant",
"ApiVersion": "beta",
"Permissions": [
{
@@ -117853,17 +123004,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.SignIns",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphOAuth2PermissionGrant",
- "Command": "Get-MgBetaOauth2PermissionGrant",
"Method": "GET",
+ "Command": "Get-MgBetaOauth2PermissionGrant",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/oauth2permissiongrant-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.SignIns",
"Uri": "/oauth2PermissionGrants",
+ "OutputType": "IMicrosoftGraphOAuth2PermissionGrant",
"ApiVersion": "beta",
"Permissions": [
{
@@ -117890,17 +123043,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.SignIns",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaOauth2PermissionGrantCount",
"Method": "GET",
+ "Command": "Get-MgBetaOauth2PermissionGrant",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/oauth2permissiongrant-list?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.SignIns",
"Uri": "/oauth2PermissionGrants/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -117927,17 +123081,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.SignIns",
+ ],
"Variants": [
- "Delta"
+ "Get"
],
- "OutputType": "IMicrosoftGraphOAuth2PermissionGrant",
- "Command": "Get-MgBetaOauth2PermissionGrantDelta",
"Method": "GET",
+ "Command": "Get-MgBetaOauth2PermissionGrantCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Identity.SignIns",
"Uri": "/oauth2PermissionGrants/delta",
+ "OutputType": "IMicrosoftGraphOAuth2PermissionGrant",
"ApiVersion": "beta",
"Permissions": [
{
@@ -117964,151 +123119,172 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Delta"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaOauth2PermissionGrantDelta",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Applications",
+ "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}",
+ "OutputType": "IMicrosoftGraphOnPremisesPublishingProfile",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphOnPremisesPublishingProfile",
- "Command": "Get-MgBetaOnPremisePublishingProfile",
"Method": "GET",
- "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaOnPremisePublishingProfile",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Applications",
+ "Uri": "/onPremisesPublishingProfiles",
+ "OutputType": "IMicrosoftGraphOnPremisesPublishingProfile",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphOnPremisesPublishingProfile",
- "Command": "Get-MgBetaOnPremisePublishingProfile",
"Method": "GET",
- "Uri": "/onPremisesPublishingProfiles",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaOnPremisePublishingProfile",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Applications",
+ "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agents/{onPremisesAgent-id}",
+ "OutputType": "IMicrosoftGraphOnPremisesAgent",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphOnPremisesAgent",
- "Command": "Get-MgBetaOnPremisePublishingProfileAgent",
"Method": "GET",
- "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agents/{onPremisesAgent-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaOnPremisePublishingProfileAgent",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onpremisesagent-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Applications",
+ "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agents",
+ "OutputType": "IMicrosoftGraphOnPremisesAgent",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphOnPremisesAgent",
- "Command": "Get-MgBetaOnPremisePublishingProfileAgent",
"Method": "GET",
- "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agents",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaOnPremisePublishingProfileAgent",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onpremisesagent-list?view=graph-rest-1.0"
},
{
"Module": "Beta.Applications",
+ "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agents/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaOnPremisePublishingProfileAgentCount",
"Method": "GET",
- "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agents/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaOnPremisePublishingProfileAgentCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Applications",
+ "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}",
+ "OutputType": "IMicrosoftGraphOnPremisesAgentGroup",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphOnPremisesAgentGroup",
- "Command": "Get-MgBetaOnPremisePublishingProfileAgentGroup",
"Method": "GET",
- "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaOnPremisePublishingProfileAgentGroup",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onpremisesagentgroup-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Applications",
+ "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups",
+ "OutputType": "IMicrosoftGraphOnPremisesAgentGroup",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List",
"List1",
"List2"
],
- "OutputType": "IMicrosoftGraphOnPremisesAgentGroup",
- "Command": "Get-MgBetaOnPremisePublishingProfileAgentGroup",
"Method": "GET",
- "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaOnPremisePublishingProfileAgentGroup",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onpremisesagentgroup-list?view=graph-rest-1.0"
},
{
"Module": "Beta.Applications",
+ "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/agents/{onPremisesAgent-id}",
+ "OutputType": "IMicrosoftGraphOnPremisesAgent",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphOnPremisesAgent",
- "Command": "Get-MgBetaOnPremisePublishingProfileAgentGroupAgent",
"Method": "GET",
- "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/agents/{onPremisesAgent-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaOnPremisePublishingProfileAgentGroupAgent",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Applications",
+ "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/agents",
+ "OutputType": "IMicrosoftGraphOnPremisesAgent",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphOnPremisesAgent",
- "Command": "Get-MgBetaOnPremisePublishingProfileAgentGroupAgent",
"Method": "GET",
- "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/agents",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaOnPremisePublishingProfileAgentGroupAgent",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Applications",
+ "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/agents/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaOnPremisePublishingProfileAgentGroupAgentCount",
"Method": "GET",
- "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/agents/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaOnPremisePublishingProfileAgentGroupAgentCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Applications",
+ "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/agents/{onPremisesAgent-id}/agentGroups/$ref",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List",
"List1"
],
- "OutputType": null,
- "Command": "Get-MgBetaOnPremisePublishingProfileAgentGroupByRef",
"Method": "GET",
- "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/agents/{onPremisesAgent-id}/agentGroups/$ref",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaOnPremisePublishingProfileAgentGroupByRef",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Applications",
+ "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
@@ -118117,412 +123293,434 @@
"GetViaIdentity1",
"GetViaIdentity2"
],
- "OutputType": null,
- "Command": "Get-MgBetaOnPremisePublishingProfileAgentGroupCount",
"Method": "GET",
- "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaOnPremisePublishingProfileAgentGroupCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Applications",
+ "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources/{publishedResource-id}",
+ "OutputType": "IMicrosoftGraphPublishedResource",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphPublishedResource",
- "Command": "Get-MgBetaOnPremisePublishingProfileAgentGroupPublishedResource",
"Method": "GET",
- "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources/{publishedResource-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaOnPremisePublishingProfileAgentGroupPublishedResource",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Applications",
+ "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources",
+ "OutputType": "IMicrosoftGraphPublishedResource",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphPublishedResource",
- "Command": "Get-MgBetaOnPremisePublishingProfileAgentGroupPublishedResource",
"Method": "GET",
- "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaOnPremisePublishingProfileAgentGroupPublishedResource",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Applications",
+ "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources/{publishedResource-id}/agentGroups",
+ "OutputType": "IMicrosoftGraphOnPremisesAgentGroup",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphOnPremisesAgentGroup",
- "Command": "Get-MgBetaOnPremisePublishingProfileAgentGroupPublishedResourceAgentGroup",
"Method": "GET",
- "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources/{publishedResource-id}/agentGroups",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaOnPremisePublishingProfileAgentGroupPublishedResourceAgentGroup",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Applications",
+ "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources/{publishedResource-id}/agentGroups/$ref",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": null,
- "Command": "Get-MgBetaOnPremisePublishingProfileAgentGroupPublishedResourceAgentGroupByRef",
"Method": "GET",
- "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources/{publishedResource-id}/agentGroups/$ref",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaOnPremisePublishingProfileAgentGroupPublishedResourceAgentGroupByRef",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Applications",
+ "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources/{publishedResource-id}/agentGroups/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaOnPremisePublishingProfileAgentGroupPublishedResourceAgentGroupCount",
"Method": "GET",
- "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources/{publishedResource-id}/agentGroups/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaOnPremisePublishingProfileAgentGroupPublishedResourceAgentGroupCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Applications",
+ "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaOnPremisePublishingProfileAgentGroupPublishedResourceCount",
"Method": "GET",
- "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaOnPremisePublishingProfileAgentGroupPublishedResourceCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Applications",
+ "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectors/{connector-id}",
+ "OutputType": "IMicrosoftGraphConnector",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphConnector",
- "Command": "Get-MgBetaOnPremisePublishingProfileConnector",
"Method": "GET",
- "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectors/{connector-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaOnPremisePublishingProfileConnector",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/connector-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Applications",
+ "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectors",
+ "OutputType": "IMicrosoftGraphConnector",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphConnector",
- "Command": "Get-MgBetaOnPremisePublishingProfileConnector",
"Method": "GET",
- "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectors",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaOnPremisePublishingProfileConnector",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/connector-list?view=graph-rest-1.0"
},
{
"Module": "Beta.Applications",
+ "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectors/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaOnPremisePublishingProfileConnectorCount",
"Method": "GET",
- "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectors/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaOnPremisePublishingProfileConnectorCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Applications",
+ "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}",
+ "OutputType": "IMicrosoftGraphConnectorGroup",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphConnectorGroup",
- "Command": "Get-MgBetaOnPremisePublishingProfileConnectorGroup",
"Method": "GET",
- "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaOnPremisePublishingProfileConnectorGroup",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/connectorgroup-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Applications",
+ "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups",
+ "OutputType": "IMicrosoftGraphConnectorGroup",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphConnectorGroup",
- "Command": "Get-MgBetaOnPremisePublishingProfileConnectorGroup",
"Method": "GET",
- "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaOnPremisePublishingProfileConnectorGroup",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/connectorgroup-list?view=graph-rest-1.0"
},
{
"Module": "Beta.Applications",
+ "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}/applications/{application-id}",
+ "OutputType": "IMicrosoftGraphApplication",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphApplication",
- "Command": "Get-MgBetaOnPremisePublishingProfileConnectorGroupApplication",
"Method": "GET",
- "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}/applications/{application-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaOnPremisePublishingProfileConnectorGroupApplication",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Applications",
+ "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}/applications",
+ "OutputType": "IMicrosoftGraphApplication",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphApplication",
- "Command": "Get-MgBetaOnPremisePublishingProfileConnectorGroupApplication",
"Method": "GET",
- "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}/applications",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaOnPremisePublishingProfileConnectorGroupApplication",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Applications",
+ "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}/applications(appId='{appId}')",
+ "OutputType": "IMicrosoftGraphApplication",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphApplication",
- "Command": "Get-MgBetaOnPremisePublishingProfileConnectorGroupApplicationByAppId",
"Method": "GET",
- "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}/applications(appId='{appId}')",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaOnPremisePublishingProfileConnectorGroupApplicationByAppId",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Applications",
+ "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}/applications(uniqueName='{uniqueName}')",
+ "OutputType": "IMicrosoftGraphApplication",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphApplication",
- "Command": "Get-MgBetaOnPremisePublishingProfileConnectorGroupApplicationByUniqueName",
"Method": "GET",
- "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}/applications(uniqueName='{uniqueName}')",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaOnPremisePublishingProfileConnectorGroupApplicationByUniqueName",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Applications",
+ "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}/applications/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaOnPremisePublishingProfileConnectorGroupApplicationCount",
"Method": "GET",
- "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}/applications/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaOnPremisePublishingProfileConnectorGroupApplicationCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Applications",
+ "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}/applications/{application-id}/logo",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaOnPremisePublishingProfileConnectorGroupApplicationLogo",
"Method": "GET",
- "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}/applications/{application-id}/logo",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaOnPremisePublishingProfileConnectorGroupApplicationLogo",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Applications",
+ "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaOnPremisePublishingProfileConnectorGroupCount",
"Method": "GET",
- "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaOnPremisePublishingProfileConnectorGroupCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Applications",
+ "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}/members",
+ "OutputType": "IMicrosoftGraphConnector",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphConnector",
- "Command": "Get-MgBetaOnPremisePublishingProfileConnectorGroupMember",
"Method": "GET",
- "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}/members",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaOnPremisePublishingProfileConnectorGroupMember",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Applications",
+ "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}/members/$ref",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": null,
- "Command": "Get-MgBetaOnPremisePublishingProfileConnectorGroupMemberByRef",
"Method": "GET",
- "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}/members/$ref",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaOnPremisePublishingProfileConnectorGroupMemberByRef",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Applications",
+ "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}/members/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaOnPremisePublishingProfileConnectorGroupMemberCount",
"Method": "GET",
- "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}/members/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaOnPremisePublishingProfileConnectorGroupMemberCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Applications",
+ "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectors/{connector-id}/memberOf",
+ "OutputType": "IMicrosoftGraphConnectorGroup",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphConnectorGroup",
- "Command": "Get-MgBetaOnPremisePublishingProfileConnectorMemberOf",
"Method": "GET",
- "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectors/{connector-id}/memberOf",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaOnPremisePublishingProfileConnectorMemberOf",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Applications",
+ "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectors/{connector-id}/memberOf/$ref",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": null,
- "Command": "Get-MgBetaOnPremisePublishingProfileConnectorMemberOfByRef",
"Method": "GET",
- "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectors/{connector-id}/memberOf/$ref",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaOnPremisePublishingProfileConnectorMemberOfByRef",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Applications",
+ "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectors/{connector-id}/memberOf/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaOnPremisePublishingProfileConnectorMemberOfCount",
"Method": "GET",
- "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectors/{connector-id}/memberOf/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaOnPremisePublishingProfileConnectorMemberOfCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Applications",
+ "Uri": "/onPremisesPublishingProfiles/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgBetaOnPremisePublishingProfileCount",
"Method": "GET",
- "Uri": "/onPremisesPublishingProfiles/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaOnPremisePublishingProfileCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Applications",
+ "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources/{publishedResource-id}",
+ "OutputType": "IMicrosoftGraphPublishedResource",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphPublishedResource",
- "Command": "Get-MgBetaOnPremisePublishingProfilePublishedResource",
"Method": "GET",
- "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources/{publishedResource-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaOnPremisePublishingProfilePublishedResource",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/publishedresource-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Applications",
+ "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources",
+ "OutputType": "IMicrosoftGraphPublishedResource",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphPublishedResource",
- "Command": "Get-MgBetaOnPremisePublishingProfilePublishedResource",
"Method": "GET",
- "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaOnPremisePublishingProfilePublishedResource",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/publishedresource-list?view=graph-rest-1.0"
},
{
"Module": "Beta.Applications",
+ "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources/{publishedResource-id}/agentGroups",
+ "OutputType": "IMicrosoftGraphOnPremisesAgentGroup",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphOnPremisesAgentGroup",
- "Command": "Get-MgBetaOnPremisePublishingProfilePublishedResourceAgentGroup",
"Method": "GET",
- "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources/{publishedResource-id}/agentGroups",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaOnPremisePublishingProfilePublishedResourceAgentGroup",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Applications",
+ "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources/{publishedResource-id}/agentGroups/$ref",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": null,
- "Command": "Get-MgBetaOnPremisePublishingProfilePublishedResourceAgentGroupByRef",
"Method": "GET",
- "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources/{publishedResource-id}/agentGroups/$ref",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaOnPremisePublishingProfilePublishedResourceAgentGroupByRef",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Applications",
+ "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources/{publishedResource-id}/agentGroups/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaOnPremisePublishingProfilePublishedResourceAgentGroupCount",
"Method": "GET",
- "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources/{publishedResource-id}/agentGroups/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaOnPremisePublishingProfilePublishedResourceAgentGroupCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Applications",
+ "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaOnPremisePublishingProfilePublishedResourceCount",
"Method": "GET",
- "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaOnPremisePublishingProfilePublishedResourceCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.DirectoryManagement",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphOrganization",
- "Command": "Get-MgBetaOrganization",
- "Method": "GET",
"Uri": "/organization/{organization-id}",
+ "OutputType": "IMicrosoftGraphOrganization",
"ApiVersion": "beta",
"Permissions": [
{
@@ -118557,17 +123755,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.DirectoryManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphOrganization",
- "Command": "Get-MgBetaOrganization",
"Method": "GET",
+ "Command": "Get-MgBetaOrganization",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organization-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.DirectoryManagement",
"Uri": "/organization",
+ "OutputType": "IMicrosoftGraphOrganization",
"ApiVersion": "beta",
"Permissions": [
{
@@ -118642,18 +123842,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.DirectoryManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": "IMicrosoftGraphOrganizationalBranding",
- "Command": "Get-MgBetaOrganizationBranding",
"Method": "GET",
+ "Command": "Get-MgBetaOrganization",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organization-list?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.DirectoryManagement",
"Uri": "/organization/{organization-id}/branding",
+ "OutputType": "IMicrosoftGraphOrganizationalBranding",
"ApiVersion": "beta",
"Permissions": [
{
@@ -118696,83 +123896,89 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.DirectoryManagement",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaOrganizationBrandingBackgroundImage",
"Method": "GET",
- "Uri": "/organization/{organization-id}/branding/backgroundImage",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaOrganizationBranding",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organizationalbranding-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Identity.DirectoryManagement",
+ "Uri": "/organization/{organization-id}/branding/backgroundImage",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaOrganizationBrandingBannerLogo",
"Method": "GET",
- "Uri": "/organization/{organization-id}/branding/bannerLogo",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaOrganizationBrandingBackgroundImage",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organizationalbranding-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Identity.DirectoryManagement",
+ "Uri": "/organization/{organization-id}/branding/bannerLogo",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaOrganizationBrandingCustomCss",
"Method": "GET",
- "Uri": "/organization/{organization-id}/branding/customCSS",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaOrganizationBrandingBannerLogo",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organizationalbranding-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Identity.DirectoryManagement",
+ "Uri": "/organization/{organization-id}/branding/customCSS",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaOrganizationBrandingFavicon",
"Method": "GET",
- "Uri": "/organization/{organization-id}/branding/favicon",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaOrganizationBrandingCustomCss",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organizationalbranding-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Identity.DirectoryManagement",
+ "Uri": "/organization/{organization-id}/branding/favicon",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaOrganizationBrandingHeaderLogo",
"Method": "GET",
- "Uri": "/organization/{organization-id}/branding/headerLogo",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaOrganizationBrandingFavicon",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organizationalbranding-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Identity.DirectoryManagement",
+ "Uri": "/organization/{organization-id}/branding/headerLogo",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphOrganizationalBrandingLocalization",
- "Command": "Get-MgBetaOrganizationBrandingLocalization",
"Method": "GET",
+ "Command": "Get-MgBetaOrganizationBrandingHeaderLogo",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organizationalbranding-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.DirectoryManagement",
"Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}",
+ "OutputType": "IMicrosoftGraphOrganizationalBrandingLocalization",
"ApiVersion": "beta",
"Permissions": [
{
@@ -118815,17 +124021,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.DirectoryManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphOrganizationalBrandingLocalization",
- "Command": "Get-MgBetaOrganizationBrandingLocalization",
"Method": "GET",
+ "Command": "Get-MgBetaOrganizationBrandingLocalization",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organizationalbrandinglocalization-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.DirectoryManagement",
"Uri": "/organization/{organization-id}/branding/localizations",
+ "OutputType": "IMicrosoftGraphOrganizationalBrandingLocalization",
"ApiVersion": "beta",
"Permissions": [
{
@@ -118868,18 +124076,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.DirectoryManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaOrganizationBrandingLocalizationBackgroundImage",
"Method": "GET",
+ "Command": "Get-MgBetaOrganizationBrandingLocalization",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organizationalbranding-list-localizations?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.DirectoryManagement",
"Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/backgroundImage",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -118898,18 +124106,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.DirectoryManagement",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaOrganizationBrandingLocalizationBannerLogo",
"Method": "GET",
+ "Command": "Get-MgBetaOrganizationBrandingLocalizationBackgroundImage",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organizationalbranding-list-localizations?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.DirectoryManagement",
"Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/bannerLogo",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -118928,18 +124137,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.DirectoryManagement",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaOrganizationBrandingLocalizationCount",
"Method": "GET",
+ "Command": "Get-MgBetaOrganizationBrandingLocalizationBannerLogo",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organizationalbranding-list-localizations?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.DirectoryManagement",
"Uri": "/organization/{organization-id}/branding/localizations/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -118982,18 +124192,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.DirectoryManagement",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaOrganizationBrandingLocalizationCustomCss",
"Method": "GET",
+ "Command": "Get-MgBetaOrganizationBrandingLocalizationCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Identity.DirectoryManagement",
"Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/customCSS",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -119012,18 +124223,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.DirectoryManagement",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaOrganizationBrandingLocalizationFavicon",
"Method": "GET",
+ "Command": "Get-MgBetaOrganizationBrandingLocalizationCustomCss",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organizationalbranding-list-localizations?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.DirectoryManagement",
"Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/favicon",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -119042,18 +124254,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.DirectoryManagement",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaOrganizationBrandingLocalizationHeaderLogo",
"Method": "GET",
+ "Command": "Get-MgBetaOrganizationBrandingLocalizationFavicon",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organizationalbranding-list-localizations?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.DirectoryManagement",
"Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/headerLogo",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -119072,18 +124285,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.DirectoryManagement",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaOrganizationBrandingLocalizationSquareLogo",
"Method": "GET",
+ "Command": "Get-MgBetaOrganizationBrandingLocalizationHeaderLogo",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organizationalbranding-list-localizations?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.DirectoryManagement",
"Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/squareLogo",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -119102,18 +124316,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.DirectoryManagement",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaOrganizationBrandingLocalizationSquareLogoDark",
"Method": "GET",
+ "Command": "Get-MgBetaOrganizationBrandingLocalizationSquareLogo",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organizationalbranding-list-localizations?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.DirectoryManagement",
"Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/squareLogoDark",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -119132,57 +124347,61 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaOrganizationBrandingLocalizationSquareLogoDark",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organizationalbranding-list-localizations?view=graph-rest-1.0"
},
{
"Module": "Beta.Identity.DirectoryManagement",
+ "Uri": "/organization/{organization-id}/branding/squareLogo",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaOrganizationBrandingSquareLogo",
"Method": "GET",
- "Uri": "/organization/{organization-id}/branding/squareLogo",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaOrganizationBrandingSquareLogo",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organizationalbranding-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Identity.DirectoryManagement",
+ "Uri": "/organization/{organization-id}/branding/squareLogoDark",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaOrganizationBrandingSquareLogoDark",
"Method": "GET",
- "Uri": "/organization/{organization-id}/branding/squareLogoDark",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaOrganizationBrandingSquareLogoDark",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organizationalbranding-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Identity.DirectoryManagement",
+ "Uri": "/organization/getByIds",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetExpanded"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgBetaOrganizationById",
"Method": "POST",
- "Uri": "/organization/getByIds",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaOrganizationById",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0"
},
{
"Module": "Beta.Identity.SignIns",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphCertificateBasedAuthConfiguration",
- "Command": "Get-MgBetaOrganizationCertificateBasedAuthConfiguration",
- "Method": "GET",
"Uri": "/organization/{organization-id}/certificateBasedAuthConfiguration/{certificateBasedAuthConfiguration-id}",
+ "OutputType": "IMicrosoftGraphCertificateBasedAuthConfiguration",
"ApiVersion": "beta",
"Permissions": [
{
@@ -119201,17 +124420,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.SignIns",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphCertificateBasedAuthConfiguration",
- "Command": "Get-MgBetaOrganizationCertificateBasedAuthConfiguration",
"Method": "GET",
+ "Command": "Get-MgBetaOrganizationCertificateBasedAuthConfiguration",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/certificatebasedauthconfiguration-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.SignIns",
"Uri": "/organization/{organization-id}/certificateBasedAuthConfiguration",
+ "OutputType": "IMicrosoftGraphCertificateBasedAuthConfiguration",
"ApiVersion": "beta",
"Permissions": [
{
@@ -119230,18 +124451,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.SignIns",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaOrganizationCertificateBasedAuthConfigurationCount",
"Method": "GET",
+ "Command": "Get-MgBetaOrganizationCertificateBasedAuthConfiguration",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/certificatebasedauthconfiguration-list?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.SignIns",
"Uri": "/organization/{organization-id}/certificateBasedAuthConfiguration/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -119260,17 +124481,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.DirectoryManagement",
+ ],
"Variants": [
- "Get"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaOrganizationCount",
"Method": "GET",
+ "Command": "Get-MgBetaOrganizationCertificateBasedAuthConfigurationCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Identity.DirectoryManagement",
"Uri": "/organization/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -119345,99 +124568,105 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaOrganizationCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.DirectoryManagement",
+ "Uri": "/organization/{organization-id}/extensions/{extension-id}",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaOrganizationExtension",
"Method": "GET",
- "Uri": "/organization/{organization-id}/extensions/{extension-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaOrganizationExtension",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.DirectoryManagement",
+ "Uri": "/organization/{organization-id}/extensions",
+ "OutputType": "IMicrosoftGraphExtension",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphExtension",
- "Command": "Get-MgBetaOrganizationExtension",
"Method": "GET",
- "Uri": "/organization/{organization-id}/extensions",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaOrganizationExtension",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.DirectoryManagement",
+ "Uri": "/organization/{organization-id}/extensions/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaOrganizationExtensionCount",
"Method": "GET",
- "Uri": "/organization/{organization-id}/extensions/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaOrganizationExtensionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.DirectoryManagement",
+ "Uri": "/organization/{organization-id}/getMemberGroups",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetExpanded",
"GetViaIdentity",
"GetViaIdentityExpanded"
],
- "OutputType": null,
- "Command": "Get-MgBetaOrganizationMemberGroup",
"Method": "POST",
- "Uri": "/organization/{organization-id}/getMemberGroups",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaOrganizationMemberGroup",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0"
},
{
"Module": "Beta.Identity.DirectoryManagement",
+ "Uri": "/organization/{organization-id}/getMemberObjects",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetExpanded",
"GetViaIdentity",
"GetViaIdentityExpanded"
],
- "OutputType": null,
- "Command": "Get-MgBetaOrganizationMemberObject",
"Method": "POST",
- "Uri": "/organization/{organization-id}/getMemberObjects",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaOrganizationMemberObject",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.DirectoryManagement",
+ "Uri": "/organization/{organization-id}/partnerInformation",
+ "OutputType": "IMicrosoftGraphPartnerInformation",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphPartnerInformation",
- "Command": "Get-MgBetaOrganizationPartnerInformation",
"Method": "GET",
- "Uri": "/organization/{organization-id}/partnerInformation",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaOrganizationPartnerInformation",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.DirectoryManagement",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphOrganizationSettings",
- "Command": "Get-MgBetaOrganizationSetting",
- "Method": "GET",
"Uri": "/organization/{organization-id}/settings",
+ "OutputType": "IMicrosoftGraphOrganizationSettings",
"ApiVersion": "beta",
"Permissions": [
{
@@ -119456,18 +124685,19 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.DirectoryManagement",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphInsightsSettings",
- "Command": "Get-MgBetaOrganizationSettingContactInsight",
"Method": "GET",
+ "Command": "Get-MgBetaOrganizationSetting",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Identity.DirectoryManagement",
"Uri": "/organization/{organization-id}/settings/contactInsights",
+ "OutputType": "IMicrosoftGraphInsightsSettings",
"ApiVersion": "beta",
"Permissions": [
{
@@ -119486,18 +124716,19 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.DirectoryManagement",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphInsightsSettings",
- "Command": "Get-MgBetaOrganizationSettingItemInsight",
"Method": "GET",
+ "Command": "Get-MgBetaOrganizationSettingContactInsight",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organizationsettings-list-contactinsights?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.DirectoryManagement",
"Uri": "/organization/{organization-id}/settings/itemInsights",
+ "OutputType": "IMicrosoftGraphInsightsSettings",
"ApiVersion": "beta",
"Permissions": [
{
@@ -119516,18 +124747,19 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.DirectoryManagement",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMicrosoftApplicationDataAccessSettings",
- "Command": "Get-MgBetaOrganizationSettingMicrosoftApplicationDataAccess",
"Method": "GET",
+ "Command": "Get-MgBetaOrganizationSettingItemInsight",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organizationsettings-list-iteminsights?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.DirectoryManagement",
"Uri": "/organization/{organization-id}/settings/microsoftApplicationDataAccess",
+ "OutputType": "IMicrosoftGraphMicrosoftApplicationDataAccessSettings",
"ApiVersion": "beta",
"Permissions": [
{
@@ -119546,18 +124778,19 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.DirectoryManagement",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphInsightsSettings",
- "Command": "Get-MgBetaOrganizationSettingPersonInsight",
"Method": "GET",
+ "Command": "Get-MgBetaOrganizationSettingMicrosoftApplicationDataAccess",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organizationsettings-list-microsoftapplicationdataaccess?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.DirectoryManagement",
"Uri": "/organization/{organization-id}/settings/peopleInsights",
+ "OutputType": "IMicrosoftGraphInsightsSettings",
"ApiVersion": "beta",
"Permissions": [
{
@@ -119576,205 +124809,221 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaOrganizationSettingPersonInsight",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organizationsettings-list-peopleinsights?view=graph-rest-1.0"
},
{
"Module": "Beta.Identity.DirectoryManagement",
+ "Uri": "/organization/getUserOwnedObjects",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetExpanded"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgBetaOrganizationUserOwnedObject",
"Method": "POST",
- "Uri": "/organization/getUserOwnedObjects",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaOrganizationUserOwnedObject",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-1.0"
},
{
"Module": "Beta.Calendar",
+ "Uri": "/places/{place-id}/room",
+ "OutputType": "IMicrosoftGraphRoom",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphRoom",
- "Command": "Get-MgBetaPlaceAsRoom",
"Method": "GET",
- "Uri": "/places/{place-id}/room",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaPlaceAsRoom",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Calendar",
+ "Uri": "/places/room",
+ "OutputType": "IMicrosoftGraphRoom",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphRoom",
- "Command": "Get-MgBetaPlaceAsRoom",
"Method": "GET",
- "Uri": "/places/room",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaPlaceAsRoom",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Calendar",
+ "Uri": "/places/{place-id}/roomList",
+ "OutputType": "IMicrosoftGraphRoomList",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphRoomList",
- "Command": "Get-MgBetaPlaceAsRoomList",
"Method": "GET",
- "Uri": "/places/{place-id}/roomList",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaPlaceAsRoomList",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Calendar",
+ "Uri": "/places/roomList",
+ "OutputType": "IMicrosoftGraphRoomList",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphRoomList",
- "Command": "Get-MgBetaPlaceAsRoomList",
"Method": "GET",
- "Uri": "/places/roomList",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaPlaceAsRoomList",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Calendar",
+ "Uri": "/places/{place-id}/roomList/rooms/{room-id}",
+ "OutputType": "IMicrosoftGraphRoom",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphRoom",
- "Command": "Get-MgBetaPlaceAsRoomListRoom",
"Method": "GET",
- "Uri": "/places/{place-id}/roomList/rooms/{room-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaPlaceAsRoomListRoom",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Calendar",
+ "Uri": "/places/{place-id}/roomList/rooms",
+ "OutputType": "IMicrosoftGraphRoom",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphRoom",
- "Command": "Get-MgBetaPlaceAsRoomListRoom",
"Method": "GET",
- "Uri": "/places/{place-id}/roomList/rooms",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaPlaceAsRoomListRoom",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Calendar",
+ "Uri": "/places/{place-id}/roomList/rooms/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaPlaceAsRoomListRoomCount",
"Method": "GET",
- "Uri": "/places/{place-id}/roomList/rooms/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaPlaceAsRoomListRoomCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Calendar",
+ "Uri": "/places/{place-id}/roomList/workspaces/{workspace-id}",
+ "OutputType": "IMicrosoftGraphWorkspace",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphWorkspace",
- "Command": "Get-MgBetaPlaceAsRoomListWorkspace",
"Method": "GET",
- "Uri": "/places/{place-id}/roomList/workspaces/{workspace-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaPlaceAsRoomListWorkspace",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Calendar",
+ "Uri": "/places/{place-id}/roomList/workspaces",
+ "OutputType": "IMicrosoftGraphWorkspace",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphWorkspace",
- "Command": "Get-MgBetaPlaceAsRoomListWorkspace",
"Method": "GET",
- "Uri": "/places/{place-id}/roomList/workspaces",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaPlaceAsRoomListWorkspace",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Calendar",
+ "Uri": "/places/{place-id}/roomList/workspaces/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaPlaceAsRoomListWorkspaceCount",
"Method": "GET",
- "Uri": "/places/{place-id}/roomList/workspaces/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaPlaceAsRoomListWorkspaceCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Calendar",
+ "Uri": "/places/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgBetaPlaceCount",
"Method": "GET",
- "Uri": "/places/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaPlaceCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Calendar",
+ "Uri": "/places/room/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgBetaPlaceCountAsRoom",
"Method": "GET",
- "Uri": "/places/room/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaPlaceCountAsRoom",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Calendar",
+ "Uri": "/places/roomList/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgBetaPlaceCountAsRoomList",
"Method": "GET",
- "Uri": "/places/roomList/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaPlaceCountAsRoomList",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Planner",
+ "Uri": "/planner",
+ "OutputType": "IMicrosoftGraphPlanner",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": "IMicrosoftGraphPlanner",
- "Command": "Get-MgBetaPlanner",
"Method": "GET",
- "Uri": "/planner",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaPlanner",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Planner",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphPlannerBucket",
- "Command": "Get-MgBetaPlannerBucket",
- "Method": "GET",
"Uri": "/planner/buckets/{plannerBucket-id}",
+ "OutputType": "IMicrosoftGraphPlannerBucket",
"ApiVersion": "beta",
"Permissions": [
{
@@ -119825,17 +125074,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Planner",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphPlannerBucket",
- "Command": "Get-MgBetaPlannerBucket",
"Method": "GET",
+ "Command": "Get-MgBetaPlannerBucket",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerbucket-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Planner",
"Uri": "/planner/buckets",
+ "OutputType": "IMicrosoftGraphPlannerBucket",
"ApiVersion": "beta",
"Permissions": [
{
@@ -119886,17 +125137,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Planner",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaPlannerBucketCount",
"Method": "GET",
+ "Command": "Get-MgBetaPlannerBucket",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/planner-list-buckets?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Planner",
"Uri": "/planner/buckets/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -119947,17 +125199,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Planner",
+ ],
"Variants": [
- "Delta"
+ "Get"
],
- "OutputType": "IMicrosoftGraphPlannerBucket",
- "Command": "Get-MgBetaPlannerBucketDelta",
"Method": "GET",
+ "Command": "Get-MgBetaPlannerBucketCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Planner",
"Uri": "/planner/buckets/delta",
+ "OutputType": "IMicrosoftGraphPlannerBucket",
"ApiVersion": "beta",
"Permissions": [
{
@@ -120008,17 +125261,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Planner",
+ ],
"Variants": [
- "List"
+ "Delta"
],
- "OutputType": "IMicrosoftGraphPlannerTask",
- "Command": "Get-MgBetaPlannerBucketTask",
"Method": "GET",
+ "Command": "Get-MgBetaPlannerBucketDelta",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Planner",
"Uri": "/planner/buckets/{plannerBucket-id}/tasks",
+ "OutputType": "IMicrosoftGraphPlannerTask",
"ApiVersion": "beta",
"Permissions": [
{
@@ -120069,18 +125323,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Planner",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": "IMicrosoftGraphPlannerPlan",
- "Command": "Get-MgBetaPlannerPlan",
"Method": "GET",
+ "Command": "Get-MgBetaPlannerBucketTask",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerbucket-list-tasks?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Planner",
"Uri": "/planner/plans/{plannerPlan-id}",
+ "OutputType": "IMicrosoftGraphPlannerPlan",
"ApiVersion": "beta",
"Permissions": [
{
@@ -120131,17 +125385,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Planner",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphPlannerPlan",
- "Command": "Get-MgBetaPlannerPlan",
"Method": "GET",
+ "Command": "Get-MgBetaPlannerPlan",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplan-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Planner",
"Uri": "/planner/plans",
+ "OutputType": "IMicrosoftGraphPlannerPlan",
"ApiVersion": "beta",
"Permissions": [
{
@@ -120192,17 +125448,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Planner",
+ ],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphPlannerBucket",
- "Command": "Get-MgBetaPlannerPlanBucket",
"Method": "GET",
+ "Command": "Get-MgBetaPlannerPlan",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/planner-list-plans?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Planner",
"Uri": "/planner/plans/{plannerPlan-id}/buckets",
+ "OutputType": "IMicrosoftGraphPlannerBucket",
"ApiVersion": "beta",
"Permissions": [
{
@@ -120253,17 +125510,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Planner",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaPlannerPlanCount",
"Method": "GET",
+ "Command": "Get-MgBetaPlannerPlanBucket",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplan-list-buckets?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Planner",
"Uri": "/planner/plans/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -120314,17 +125572,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Planner",
+ ],
"Variants": [
- "Delta"
+ "Get"
],
- "OutputType": "IMicrosoftGraphPlannerPlan",
- "Command": "Get-MgBetaPlannerPlanDelta",
"Method": "GET",
+ "Command": "Get-MgBetaPlannerPlanCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Planner",
"Uri": "/planner/plans/delta",
+ "OutputType": "IMicrosoftGraphPlannerPlan",
"ApiVersion": "beta",
"Permissions": [
{
@@ -120375,18 +125634,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Planner",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Delta"
],
- "OutputType": "IMicrosoftGraphPlannerPlanDetails",
- "Command": "Get-MgBetaPlannerPlanDetail",
"Method": "GET",
+ "Command": "Get-MgBetaPlannerPlanDelta",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Planner",
"Uri": "/planner/plans/{plannerPlan-id}/details",
+ "OutputType": "IMicrosoftGraphPlannerPlanDetails",
"ApiVersion": "beta",
"Permissions": [
{
@@ -120437,17 +125696,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Planner",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphPlannerTask",
- "Command": "Get-MgBetaPlannerPlanTask",
"Method": "GET",
+ "Command": "Get-MgBetaPlannerPlanDetail",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplandetails-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Planner",
"Uri": "/planner/plans/{plannerPlan-id}/tasks",
+ "OutputType": "IMicrosoftGraphPlannerTask",
"ApiVersion": "beta",
"Permissions": [
{
@@ -120498,18 +125759,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Planner",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": "IMicrosoftGraphPlannerRoster",
- "Command": "Get-MgBetaPlannerRoster",
"Method": "GET",
+ "Command": "Get-MgBetaPlannerPlanTask",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplan-list-tasks?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Planner",
"Uri": "/planner/rosters/{plannerRoster-id}",
+ "OutputType": "IMicrosoftGraphPlannerRoster",
"ApiVersion": "beta",
"Permissions": [
{
@@ -120544,42 +125805,92 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaPlannerRoster",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerroster-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Planner",
+ "Uri": "/planner/rosters",
+ "OutputType": "IMicrosoftGraphPlannerRoster",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphPlannerRoster",
- "Command": "Get-MgBetaPlannerRoster",
"Method": "GET",
- "Uri": "/planner/rosters",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaPlannerRoster",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Planner",
+ "Uri": "/planner/rosters/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgBetaPlannerRosterCount",
"Method": "GET",
- "Uri": "/planner/rosters/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaPlannerRosterCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Planner",
+ "Uri": "/planner/rosters/{plannerRoster-id}/members/{plannerRosterMember-id}",
+ "OutputType": "IMicrosoftGraphPlannerRosterMember",
+ "ApiVersion": "beta",
+ "Permissions": [
+ {
+ "Name": "Tasks.Read",
+ "Description": "Read your tasks and task lists",
+ "FullDescription": "Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.",
+ "IsAdmin": false,
+ "PermissionType": "DelegatedWork",
+ "IsLeastPrivilege": true
+ },
+ {
+ "Name": "Tasks.Read.All",
+ "Description": "Read all users’ tasks and tasklist",
+ "FullDescription": "Allows the app to read all users’ tasks and task lists in your organization, without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": true
+ },
+ {
+ "Name": "Tasks.ReadWrite",
+ "Description": "Create, read, update, and delete your tasks and task lists",
+ "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.",
+ "IsAdmin": false,
+ "PermissionType": "DelegatedWork",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "Tasks.ReadWrite.All",
+ "Description": "Read and write all users’ tasks and tasklists",
+ "FullDescription": "Allows the app to create, read, update and delete all users’ tasks and task lists in your organization, without a signed-in user",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ }
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphPlannerRosterMember",
- "Command": "Get-MgBetaPlannerRosterMember",
"Method": "GET",
- "Uri": "/planner/rosters/{plannerRoster-id}/members/{plannerRosterMember-id}",
+ "Command": "Get-MgBetaPlannerRosterMember",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerrostermember-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Planner",
+ "Uri": "/planner/rosters/{plannerRoster-id}/members",
+ "OutputType": "IMicrosoftGraphPlannerRosterMember",
"ApiVersion": "beta",
"Permissions": [
{
@@ -120614,17 +125925,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Planner",
+ ],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphPlannerRosterMember",
- "Command": "Get-MgBetaPlannerRosterMember",
"Method": "GET",
- "Uri": "/planner/rosters/{plannerRoster-id}/members",
+ "Command": "Get-MgBetaPlannerRosterMember",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerroster-list-members?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Planner",
+ "Uri": "/planner/rosters/{plannerRoster-id}/members/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -120659,18 +125971,33 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaPlannerRosterMemberCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Planner",
+ "Uri": "/planner/rosters/{plannerRoster-id}/plans/{plannerPlan-id}",
+ "OutputType": "IMicrosoftGraphPlannerPlan",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaPlannerRosterMemberCount",
"Method": "GET",
- "Uri": "/planner/rosters/{plannerRoster-id}/members/$count",
+ "Command": "Get-MgBetaPlannerRosterPlan",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Planner",
+ "Uri": "/planner/rosters/{plannerRoster-id}/plans",
+ "OutputType": "IMicrosoftGraphPlannerPlan",
"ApiVersion": "beta",
"Permissions": [
{
@@ -120705,76 +126032,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Planner",
- "Variants": [
- "Get",
- "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphPlannerPlan",
- "Command": "Get-MgBetaPlannerRosterPlan",
- "Method": "GET",
- "Uri": "/planner/rosters/{plannerRoster-id}/plans/{plannerPlan-id}",
- "ApiVersion": "beta",
- "Permissions": []
- },
- {
- "Module": "Beta.Planner",
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphPlannerPlan",
- "Command": "Get-MgBetaPlannerRosterPlan",
"Method": "GET",
- "Uri": "/planner/rosters/{plannerRoster-id}/plans",
- "ApiVersion": "beta",
- "Permissions": [
- {
- "Name": "Tasks.Read",
- "Description": "Read your tasks and task lists",
- "FullDescription": "Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.",
- "IsAdmin": false,
- "PermissionType": "DelegatedWork",
- "IsLeastPrivilege": true
- },
- {
- "Name": "Tasks.Read.All",
- "Description": "Read all users’ tasks and tasklist",
- "FullDescription": "Allows the app to read all users’ tasks and task lists in your organization, without a signed-in user.",
- "IsAdmin": false,
- "PermissionType": "Application",
- "IsLeastPrivilege": true
- },
- {
- "Name": "Tasks.ReadWrite",
- "Description": "Create, read, update, and delete your tasks and task lists",
- "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.",
- "IsAdmin": false,
- "PermissionType": "DelegatedWork",
- "IsLeastPrivilege": false
- },
- {
- "Name": "Tasks.ReadWrite.All",
- "Description": "Read and write all users’ tasks and tasklists",
- "FullDescription": "Allows the app to create, read, update and delete all users’ tasks and task lists in your organization, without a signed-in user",
- "IsAdmin": false,
- "PermissionType": "Application",
- "IsLeastPrivilege": false
- }
- ]
+ "Command": "Get-MgBetaPlannerRosterPlan",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerroster-list-plans?view=graph-rest-1.0"
},
{
"Module": "Beta.Planner",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": null,
- "Command": "Get-MgBetaPlannerRosterPlanCount",
- "Method": "GET",
"Uri": "/planner/rosters/{plannerRoster-id}/plans/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -120809,18 +126078,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Planner",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphPlannerTask",
- "Command": "Get-MgBetaPlannerTask",
"Method": "GET",
+ "Command": "Get-MgBetaPlannerRosterPlanCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Planner",
"Uri": "/planner/tasks/{plannerTask-id}",
+ "OutputType": "IMicrosoftGraphPlannerTask",
"ApiVersion": "beta",
"Permissions": [
{
@@ -120871,17 +126141,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Planner",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphPlannerTask",
- "Command": "Get-MgBetaPlannerTask",
"Method": "GET",
+ "Command": "Get-MgBetaPlannerTask",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannertask-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Planner",
"Uri": "/planner/tasks",
+ "OutputType": "IMicrosoftGraphPlannerTask",
"ApiVersion": "beta",
"Permissions": [
{
@@ -120932,18 +126204,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Planner",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": "IMicrosoftGraphPlannerAssignedToTaskBoardTaskFormat",
- "Command": "Get-MgBetaPlannerTaskAssignedToTaskBoardFormat",
"Method": "GET",
+ "Command": "Get-MgBetaPlannerTask",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/planner-list-tasks?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Planner",
"Uri": "/planner/tasks/{plannerTask-id}/assignedToTaskBoardFormat",
+ "OutputType": "IMicrosoftGraphPlannerAssignedToTaskBoardTaskFormat",
"ApiVersion": "beta",
"Permissions": [
{
@@ -120994,18 +126266,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Planner",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphPlannerBucketTaskBoardTaskFormat",
- "Command": "Get-MgBetaPlannerTaskBucketTaskBoardFormat",
"Method": "GET",
+ "Command": "Get-MgBetaPlannerTaskAssignedToTaskBoardFormat",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerassignedtotaskboardtaskformat-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Planner",
"Uri": "/planner/tasks/{plannerTask-id}/bucketTaskBoardFormat",
+ "OutputType": "IMicrosoftGraphPlannerBucketTaskBoardTaskFormat",
"ApiVersion": "beta",
"Permissions": [
{
@@ -121056,17 +126329,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Planner",
+ ],
"Variants": [
- "Get"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaPlannerTaskCount",
"Method": "GET",
+ "Command": "Get-MgBetaPlannerTaskBucketTaskBoardFormat",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerbuckettaskboardtaskformat-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Planner",
"Uri": "/planner/tasks/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -121117,17 +126392,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Planner",
+ ],
"Variants": [
- "Delta"
+ "Get"
],
- "OutputType": "IMicrosoftGraphPlannerTask",
- "Command": "Get-MgBetaPlannerTaskDelta",
"Method": "GET",
+ "Command": "Get-MgBetaPlannerTaskCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Planner",
"Uri": "/planner/tasks/delta",
+ "OutputType": "IMicrosoftGraphPlannerTask",
"ApiVersion": "beta",
"Permissions": [
{
@@ -121146,18 +126422,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": true
}
- ]
- },
- {
- "Module": "Beta.Planner",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Delta"
],
- "OutputType": "IMicrosoftGraphPlannerTaskDetails",
- "Command": "Get-MgBetaPlannerTaskDetail",
"Method": "GET",
+ "Command": "Get-MgBetaPlannerTaskDelta",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Planner",
"Uri": "/planner/tasks/{plannerTask-id}/details",
+ "OutputType": "IMicrosoftGraphPlannerTaskDetails",
"ApiVersion": "beta",
"Permissions": [
{
@@ -121208,18 +126484,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Planner",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphPlannerProgressTaskBoardTaskFormat",
- "Command": "Get-MgBetaPlannerTaskProgressTaskBoardFormat",
"Method": "GET",
+ "Command": "Get-MgBetaPlannerTaskDetail",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannertaskdetails-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Planner",
"Uri": "/planner/tasks/{plannerTask-id}/progressTaskBoardFormat",
+ "OutputType": "IMicrosoftGraphPlannerProgressTaskBoardTaskFormat",
"ApiVersion": "beta",
"Permissions": [
{
@@ -121270,17 +126547,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.SignIns",
+ ],
"Variants": [
- "Get"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAccessReviewPolicy",
- "Command": "Get-MgBetaPolicyAccessReviewPolicy",
"Method": "GET",
+ "Command": "Get-MgBetaPlannerTaskProgressTaskBoardFormat",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerprogresstaskboardtaskformat-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.SignIns",
"Uri": "/policies/accessReviewPolicy",
+ "OutputType": "IMicrosoftGraphAccessReviewPolicy",
"ApiVersion": "beta",
"Permissions": [
{
@@ -121299,18 +126578,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.SignIns",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphActivityBasedTimeoutPolicy",
- "Command": "Get-MgBetaPolicyActivityBasedTimeoutPolicy",
"Method": "GET",
+ "Command": "Get-MgBetaPolicyAccessReviewPolicy",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewpolicy-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.SignIns",
"Uri": "/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}",
+ "OutputType": "IMicrosoftGraphActivityBasedTimeoutPolicy",
"ApiVersion": "beta",
"Permissions": [
{
@@ -121329,17 +126608,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.SignIns",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphActivityBasedTimeoutPolicy",
- "Command": "Get-MgBetaPolicyActivityBasedTimeoutPolicy",
"Method": "GET",
+ "Command": "Get-MgBetaPolicyActivityBasedTimeoutPolicy",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/activitybasedtimeoutpolicy-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.SignIns",
"Uri": "/policies/activityBasedTimeoutPolicies",
+ "OutputType": "IMicrosoftGraphActivityBasedTimeoutPolicy",
"ApiVersion": "beta",
"Permissions": [
{
@@ -121358,55 +126639,59 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaPolicyActivityBasedTimeoutPolicy",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/activitybasedtimeoutpolicy-list?view=graph-rest-1.0"
},
{
"Module": "Beta.Identity.SignIns",
+ "Uri": "/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}/appliesTo/{directoryObject-id}",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgBetaPolicyActivityBasedTimeoutPolicyApplyTo",
"Method": "GET",
- "Uri": "/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}/appliesTo/{directoryObject-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaPolicyActivityBasedTimeoutPolicyApplyTo",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.SignIns",
+ "Uri": "/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}/appliesTo",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgBetaPolicyActivityBasedTimeoutPolicyApplyTo",
"Method": "GET",
- "Uri": "/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}/appliesTo",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaPolicyActivityBasedTimeoutPolicyApplyTo",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.SignIns",
+ "Uri": "/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}/appliesTo/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaPolicyActivityBasedTimeoutPolicyApplyToCount",
"Method": "GET",
- "Uri": "/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}/appliesTo/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaPolicyActivityBasedTimeoutPolicyApplyToCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.SignIns",
- "Variants": [
- "Get"
- ],
- "OutputType": null,
- "Command": "Get-MgBetaPolicyActivityBasedTimeoutPolicyCount",
- "Method": "GET",
"Uri": "/policies/activityBasedTimeoutPolicies/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -121425,17 +126710,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.SignIns",
+ ],
"Variants": [
"Get"
],
- "OutputType": "IMicrosoftGraphAdminConsentRequestPolicy",
- "Command": "Get-MgBetaPolicyAdminConsentRequestPolicy",
"Method": "GET",
+ "Command": "Get-MgBetaPolicyActivityBasedTimeoutPolicyCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Identity.SignIns",
"Uri": "/policies/adminConsentRequestPolicy",
+ "OutputType": "IMicrosoftGraphAdminConsentRequestPolicy",
"ApiVersion": "beta",
"Permissions": [
{
@@ -121470,18 +126756,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.SignIns",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphAppManagementPolicy",
- "Command": "Get-MgBetaPolicyAppManagementPolicy",
"Method": "GET",
+ "Command": "Get-MgBetaPolicyAdminConsentRequestPolicy",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/adminconsentrequestpolicy-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.SignIns",
"Uri": "/policies/appManagementPolicies/{appManagementPolicy-id}",
+ "OutputType": "IMicrosoftGraphAppManagementPolicy",
"ApiVersion": "beta",
"Permissions": [
{
@@ -121500,17 +126786,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.SignIns",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAppManagementPolicy",
- "Command": "Get-MgBetaPolicyAppManagementPolicy",
"Method": "GET",
+ "Command": "Get-MgBetaPolicyAppManagementPolicy",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/appmanagementpolicy-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.SignIns",
"Uri": "/policies/appManagementPolicies",
+ "OutputType": "IMicrosoftGraphAppManagementPolicy",
"ApiVersion": "beta",
"Permissions": [
{
@@ -121529,30 +126817,32 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaPolicyAppManagementPolicy",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/appmanagementpolicy-list?view=graph-rest-1.0"
},
{
"Module": "Beta.Identity.SignIns",
+ "Uri": "/policies/appManagementPolicies/{appManagementPolicy-id}/appliesTo/{directoryObject-id}",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgBetaPolicyAppManagementPolicyApplyTo",
"Method": "GET",
- "Uri": "/policies/appManagementPolicies/{appManagementPolicy-id}/appliesTo/{directoryObject-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaPolicyAppManagementPolicyApplyTo",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.SignIns",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgBetaPolicyAppManagementPolicyApplyTo",
- "Method": "GET",
"Uri": "/policies/appManagementPolicies/{appManagementPolicy-id}/appliesTo",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
"ApiVersion": "beta",
"Permissions": [
{
@@ -121579,18 +126869,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.SignIns",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaPolicyAppManagementPolicyApplyToCount",
"Method": "GET",
+ "Command": "Get-MgBetaPolicyAppManagementPolicyApplyTo",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/appmanagementpolicy-list-appliesto?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.SignIns",
"Uri": "/policies/appManagementPolicies/{appManagementPolicy-id}/appliesTo/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -121617,17 +126907,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.SignIns",
+ ],
"Variants": [
- "Get"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaPolicyAppManagementPolicyCount",
"Method": "GET",
+ "Command": "Get-MgBetaPolicyAppManagementPolicyApplyToCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Identity.SignIns",
"Uri": "/policies/appManagementPolicies/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -121646,17 +126938,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.SignIns",
+ ],
"Variants": [
"Get"
],
- "OutputType": "IMicrosoftGraphAuthenticationFlowsPolicy",
- "Command": "Get-MgBetaPolicyAuthenticationFlowPolicy",
"Method": "GET",
+ "Command": "Get-MgBetaPolicyAppManagementPolicyCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Identity.SignIns",
"Uri": "/policies/authenticationFlowsPolicy",
+ "OutputType": "IMicrosoftGraphAuthenticationFlowsPolicy",
"ApiVersion": "beta",
"Permissions": [
{
@@ -121675,67 +126968,71 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaPolicyAuthenticationFlowPolicy",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationflowspolicy-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Identity.SignIns",
+ "Uri": "/policies/authenticationMethodsPolicy",
+ "OutputType": "IMicrosoftGraphAuthenticationMethodsPolicy",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": "IMicrosoftGraphAuthenticationMethodsPolicy",
- "Command": "Get-MgBetaPolicyAuthenticationMethodPolicy",
"Method": "GET",
- "Uri": "/policies/authenticationMethodsPolicy",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaPolicyAuthenticationMethodPolicy",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationmethodspolicy-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Identity.SignIns",
+ "Uri": "/policies/authenticationMethodsPolicy/authenticationMethodConfigurations/{authenticationMethodConfiguration-id}",
+ "OutputType": "IMicrosoftGraphAuthenticationMethodConfiguration",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAuthenticationMethodConfiguration",
- "Command": "Get-MgBetaPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration",
"Method": "GET",
- "Uri": "/policies/authenticationMethodsPolicy/authenticationMethodConfigurations/{authenticationMethodConfiguration-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.SignIns",
+ "Uri": "/policies/authenticationMethodsPolicy/authenticationMethodConfigurations",
+ "OutputType": "IMicrosoftGraphAuthenticationMethodConfiguration",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphAuthenticationMethodConfiguration",
- "Command": "Get-MgBetaPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration",
"Method": "GET",
- "Uri": "/policies/authenticationMethodsPolicy/authenticationMethodConfigurations",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.SignIns",
+ "Uri": "/policies/authenticationMethodsPolicy/authenticationMethodConfigurations/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgBetaPolicyAuthenticationMethodPolicyAuthenticationMethodConfigurationCount",
"Method": "GET",
- "Uri": "/policies/authenticationMethodsPolicy/authenticationMethodConfigurations/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaPolicyAuthenticationMethodPolicyAuthenticationMethodConfigurationCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.SignIns",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy",
- "Command": "Get-MgBetaPolicyAuthenticationStrengthPolicy",
- "Method": "GET",
"Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}",
+ "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy",
"ApiVersion": "beta",
"Permissions": [
{
@@ -121762,17 +127059,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.SignIns",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy",
- "Command": "Get-MgBetaPolicyAuthenticationStrengthPolicy",
"Method": "GET",
+ "Command": "Get-MgBetaPolicyAuthenticationStrengthPolicy",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.SignIns",
"Uri": "/policies/authenticationStrengthPolicies",
+ "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy",
"ApiVersion": "beta",
"Permissions": [
{
@@ -121799,55 +127098,59 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaPolicyAuthenticationStrengthPolicy",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationstrengthroot-list-policies?view=graph-rest-1.0"
},
{
"Module": "Beta.Identity.SignIns",
+ "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations/{authenticationCombinationConfiguration-id}",
+ "OutputType": "IMicrosoftGraphAuthenticationCombinationConfiguration",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAuthenticationCombinationConfiguration",
- "Command": "Get-MgBetaPolicyAuthenticationStrengthPolicyCombinationConfiguration",
"Method": "GET",
- "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations/{authenticationCombinationConfiguration-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaPolicyAuthenticationStrengthPolicyCombinationConfiguration",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationcombinationconfiguration-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Identity.SignIns",
+ "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations",
+ "OutputType": "IMicrosoftGraphAuthenticationCombinationConfiguration",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphAuthenticationCombinationConfiguration",
- "Command": "Get-MgBetaPolicyAuthenticationStrengthPolicyCombinationConfiguration",
"Method": "GET",
- "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaPolicyAuthenticationStrengthPolicyCombinationConfiguration",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-list-combinationconfigurations?view=graph-rest-1.0"
},
{
"Module": "Beta.Identity.SignIns",
+ "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaPolicyAuthenticationStrengthPolicyCombinationConfigurationCount",
"Method": "GET",
- "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaPolicyAuthenticationStrengthPolicyCombinationConfigurationCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.SignIns",
- "Variants": [
- "Get"
- ],
- "OutputType": null,
- "Command": "Get-MgBetaPolicyAuthenticationStrengthPolicyCount",
- "Method": "GET",
"Uri": "/policies/authenticationStrengthPolicies/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -121874,30 +127177,32 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaPolicyAuthenticationStrengthPolicyCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.SignIns",
+ "Uri": "/policies/authorizationPolicy/{authorizationPolicy-id}",
+ "OutputType": "IMicrosoftGraphAuthorizationPolicy",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAuthorizationPolicy",
- "Command": "Get-MgBetaPolicyAuthorizationPolicy",
"Method": "GET",
- "Uri": "/policies/authorizationPolicy/{authorizationPolicy-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaPolicyAuthorizationPolicy",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.SignIns",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphAuthorizationPolicy",
- "Command": "Get-MgBetaPolicyAuthorizationPolicy",
- "Method": "GET",
"Uri": "/policies/authorizationPolicy",
+ "OutputType": "IMicrosoftGraphAuthorizationPolicy",
"ApiVersion": "beta",
"Permissions": [
{
@@ -121916,17 +127221,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.SignIns",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaPolicyAuthorizationPolicyCount",
"Method": "GET",
+ "Command": "Get-MgBetaPolicyAuthorizationPolicy",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authorizationpolicy-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.SignIns",
"Uri": "/policies/authorizationPolicy/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -121945,68 +127251,72 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaPolicyAuthorizationPolicyCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.SignIns",
+ "Uri": "/policies/authorizationPolicy/{authorizationPolicy-id}/defaultUserRoleOverrides/{defaultUserRoleOverride-id}",
+ "OutputType": "IMicrosoftGraphDefaultUserRoleOverride",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDefaultUserRoleOverride",
- "Command": "Get-MgBetaPolicyAuthorizationPolicyDefaultUserRoleOverride",
"Method": "GET",
- "Uri": "/policies/authorizationPolicy/{authorizationPolicy-id}/defaultUserRoleOverrides/{defaultUserRoleOverride-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaPolicyAuthorizationPolicyDefaultUserRoleOverride",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.SignIns",
+ "Uri": "/policies/authorizationPolicy/{authorizationPolicy-id}/defaultUserRoleOverrides",
+ "OutputType": "IMicrosoftGraphDefaultUserRoleOverride",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphDefaultUserRoleOverride",
- "Command": "Get-MgBetaPolicyAuthorizationPolicyDefaultUserRoleOverride",
"Method": "GET",
- "Uri": "/policies/authorizationPolicy/{authorizationPolicy-id}/defaultUserRoleOverrides",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaPolicyAuthorizationPolicyDefaultUserRoleOverride",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.SignIns",
+ "Uri": "/policies/authorizationPolicy/{authorizationPolicy-id}/defaultUserRoleOverrides/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaPolicyAuthorizationPolicyDefaultUserRoleOverrideCount",
"Method": "GET",
- "Uri": "/policies/authorizationPolicy/{authorizationPolicy-id}/defaultUserRoleOverrides/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaPolicyAuthorizationPolicyDefaultUserRoleOverrideCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.SignIns",
+ "Uri": "/policies/b2cAuthenticationMethodsPolicy",
+ "OutputType": "IMicrosoftGraphB2CAuthenticationMethodsPolicy",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": "IMicrosoftGraphB2CAuthenticationMethodsPolicy",
- "Command": "Get-MgBetaPolicyB2CAuthenticationMethodPolicy",
"Method": "GET",
- "Uri": "/policies/b2cAuthenticationMethodsPolicy",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaPolicyB2CAuthenticationMethodPolicy",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/b2cauthenticationmethodspolicy-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Identity.SignIns",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphClaimsMappingPolicy",
- "Command": "Get-MgBetaPolicyClaimMappingPolicy",
- "Method": "GET",
"Uri": "/policies/claimsMappingPolicies/{claimsMappingPolicy-id}",
+ "OutputType": "IMicrosoftGraphClaimsMappingPolicy",
"ApiVersion": "beta",
"Permissions": [
{
@@ -122025,17 +127335,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.SignIns",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphClaimsMappingPolicy",
- "Command": "Get-MgBetaPolicyClaimMappingPolicy",
"Method": "GET",
+ "Command": "Get-MgBetaPolicyClaimMappingPolicy",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/claimsmappingpolicy-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.SignIns",
"Uri": "/policies/claimsMappingPolicies",
+ "OutputType": "IMicrosoftGraphClaimsMappingPolicy",
"ApiVersion": "beta",
"Permissions": [
{
@@ -122054,30 +127366,32 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaPolicyClaimMappingPolicy",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/claimsmappingpolicy-list?view=graph-rest-1.0"
},
{
"Module": "Beta.Identity.SignIns",
+ "Uri": "/policies/claimsMappingPolicies/{claimsMappingPolicy-id}/appliesTo/{directoryObject-id}",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgBetaPolicyClaimMappingPolicyApplyTo",
"Method": "GET",
- "Uri": "/policies/claimsMappingPolicies/{claimsMappingPolicy-id}/appliesTo/{directoryObject-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaPolicyClaimMappingPolicyApplyTo",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.SignIns",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgBetaPolicyClaimMappingPolicyApplyTo",
- "Method": "GET",
"Uri": "/policies/claimsMappingPolicies/{claimsMappingPolicy-id}/appliesTo",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
"ApiVersion": "beta",
"Permissions": [
{
@@ -122112,18 +127426,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.SignIns",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaPolicyClaimMappingPolicyApplyToCount",
"Method": "GET",
+ "Command": "Get-MgBetaPolicyClaimMappingPolicyApplyTo",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Identity.SignIns",
"Uri": "/policies/claimsMappingPolicies/{claimsMappingPolicy-id}/appliesTo/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -122158,17 +127472,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.SignIns",
+ ],
"Variants": [
- "Get"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaPolicyClaimMappingPolicyCount",
"Method": "GET",
+ "Command": "Get-MgBetaPolicyClaimMappingPolicyApplyToCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Identity.SignIns",
"Uri": "/policies/claimsMappingPolicies/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -122187,29 +127503,31 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.SignIns",
+ ],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgBetaPolicyConditionalAccessPolicyCount",
"Method": "GET",
- "Uri": "/policies/conditionalAccessPolicies/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaPolicyClaimMappingPolicyCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.SignIns",
+ "Uri": "/policies/conditionalAccessPolicies/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": "IMicrosoftGraphCrossTenantAccessPolicy",
- "Command": "Get-MgBetaPolicyCrossTenantAccessPolicy",
"Method": "GET",
+ "Command": "Get-MgBetaPolicyConditionalAccessPolicyCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Identity.SignIns",
"Uri": "/policies/crossTenantAccessPolicy",
+ "OutputType": "IMicrosoftGraphCrossTenantAccessPolicy",
"ApiVersion": "beta",
"Permissions": [
{
@@ -122228,17 +127546,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.SignIns",
+ ],
"Variants": [
"Get"
],
- "OutputType": "IMicrosoftGraphCrossTenantAccessPolicyConfigurationDefault",
- "Command": "Get-MgBetaPolicyCrossTenantAccessPolicyDefault",
"Method": "GET",
+ "Command": "Get-MgBetaPolicyCrossTenantAccessPolicy",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/crosstenantaccesspolicy-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.SignIns",
"Uri": "/policies/crossTenantAccessPolicy/default",
+ "OutputType": "IMicrosoftGraphCrossTenantAccessPolicyConfigurationDefault",
"ApiVersion": "beta",
"Permissions": [
{
@@ -122257,18 +127576,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.SignIns",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphCrossTenantAccessPolicyConfigurationPartner",
- "Command": "Get-MgBetaPolicyCrossTenantAccessPolicyPartner",
"Method": "GET",
+ "Command": "Get-MgBetaPolicyCrossTenantAccessPolicyDefault",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/crosstenantaccesspolicyconfigurationdefault-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.SignIns",
"Uri": "/policies/crossTenantAccessPolicy/partners/{crossTenantAccessPolicyConfigurationPartner-tenantId}",
+ "OutputType": "IMicrosoftGraphCrossTenantAccessPolicyConfigurationPartner",
"ApiVersion": "beta",
"Permissions": [
{
@@ -122287,17 +127606,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.SignIns",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphCrossTenantAccessPolicyConfigurationPartner",
- "Command": "Get-MgBetaPolicyCrossTenantAccessPolicyPartner",
"Method": "GET",
+ "Command": "Get-MgBetaPolicyCrossTenantAccessPolicyPartner",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/crosstenantaccesspolicyconfigurationpartner-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.SignIns",
"Uri": "/policies/crossTenantAccessPolicy/partners",
+ "OutputType": "IMicrosoftGraphCrossTenantAccessPolicyConfigurationPartner",
"ApiVersion": "beta",
"Permissions": [
{
@@ -122316,17 +127637,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.SignIns",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaPolicyCrossTenantAccessPolicyPartnerCount",
"Method": "GET",
+ "Command": "Get-MgBetaPolicyCrossTenantAccessPolicyPartner",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/crosstenantaccesspolicy-list-partners?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.SignIns",
"Uri": "/policies/crossTenantAccessPolicy/partners/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -122345,18 +127667,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.SignIns",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphCrossTenantIdentitySyncPolicyPartner",
- "Command": "Get-MgBetaPolicyCrossTenantAccessPolicyPartnerIdentitySynchronization",
"Method": "GET",
+ "Command": "Get-MgBetaPolicyCrossTenantAccessPolicyPartnerCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Identity.SignIns",
"Uri": "/policies/crossTenantAccessPolicy/partners/{crossTenantAccessPolicyConfigurationPartner-tenantId}/identitySynchronization",
+ "OutputType": "IMicrosoftGraphCrossTenantIdentitySyncPolicyPartner",
"ApiVersion": "beta",
"Permissions": [
{
@@ -122375,17 +127697,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.SignIns",
+ ],
"Variants": [
- "Get"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphPolicyTemplate",
- "Command": "Get-MgBetaPolicyCrossTenantAccessPolicyTemplate",
"Method": "GET",
+ "Command": "Get-MgBetaPolicyCrossTenantAccessPolicyPartnerIdentitySynchronization",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/crosstenantidentitysyncpolicypartner-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.SignIns",
"Uri": "/policies/crossTenantAccessPolicy/templates",
+ "OutputType": "IMicrosoftGraphPolicyTemplate",
"ApiVersion": "beta",
"Permissions": [
{
@@ -122404,41 +127728,44 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.SignIns",
+ ],
"Variants": [
"Get"
],
- "OutputType": "IMicrosoftGraphMultiTenantOrganizationIdentitySyncPolicyTemplate",
- "Command": "Get-MgBetaPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationIdentitySynchronization",
"Method": "GET",
- "Uri": "/policies/crossTenantAccessPolicy/templates/multiTenantOrganizationIdentitySynchronization",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaPolicyCrossTenantAccessPolicyTemplate",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.SignIns",
+ "Uri": "/policies/crossTenantAccessPolicy/templates/multiTenantOrganizationIdentitySynchronization",
+ "OutputType": "IMicrosoftGraphMultiTenantOrganizationIdentitySyncPolicyTemplate",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": "IMicrosoftGraphMultiTenantOrganizationPartnerConfigurationTemplate",
- "Command": "Get-MgBetaPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationPartnerConfiguration",
"Method": "GET",
- "Uri": "/policies/crossTenantAccessPolicy/templates/multiTenantOrganizationPartnerConfiguration",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationIdentitySynchronization",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/multitenantorganizationidentitysyncpolicytemplate-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Identity.SignIns",
+ "Uri": "/policies/crossTenantAccessPolicy/templates/multiTenantOrganizationPartnerConfiguration",
+ "OutputType": "IMicrosoftGraphMultiTenantOrganizationPartnerConfigurationTemplate",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": "IMicrosoftGraphTenantAppManagementPolicy",
- "Command": "Get-MgBetaPolicyDefaultAppManagementPolicy",
"Method": "GET",
+ "Command": "Get-MgBetaPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationPartnerConfiguration",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/multitenantorganizationpartnerconfigurationtemplate-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.SignIns",
"Uri": "/policies/defaultAppManagementPolicy",
+ "OutputType": "IMicrosoftGraphTenantAppManagementPolicy",
"ApiVersion": "beta",
"Permissions": [
{
@@ -122457,17 +127784,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.SignIns",
+ ],
"Variants": [
"Get"
],
- "OutputType": "IMicrosoftGraphDeviceRegistrationPolicy",
- "Command": "Get-MgBetaPolicyDeviceRegistrationPolicy",
"Method": "GET",
+ "Command": "Get-MgBetaPolicyDefaultAppManagementPolicy",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tenantappmanagementpolicy-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.SignIns",
"Uri": "/policies/deviceRegistrationPolicy",
+ "OutputType": "IMicrosoftGraphDeviceRegistrationPolicy",
"ApiVersion": "beta",
"Permissions": [
{
@@ -122494,29 +127822,31 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.SignIns",
+ ],
"Variants": [
"Get"
],
- "OutputType": "IMicrosoftGraphDirectoryRoleAccessReviewPolicy",
- "Command": "Get-MgBetaPolicyDirectoryRoleAccessReviewPolicy",
"Method": "GET",
- "Uri": "/policies/directoryRoleAccessReviewPolicy",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaPolicyDeviceRegistrationPolicy",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/deviceregistrationpolicy-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Identity.SignIns",
+ "Uri": "/policies/directoryRoleAccessReviewPolicy",
+ "OutputType": "IMicrosoftGraphDirectoryRoleAccessReviewPolicy",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": "IMicrosoftGraphExternalIdentitiesPolicy",
- "Command": "Get-MgBetaPolicyExternalIdentityPolicy",
"Method": "GET",
+ "Command": "Get-MgBetaPolicyDirectoryRoleAccessReviewPolicy",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Identity.SignIns",
"Uri": "/policies/externalIdentitiesPolicy",
+ "OutputType": "IMicrosoftGraphExternalIdentitiesPolicy",
"ApiVersion": "beta",
"Permissions": [
{
@@ -122535,104 +127865,111 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaPolicyExternalIdentityPolicy",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalidentitiespolicy-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Identity.SignIns",
+ "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}",
+ "OutputType": "IMicrosoftGraphFeatureRolloutPolicy",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphFeatureRolloutPolicy",
- "Command": "Get-MgBetaPolicyFeatureRolloutPolicy",
"Method": "GET",
- "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaPolicyFeatureRolloutPolicy",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/featurerolloutpolicy-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Identity.SignIns",
+ "Uri": "/policies/featureRolloutPolicies",
+ "OutputType": "IMicrosoftGraphFeatureRolloutPolicy",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphFeatureRolloutPolicy",
- "Command": "Get-MgBetaPolicyFeatureRolloutPolicy",
"Method": "GET",
- "Uri": "/policies/featureRolloutPolicies",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaPolicyFeatureRolloutPolicy",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/list-featurerolloutpolicies?view=graph-rest-1.0"
},
{
"Module": "Beta.Identity.SignIns",
+ "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgBetaPolicyFeatureRolloutPolicyApplyTo",
"Method": "GET",
- "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaPolicyFeatureRolloutPolicyApplyTo",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.SignIns",
+ "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/$ref",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": null,
- "Command": "Get-MgBetaPolicyFeatureRolloutPolicyApplyToByRef",
"Method": "GET",
- "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/$ref",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaPolicyFeatureRolloutPolicyApplyToByRef",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.SignIns",
+ "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaPolicyFeatureRolloutPolicyApplyToCount",
"Method": "GET",
- "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaPolicyFeatureRolloutPolicyApplyToCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.SignIns",
+ "Uri": "/policies/featureRolloutPolicies/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgBetaPolicyFeatureRolloutPolicyCount",
"Method": "GET",
- "Uri": "/policies/featureRolloutPolicies/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaPolicyFeatureRolloutPolicyCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.SignIns",
+ "Uri": "/policies/federatedTokenValidationPolicy",
+ "OutputType": "IMicrosoftGraphFederatedTokenValidationPolicy",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": "IMicrosoftGraphFederatedTokenValidationPolicy",
- "Command": "Get-MgBetaPolicyFederatedTokenValidationPolicy",
"Method": "GET",
- "Uri": "/policies/federatedTokenValidationPolicy",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaPolicyFederatedTokenValidationPolicy",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/policyroot-list-federatedtokenvalidationpolicy?view=graph-rest-1.0"
},
{
"Module": "Beta.Identity.SignIns",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy",
- "Command": "Get-MgBetaPolicyHomeRealmDiscoveryPolicy",
- "Method": "GET",
"Uri": "/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}",
+ "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy",
"ApiVersion": "beta",
"Permissions": [
{
@@ -122651,17 +127988,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.SignIns",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy",
- "Command": "Get-MgBetaPolicyHomeRealmDiscoveryPolicy",
"Method": "GET",
+ "Command": "Get-MgBetaPolicyHomeRealmDiscoveryPolicy",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/homerealmdiscoverypolicy-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.SignIns",
"Uri": "/policies/homeRealmDiscoveryPolicies",
+ "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy",
"ApiVersion": "beta",
"Permissions": [
{
@@ -122680,30 +128019,32 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaPolicyHomeRealmDiscoveryPolicy",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/homerealmdiscoverypolicy-list?view=graph-rest-1.0"
},
{
"Module": "Beta.Identity.SignIns",
+ "Uri": "/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}/appliesTo/{directoryObject-id}",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgBetaPolicyHomeRealmDiscoveryPolicyApplyTo",
"Method": "GET",
- "Uri": "/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}/appliesTo/{directoryObject-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaPolicyHomeRealmDiscoveryPolicyApplyTo",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.SignIns",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgBetaPolicyHomeRealmDiscoveryPolicyApplyTo",
- "Method": "GET",
"Uri": "/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}/appliesTo",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
"ApiVersion": "beta",
"Permissions": [
{
@@ -122738,18 +128079,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.SignIns",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaPolicyHomeRealmDiscoveryPolicyApplyToCount",
"Method": "GET",
+ "Command": "Get-MgBetaPolicyHomeRealmDiscoveryPolicyApplyTo",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Identity.SignIns",
"Uri": "/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}/appliesTo/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -122784,17 +128125,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.SignIns",
+ ],
"Variants": [
- "Get"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaPolicyHomeRealmDiscoveryPolicyCount",
"Method": "GET",
+ "Command": "Get-MgBetaPolicyHomeRealmDiscoveryPolicyApplyToCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Identity.SignIns",
"Uri": "/policies/homeRealmDiscoveryPolicies/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -122813,30 +128156,31 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.SignIns",
+ ],
"Variants": [
"Get"
],
- "OutputType": "IMicrosoftGraphIdentitySecurityDefaultsEnforcementPolicy",
- "Command": "Get-MgBetaPolicyIdentitySecurityDefaultEnforcementPolicy",
"Method": "GET",
- "Uri": "/policies/identitySecurityDefaultsEnforcementPolicy",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaPolicyHomeRealmDiscoveryPolicyCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.SignIns",
+ "Uri": "/policies/identitySecurityDefaultsEnforcementPolicy",
+ "OutputType": "IMicrosoftGraphIdentitySecurityDefaultsEnforcementPolicy",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphMobilityManagementPolicy",
- "Command": "Get-MgBetaPolicyMobileAppManagementPolicy",
"Method": "GET",
+ "Command": "Get-MgBetaPolicyIdentitySecurityDefaultEnforcementPolicy",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitysecuritydefaultsenforcementpolicy-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.SignIns",
"Uri": "/policies/mobileAppManagementPolicies/{mobilityManagementPolicy-id}",
+ "OutputType": "IMicrosoftGraphMobilityManagementPolicy",
"ApiVersion": "beta",
"Permissions": [
{
@@ -122855,17 +128199,19 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.SignIns",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMobilityManagementPolicy",
- "Command": "Get-MgBetaPolicyMobileAppManagementPolicy",
"Method": "GET",
+ "Command": "Get-MgBetaPolicyMobileAppManagementPolicy",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mobileappmanagementpolicies-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.SignIns",
"Uri": "/policies/mobileAppManagementPolicies",
+ "OutputType": "IMicrosoftGraphMobilityManagementPolicy",
"ApiVersion": "beta",
"Permissions": [
{
@@ -122884,17 +128230,18 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.SignIns",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaPolicyMobileAppManagementPolicyCount",
"Method": "GET",
+ "Command": "Get-MgBetaPolicyMobileAppManagementPolicy",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mobileappmanagementpolicies-list?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.SignIns",
"Uri": "/policies/mobileAppManagementPolicies/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -122913,17 +128260,18 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.SignIns",
+ ],
"Variants": [
- "List"
+ "Get"
],
- "OutputType": "IMicrosoftGraphGroup",
- "Command": "Get-MgBetaPolicyMobileAppManagementPolicyIncludedGroup",
"Method": "GET",
+ "Command": "Get-MgBetaPolicyMobileAppManagementPolicyCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Identity.SignIns",
"Uri": "/policies/mobileAppManagementPolicies/{mobilityManagementPolicy-id}/includedGroups",
+ "OutputType": "IMicrosoftGraphGroup",
"ApiVersion": "beta",
"Permissions": [
{
@@ -122942,17 +128290,18 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.SignIns",
+ ],
"Variants": [
"List"
],
- "OutputType": null,
- "Command": "Get-MgBetaPolicyMobileAppManagementPolicyIncludedGroupByRef",
"Method": "GET",
+ "Command": "Get-MgBetaPolicyMobileAppManagementPolicyIncludedGroup",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mobileappmanagementpolicies-list-includedgroups?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.SignIns",
"Uri": "/policies/mobileAppManagementPolicies/{mobilityManagementPolicy-id}/includedGroups/$ref",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -122971,18 +128320,18 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.SignIns",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaPolicyMobileAppManagementPolicyIncludedGroupCount",
"Method": "GET",
+ "Command": "Get-MgBetaPolicyMobileAppManagementPolicyIncludedGroupByRef",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mobileappmanagementpolicies-list-includedgroups?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.SignIns",
"Uri": "/policies/mobileAppManagementPolicies/{mobilityManagementPolicy-id}/includedGroups/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -123001,43 +128350,46 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaPolicyMobileAppManagementPolicyIncludedGroupCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.SignIns",
+ "Uri": "/policies/mobileAppManagementPolicies/{mobilityManagementPolicy-id}/includedGroups/{group-id}/serviceProvisioningErrors",
+ "OutputType": "IMicrosoftGraphServiceProvisioningError",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Command": "Get-MgBetaPolicyMobileAppManagementPolicyIncludedGroupServiceProvisioningError",
"Method": "GET",
- "Uri": "/policies/mobileAppManagementPolicies/{mobilityManagementPolicy-id}/includedGroups/{group-id}/serviceProvisioningErrors",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaPolicyMobileAppManagementPolicyIncludedGroupServiceProvisioningError",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.SignIns",
+ "Uri": "/policies/mobileAppManagementPolicies/{mobilityManagementPolicy-id}/includedGroups/{group-id}/serviceProvisioningErrors/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaPolicyMobileAppManagementPolicyIncludedGroupServiceProvisioningErrorCount",
"Method": "GET",
- "Uri": "/policies/mobileAppManagementPolicies/{mobilityManagementPolicy-id}/includedGroups/{group-id}/serviceProvisioningErrors/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaPolicyMobileAppManagementPolicyIncludedGroupServiceProvisioningErrorCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.SignIns",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphMobilityManagementPolicy",
- "Command": "Get-MgBetaPolicyMobileDeviceManagementPolicy",
- "Method": "GET",
"Uri": "/policies/mobileDeviceManagementPolicies/{mobilityManagementPolicy-id}",
+ "OutputType": "IMicrosoftGraphMobilityManagementPolicy",
"ApiVersion": "beta",
"Permissions": [
{
@@ -123056,17 +128408,19 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.SignIns",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMobilityManagementPolicy",
- "Command": "Get-MgBetaPolicyMobileDeviceManagementPolicy",
"Method": "GET",
+ "Command": "Get-MgBetaPolicyMobileDeviceManagementPolicy",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mobiledevicemanagementpolicies-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.SignIns",
"Uri": "/policies/mobileDeviceManagementPolicies",
+ "OutputType": "IMicrosoftGraphMobilityManagementPolicy",
"ApiVersion": "beta",
"Permissions": [
{
@@ -123085,17 +128439,18 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.SignIns",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaPolicyMobileDeviceManagementPolicyCount",
"Method": "GET",
+ "Command": "Get-MgBetaPolicyMobileDeviceManagementPolicy",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mobiledevicemanagementpolicies-list?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.SignIns",
"Uri": "/policies/mobileDeviceManagementPolicies/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -123114,17 +128469,18 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.SignIns",
+ ],
"Variants": [
- "List"
+ "Get"
],
- "OutputType": "IMicrosoftGraphGroup",
- "Command": "Get-MgBetaPolicyMobileDeviceManagementPolicyIncludedGroup",
"Method": "GET",
+ "Command": "Get-MgBetaPolicyMobileDeviceManagementPolicyCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Identity.SignIns",
"Uri": "/policies/mobileDeviceManagementPolicies/{mobilityManagementPolicy-id}/includedGroups",
+ "OutputType": "IMicrosoftGraphGroup",
"ApiVersion": "beta",
"Permissions": [
{
@@ -123143,17 +128499,18 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.SignIns",
+ ],
"Variants": [
"List"
],
- "OutputType": null,
- "Command": "Get-MgBetaPolicyMobileDeviceManagementPolicyIncludedGroupByRef",
"Method": "GET",
+ "Command": "Get-MgBetaPolicyMobileDeviceManagementPolicyIncludedGroup",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mobileappmanagementpolicies-list-includedgroups?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.SignIns",
"Uri": "/policies/mobileDeviceManagementPolicies/{mobilityManagementPolicy-id}/includedGroups/$ref",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -123172,18 +128529,18 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.SignIns",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaPolicyMobileDeviceManagementPolicyIncludedGroupCount",
"Method": "GET",
+ "Command": "Get-MgBetaPolicyMobileDeviceManagementPolicyIncludedGroupByRef",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mobileappmanagementpolicies-list-includedgroups?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.SignIns",
"Uri": "/policies/mobileDeviceManagementPolicies/{mobilityManagementPolicy-id}/includedGroups/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -123202,43 +128559,46 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaPolicyMobileDeviceManagementPolicyIncludedGroupCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.SignIns",
+ "Uri": "/policies/mobileDeviceManagementPolicies/{mobilityManagementPolicy-id}/includedGroups/{group-id}/serviceProvisioningErrors",
+ "OutputType": "IMicrosoftGraphServiceProvisioningError",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Command": "Get-MgBetaPolicyMobileDeviceManagementPolicyIncludedGroupServiceProvisioningError",
"Method": "GET",
- "Uri": "/policies/mobileDeviceManagementPolicies/{mobilityManagementPolicy-id}/includedGroups/{group-id}/serviceProvisioningErrors",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaPolicyMobileDeviceManagementPolicyIncludedGroupServiceProvisioningError",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.SignIns",
+ "Uri": "/policies/mobileDeviceManagementPolicies/{mobilityManagementPolicy-id}/includedGroups/{group-id}/serviceProvisioningErrors/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaPolicyMobileDeviceManagementPolicyIncludedGroupServiceProvisioningErrorCount",
"Method": "GET",
- "Uri": "/policies/mobileDeviceManagementPolicies/{mobilityManagementPolicy-id}/includedGroups/{group-id}/serviceProvisioningErrors/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaPolicyMobileDeviceManagementPolicyIncludedGroupServiceProvisioningErrorCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.SignIns",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphPermissionGrantPolicy",
- "Command": "Get-MgBetaPolicyPermissionGrantPolicy",
- "Method": "GET",
"Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}",
+ "OutputType": "IMicrosoftGraphPermissionGrantPolicy",
"ApiVersion": "beta",
"Permissions": [
{
@@ -123257,17 +128617,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.SignIns",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphPermissionGrantPolicy",
- "Command": "Get-MgBetaPolicyPermissionGrantPolicy",
"Method": "GET",
+ "Command": "Get-MgBetaPolicyPermissionGrantPolicy",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permissiongrantpolicy-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.SignIns",
"Uri": "/policies/permissionGrantPolicies",
+ "OutputType": "IMicrosoftGraphPermissionGrantPolicy",
"ApiVersion": "beta",
"Permissions": [
{
@@ -123286,17 +128648,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.SignIns",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaPolicyPermissionGrantPolicyCount",
"Method": "GET",
+ "Command": "Get-MgBetaPolicyPermissionGrantPolicy",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permissiongrantpolicy-list?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.SignIns",
"Uri": "/policies/permissionGrantPolicies/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -123315,30 +128678,32 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaPolicyPermissionGrantPolicyCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.SignIns",
+ "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes/{permissionGrantConditionSet-id}",
+ "OutputType": "IMicrosoftGraphPermissionGrantConditionSet",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphPermissionGrantConditionSet",
- "Command": "Get-MgBetaPolicyPermissionGrantPolicyExclude",
"Method": "GET",
- "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes/{permissionGrantConditionSet-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaPolicyPermissionGrantPolicyExclude",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.SignIns",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphPermissionGrantConditionSet",
- "Command": "Get-MgBetaPolicyPermissionGrantPolicyExclude",
- "Method": "GET",
"Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes",
+ "OutputType": "IMicrosoftGraphPermissionGrantConditionSet",
"ApiVersion": "beta",
"Permissions": [
{
@@ -123357,18 +128722,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.SignIns",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaPolicyPermissionGrantPolicyExcludeCount",
"Method": "GET",
+ "Command": "Get-MgBetaPolicyPermissionGrantPolicyExclude",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permissiongrantpolicy-list-excludes?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.SignIns",
"Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -123387,30 +128752,33 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.SignIns",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphPermissionGrantConditionSet",
- "Command": "Get-MgBetaPolicyPermissionGrantPolicyInclude",
"Method": "GET",
- "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes/{permissionGrantConditionSet-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaPolicyPermissionGrantPolicyExcludeCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.SignIns",
+ "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes/{permissionGrantConditionSet-id}",
+ "OutputType": "IMicrosoftGraphPermissionGrantConditionSet",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphPermissionGrantConditionSet",
- "Command": "Get-MgBetaPolicyPermissionGrantPolicyInclude",
"Method": "GET",
+ "Command": "Get-MgBetaPolicyPermissionGrantPolicyInclude",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Identity.SignIns",
"Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes",
+ "OutputType": "IMicrosoftGraphPermissionGrantConditionSet",
"ApiVersion": "beta",
"Permissions": [
{
@@ -123429,18 +128797,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.SignIns",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaPolicyPermissionGrantPolicyIncludeCount",
"Method": "GET",
+ "Command": "Get-MgBetaPolicyPermissionGrantPolicyInclude",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permissiongrantpolicy-list-includes?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.SignIns",
"Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -123459,18 +128827,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.SignIns",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicy",
- "Command": "Get-MgBetaPolicyRoleManagementPolicy",
"Method": "GET",
+ "Command": "Get-MgBetaPolicyPermissionGrantPolicyIncludeCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Identity.SignIns",
"Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}",
+ "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicy",
"ApiVersion": "beta",
"Permissions": [
{
@@ -123513,17 +128882,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.SignIns",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicy",
- "Command": "Get-MgBetaPolicyRoleManagementPolicy",
"Method": "GET",
+ "Command": "Get-MgBetaPolicyRoleManagementPolicy",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Identity.SignIns",
"Uri": "/policies/roleManagementPolicies",
+ "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicy",
"ApiVersion": "beta",
"Permissions": [
{
@@ -123566,18 +128937,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.SignIns",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyAssignment",
- "Command": "Get-MgBetaPolicyRoleManagementPolicyAssignment",
"Method": "GET",
+ "Command": "Get-MgBetaPolicyRoleManagementPolicy",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/policyroot-list-rolemanagementpolicies?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.SignIns",
"Uri": "/policies/roleManagementPolicyAssignments/{unifiedRoleManagementPolicyAssignment-id}",
+ "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyAssignment",
"ApiVersion": "beta",
"Permissions": [
{
@@ -123620,17 +128991,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.SignIns",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyAssignment",
- "Command": "Get-MgBetaPolicyRoleManagementPolicyAssignment",
"Method": "GET",
+ "Command": "Get-MgBetaPolicyRoleManagementPolicyAssignment",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Identity.SignIns",
"Uri": "/policies/roleManagementPolicyAssignments",
+ "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyAssignment",
"ApiVersion": "beta",
"Permissions": [
{
@@ -123673,17 +129046,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.SignIns",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaPolicyRoleManagementPolicyAssignmentCount",
"Method": "GET",
+ "Command": "Get-MgBetaPolicyRoleManagementPolicyAssignment",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/policyroot-list-rolemanagementpolicyassignments?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.SignIns",
"Uri": "/policies/roleManagementPolicyAssignments/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -123726,30 +129100,32 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaPolicyRoleManagementPolicyAssignmentCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.SignIns",
+ "Uri": "/policies/roleManagementPolicyAssignments/{unifiedRoleManagementPolicyAssignment-id}/policy",
+ "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicy",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicy",
- "Command": "Get-MgBetaPolicyRoleManagementPolicyAssignmentPolicy",
"Method": "GET",
- "Uri": "/policies/roleManagementPolicyAssignments/{unifiedRoleManagementPolicyAssignment-id}/policy",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaPolicyRoleManagementPolicyAssignmentPolicy",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.SignIns",
- "Variants": [
- "Get"
- ],
- "OutputType": null,
- "Command": "Get-MgBetaPolicyRoleManagementPolicyCount",
- "Method": "GET",
"Uri": "/policies/roleManagementPolicies/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -123792,30 +129168,32 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaPolicyRoleManagementPolicyCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.SignIns",
+ "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules/{unifiedRoleManagementPolicyRule-id}",
+ "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule",
- "Command": "Get-MgBetaPolicyRoleManagementPolicyEffectiveRule",
"Method": "GET",
- "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules/{unifiedRoleManagementPolicyRule-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaPolicyRoleManagementPolicyEffectiveRule",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.SignIns",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule",
- "Command": "Get-MgBetaPolicyRoleManagementPolicyEffectiveRule",
- "Method": "GET",
"Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules",
+ "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule",
"ApiVersion": "beta",
"Permissions": [
{
@@ -123858,18 +129236,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.SignIns",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaPolicyRoleManagementPolicyEffectiveRuleCount",
"Method": "GET",
+ "Command": "Get-MgBetaPolicyRoleManagementPolicyEffectiveRule",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedrolemanagementpolicy-list-effectiverules?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.SignIns",
"Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -123912,18 +129290,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.SignIns",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule",
- "Command": "Get-MgBetaPolicyRoleManagementPolicyRule",
"Method": "GET",
+ "Command": "Get-MgBetaPolicyRoleManagementPolicyEffectiveRuleCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Identity.SignIns",
"Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules/{unifiedRoleManagementPolicyRule-id}",
+ "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule",
"ApiVersion": "beta",
"Permissions": [
{
@@ -123966,17 +129345,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.SignIns",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule",
- "Command": "Get-MgBetaPolicyRoleManagementPolicyRule",
"Method": "GET",
+ "Command": "Get-MgBetaPolicyRoleManagementPolicyRule",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedrolemanagementpolicyrule-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.SignIns",
"Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules",
+ "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule",
"ApiVersion": "beta",
"Permissions": [
{
@@ -124019,18 +129400,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.SignIns",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaPolicyRoleManagementPolicyRuleCount",
"Method": "GET",
+ "Command": "Get-MgBetaPolicyRoleManagementPolicyRule",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedrolemanagementpolicy-list-rules?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.SignIns",
"Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -124073,131 +129454,141 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaPolicyRoleManagementPolicyRuleCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.SignIns",
+ "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}",
+ "OutputType": "IMicrosoftGraphServicePrincipalCreationPolicy",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphServicePrincipalCreationPolicy",
- "Command": "Get-MgBetaPolicyServicePrincipalCreationPolicy",
"Method": "GET",
- "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaPolicyServicePrincipalCreationPolicy",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.SignIns",
+ "Uri": "/policies/servicePrincipalCreationPolicies",
+ "OutputType": "IMicrosoftGraphServicePrincipalCreationPolicy",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphServicePrincipalCreationPolicy",
- "Command": "Get-MgBetaPolicyServicePrincipalCreationPolicy",
"Method": "GET",
- "Uri": "/policies/servicePrincipalCreationPolicies",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaPolicyServicePrincipalCreationPolicy",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.SignIns",
+ "Uri": "/policies/servicePrincipalCreationPolicies/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgBetaPolicyServicePrincipalCreationPolicyCount",
"Method": "GET",
- "Uri": "/policies/servicePrincipalCreationPolicies/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaPolicyServicePrincipalCreationPolicyCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.SignIns",
+ "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/excludes/{servicePrincipalCreationConditionSet-id}",
+ "OutputType": "IMicrosoftGraphServicePrincipalCreationConditionSet",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphServicePrincipalCreationConditionSet",
- "Command": "Get-MgBetaPolicyServicePrincipalCreationPolicyExclude",
"Method": "GET",
- "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/excludes/{servicePrincipalCreationConditionSet-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaPolicyServicePrincipalCreationPolicyExclude",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.SignIns",
+ "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/excludes",
+ "OutputType": "IMicrosoftGraphServicePrincipalCreationConditionSet",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphServicePrincipalCreationConditionSet",
- "Command": "Get-MgBetaPolicyServicePrincipalCreationPolicyExclude",
"Method": "GET",
- "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/excludes",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaPolicyServicePrincipalCreationPolicyExclude",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.SignIns",
+ "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/excludes/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaPolicyServicePrincipalCreationPolicyExcludeCount",
"Method": "GET",
- "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/excludes/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaPolicyServicePrincipalCreationPolicyExcludeCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.SignIns",
+ "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/includes/{servicePrincipalCreationConditionSet-id}",
+ "OutputType": "IMicrosoftGraphServicePrincipalCreationConditionSet",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphServicePrincipalCreationConditionSet",
- "Command": "Get-MgBetaPolicyServicePrincipalCreationPolicyInclude",
"Method": "GET",
- "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/includes/{servicePrincipalCreationConditionSet-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaPolicyServicePrincipalCreationPolicyInclude",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.SignIns",
+ "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/includes",
+ "OutputType": "IMicrosoftGraphServicePrincipalCreationConditionSet",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphServicePrincipalCreationConditionSet",
- "Command": "Get-MgBetaPolicyServicePrincipalCreationPolicyInclude",
"Method": "GET",
- "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/includes",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaPolicyServicePrincipalCreationPolicyInclude",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.SignIns",
+ "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/includes/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaPolicyServicePrincipalCreationPolicyIncludeCount",
"Method": "GET",
- "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/includes/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaPolicyServicePrincipalCreationPolicyIncludeCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.SignIns",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphTokenIssuancePolicy",
- "Command": "Get-MgBetaPolicyTokenIssuancePolicy",
- "Method": "GET",
"Uri": "/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}",
+ "OutputType": "IMicrosoftGraphTokenIssuancePolicy",
"ApiVersion": "beta",
"Permissions": [
{
@@ -124216,17 +129607,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.SignIns",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTokenIssuancePolicy",
- "Command": "Get-MgBetaPolicyTokenIssuancePolicy",
"Method": "GET",
+ "Command": "Get-MgBetaPolicyTokenIssuancePolicy",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tokenissuancepolicy-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.SignIns",
"Uri": "/policies/tokenIssuancePolicies",
+ "OutputType": "IMicrosoftGraphTokenIssuancePolicy",
"ApiVersion": "beta",
"Permissions": [
{
@@ -124245,30 +129638,32 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaPolicyTokenIssuancePolicy",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tokenissuancepolicy-list?view=graph-rest-1.0"
},
{
"Module": "Beta.Identity.SignIns",
+ "Uri": "/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}/appliesTo/{directoryObject-id}",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgBetaPolicyTokenIssuancePolicyApplyTo",
"Method": "GET",
- "Uri": "/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}/appliesTo/{directoryObject-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaPolicyTokenIssuancePolicyApplyTo",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.SignIns",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgBetaPolicyTokenIssuancePolicyApplyTo",
- "Method": "GET",
"Uri": "/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}/appliesTo",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
"ApiVersion": "beta",
"Permissions": [
{
@@ -124303,18 +129698,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.SignIns",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaPolicyTokenIssuancePolicyApplyToCount",
"Method": "GET",
+ "Command": "Get-MgBetaPolicyTokenIssuancePolicyApplyTo",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Identity.SignIns",
"Uri": "/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}/appliesTo/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -124349,17 +129744,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.SignIns",
+ ],
"Variants": [
- "Get"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaPolicyTokenIssuancePolicyCount",
"Method": "GET",
+ "Command": "Get-MgBetaPolicyTokenIssuancePolicyApplyToCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Identity.SignIns",
"Uri": "/policies/tokenIssuancePolicies/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -124378,18 +129775,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.SignIns",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphTokenLifetimePolicy",
- "Command": "Get-MgBetaPolicyTokenLifetimePolicy",
"Method": "GET",
+ "Command": "Get-MgBetaPolicyTokenIssuancePolicyCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Identity.SignIns",
"Uri": "/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}",
+ "OutputType": "IMicrosoftGraphTokenLifetimePolicy",
"ApiVersion": "beta",
"Permissions": [
{
@@ -124408,17 +129805,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.SignIns",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTokenLifetimePolicy",
- "Command": "Get-MgBetaPolicyTokenLifetimePolicy",
"Method": "GET",
+ "Command": "Get-MgBetaPolicyTokenLifetimePolicy",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tokenlifetimepolicy-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.SignIns",
"Uri": "/policies/tokenLifetimePolicies",
+ "OutputType": "IMicrosoftGraphTokenLifetimePolicy",
"ApiVersion": "beta",
"Permissions": [
{
@@ -124437,30 +129836,32 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaPolicyTokenLifetimePolicy",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tokenlifetimepolicy-list?view=graph-rest-1.0"
},
{
"Module": "Beta.Identity.SignIns",
+ "Uri": "/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}/appliesTo/{directoryObject-id}",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgBetaPolicyTokenLifetimePolicyApplyTo",
"Method": "GET",
- "Uri": "/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}/appliesTo/{directoryObject-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaPolicyTokenLifetimePolicyApplyTo",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.SignIns",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgBetaPolicyTokenLifetimePolicyApplyTo",
- "Method": "GET",
"Uri": "/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}/appliesTo",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
"ApiVersion": "beta",
"Permissions": [
{
@@ -124495,18 +129896,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.SignIns",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaPolicyTokenLifetimePolicyApplyToCount",
"Method": "GET",
+ "Command": "Get-MgBetaPolicyTokenLifetimePolicyApplyTo",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Identity.SignIns",
"Uri": "/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}/appliesTo/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -124541,17 +129942,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.SignIns",
+ ],
"Variants": [
- "Get"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaPolicyTokenLifetimePolicyCount",
"Method": "GET",
+ "Command": "Get-MgBetaPolicyTokenLifetimePolicyApplyToCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Identity.SignIns",
"Uri": "/policies/tokenLifetimePolicies/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -124570,30 +129973,31 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Devices.CloudPrint",
+ ],
"Variants": [
"Get"
],
- "OutputType": "IMicrosoftGraphPrint",
- "Command": "Get-MgBetaPrint",
"Method": "GET",
- "Uri": "/print",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaPolicyTokenLifetimePolicyCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CloudPrint",
+ "Uri": "/print",
+ "OutputType": "IMicrosoftGraphPrint",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphPrintConnector",
- "Command": "Get-MgBetaPrintConnector",
"Method": "GET",
+ "Command": "Get-MgBetaPrint",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Devices.CloudPrint",
"Uri": "/print/connectors/{printConnector-id}",
+ "OutputType": "IMicrosoftGraphPrintConnector",
"ApiVersion": "beta",
"Permissions": [
{
@@ -124612,17 +130016,19 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Devices.CloudPrint",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphPrintConnector",
- "Command": "Get-MgBetaPrintConnector",
"Method": "GET",
+ "Command": "Get-MgBetaPrintConnector",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printconnector-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Devices.CloudPrint",
"Uri": "/print/connectors",
+ "OutputType": "IMicrosoftGraphPrintConnector",
"ApiVersion": "beta",
"Permissions": [
{
@@ -124641,17 +130047,18 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Devices.CloudPrint",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaPrintConnectorCount",
"Method": "GET",
+ "Command": "Get-MgBetaPrintConnector",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/print-list-connectors?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Devices.CloudPrint",
"Uri": "/print/connectors/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -124670,18 +130077,18 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Devices.CloudPrint",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphPrintOperation",
- "Command": "Get-MgBetaPrintOperation",
"Method": "GET",
+ "Command": "Get-MgBetaPrintConnectorCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Devices.CloudPrint",
"Uri": "/print/operations/{printOperation-id}",
+ "OutputType": "IMicrosoftGraphPrintOperation",
"ApiVersion": "beta",
"Permissions": [
{
@@ -124708,42 +130115,45 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaPrintOperation",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printoperation-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Devices.CloudPrint",
+ "Uri": "/print/operations",
+ "OutputType": "IMicrosoftGraphPrintOperation",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphPrintOperation",
- "Command": "Get-MgBetaPrintOperation",
"Method": "GET",
- "Uri": "/print/operations",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaPrintOperation",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CloudPrint",
+ "Uri": "/print/operations/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgBetaPrintOperationCount",
"Method": "GET",
- "Uri": "/print/operations/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaPrintOperationCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CloudPrint",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphPrinter",
- "Command": "Get-MgBetaPrintPrinter",
- "Method": "GET",
"Uri": "/print/printers/{printer-id}",
+ "OutputType": "IMicrosoftGraphPrinter",
"ApiVersion": "beta",
"Permissions": [
{
@@ -124794,17 +130204,19 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Devices.CloudPrint",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphPrinter",
- "Command": "Get-MgBetaPrintPrinter",
"Method": "GET",
+ "Command": "Get-MgBetaPrintPrinter",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printer-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Devices.CloudPrint",
"Uri": "/print/printers",
+ "OutputType": "IMicrosoftGraphPrinter",
"ApiVersion": "beta",
"Permissions": [
{
@@ -124831,18 +130243,18 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Devices.CloudPrint",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": "IMicrosoftGraphPrinterCapabilities",
- "Command": "Get-MgBetaPrintPrinterCapability",
"Method": "GET",
+ "Command": "Get-MgBetaPrintPrinter",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/print-list-printers?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Devices.CloudPrint",
"Uri": "/print/printers/{printer-id}/getCapabilities",
+ "OutputType": "IMicrosoftGraphPrinterCapabilities",
"ApiVersion": "beta",
"Permissions": [
{
@@ -124869,30 +130281,33 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Devices.CloudPrint",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphPrintConnector",
- "Command": "Get-MgBetaPrintPrinterConnector",
"Method": "GET",
- "Uri": "/print/printers/{printer-id}/connectors/{printConnector-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaPrintPrinterCapability",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CloudPrint",
+ "Uri": "/print/printers/{printer-id}/connectors/{printConnector-id}",
+ "OutputType": "IMicrosoftGraphPrintConnector",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphPrintConnector",
- "Command": "Get-MgBetaPrintPrinterConnector",
"Method": "GET",
+ "Command": "Get-MgBetaPrintPrinterConnector",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Devices.CloudPrint",
"Uri": "/print/printers/{printer-id}/connectors",
+ "OutputType": "IMicrosoftGraphPrintConnector",
"ApiVersion": "beta",
"Permissions": [
{
@@ -124911,18 +130326,18 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Devices.CloudPrint",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaPrintPrinterConnectorCount",
"Method": "GET",
+ "Command": "Get-MgBetaPrintPrinterConnector",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printer-list-connectors?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Devices.CloudPrint",
"Uri": "/print/printers/{printer-id}/connectors/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -124941,17 +130356,19 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Devices.CloudPrint",
+ ],
"Variants": [
- "Get"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaPrintPrinterCount",
"Method": "GET",
+ "Command": "Get-MgBetaPrintPrinterConnectorCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Devices.CloudPrint",
"Uri": "/print/printers/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -124978,18 +130395,18 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Devices.CloudPrint",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphPrintJob",
- "Command": "Get-MgBetaPrintPrinterJob",
"Method": "GET",
+ "Command": "Get-MgBetaPrintPrinterCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Devices.CloudPrint",
"Uri": "/print/printers/{printer-id}/jobs/{printJob-id}",
+ "OutputType": "IMicrosoftGraphPrintJob",
"ApiVersion": "beta",
"Permissions": [
{
@@ -125056,17 +130473,19 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Devices.CloudPrint",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphPrintJob",
- "Command": "Get-MgBetaPrintPrinterJob",
"Method": "GET",
+ "Command": "Get-MgBetaPrintPrinterJob",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Devices.CloudPrint",
"Uri": "/print/printers/{printer-id}/jobs",
+ "OutputType": "IMicrosoftGraphPrintJob",
"ApiVersion": "beta",
"Permissions": [
{
@@ -125133,18 +130552,18 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Devices.CloudPrint",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaPrintPrinterJobCount",
"Method": "GET",
+ "Command": "Get-MgBetaPrintPrinterJob",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Devices.CloudPrint",
"Uri": "/print/printers/{printer-id}/jobs/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -125211,18 +130630,19 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Devices.CloudPrint",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphPrintDocument",
- "Command": "Get-MgBetaPrintPrinterJobDocument",
"Method": "GET",
+ "Command": "Get-MgBetaPrintPrinterJobCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Devices.CloudPrint",
"Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/documents/{printDocument-id}",
+ "OutputType": "IMicrosoftGraphPrintDocument",
"ApiVersion": "beta",
"Permissions": [
{
@@ -125257,30 +130677,32 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaPrintPrinterJobDocument",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CloudPrint",
+ "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/documents",
+ "OutputType": "IMicrosoftGraphPrintDocument",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphPrintDocument",
- "Command": "Get-MgBetaPrintPrinterJobDocument",
"Method": "GET",
- "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/documents",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaPrintPrinterJobDocument",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CloudPrint",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": null,
- "Command": "Get-MgBetaPrintPrinterJobDocumentContent",
- "Method": "GET",
"Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/documents/{printDocument-id}/$value",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -125315,87 +130737,104 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaPrintPrinterJobDocumentContent",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CloudPrint",
+ "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/documents/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaPrintPrinterJobDocumentCount",
"Method": "GET",
- "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/documents/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaPrintPrinterJobDocumentCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CloudPrint",
+ "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/tasks/{printTask-id}",
+ "OutputType": "IMicrosoftGraphPrintTask",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphPrintTask",
- "Command": "Get-MgBetaPrintPrinterJobTask",
"Method": "GET",
- "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/tasks/{printTask-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaPrintPrinterJobTask",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CloudPrint",
+ "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/tasks",
+ "OutputType": "IMicrosoftGraphPrintTask",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphPrintTask",
- "Command": "Get-MgBetaPrintPrinterJobTask",
"Method": "GET",
- "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/tasks",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaPrintPrinterJobTask",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CloudPrint",
+ "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/tasks/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaPrintPrinterJobTaskCount",
"Method": "GET",
- "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/tasks/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaPrintPrinterJobTaskCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CloudPrint",
+ "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/tasks/{printTask-id}/definition",
+ "OutputType": "IMicrosoftGraphPrintTaskDefinition",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphPrintTaskDefinition",
- "Command": "Get-MgBetaPrintPrinterJobTaskDefinition",
"Method": "GET",
- "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/tasks/{printTask-id}/definition",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaPrintPrinterJobTaskDefinition",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CloudPrint",
+ "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/tasks/{printTask-id}/trigger",
+ "OutputType": "IMicrosoftGraphPrintTaskTrigger",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphPrintTaskTrigger",
- "Command": "Get-MgBetaPrintPrinterJobTaskTrigger",
"Method": "GET",
- "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/tasks/{printTask-id}/trigger",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaPrintPrinterJobTaskTrigger",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CloudPrint",
+ "Uri": "/print/printerShares/{printerShare-id}",
+ "OutputType": "IMicrosoftGraphPrinterShare",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
@@ -125404,174 +130843,176 @@
"GetViaIdentity1",
"GetViaIdentity2"
],
- "OutputType": "IMicrosoftGraphPrinterShare",
- "Command": "Get-MgBetaPrintPrinterShare",
"Method": "GET",
- "Uri": "/print/printerShares/{printerShare-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaPrintPrinterShare",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CloudPrint",
+ "Uri": "/print/printerShares",
+ "OutputType": "IMicrosoftGraphPrinterShare",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List",
"List1"
],
- "OutputType": "IMicrosoftGraphPrinterShare",
- "Command": "Get-MgBetaPrintPrinterShare",
"Method": "GET",
- "Uri": "/print/printerShares",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaPrintPrinterShare",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CloudPrint",
+ "Uri": "/print/printerShares/{printerShare-id}/allowedGroups",
+ "OutputType": "IMicrosoftGraphGroup",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphGroup",
- "Command": "Get-MgBetaPrintPrinterShareAllowedGroup",
"Method": "GET",
- "Uri": "/print/printerShares/{printerShare-id}/allowedGroups",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaPrintPrinterShareAllowedGroup",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printershare-list-allowedgroups?view=graph-rest-1.0"
},
{
"Module": "Beta.Devices.CloudPrint",
+ "Uri": "/print/printerShares/{printerShare-id}/allowedGroups/$ref",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": null,
- "Command": "Get-MgBetaPrintPrinterShareAllowedGroupByRef",
"Method": "GET",
- "Uri": "/print/printerShares/{printerShare-id}/allowedGroups/$ref",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaPrintPrinterShareAllowedGroupByRef",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printershare-list-allowedgroups?view=graph-rest-1.0"
},
{
"Module": "Beta.Devices.CloudPrint",
+ "Uri": "/print/printerShares/{printerShare-id}/allowedGroups/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaPrintPrinterShareAllowedGroupCount",
"Method": "GET",
- "Uri": "/print/printerShares/{printerShare-id}/allowedGroups/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaPrintPrinterShareAllowedGroupCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CloudPrint",
+ "Uri": "/print/printerShares/{printerShare-id}/allowedGroups/{group-id}/serviceProvisioningErrors",
+ "OutputType": "IMicrosoftGraphServiceProvisioningError",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Command": "Get-MgBetaPrintPrinterShareAllowedGroupServiceProvisioningError",
"Method": "GET",
- "Uri": "/print/printerShares/{printerShare-id}/allowedGroups/{group-id}/serviceProvisioningErrors",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaPrintPrinterShareAllowedGroupServiceProvisioningError",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CloudPrint",
+ "Uri": "/print/printerShares/{printerShare-id}/allowedGroups/{group-id}/serviceProvisioningErrors/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaPrintPrinterShareAllowedGroupServiceProvisioningErrorCount",
"Method": "GET",
- "Uri": "/print/printerShares/{printerShare-id}/allowedGroups/{group-id}/serviceProvisioningErrors/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaPrintPrinterShareAllowedGroupServiceProvisioningErrorCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CloudPrint",
+ "Uri": "/print/printerShares/{printerShare-id}/allowedUsers",
+ "OutputType": "IMicrosoftGraphUser",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphUser",
- "Command": "Get-MgBetaPrintPrinterShareAllowedUser",
"Method": "GET",
- "Uri": "/print/printerShares/{printerShare-id}/allowedUsers",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaPrintPrinterShareAllowedUser",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printershare-list-allowedusers?view=graph-rest-1.0"
},
{
"Module": "Beta.Devices.CloudPrint",
+ "Uri": "/print/printerShares/{printerShare-id}/allowedUsers/$ref",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": null,
- "Command": "Get-MgBetaPrintPrinterShareAllowedUserByRef",
"Method": "GET",
- "Uri": "/print/printerShares/{printerShare-id}/allowedUsers/$ref",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaPrintPrinterShareAllowedUserByRef",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printershare-list-allowedusers?view=graph-rest-1.0"
},
{
"Module": "Beta.Devices.CloudPrint",
+ "Uri": "/print/printerShares/{printerShare-id}/allowedUsers/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaPrintPrinterShareAllowedUserCount",
"Method": "GET",
- "Uri": "/print/printerShares/{printerShare-id}/allowedUsers/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaPrintPrinterShareAllowedUserCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CloudPrint",
+ "Uri": "/print/printerShares/{printerShare-id}/allowedUsers/{user-id}/mailboxSettings",
+ "OutputType": "IMicrosoftGraphMailboxSettings",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Command": "Get-MgBetaPrintPrinterShareAllowedUserMailboxSetting",
"Method": "GET",
- "Uri": "/print/printerShares/{printerShare-id}/allowedUsers/{user-id}/mailboxSettings",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaPrintPrinterShareAllowedUserMailboxSetting",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CloudPrint",
+ "Uri": "/print/printerShares/{printerShare-id}/allowedUsers/{user-id}/serviceProvisioningErrors",
+ "OutputType": "IMicrosoftGraphServiceProvisioningError",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Command": "Get-MgBetaPrintPrinterShareAllowedUserServiceProvisioningError",
"Method": "GET",
- "Uri": "/print/printerShares/{printerShare-id}/allowedUsers/{user-id}/serviceProvisioningErrors",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaPrintPrinterShareAllowedUserServiceProvisioningError",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CloudPrint",
+ "Uri": "/print/printerShares/{printerShare-id}/allowedUsers/{user-id}/serviceProvisioningErrors/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaPrintPrinterShareAllowedUserServiceProvisioningErrorCount",
"Method": "GET",
- "Uri": "/print/printerShares/{printerShare-id}/allowedUsers/{user-id}/serviceProvisioningErrors/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaPrintPrinterShareAllowedUserServiceProvisioningErrorCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CloudPrint",
- "Variants": [
- "Get",
- "Get1",
- "GetViaIdentity"
- ],
- "OutputType": null,
- "Command": "Get-MgBetaPrintPrinterShareCount",
- "Method": "GET",
"Uri": "/print/printers/{printer-id}/shares/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -125598,184 +131039,199 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "Get1",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaPrintPrinterShareCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CloudPrint",
+ "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}",
+ "OutputType": "IMicrosoftGraphPrintJob",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphPrintJob",
- "Command": "Get-MgBetaPrintPrinterShareJob",
"Method": "GET",
- "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaPrintPrinterShareJob",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CloudPrint",
+ "Uri": "/print/printerShares/{printerShare-id}/jobs",
+ "OutputType": "IMicrosoftGraphPrintJob",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphPrintJob",
- "Command": "Get-MgBetaPrintPrinterShareJob",
"Method": "GET",
- "Uri": "/print/printerShares/{printerShare-id}/jobs",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaPrintPrinterShareJob",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CloudPrint",
+ "Uri": "/print/printerShares/{printerShare-id}/jobs/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaPrintPrinterShareJobCount",
"Method": "GET",
- "Uri": "/print/printerShares/{printerShare-id}/jobs/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaPrintPrinterShareJobCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CloudPrint",
+ "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}",
+ "OutputType": "IMicrosoftGraphPrintDocument",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphPrintDocument",
- "Command": "Get-MgBetaPrintPrinterShareJobDocument",
"Method": "GET",
- "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaPrintPrinterShareJobDocument",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CloudPrint",
+ "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/documents",
+ "OutputType": "IMicrosoftGraphPrintDocument",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphPrintDocument",
- "Command": "Get-MgBetaPrintPrinterShareJobDocument",
"Method": "GET",
- "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/documents",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaPrintPrinterShareJobDocument",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CloudPrint",
+ "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}/$value",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaPrintPrinterShareJobDocumentContent",
"Method": "GET",
- "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}/$value",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaPrintPrinterShareJobDocumentContent",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CloudPrint",
+ "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/documents/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaPrintPrinterShareJobDocumentCount",
"Method": "GET",
- "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/documents/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaPrintPrinterShareJobDocumentCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CloudPrint",
+ "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/tasks/{printTask-id}",
+ "OutputType": "IMicrosoftGraphPrintTask",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphPrintTask",
- "Command": "Get-MgBetaPrintPrinterShareJobTask",
"Method": "GET",
- "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/tasks/{printTask-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaPrintPrinterShareJobTask",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CloudPrint",
+ "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/tasks",
+ "OutputType": "IMicrosoftGraphPrintTask",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphPrintTask",
- "Command": "Get-MgBetaPrintPrinterShareJobTask",
"Method": "GET",
- "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/tasks",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaPrintPrinterShareJobTask",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CloudPrint",
+ "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/tasks/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaPrintPrinterShareJobTaskCount",
"Method": "GET",
- "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/tasks/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaPrintPrinterShareJobTaskCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CloudPrint",
+ "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/tasks/{printTask-id}/definition",
+ "OutputType": "IMicrosoftGraphPrintTaskDefinition",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphPrintTaskDefinition",
- "Command": "Get-MgBetaPrintPrinterShareJobTaskDefinition",
"Method": "GET",
- "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/tasks/{printTask-id}/definition",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaPrintPrinterShareJobTaskDefinition",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CloudPrint",
+ "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/tasks/{printTask-id}/trigger",
+ "OutputType": "IMicrosoftGraphPrintTaskTrigger",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphPrintTaskTrigger",
- "Command": "Get-MgBetaPrintPrinterShareJobTaskTrigger",
"Method": "GET",
- "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/tasks/{printTask-id}/trigger",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaPrintPrinterShareJobTaskTrigger",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CloudPrint",
+ "Uri": "/print/printerShares/{printerShare-id}/printer",
+ "OutputType": "IMicrosoftGraphPrinter",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphPrinter",
- "Command": "Get-MgBetaPrintPrinterSharePrinter",
"Method": "GET",
- "Uri": "/print/printerShares/{printerShare-id}/printer",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaPrintPrinterSharePrinter",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CloudPrint",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphPrintTaskTrigger",
- "Command": "Get-MgBetaPrintPrinterTaskTrigger",
- "Method": "GET",
"Uri": "/print/printers/{printer-id}/taskTriggers/{printTaskTrigger-id}",
+ "OutputType": "IMicrosoftGraphPrintTaskTrigger",
"ApiVersion": "beta",
"Permissions": [
{
@@ -125802,17 +131258,19 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Devices.CloudPrint",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphPrintTaskTrigger",
- "Command": "Get-MgBetaPrintPrinterTaskTrigger",
"Method": "GET",
+ "Command": "Get-MgBetaPrintPrinterTaskTrigger",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printtasktrigger-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Devices.CloudPrint",
"Uri": "/print/printers/{printer-id}/taskTriggers",
+ "OutputType": "IMicrosoftGraphPrintTaskTrigger",
"ApiVersion": "beta",
"Permissions": [
{
@@ -125839,18 +131297,18 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Devices.CloudPrint",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaPrintPrinterTaskTriggerCount",
"Method": "GET",
+ "Command": "Get-MgBetaPrintPrinterTaskTrigger",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printer-list-tasktriggers?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Devices.CloudPrint",
"Uri": "/print/printers/{printer-id}/taskTriggers/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -125877,31 +131335,33 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Devices.CloudPrint",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphPrintTaskDefinition",
- "Command": "Get-MgBetaPrintPrinterTaskTriggerDefinition",
"Method": "GET",
- "Uri": "/print/printers/{printer-id}/taskTriggers/{printTaskTrigger-id}/definition",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaPrintPrinterTaskTriggerCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CloudPrint",
+ "Uri": "/print/printers/{printer-id}/taskTriggers/{printTaskTrigger-id}/definition",
+ "OutputType": "IMicrosoftGraphPrintTaskDefinition",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphPrintService",
- "Command": "Get-MgBetaPrintService",
"Method": "GET",
+ "Command": "Get-MgBetaPrintPrinterTaskTriggerDefinition",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Devices.CloudPrint",
"Uri": "/print/services/{printService-id}",
+ "OutputType": "IMicrosoftGraphPrintService",
"ApiVersion": "beta",
"Permissions": [
{
@@ -126072,17 +131532,19 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Devices.CloudPrint",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphPrintService",
- "Command": "Get-MgBetaPrintService",
"Method": "GET",
+ "Command": "Get-MgBetaPrintService",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printservice-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Devices.CloudPrint",
"Uri": "/print/services",
+ "OutputType": "IMicrosoftGraphPrintService",
"ApiVersion": "beta",
"Permissions": [
{
@@ -126253,17 +131715,18 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Devices.CloudPrint",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaPrintServiceCount",
"Method": "GET",
+ "Command": "Get-MgBetaPrintService",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/print-list-services?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Devices.CloudPrint",
"Uri": "/print/services/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -126434,199 +131897,18 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Devices.CloudPrint",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphPrintServiceEndpoint",
- "Command": "Get-MgBetaPrintServiceEndpoint",
"Method": "GET",
- "Uri": "/print/services/{printService-id}/endpoints/{printServiceEndpoint-id}",
- "ApiVersion": "beta",
- "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
- }
- ]
+ "Command": "Get-MgBetaPrintServiceCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CloudPrint",
- "Variants": [
- "List"
- ],
+ "Uri": "/print/services/{printService-id}/endpoints/{printServiceEndpoint-id}",
"OutputType": "IMicrosoftGraphPrintServiceEndpoint",
- "Command": "Get-MgBetaPrintServiceEndpoint",
- "Method": "GET",
- "Uri": "/print/services/{printService-id}/endpoints",
"ApiVersion": "beta",
"Permissions": [
{
@@ -126797,18 +132079,19 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Devices.CloudPrint",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaPrintServiceEndpointCount",
"Method": "GET",
- "Uri": "/print/services/{printService-id}/endpoints/$count",
+ "Command": "Get-MgBetaPrintServiceEndpoint",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printserviceendpoint-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Devices.CloudPrint",
+ "Uri": "/print/services/{printService-id}/endpoints",
+ "OutputType": "IMicrosoftGraphPrintServiceEndpoint",
"ApiVersion": "beta",
"Permissions": [
{
@@ -126979,18 +132262,201 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaPrintServiceEndpoint",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printservice-list-endpoints?view=graph-rest-1.0"
},
{
"Module": "Beta.Devices.CloudPrint",
+ "Uri": "/print/services/{printService-id}/endpoints/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "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
+ }
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphPrinterShare",
- "Command": "Get-MgBetaPrintShare",
"Method": "GET",
+ "Command": "Get-MgBetaPrintServiceEndpointCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Devices.CloudPrint",
"Uri": "/print/shares/{printerShare-id}",
+ "OutputType": "IMicrosoftGraphPrinterShare",
"ApiVersion": "beta",
"Permissions": [
{
@@ -127017,17 +132483,19 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Devices.CloudPrint",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphPrinterShare",
- "Command": "Get-MgBetaPrintShare",
"Method": "GET",
+ "Command": "Get-MgBetaPrintShare",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printershare-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Devices.CloudPrint",
"Uri": "/print/shares",
+ "OutputType": "IMicrosoftGraphPrinterShare",
"ApiVersion": "beta",
"Permissions": [
{
@@ -127054,17 +132522,18 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Devices.CloudPrint",
+ ],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphGroup",
- "Command": "Get-MgBetaPrintShareAllowedGroup",
"Method": "GET",
+ "Command": "Get-MgBetaPrintShare",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/print-list-shares?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Devices.CloudPrint",
"Uri": "/print/shares/{printerShare-id}/allowedGroups",
+ "OutputType": "IMicrosoftGraphGroup",
"ApiVersion": "beta",
"Permissions": [
{
@@ -127083,17 +132552,18 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Devices.CloudPrint",
+ ],
"Variants": [
"List"
],
- "OutputType": null,
- "Command": "Get-MgBetaPrintShareAllowedGroupByRef",
"Method": "GET",
+ "Command": "Get-MgBetaPrintShareAllowedGroup",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printershare-list-allowedgroups?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Devices.CloudPrint",
"Uri": "/print/shares/{printerShare-id}/allowedGroups/$ref",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -127112,18 +132582,18 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Devices.CloudPrint",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaPrintShareAllowedGroupCount",
"Method": "GET",
+ "Command": "Get-MgBetaPrintShareAllowedGroupByRef",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printershare-list-allowedgroups?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Devices.CloudPrint",
"Uri": "/print/shares/{printerShare-id}/allowedGroups/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -127142,42 +132612,46 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaPrintShareAllowedGroupCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CloudPrint",
+ "Uri": "/print/shares/{printerShare-id}/allowedGroups/{group-id}/serviceProvisioningErrors",
+ "OutputType": "IMicrosoftGraphServiceProvisioningError",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Command": "Get-MgBetaPrintShareAllowedGroupServiceProvisioningError",
"Method": "GET",
- "Uri": "/print/shares/{printerShare-id}/allowedGroups/{group-id}/serviceProvisioningErrors",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaPrintShareAllowedGroupServiceProvisioningError",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CloudPrint",
+ "Uri": "/print/shares/{printerShare-id}/allowedGroups/{group-id}/serviceProvisioningErrors/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaPrintShareAllowedGroupServiceProvisioningErrorCount",
"Method": "GET",
- "Uri": "/print/shares/{printerShare-id}/allowedGroups/{group-id}/serviceProvisioningErrors/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaPrintShareAllowedGroupServiceProvisioningErrorCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CloudPrint",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphUser",
- "Command": "Get-MgBetaPrintShareAllowedUser",
- "Method": "GET",
"Uri": "/print/shares/{printerShare-id}/allowedUsers",
+ "OutputType": "IMicrosoftGraphUser",
"ApiVersion": "beta",
"Permissions": [
{
@@ -127196,17 +132670,18 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Devices.CloudPrint",
+ ],
"Variants": [
"List"
],
- "OutputType": null,
- "Command": "Get-MgBetaPrintShareAllowedUserByRef",
"Method": "GET",
+ "Command": "Get-MgBetaPrintShareAllowedUser",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printershare-list-allowedusers?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Devices.CloudPrint",
"Uri": "/print/shares/{printerShare-id}/allowedUsers/$ref",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -127225,18 +132700,18 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Devices.CloudPrint",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaPrintShareAllowedUserCount",
"Method": "GET",
+ "Command": "Get-MgBetaPrintShareAllowedUserByRef",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printershare-list-allowedusers?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Devices.CloudPrint",
"Uri": "/print/shares/{printerShare-id}/allowedUsers/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -127255,55 +132730,60 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaPrintShareAllowedUserCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CloudPrint",
+ "Uri": "/print/shares/{printerShare-id}/allowedUsers/{user-id}/mailboxSettings",
+ "OutputType": "IMicrosoftGraphMailboxSettings",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Command": "Get-MgBetaPrintShareAllowedUserMailboxSetting",
"Method": "GET",
- "Uri": "/print/shares/{printerShare-id}/allowedUsers/{user-id}/mailboxSettings",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaPrintShareAllowedUserMailboxSetting",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CloudPrint",
+ "Uri": "/print/shares/{printerShare-id}/allowedUsers/{user-id}/serviceProvisioningErrors",
+ "OutputType": "IMicrosoftGraphServiceProvisioningError",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Command": "Get-MgBetaPrintShareAllowedUserServiceProvisioningError",
"Method": "GET",
- "Uri": "/print/shares/{printerShare-id}/allowedUsers/{user-id}/serviceProvisioningErrors",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaPrintShareAllowedUserServiceProvisioningError",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CloudPrint",
+ "Uri": "/print/shares/{printerShare-id}/allowedUsers/{user-id}/serviceProvisioningErrors/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaPrintShareAllowedUserServiceProvisioningErrorCount",
"Method": "GET",
- "Uri": "/print/shares/{printerShare-id}/allowedUsers/{user-id}/serviceProvisioningErrors/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaPrintShareAllowedUserServiceProvisioningErrorCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CloudPrint",
- "Variants": [
- "Get"
- ],
- "OutputType": null,
- "Command": "Get-MgBetaPrintShareCount",
- "Method": "GET",
"Uri": "/print/shares/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -127330,18 +132810,18 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Devices.CloudPrint",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphPrintJob",
- "Command": "Get-MgBetaPrintShareJob",
"Method": "GET",
+ "Command": "Get-MgBetaPrintShareCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Devices.CloudPrint",
"Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}",
+ "OutputType": "IMicrosoftGraphPrintJob",
"ApiVersion": "beta",
"Permissions": [
{
@@ -127408,17 +132888,19 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Devices.CloudPrint",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphPrintJob",
- "Command": "Get-MgBetaPrintShareJob",
"Method": "GET",
+ "Command": "Get-MgBetaPrintShareJob",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Devices.CloudPrint",
"Uri": "/print/shares/{printerShare-id}/jobs",
+ "OutputType": "IMicrosoftGraphPrintJob",
"ApiVersion": "beta",
"Permissions": [
{
@@ -127485,18 +132967,18 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Devices.CloudPrint",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaPrintShareJobCount",
"Method": "GET",
+ "Command": "Get-MgBetaPrintShareJob",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Devices.CloudPrint",
"Uri": "/print/shares/{printerShare-id}/jobs/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -127563,133 +133045,143 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaPrintShareJobCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CloudPrint",
+ "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}",
+ "OutputType": "IMicrosoftGraphPrintDocument",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphPrintDocument",
- "Command": "Get-MgBetaPrintShareJobDocument",
"Method": "GET",
- "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaPrintShareJobDocument",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CloudPrint",
+ "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents",
+ "OutputType": "IMicrosoftGraphPrintDocument",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphPrintDocument",
- "Command": "Get-MgBetaPrintShareJobDocument",
"Method": "GET",
- "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaPrintShareJobDocument",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CloudPrint",
+ "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}/$value",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaPrintShareJobDocumentContent",
"Method": "GET",
- "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}/$value",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaPrintShareJobDocumentContent",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CloudPrint",
+ "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaPrintShareJobDocumentCount",
"Method": "GET",
- "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaPrintShareJobDocumentCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CloudPrint",
+ "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks/{printTask-id}",
+ "OutputType": "IMicrosoftGraphPrintTask",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphPrintTask",
- "Command": "Get-MgBetaPrintShareJobTask",
"Method": "GET",
- "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks/{printTask-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaPrintShareJobTask",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CloudPrint",
+ "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks",
+ "OutputType": "IMicrosoftGraphPrintTask",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphPrintTask",
- "Command": "Get-MgBetaPrintShareJobTask",
"Method": "GET",
- "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaPrintShareJobTask",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CloudPrint",
+ "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaPrintShareJobTaskCount",
"Method": "GET",
- "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaPrintShareJobTaskCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CloudPrint",
+ "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks/{printTask-id}/definition",
+ "OutputType": "IMicrosoftGraphPrintTaskDefinition",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphPrintTaskDefinition",
- "Command": "Get-MgBetaPrintShareJobTaskDefinition",
"Method": "GET",
- "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks/{printTask-id}/definition",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaPrintShareJobTaskDefinition",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CloudPrint",
+ "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks/{printTask-id}/trigger",
+ "OutputType": "IMicrosoftGraphPrintTaskTrigger",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphPrintTaskTrigger",
- "Command": "Get-MgBetaPrintShareJobTaskTrigger",
"Method": "GET",
- "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks/{printTask-id}/trigger",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaPrintShareJobTaskTrigger",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CloudPrint",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphPrinter",
- "Command": "Get-MgBetaPrintSharePrinter",
- "Method": "GET",
"Uri": "/print/shares/{printerShare-id}/printer",
+ "OutputType": "IMicrosoftGraphPrinter",
"ApiVersion": "beta",
"Permissions": [
{
@@ -127716,108 +133208,116 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaPrintSharePrinter",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CloudPrint",
+ "Uri": "/print/taskDefinitions/{printTaskDefinition-id}",
+ "OutputType": "IMicrosoftGraphPrintTaskDefinition",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphPrintTaskDefinition",
- "Command": "Get-MgBetaPrintTaskDefinition",
"Method": "GET",
- "Uri": "/print/taskDefinitions/{printTaskDefinition-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaPrintTaskDefinition",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printtaskdefinition-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Devices.CloudPrint",
+ "Uri": "/print/taskDefinitions",
+ "OutputType": "IMicrosoftGraphPrintTaskDefinition",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphPrintTaskDefinition",
- "Command": "Get-MgBetaPrintTaskDefinition",
"Method": "GET",
- "Uri": "/print/taskDefinitions",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaPrintTaskDefinition",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/print-list-taskdefinitions?view=graph-rest-1.0"
},
{
"Module": "Beta.Devices.CloudPrint",
+ "Uri": "/print/taskDefinitions/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgBetaPrintTaskDefinitionCount",
"Method": "GET",
- "Uri": "/print/taskDefinitions/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaPrintTaskDefinitionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CloudPrint",
+ "Uri": "/print/taskDefinitions/{printTaskDefinition-id}/tasks/{printTask-id}",
+ "OutputType": "IMicrosoftGraphPrintTask",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphPrintTask",
- "Command": "Get-MgBetaPrintTaskDefinitionTask",
"Method": "GET",
- "Uri": "/print/taskDefinitions/{printTaskDefinition-id}/tasks/{printTask-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaPrintTaskDefinitionTask",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printtask-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Devices.CloudPrint",
+ "Uri": "/print/taskDefinitions/{printTaskDefinition-id}/tasks",
+ "OutputType": "IMicrosoftGraphPrintTask",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphPrintTask",
- "Command": "Get-MgBetaPrintTaskDefinitionTask",
"Method": "GET",
- "Uri": "/print/taskDefinitions/{printTaskDefinition-id}/tasks",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaPrintTaskDefinitionTask",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printtaskdefinition-list-tasks?view=graph-rest-1.0"
},
{
"Module": "Beta.Devices.CloudPrint",
+ "Uri": "/print/taskDefinitions/{printTaskDefinition-id}/tasks/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaPrintTaskDefinitionTaskCount",
"Method": "GET",
- "Uri": "/print/taskDefinitions/{printTaskDefinition-id}/tasks/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaPrintTaskDefinitionTaskCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CloudPrint",
+ "Uri": "/print/taskDefinitions/{printTaskDefinition-id}/tasks/{printTask-id}/trigger",
+ "OutputType": "IMicrosoftGraphPrintTaskTrigger",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphPrintTaskTrigger",
- "Command": "Get-MgBetaPrintTaskDefinitionTaskTrigger",
"Method": "GET",
- "Uri": "/print/taskDefinitions/{printTaskDefinition-id}/tasks/{printTask-id}/trigger",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaPrintTaskDefinitionTaskTrigger",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Compliance",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphSubjectRightsRequest",
- "Command": "Get-MgBetaPrivacySubjectRightsRequest",
- "Method": "GET",
"Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}",
+ "OutputType": "IMicrosoftGraphSubjectRightsRequest",
"ApiVersion": "beta",
"Permissions": [
{
@@ -127836,17 +133336,19 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Compliance",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSubjectRightsRequest",
- "Command": "Get-MgBetaPrivacySubjectRightsRequest",
"Method": "GET",
+ "Command": "Get-MgBetaPrivacySubjectRightsRequest",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subjectrightsrequest-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Compliance",
"Uri": "/privacy/subjectRightsRequests",
+ "OutputType": "IMicrosoftGraphSubjectRightsRequest",
"ApiVersion": "beta",
"Permissions": [
{
@@ -127865,169 +133367,182 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaPrivacySubjectRightsRequest",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subjectrightsrequest-list?view=graph-rest-1.0"
},
{
"Module": "Beta.Compliance",
+ "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}",
+ "OutputType": "IMicrosoftGraphUser",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUser",
- "Command": "Get-MgBetaPrivacySubjectRightsRequestApprover",
"Method": "GET",
- "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaPrivacySubjectRightsRequestApprover",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Compliance",
+ "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/approvers",
+ "OutputType": "IMicrosoftGraphUser",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphUser",
- "Command": "Get-MgBetaPrivacySubjectRightsRequestApprover",
"Method": "GET",
- "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/approvers",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaPrivacySubjectRightsRequestApprover",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Compliance",
+ "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/approvers/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaPrivacySubjectRightsRequestApproverCount",
"Method": "GET",
- "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/approvers/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaPrivacySubjectRightsRequestApproverCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Compliance",
+ "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/mailboxSettings",
+ "OutputType": "IMicrosoftGraphMailboxSettings",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Command": "Get-MgBetaPrivacySubjectRightsRequestApproverMailboxSetting",
"Method": "GET",
- "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/mailboxSettings",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaPrivacySubjectRightsRequestApproverMailboxSetting",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Compliance",
+ "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/serviceProvisioningErrors",
+ "OutputType": "IMicrosoftGraphServiceProvisioningError",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Command": "Get-MgBetaPrivacySubjectRightsRequestApproverServiceProvisioningError",
"Method": "GET",
- "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/serviceProvisioningErrors",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaPrivacySubjectRightsRequestApproverServiceProvisioningError",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Compliance",
+ "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/serviceProvisioningErrors/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaPrivacySubjectRightsRequestApproverServiceProvisioningErrorCount",
"Method": "GET",
- "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/serviceProvisioningErrors/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaPrivacySubjectRightsRequestApproverServiceProvisioningErrorCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Compliance",
+ "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}",
+ "OutputType": "IMicrosoftGraphUser",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUser",
- "Command": "Get-MgBetaPrivacySubjectRightsRequestCollaborator",
"Method": "GET",
- "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaPrivacySubjectRightsRequestCollaborator",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Compliance",
+ "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/collaborators",
+ "OutputType": "IMicrosoftGraphUser",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphUser",
- "Command": "Get-MgBetaPrivacySubjectRightsRequestCollaborator",
"Method": "GET",
- "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/collaborators",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaPrivacySubjectRightsRequestCollaborator",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Compliance",
+ "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaPrivacySubjectRightsRequestCollaboratorCount",
"Method": "GET",
- "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaPrivacySubjectRightsRequestCollaboratorCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Compliance",
+ "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/mailboxSettings",
+ "OutputType": "IMicrosoftGraphMailboxSettings",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Command": "Get-MgBetaPrivacySubjectRightsRequestCollaboratorMailboxSetting",
"Method": "GET",
- "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/mailboxSettings",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaPrivacySubjectRightsRequestCollaboratorMailboxSetting",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Compliance",
+ "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/serviceProvisioningErrors",
+ "OutputType": "IMicrosoftGraphServiceProvisioningError",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Command": "Get-MgBetaPrivacySubjectRightsRequestCollaboratorServiceProvisioningError",
"Method": "GET",
- "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/serviceProvisioningErrors",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaPrivacySubjectRightsRequestCollaboratorServiceProvisioningError",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Compliance",
+ "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/serviceProvisioningErrors/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaPrivacySubjectRightsRequestCollaboratorServiceProvisioningErrorCount",
"Method": "GET",
- "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/serviceProvisioningErrors/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaPrivacySubjectRightsRequestCollaboratorServiceProvisioningErrorCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Compliance",
- "Variants": [
- "Get"
- ],
- "OutputType": null,
- "Command": "Get-MgBetaPrivacySubjectRightsRequestCount",
- "Method": "GET",
"Uri": "/privacy/subjectRightsRequests/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -128046,30 +133561,32 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaPrivacySubjectRightsRequestCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Compliance",
+ "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/notes/{authoredNote-id}",
+ "OutputType": "IMicrosoftGraphAuthoredNote",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAuthoredNote",
- "Command": "Get-MgBetaPrivacySubjectRightsRequestNote",
"Method": "GET",
- "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/notes/{authoredNote-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaPrivacySubjectRightsRequestNote",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Compliance",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphAuthoredNote",
- "Command": "Get-MgBetaPrivacySubjectRightsRequestNote",
- "Method": "GET",
"Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/notes",
+ "OutputType": "IMicrosoftGraphAuthoredNote",
"ApiVersion": "beta",
"Permissions": [
{
@@ -128088,18 +133605,18 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Compliance",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaPrivacySubjectRightsRequestNoteCount",
"Method": "GET",
+ "Command": "Get-MgBetaPrivacySubjectRightsRequestNote",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subjectrightsrequest-list-notes?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Compliance",
"Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/notes/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -128118,1002 +133635,1081 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaPrivacySubjectRightsRequestNoteCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Compliance",
+ "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/team",
+ "OutputType": "IMicrosoftGraphTeam",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTeam",
- "Command": "Get-MgBetaPrivacySubjectRightsRequestTeam",
"Method": "GET",
- "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/team",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaPrivacySubjectRightsRequestTeam",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/privilegedAccess/{privilegedAccess-id}",
+ "OutputType": "IMicrosoftGraphPrivilegedAccess",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphPrivilegedAccess",
- "Command": "Get-MgBetaPrivilegedAccess",
"Method": "GET",
- "Uri": "/privilegedAccess/{privilegedAccess-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaPrivilegedAccess",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/privilegedAccess",
+ "OutputType": "IMicrosoftGraphPrivilegedAccess",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphPrivilegedAccess",
- "Command": "Get-MgBetaPrivilegedAccess",
"Method": "GET",
- "Uri": "/privilegedAccess",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaPrivilegedAccess",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/privilegedAccess/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgBetaPrivilegedAccessCount",
"Method": "GET",
- "Uri": "/privilegedAccess/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaPrivilegedAccessCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}",
+ "OutputType": "IMicrosoftGraphGovernanceResource",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphGovernanceResource",
- "Command": "Get-MgBetaPrivilegedAccessResource",
"Method": "GET",
- "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaPrivilegedAccessResource",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/privilegedAccess/{privilegedAccess-id}/resources",
+ "OutputType": "IMicrosoftGraphGovernanceResource",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphGovernanceResource",
- "Command": "Get-MgBetaPrivilegedAccessResource",
"Method": "GET",
- "Uri": "/privilegedAccess/{privilegedAccess-id}/resources",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaPrivilegedAccessResource",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/governanceresource-list?view=graph-rest-1.0"
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaPrivilegedAccessResourceCount",
"Method": "GET",
- "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaPrivilegedAccessResourceCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/parent",
+ "OutputType": "IMicrosoftGraphGovernanceResource",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphGovernanceResource",
- "Command": "Get-MgBetaPrivilegedAccessResourceParent",
"Method": "GET",
- "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/parent",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaPrivilegedAccessResourceParent",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}",
+ "OutputType": "IMicrosoftGraphGovernanceRoleAssignment",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphGovernanceRoleAssignment",
- "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignment",
"Method": "GET",
- "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignment",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments",
+ "OutputType": "IMicrosoftGraphGovernanceRoleAssignment",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphGovernanceRoleAssignment",
- "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignment",
"Method": "GET",
- "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignment",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignmentCount",
"Method": "GET",
- "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignmentCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}/linkedEligibleRoleAssignment",
+ "OutputType": "IMicrosoftGraphGovernanceRoleAssignment",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphGovernanceRoleAssignment",
- "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignmentLinkedEligibleRoleAssignment",
"Method": "GET",
- "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}/linkedEligibleRoleAssignment",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignmentLinkedEligibleRoleAssignment",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}",
+ "OutputType": "IMicrosoftGraphGovernanceRoleAssignmentRequest",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphGovernanceRoleAssignmentRequest",
- "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignmentRequest",
"Method": "GET",
- "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignmentRequest",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests",
+ "OutputType": "IMicrosoftGraphGovernanceRoleAssignmentRequest",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphGovernanceRoleAssignmentRequest",
- "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignmentRequest",
"Method": "GET",
- "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignmentRequest",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignmentRequestCount",
"Method": "GET",
- "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignmentRequestCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/resource",
+ "OutputType": "IMicrosoftGraphGovernanceResource",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphGovernanceResource",
- "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignmentRequestResource",
"Method": "GET",
- "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/resource",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignmentRequestResource",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/roleDefinition",
+ "OutputType": "IMicrosoftGraphGovernanceRoleDefinition",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphGovernanceRoleDefinition",
- "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignmentRequestRoleDefinition",
"Method": "GET",
- "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/roleDefinition",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignmentRequestRoleDefinition",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/roleDefinition/resource",
+ "OutputType": "IMicrosoftGraphGovernanceResource",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphGovernanceResource",
- "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignmentRequestRoleDefinitionResource",
"Method": "GET",
- "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/roleDefinition/resource",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignmentRequestRoleDefinitionResource",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/roleDefinition/roleSetting",
+ "OutputType": "IMicrosoftGraphGovernanceRoleSetting",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphGovernanceRoleSetting",
- "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignmentRequestRoleDefinitionRoleSetting",
"Method": "GET",
- "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/roleDefinition/roleSetting",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignmentRequestRoleDefinitionRoleSetting",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/subject",
+ "OutputType": "IMicrosoftGraphGovernanceSubject",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphGovernanceSubject",
- "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignmentRequestSubject",
"Method": "GET",
- "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/subject",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignmentRequestSubject",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}/resource",
+ "OutputType": "IMicrosoftGraphGovernanceResource",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphGovernanceResource",
- "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignmentResource",
"Method": "GET",
- "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}/resource",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignmentResource",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}/roleDefinition",
+ "OutputType": "IMicrosoftGraphGovernanceRoleDefinition",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphGovernanceRoleDefinition",
- "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignmentRoleDefinition",
"Method": "GET",
- "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}/roleDefinition",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignmentRoleDefinition",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}/roleDefinition/resource",
+ "OutputType": "IMicrosoftGraphGovernanceResource",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphGovernanceResource",
- "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignmentRoleDefinitionResource",
"Method": "GET",
- "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}/roleDefinition/resource",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignmentRoleDefinitionResource",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}/roleDefinition/roleSetting",
+ "OutputType": "IMicrosoftGraphGovernanceRoleSetting",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphGovernanceRoleSetting",
- "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignmentRoleDefinitionRoleSetting",
"Method": "GET",
- "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}/roleDefinition/roleSetting",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignmentRoleDefinitionRoleSetting",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}/subject",
+ "OutputType": "IMicrosoftGraphGovernanceSubject",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphGovernanceSubject",
- "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignmentSubject",
"Method": "GET",
- "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}/subject",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignmentSubject",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleDefinitions/{governanceRoleDefinition-id}",
+ "OutputType": "IMicrosoftGraphGovernanceRoleDefinition",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphGovernanceRoleDefinition",
- "Command": "Get-MgBetaPrivilegedAccessResourceRoleDefinition",
"Method": "GET",
- "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleDefinitions/{governanceRoleDefinition-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaPrivilegedAccessResourceRoleDefinition",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleDefinitions",
+ "OutputType": "IMicrosoftGraphGovernanceRoleDefinition",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphGovernanceRoleDefinition",
- "Command": "Get-MgBetaPrivilegedAccessResourceRoleDefinition",
"Method": "GET",
- "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleDefinitions",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaPrivilegedAccessResourceRoleDefinition",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleDefinitions/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaPrivilegedAccessResourceRoleDefinitionCount",
"Method": "GET",
- "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleDefinitions/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaPrivilegedAccessResourceRoleDefinitionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleDefinitions/{governanceRoleDefinition-id}/resource",
+ "OutputType": "IMicrosoftGraphGovernanceResource",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphGovernanceResource",
- "Command": "Get-MgBetaPrivilegedAccessResourceRoleDefinitionResource",
"Method": "GET",
- "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleDefinitions/{governanceRoleDefinition-id}/resource",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaPrivilegedAccessResourceRoleDefinitionResource",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleDefinitions/{governanceRoleDefinition-id}/roleSetting",
+ "OutputType": "IMicrosoftGraphGovernanceRoleSetting",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphGovernanceRoleSetting",
- "Command": "Get-MgBetaPrivilegedAccessResourceRoleDefinitionRoleSetting",
"Method": "GET",
- "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleDefinitions/{governanceRoleDefinition-id}/roleSetting",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaPrivilegedAccessResourceRoleDefinitionRoleSetting",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings/{governanceRoleSetting-id}",
+ "OutputType": "IMicrosoftGraphGovernanceRoleSetting",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphGovernanceRoleSetting",
- "Command": "Get-MgBetaPrivilegedAccessResourceRoleSetting",
"Method": "GET",
- "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings/{governanceRoleSetting-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaPrivilegedAccessResourceRoleSetting",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings",
+ "OutputType": "IMicrosoftGraphGovernanceRoleSetting",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphGovernanceRoleSetting",
- "Command": "Get-MgBetaPrivilegedAccessResourceRoleSetting",
"Method": "GET",
- "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaPrivilegedAccessResourceRoleSetting",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaPrivilegedAccessResourceRoleSettingCount",
"Method": "GET",
- "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaPrivilegedAccessResourceRoleSettingCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings/{governanceRoleSetting-id}/resource",
+ "OutputType": "IMicrosoftGraphGovernanceResource",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphGovernanceResource",
- "Command": "Get-MgBetaPrivilegedAccessResourceRoleSettingResource",
"Method": "GET",
- "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings/{governanceRoleSetting-id}/resource",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaPrivilegedAccessResourceRoleSettingResource",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings/{governanceRoleSetting-id}/roleDefinition",
+ "OutputType": "IMicrosoftGraphGovernanceRoleDefinition",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphGovernanceRoleDefinition",
- "Command": "Get-MgBetaPrivilegedAccessResourceRoleSettingRoleDefinition",
"Method": "GET",
- "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings/{governanceRoleSetting-id}/roleDefinition",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaPrivilegedAccessResourceRoleSettingRoleDefinition",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings/{governanceRoleSetting-id}/roleDefinition/resource",
+ "OutputType": "IMicrosoftGraphGovernanceResource",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphGovernanceResource",
- "Command": "Get-MgBetaPrivilegedAccessResourceRoleSettingRoleDefinitionResource",
"Method": "GET",
- "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings/{governanceRoleSetting-id}/roleDefinition/resource",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaPrivilegedAccessResourceRoleSettingRoleDefinitionResource",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings/{governanceRoleSetting-id}/roleDefinition/roleSetting",
+ "OutputType": "IMicrosoftGraphGovernanceRoleSetting",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphGovernanceRoleSetting",
- "Command": "Get-MgBetaPrivilegedAccessResourceRoleSettingRoleDefinitionRoleSetting",
"Method": "GET",
- "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings/{governanceRoleSetting-id}/roleDefinition/roleSetting",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaPrivilegedAccessResourceRoleSettingRoleDefinitionRoleSetting",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/{governanceRoleAssignment-id}",
+ "OutputType": "IMicrosoftGraphGovernanceRoleAssignment",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphGovernanceRoleAssignment",
- "Command": "Get-MgBetaPrivilegedAccessRoleAssignment",
"Method": "GET",
- "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/{governanceRoleAssignment-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaPrivilegedAccessRoleAssignment",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments",
+ "OutputType": "IMicrosoftGraphGovernanceRoleAssignment",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphGovernanceRoleAssignment",
- "Command": "Get-MgBetaPrivilegedAccessRoleAssignment",
"Method": "GET",
- "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaPrivilegedAccessRoleAssignment",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaPrivilegedAccessRoleAssignmentCount",
"Method": "GET",
- "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaPrivilegedAccessRoleAssignmentCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/{governanceRoleAssignment-id}/linkedEligibleRoleAssignment",
+ "OutputType": "IMicrosoftGraphGovernanceRoleAssignment",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphGovernanceRoleAssignment",
- "Command": "Get-MgBetaPrivilegedAccessRoleAssignmentLinkedEligibleRoleAssignment",
"Method": "GET",
- "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/{governanceRoleAssignment-id}/linkedEligibleRoleAssignment",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaPrivilegedAccessRoleAssignmentLinkedEligibleRoleAssignment",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}",
+ "OutputType": "IMicrosoftGraphGovernanceRoleAssignmentRequest",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphGovernanceRoleAssignmentRequest",
- "Command": "Get-MgBetaPrivilegedAccessRoleAssignmentRequest",
"Method": "GET",
- "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaPrivilegedAccessRoleAssignmentRequest",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests",
+ "OutputType": "IMicrosoftGraphGovernanceRoleAssignmentRequest",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphGovernanceRoleAssignmentRequest",
- "Command": "Get-MgBetaPrivilegedAccessRoleAssignmentRequest",
"Method": "GET",
- "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaPrivilegedAccessRoleAssignmentRequest",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaPrivilegedAccessRoleAssignmentRequestCount",
"Method": "GET",
- "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaPrivilegedAccessRoleAssignmentRequestCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/resource",
+ "OutputType": "IMicrosoftGraphGovernanceResource",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphGovernanceResource",
- "Command": "Get-MgBetaPrivilegedAccessRoleAssignmentRequestResource",
"Method": "GET",
- "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/resource",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaPrivilegedAccessRoleAssignmentRequestResource",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/roleDefinition",
+ "OutputType": "IMicrosoftGraphGovernanceRoleDefinition",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphGovernanceRoleDefinition",
- "Command": "Get-MgBetaPrivilegedAccessRoleAssignmentRequestRoleDefinition",
"Method": "GET",
- "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/roleDefinition",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaPrivilegedAccessRoleAssignmentRequestRoleDefinition",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/subject",
+ "OutputType": "IMicrosoftGraphGovernanceSubject",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphGovernanceSubject",
- "Command": "Get-MgBetaPrivilegedAccessRoleAssignmentRequestSubject",
"Method": "GET",
- "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/subject",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaPrivilegedAccessRoleAssignmentRequestSubject",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/{governanceRoleAssignment-id}/resource",
+ "OutputType": "IMicrosoftGraphGovernanceResource",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphGovernanceResource",
- "Command": "Get-MgBetaPrivilegedAccessRoleAssignmentResource",
"Method": "GET",
- "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/{governanceRoleAssignment-id}/resource",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaPrivilegedAccessRoleAssignmentResource",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/{governanceRoleAssignment-id}/roleDefinition",
+ "OutputType": "IMicrosoftGraphGovernanceRoleDefinition",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphGovernanceRoleDefinition",
- "Command": "Get-MgBetaPrivilegedAccessRoleAssignmentRoleDefinition",
"Method": "GET",
- "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/{governanceRoleAssignment-id}/roleDefinition",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaPrivilegedAccessRoleAssignmentRoleDefinition",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/{governanceRoleAssignment-id}/subject",
+ "OutputType": "IMicrosoftGraphGovernanceSubject",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphGovernanceSubject",
- "Command": "Get-MgBetaPrivilegedAccessRoleAssignmentSubject",
"Method": "GET",
- "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/{governanceRoleAssignment-id}/subject",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaPrivilegedAccessRoleAssignmentSubject",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/privilegedAccess/{privilegedAccess-id}/roleDefinitions/{governanceRoleDefinition-id}",
+ "OutputType": "IMicrosoftGraphGovernanceRoleDefinition",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphGovernanceRoleDefinition",
- "Command": "Get-MgBetaPrivilegedAccessRoleDefinition",
"Method": "GET",
- "Uri": "/privilegedAccess/{privilegedAccess-id}/roleDefinitions/{governanceRoleDefinition-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaPrivilegedAccessRoleDefinition",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/privilegedAccess/{privilegedAccess-id}/roleDefinitions",
+ "OutputType": "IMicrosoftGraphGovernanceRoleDefinition",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphGovernanceRoleDefinition",
- "Command": "Get-MgBetaPrivilegedAccessRoleDefinition",
"Method": "GET",
- "Uri": "/privilegedAccess/{privilegedAccess-id}/roleDefinitions",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaPrivilegedAccessRoleDefinition",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/privilegedAccess/{privilegedAccess-id}/roleDefinitions/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaPrivilegedAccessRoleDefinitionCount",
"Method": "GET",
- "Uri": "/privilegedAccess/{privilegedAccess-id}/roleDefinitions/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaPrivilegedAccessRoleDefinitionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/privilegedAccess/{privilegedAccess-id}/roleDefinitions/{governanceRoleDefinition-id}/resource",
+ "OutputType": "IMicrosoftGraphGovernanceResource",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphGovernanceResource",
- "Command": "Get-MgBetaPrivilegedAccessRoleDefinitionResource",
"Method": "GET",
- "Uri": "/privilegedAccess/{privilegedAccess-id}/roleDefinitions/{governanceRoleDefinition-id}/resource",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaPrivilegedAccessRoleDefinitionResource",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/privilegedAccess/{privilegedAccess-id}/roleDefinitions/{governanceRoleDefinition-id}/roleSetting",
+ "OutputType": "IMicrosoftGraphGovernanceRoleSetting",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphGovernanceRoleSetting",
- "Command": "Get-MgBetaPrivilegedAccessRoleDefinitionRoleSetting",
"Method": "GET",
- "Uri": "/privilegedAccess/{privilegedAccess-id}/roleDefinitions/{governanceRoleDefinition-id}/roleSetting",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaPrivilegedAccessRoleDefinitionRoleSetting",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/privilegedAccess/{privilegedAccess-id}/roleSettings/{governanceRoleSetting-id}",
+ "OutputType": "IMicrosoftGraphGovernanceRoleSetting",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphGovernanceRoleSetting",
- "Command": "Get-MgBetaPrivilegedAccessRoleSetting",
"Method": "GET",
- "Uri": "/privilegedAccess/{privilegedAccess-id}/roleSettings/{governanceRoleSetting-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaPrivilegedAccessRoleSetting",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/governancerolesetting-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/privilegedAccess/{privilegedAccess-id}/roleSettings",
+ "OutputType": "IMicrosoftGraphGovernanceRoleSetting",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphGovernanceRoleSetting",
- "Command": "Get-MgBetaPrivilegedAccessRoleSetting",
"Method": "GET",
- "Uri": "/privilegedAccess/{privilegedAccess-id}/roleSettings",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaPrivilegedAccessRoleSetting",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/privilegedAccess/{privilegedAccess-id}/roleSettings/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaPrivilegedAccessRoleSettingCount",
"Method": "GET",
- "Uri": "/privilegedAccess/{privilegedAccess-id}/roleSettings/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaPrivilegedAccessRoleSettingCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/privilegedAccess/{privilegedAccess-id}/roleSettings/{governanceRoleSetting-id}/resource",
+ "OutputType": "IMicrosoftGraphGovernanceResource",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphGovernanceResource",
- "Command": "Get-MgBetaPrivilegedAccessRoleSettingResource",
"Method": "GET",
- "Uri": "/privilegedAccess/{privilegedAccess-id}/roleSettings/{governanceRoleSetting-id}/resource",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaPrivilegedAccessRoleSettingResource",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/privilegedAccess/{privilegedAccess-id}/roleSettings/{governanceRoleSetting-id}/roleDefinition",
+ "OutputType": "IMicrosoftGraphGovernanceRoleDefinition",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphGovernanceRoleDefinition",
- "Command": "Get-MgBetaPrivilegedAccessRoleSettingRoleDefinition",
"Method": "GET",
- "Uri": "/privilegedAccess/{privilegedAccess-id}/roleSettings/{governanceRoleSetting-id}/roleDefinition",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaPrivilegedAccessRoleSettingRoleDefinition",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/privilegedApproval/{privilegedApproval-id}",
+ "OutputType": "IMicrosoftGraphPrivilegedApproval",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphPrivilegedApproval",
- "Command": "Get-MgBetaPrivilegedApproval",
"Method": "GET",
- "Uri": "/privilegedApproval/{privilegedApproval-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaPrivilegedApproval",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/privilegedApproval",
+ "OutputType": "IMicrosoftGraphPrivilegedApproval",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphPrivilegedApproval",
- "Command": "Get-MgBetaPrivilegedApproval",
"Method": "GET",
- "Uri": "/privilegedApproval",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaPrivilegedApproval",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/privilegedApproval/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgBetaPrivilegedApprovalCount",
"Method": "GET",
- "Uri": "/privilegedApproval/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaPrivilegedApprovalCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/privilegedApproval/{privilegedApproval-id}/request",
+ "OutputType": "IMicrosoftGraphPrivilegedRoleAssignmentRequest",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphPrivilegedRoleAssignmentRequest",
- "Command": "Get-MgBetaPrivilegedApprovalRequest",
"Method": "GET",
- "Uri": "/privilegedApproval/{privilegedApproval-id}/request",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaPrivilegedApprovalRequest",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/privilegedApproval/{privilegedApproval-id}/roleInfo",
+ "OutputType": "IMicrosoftGraphPrivilegedRole",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphPrivilegedRole",
- "Command": "Get-MgBetaPrivilegedApprovalRoleInfo",
"Method": "GET",
- "Uri": "/privilegedApproval/{privilegedApproval-id}/roleInfo",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaPrivilegedApprovalRoleInfo",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/privilegedApproval/{privilegedApproval-id}/roleInfo/assignments/{privilegedRoleAssignment-id}",
+ "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment",
- "Command": "Get-MgBetaPrivilegedApprovalRoleInfoAssignment",
"Method": "GET",
- "Uri": "/privilegedApproval/{privilegedApproval-id}/roleInfo/assignments/{privilegedRoleAssignment-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaPrivilegedApprovalRoleInfoAssignment",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/privilegedApproval/{privilegedApproval-id}/roleInfo/assignments",
+ "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment",
- "Command": "Get-MgBetaPrivilegedApprovalRoleInfoAssignment",
"Method": "GET",
- "Uri": "/privilegedApproval/{privilegedApproval-id}/roleInfo/assignments",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaPrivilegedApprovalRoleInfoAssignment",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/privilegedApproval/{privilegedApproval-id}/roleInfo/assignments/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaPrivilegedApprovalRoleInfoAssignmentCount",
"Method": "GET",
- "Uri": "/privilegedApproval/{privilegedApproval-id}/roleInfo/assignments/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaPrivilegedApprovalRoleInfoAssignmentCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/privilegedApproval/{privilegedApproval-id}/roleInfo/settings",
+ "OutputType": "IMicrosoftGraphPrivilegedRoleSettings",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphPrivilegedRoleSettings",
- "Command": "Get-MgBetaPrivilegedApprovalRoleInfoSetting",
"Method": "GET",
- "Uri": "/privilegedApproval/{privilegedApproval-id}/roleInfo/settings",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaPrivilegedApprovalRoleInfoSetting",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/privilegedApproval/{privilegedApproval-id}/roleInfo/summary",
+ "OutputType": "IMicrosoftGraphPrivilegedRoleSummary",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphPrivilegedRoleSummary",
- "Command": "Get-MgBetaPrivilegedApprovalRoleInfoSummary",
"Method": "GET",
- "Uri": "/privilegedApproval/{privilegedApproval-id}/roleInfo/summary",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaPrivilegedApprovalRoleInfoSummary",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/privilegedOperationEvents/{privilegedOperationEvent-id}",
+ "OutputType": "IMicrosoftGraphPrivilegedOperationEvent",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphPrivilegedOperationEvent",
- "Command": "Get-MgBetaPrivilegedOperationEvent",
"Method": "GET",
- "Uri": "/privilegedOperationEvents/{privilegedOperationEvent-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaPrivilegedOperationEvent",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/privilegedOperationEvents",
+ "OutputType": "IMicrosoftGraphPrivilegedOperationEvent",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphPrivilegedOperationEvent",
- "Command": "Get-MgBetaPrivilegedOperationEvent",
"Method": "GET",
- "Uri": "/privilegedOperationEvents",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaPrivilegedOperationEvent",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/privilegedOperationEvents/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgBetaPrivilegedOperationEventCount",
"Method": "GET",
- "Uri": "/privilegedOperationEvents/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaPrivilegedOperationEventCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/privilegedRoles/{privilegedRole-id}",
+ "OutputType": "IMicrosoftGraphPrivilegedRole",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphPrivilegedRole",
- "Command": "Get-MgBetaPrivilegedRole",
"Method": "GET",
- "Uri": "/privilegedRoles/{privilegedRole-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaPrivilegedRole",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/privilegedRoles",
+ "OutputType": "IMicrosoftGraphPrivilegedRole",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphPrivilegedRole",
- "Command": "Get-MgBetaPrivilegedRole",
"Method": "GET",
- "Uri": "/privilegedRoles",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaPrivilegedRole",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/privilegedRoleAssignments/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaPrivilegedRoleAssignmentCount",
"Method": "GET",
- "Uri": "/privilegedRoleAssignments/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaPrivilegedRoleAssignmentCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}",
+ "OutputType": "IMicrosoftGraphPrivilegedRoleAssignmentRequest",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphPrivilegedRoleAssignmentRequest",
- "Command": "Get-MgBetaPrivilegedRoleAssignmentRequest",
"Method": "GET",
- "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaPrivilegedRoleAssignmentRequest",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphPrivilegedRoleAssignmentRequest",
- "Command": "Get-MgBetaPrivilegedRoleAssignmentRequest",
- "Method": "GET",
"Uri": "/privilegedRoleAssignmentRequests",
+ "OutputType": "IMicrosoftGraphPrivilegedRoleAssignmentRequest",
"ApiVersion": "beta",
"Permissions": [
{
@@ -129132,17 +134728,18 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.Governance",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaPrivilegedRoleAssignmentRequestCount",
"Method": "GET",
+ "Command": "Get-MgBetaPrivilegedRoleAssignmentRequest",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Identity.Governance",
"Uri": "/privilegedRoleAssignmentRequests/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -129161,250 +134758,269 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaPrivilegedRoleAssignmentRequestCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo",
+ "OutputType": "IMicrosoftGraphPrivilegedRole",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphPrivilegedRole",
- "Command": "Get-MgBetaPrivilegedRoleAssignmentRequestRoleInfo",
"Method": "GET",
- "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaPrivilegedRoleAssignmentRequestRoleInfo",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo/assignments/{privilegedRoleAssignment-id}",
+ "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment",
- "Command": "Get-MgBetaPrivilegedRoleAssignmentRequestRoleInfoAssignment",
"Method": "GET",
- "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo/assignments/{privilegedRoleAssignment-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaPrivilegedRoleAssignmentRequestRoleInfoAssignment",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo/assignments",
+ "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment",
- "Command": "Get-MgBetaPrivilegedRoleAssignmentRequestRoleInfoAssignment",
"Method": "GET",
- "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo/assignments",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaPrivilegedRoleAssignmentRequestRoleInfoAssignment",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo/assignments/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaPrivilegedRoleAssignmentRequestRoleInfoAssignmentCount",
"Method": "GET",
- "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo/assignments/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaPrivilegedRoleAssignmentRequestRoleInfoAssignmentCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo/settings",
+ "OutputType": "IMicrosoftGraphPrivilegedRoleSettings",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphPrivilegedRoleSettings",
- "Command": "Get-MgBetaPrivilegedRoleAssignmentRequestRoleInfoSetting",
"Method": "GET",
- "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo/settings",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaPrivilegedRoleAssignmentRequestRoleInfoSetting",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo/summary",
+ "OutputType": "IMicrosoftGraphPrivilegedRoleSummary",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphPrivilegedRoleSummary",
- "Command": "Get-MgBetaPrivilegedRoleAssignmentRequestRoleInfoSummary",
"Method": "GET",
- "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo/summary",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaPrivilegedRoleAssignmentRequestRoleInfoSummary",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo",
+ "OutputType": "IMicrosoftGraphPrivilegedRole",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphPrivilegedRole",
- "Command": "Get-MgBetaPrivilegedRoleAssignmentRoleInfo",
"Method": "GET",
- "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaPrivilegedRoleAssignmentRoleInfo",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo/assignments/{privilegedRoleAssignment-id1}",
+ "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment",
- "Command": "Get-MgBetaPrivilegedRoleAssignmentRoleInfoAssignment",
"Method": "GET",
- "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo/assignments/{privilegedRoleAssignment-id1}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaPrivilegedRoleAssignmentRoleInfoAssignment",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo/assignments",
+ "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment",
- "Command": "Get-MgBetaPrivilegedRoleAssignmentRoleInfoAssignment",
"Method": "GET",
- "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo/assignments",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaPrivilegedRoleAssignmentRoleInfoAssignment",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo/assignments/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaPrivilegedRoleAssignmentRoleInfoAssignmentCount",
"Method": "GET",
- "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo/assignments/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaPrivilegedRoleAssignmentRoleInfoAssignmentCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo/settings",
+ "OutputType": "IMicrosoftGraphPrivilegedRoleSettings",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphPrivilegedRoleSettings",
- "Command": "Get-MgBetaPrivilegedRoleAssignmentRoleInfoSetting",
"Method": "GET",
- "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo/settings",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaPrivilegedRoleAssignmentRoleInfoSetting",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo/summary",
+ "OutputType": "IMicrosoftGraphPrivilegedRoleSummary",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphPrivilegedRoleSummary",
- "Command": "Get-MgBetaPrivilegedRoleAssignmentRoleInfoSummary",
"Method": "GET",
- "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo/summary",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaPrivilegedRoleAssignmentRoleInfoSummary",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/privilegedRoles/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgBetaPrivilegedRoleCount",
"Method": "GET",
- "Uri": "/privilegedRoles/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaPrivilegedRoleCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}",
+ "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment",
- "Command": "Get-MgBetaPrivilegedRoleRoleAssignment",
"Method": "GET",
- "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaPrivilegedRoleRoleAssignment",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/privilegedRoleAssignments",
+ "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List",
"List1"
],
- "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment",
- "Command": "Get-MgBetaPrivilegedRoleRoleAssignment",
"Method": "GET",
- "Uri": "/privilegedRoleAssignments",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaPrivilegedRoleRoleAssignment",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/privilegedRoles/{privilegedRole-id}/settings",
+ "OutputType": "IMicrosoftGraphPrivilegedRoleSettings",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphPrivilegedRoleSettings",
- "Command": "Get-MgBetaPrivilegedRoleSetting",
"Method": "GET",
- "Uri": "/privilegedRoles/{privilegedRole-id}/settings",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaPrivilegedRoleSetting",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/privilegedRoles/{privilegedRole-id}/summary",
+ "OutputType": "IMicrosoftGraphPrivilegedRoleSummary",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphPrivilegedRoleSummary",
- "Command": "Get-MgBetaPrivilegedRoleSummary",
"Method": "GET",
- "Uri": "/privilegedRoles/{privilegedRole-id}/summary",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaPrivilegedRoleSummary",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/programs/{program-id}",
+ "OutputType": "IMicrosoftGraphProgram",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphProgram",
- "Command": "Get-MgBetaProgram",
"Method": "GET",
- "Uri": "/programs/{program-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaProgram",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphProgram",
- "Command": "Get-MgBetaProgram",
- "Method": "GET",
"Uri": "/programs",
+ "OutputType": "IMicrosoftGraphProgram",
"ApiVersion": "beta",
"Permissions": [
{
@@ -129423,10 +135039,20 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaProgram",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/program-list?view=graph-rest-1.0"
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/programControls/{programControl-id}",
+ "OutputType": "IMicrosoftGraphProgramControl",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
@@ -129435,24 +135061,14 @@
"GetViaIdentity1",
"GetViaIdentity2"
],
- "OutputType": "IMicrosoftGraphProgramControl",
- "Command": "Get-MgBetaProgramControl",
"Method": "GET",
- "Uri": "/programControls/{programControl-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaProgramControl",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
- "Variants": [
- "List",
- "List1",
- "List2"
- ],
- "OutputType": "IMicrosoftGraphProgramControl",
- "Command": "Get-MgBetaProgramControl",
- "Method": "GET",
"Uri": "/programControls",
+ "OutputType": "IMicrosoftGraphProgramControl",
"ApiVersion": "beta",
"Permissions": [
{
@@ -129471,21 +135087,20 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.Governance",
+ ],
"Variants": [
- "Get",
- "Get1",
- "Get2",
- "GetViaIdentity",
- "GetViaIdentity1"
+ "List",
+ "List1",
+ "List2"
],
- "OutputType": null,
- "Command": "Get-MgBetaProgramControlCount",
"Method": "GET",
+ "Command": "Get-MgBetaProgramControl",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/programcontrol-list?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.Governance",
"Uri": "/programControls/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -129504,45 +135119,52 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "Get1",
+ "Get2",
+ "GetViaIdentity",
+ "GetViaIdentity1"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaProgramControlCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/programControls/{programControl-id}/program",
+ "OutputType": "IMicrosoftGraphProgram",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphProgram",
- "Command": "Get-MgBetaProgramControlProgram",
"Method": "GET",
- "Uri": "/programControls/{programControl-id}/program",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaProgramControlProgram",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/programControlTypes/{programControlType-id}",
+ "OutputType": "IMicrosoftGraphProgramControlType",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphProgramControlType",
- "Command": "Get-MgBetaProgramControlType",
"Method": "GET",
- "Uri": "/programControlTypes/{programControlType-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaProgramControlType",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphProgramControlType",
- "Command": "Get-MgBetaProgramControlType",
- "Method": "GET",
"Uri": "/programControlTypes",
+ "OutputType": "IMicrosoftGraphProgramControlType",
"ApiVersion": "beta",
"Permissions": [
{
@@ -129561,17 +135183,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.Governance",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaProgramControlTypeCount",
"Method": "GET",
+ "Command": "Get-MgBetaProgramControlType",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/programcontroltype-list?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.Governance",
"Uri": "/programControlTypes/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -129590,17 +135213,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.Governance",
+ ],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgBetaProgramCount",
"Method": "GET",
+ "Command": "Get-MgBetaProgramControlTypeCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Identity.Governance",
"Uri": "/programs/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -129619,140 +135243,150 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaProgramCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Reports",
+ "Uri": "/reports/appCredentialSignInActivities/{appCredentialSignInActivity-id}",
+ "OutputType": "IMicrosoftGraphAppCredentialSignInActivity",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAppCredentialSignInActivity",
- "Command": "Get-MgBetaReportAppCredentialSignInActivity",
"Method": "GET",
- "Uri": "/reports/appCredentialSignInActivities/{appCredentialSignInActivity-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaReportAppCredentialSignInActivity",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/appcredentialsigninactivity-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Reports",
+ "Uri": "/reports/appCredentialSignInActivities",
+ "OutputType": "IMicrosoftGraphAppCredentialSignInActivity",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphAppCredentialSignInActivity",
- "Command": "Get-MgBetaReportAppCredentialSignInActivity",
"Method": "GET",
- "Uri": "/reports/appCredentialSignInActivities",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaReportAppCredentialSignInActivity",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-list-appcredentialsigninactivities?view=graph-rest-1.0"
},
{
"Module": "Beta.Reports",
+ "Uri": "/reports/appCredentialSignInActivities/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgBetaReportAppCredentialSignInActivityCount",
"Method": "GET",
- "Uri": "/reports/appCredentialSignInActivities/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaReportAppCredentialSignInActivityCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Reports",
+ "Uri": "/reports/applicationSignInDetailedSummary/{applicationSignInDetailedSummary-id}",
+ "OutputType": "IMicrosoftGraphApplicationSignInDetailedSummary",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphApplicationSignInDetailedSummary",
- "Command": "Get-MgBetaReportApplicationSignInDetailedSummary",
"Method": "GET",
- "Uri": "/reports/applicationSignInDetailedSummary/{applicationSignInDetailedSummary-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaReportApplicationSignInDetailedSummary",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/applicationsignindetailedsummary-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Reports",
+ "Uri": "/reports/applicationSignInDetailedSummary",
+ "OutputType": "IMicrosoftGraphApplicationSignInDetailedSummary",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphApplicationSignInDetailedSummary",
- "Command": "Get-MgBetaReportApplicationSignInDetailedSummary",
"Method": "GET",
- "Uri": "/reports/applicationSignInDetailedSummary",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaReportApplicationSignInDetailedSummary",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-list-applicationsignindetailedsummary?view=graph-rest-1.0"
},
{
"Module": "Beta.Reports",
+ "Uri": "/reports/applicationSignInDetailedSummary/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgBetaReportApplicationSignInDetailedSummaryCount",
"Method": "GET",
- "Uri": "/reports/applicationSignInDetailedSummary/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaReportApplicationSignInDetailedSummaryCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Reports",
+ "Uri": "/reports/getAttackSimulationRepeatOffenders",
+ "OutputType": "IMicrosoftGraphAttackSimulationRepeatOffender",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": "IMicrosoftGraphAttackSimulationRepeatOffender",
- "Command": "Get-MgBetaReportAttackSimulationRepeatOffender",
"Method": "GET",
- "Uri": "/reports/getAttackSimulationRepeatOffenders",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaReportAttackSimulationRepeatOffender",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Reports",
+ "Uri": "/reports/getAttackSimulationTrainingUserCoverage",
+ "OutputType": "IMicrosoftGraphAttackSimulationTrainingUserCoverage",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": "IMicrosoftGraphAttackSimulationTrainingUserCoverage",
- "Command": "Get-MgBetaReportAttackSimulationTrainingUserCoverage",
"Method": "GET",
- "Uri": "/reports/getAttackSimulationTrainingUserCoverage",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaReportAttackSimulationTrainingUserCoverage",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Reports",
+ "Uri": "/reports/getAttackSimulationSimulationUserCoverage",
+ "OutputType": "IMicrosoftGraphAttackSimulationUserCoverage",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": "IMicrosoftGraphAttackSimulationUserCoverage",
- "Command": "Get-MgBetaReportAttackSimulationUserCoverage",
"Method": "GET",
- "Uri": "/reports/getAttackSimulationSimulationUserCoverage",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaReportAttackSimulationUserCoverage",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Reports",
+ "Uri": "/reports/authenticationMethods",
+ "OutputType": "IMicrosoftGraphAuthenticationMethodsRoot",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": "IMicrosoftGraphAuthenticationMethodsRoot",
- "Command": "Get-MgBetaReportAuthenticationMethod",
"Method": "GET",
- "Uri": "/reports/authenticationMethods",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaReportAuthenticationMethod",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Reports",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphUserRegistrationDetails",
- "Command": "Get-MgBetaReportAuthenticationMethodUserRegistrationDetail",
- "Method": "GET",
"Uri": "/reports/authenticationMethods/userRegistrationDetails/{userRegistrationDetails-id}",
+ "OutputType": "IMicrosoftGraphUserRegistrationDetails",
"ApiVersion": "beta",
"Permissions": [
{
@@ -129771,17 +135405,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Reports",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUserRegistrationDetails",
- "Command": "Get-MgBetaReportAuthenticationMethodUserRegistrationDetail",
"Method": "GET",
+ "Command": "Get-MgBetaReportAuthenticationMethodUserRegistrationDetail",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userregistrationdetails-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Reports",
"Uri": "/reports/authenticationMethods/userRegistrationDetails",
+ "OutputType": "IMicrosoftGraphUserRegistrationDetails",
"ApiVersion": "beta",
"Permissions": [
{
@@ -129800,17 +135436,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Reports",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaReportAuthenticationMethodUserRegistrationDetailCount",
"Method": "GET",
+ "Command": "Get-MgBetaReportAuthenticationMethodUserRegistrationDetail",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationmethodsroot-list-userregistrationdetails?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Reports",
"Uri": "/reports/authenticationMethods/userRegistrationDetails/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -129829,2854 +135466,3076 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaReportAuthenticationMethodUserRegistrationDetailCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Reports",
+ "Uri": "/reports/getAzureADApplicationSignInSummary(period='{period}')",
+ "OutputType": "IMicrosoftGraphApplicationSignInSummary",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphApplicationSignInSummary",
- "Command": "Get-MgBetaReportAzureAdApplicationSignInSummary",
"Method": "GET",
- "Uri": "/reports/getAzureADApplicationSignInSummary(period='{period}')",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaReportAzureAdApplicationSignInSummary",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Reports",
+ "Uri": "/reports/getBrowserDistributionUserCounts(period='{period}')",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaReportBrowserDistributionUserCount",
"Method": "GET",
- "Uri": "/reports/getBrowserDistributionUserCounts(period='{period}')",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaReportBrowserDistributionUserCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Reports",
+ "Uri": "/reports/getBrowserUserCounts(period='{period}')",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaReportBrowserUserCount",
"Method": "GET",
- "Uri": "/reports/getBrowserUserCounts(period='{period}')",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaReportBrowserUserCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Reports",
+ "Uri": "/reports/getBrowserUserDetail(period='{period}')",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaReportBrowserUserDetail",
"Method": "GET",
- "Uri": "/reports/getBrowserUserDetail(period='{period}')",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaReportBrowserUserDetail",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Reports",
+ "Uri": "/reports/getCredentialUsageSummary(period='{period}')",
+ "OutputType": "IMicrosoftGraphCredentialUsageSummary",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphCredentialUsageSummary",
- "Command": "Get-MgBetaReportCredentialUsageSummary",
"Method": "GET",
- "Uri": "/reports/getCredentialUsageSummary(period='{period}')",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaReportCredentialUsageSummary",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Reports",
+ "Uri": "/reports/getCredentialUserRegistrationCount",
+ "OutputType": "IMicrosoftGraphCredentialUserRegistrationCount",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": "IMicrosoftGraphCredentialUserRegistrationCount",
- "Command": "Get-MgBetaReportCredentialUserRegistrationCount",
"Method": "GET",
- "Uri": "/reports/getCredentialUserRegistrationCount",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaReportCredentialUserRegistrationCount",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getcredentialuserregistrationcount?view=graph-rest-1.0"
},
{
"Module": "Beta.Reports",
+ "Uri": "/reports/credentialUserRegistrationDetails/{credentialUserRegistrationDetails-id}",
+ "OutputType": "IMicrosoftGraphCredentialUserRegistrationDetails",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphCredentialUserRegistrationDetails",
- "Command": "Get-MgBetaReportCredentialUserRegistrationDetail",
"Method": "GET",
- "Uri": "/reports/credentialUserRegistrationDetails/{credentialUserRegistrationDetails-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaReportCredentialUserRegistrationDetail",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Reports",
+ "Uri": "/reports/credentialUserRegistrationDetails",
+ "OutputType": "IMicrosoftGraphCredentialUserRegistrationDetails",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphCredentialUserRegistrationDetails",
- "Command": "Get-MgBetaReportCredentialUserRegistrationDetail",
"Method": "GET",
- "Uri": "/reports/credentialUserRegistrationDetails",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaReportCredentialUserRegistrationDetail",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-list-credentialuserregistrationdetails?view=graph-rest-1.0"
},
{
"Module": "Beta.Reports",
+ "Uri": "/reports/credentialUserRegistrationDetails/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgBetaReportCredentialUserRegistrationDetailCount",
"Method": "GET",
- "Uri": "/reports/credentialUserRegistrationDetails/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaReportCredentialUserRegistrationDetailCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Reports",
+ "Uri": "/reports/dailyPrintUsage/{printUsage-id}",
+ "OutputType": "IMicrosoftGraphPrintUsage",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphPrintUsage",
- "Command": "Get-MgBetaReportDailyPrintUsage",
"Method": "GET",
- "Uri": "/reports/dailyPrintUsage/{printUsage-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaReportDailyPrintUsage",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Reports",
+ "Uri": "/reports/dailyPrintUsage",
+ "OutputType": "IMicrosoftGraphPrintUsage",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphPrintUsage",
- "Command": "Get-MgBetaReportDailyPrintUsage",
"Method": "GET",
- "Uri": "/reports/dailyPrintUsage",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaReportDailyPrintUsage",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Reports",
+ "Uri": "/reports/dailyPrintUsageByPrinter/{printUsageByPrinter-id}",
+ "OutputType": "IMicrosoftGraphPrintUsageByPrinter",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphPrintUsageByPrinter",
- "Command": "Get-MgBetaReportDailyPrintUsageByPrinter",
"Method": "GET",
- "Uri": "/reports/dailyPrintUsageByPrinter/{printUsageByPrinter-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaReportDailyPrintUsageByPrinter",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printusagebyprinter-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Reports",
+ "Uri": "/reports/dailyPrintUsageByPrinter",
+ "OutputType": "IMicrosoftGraphPrintUsageByPrinter",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphPrintUsageByPrinter",
- "Command": "Get-MgBetaReportDailyPrintUsageByPrinter",
"Method": "GET",
- "Uri": "/reports/dailyPrintUsageByPrinter",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaReportDailyPrintUsageByPrinter",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-list-dailyprintusagebyprinter?view=graph-rest-1.0"
},
{
"Module": "Beta.Reports",
+ "Uri": "/reports/dailyPrintUsageByPrinter/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgBetaReportDailyPrintUsageByPrinterCount",
"Method": "GET",
- "Uri": "/reports/dailyPrintUsageByPrinter/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaReportDailyPrintUsageByPrinterCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Reports",
+ "Uri": "/reports/dailyPrintUsageByUser/{printUsageByUser-id}",
+ "OutputType": "IMicrosoftGraphPrintUsageByUser",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphPrintUsageByUser",
- "Command": "Get-MgBetaReportDailyPrintUsageByUser",
"Method": "GET",
- "Uri": "/reports/dailyPrintUsageByUser/{printUsageByUser-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaReportDailyPrintUsageByUser",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printusagebyuser-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Reports",
+ "Uri": "/reports/dailyPrintUsageByUser",
+ "OutputType": "IMicrosoftGraphPrintUsageByUser",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphPrintUsageByUser",
- "Command": "Get-MgBetaReportDailyPrintUsageByUser",
"Method": "GET",
- "Uri": "/reports/dailyPrintUsageByUser",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaReportDailyPrintUsageByUser",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-list-dailyprintusagebyuser?view=graph-rest-1.0"
},
{
"Module": "Beta.Reports",
+ "Uri": "/reports/dailyPrintUsageByUser/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgBetaReportDailyPrintUsageByUserCount",
"Method": "GET",
- "Uri": "/reports/dailyPrintUsageByUser/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaReportDailyPrintUsageByUserCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Reports",
+ "Uri": "/reports/dailyPrintUsage/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgBetaReportDailyPrintUsageCount",
"Method": "GET",
- "Uri": "/reports/dailyPrintUsage/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaReportDailyPrintUsageCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Reports",
+ "Uri": "/reports/dailyPrintUsageSummariesByPrinter/{printUsageByPrinter-id}",
+ "OutputType": "IMicrosoftGraphPrintUsageByPrinter",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphPrintUsageByPrinter",
- "Command": "Get-MgBetaReportDailyPrintUsageSummaryByPrinter",
"Method": "GET",
- "Uri": "/reports/dailyPrintUsageSummariesByPrinter/{printUsageByPrinter-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaReportDailyPrintUsageSummaryByPrinter",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Reports",
+ "Uri": "/reports/dailyPrintUsageSummariesByPrinter",
+ "OutputType": "IMicrosoftGraphPrintUsageByPrinter",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphPrintUsageByPrinter",
- "Command": "Get-MgBetaReportDailyPrintUsageSummaryByPrinter",
"Method": "GET",
- "Uri": "/reports/dailyPrintUsageSummariesByPrinter",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaReportDailyPrintUsageSummaryByPrinter",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Reports",
+ "Uri": "/reports/dailyPrintUsageSummariesByPrinter/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgBetaReportDailyPrintUsageSummaryByPrinterCount",
"Method": "GET",
- "Uri": "/reports/dailyPrintUsageSummariesByPrinter/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaReportDailyPrintUsageSummaryByPrinterCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Reports",
+ "Uri": "/reports/dailyPrintUsageSummariesByUser/{printUsageByUser-id}",
+ "OutputType": "IMicrosoftGraphPrintUsageByUser",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphPrintUsageByUser",
- "Command": "Get-MgBetaReportDailyPrintUsageSummaryByUser",
"Method": "GET",
- "Uri": "/reports/dailyPrintUsageSummariesByUser/{printUsageByUser-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaReportDailyPrintUsageSummaryByUser",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Reports",
+ "Uri": "/reports/dailyPrintUsageSummariesByUser",
+ "OutputType": "IMicrosoftGraphPrintUsageByUser",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphPrintUsageByUser",
- "Command": "Get-MgBetaReportDailyPrintUsageSummaryByUser",
"Method": "GET",
- "Uri": "/reports/dailyPrintUsageSummariesByUser",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaReportDailyPrintUsageSummaryByUser",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Reports",
+ "Uri": "/reports/dailyPrintUsageSummariesByUser/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgBetaReportDailyPrintUsageSummaryByUserCount",
"Method": "GET",
- "Uri": "/reports/dailyPrintUsageSummariesByUser/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaReportDailyPrintUsageSummaryByUserCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Reports",
+ "Uri": "/reports/deviceConfigurationDeviceActivity",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Device"
],
- "OutputType": null,
- "Command": "Get-MgBetaReportDeviceConfigurationDeviceActivity",
"Method": "GET",
- "Uri": "/reports/deviceConfigurationDeviceActivity",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaReportDeviceConfigurationDeviceActivity",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Reports",
+ "Uri": "/reports/deviceConfigurationUserActivity",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Device"
],
- "OutputType": null,
- "Command": "Get-MgBetaReportDeviceConfigurationUserActivity",
"Method": "GET",
- "Uri": "/reports/deviceConfigurationUserActivity",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaReportDeviceConfigurationUserActivity",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Reports",
+ "Uri": "/reports/getEmailActivityCounts(period='{period}')",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaReportEmailActivityCount",
"Method": "GET",
- "Uri": "/reports/getEmailActivityCounts(period='{period}')",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaReportEmailActivityCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Reports",
+ "Uri": "/reports/getEmailActivityUserCounts(period='{period}')",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaReportEmailActivityUserCount",
"Method": "GET",
- "Uri": "/reports/getEmailActivityUserCounts(period='{period}')",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaReportEmailActivityUserCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Reports",
+ "Uri": "/reports/getEmailActivityUserDetail(date={date})",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": null,
- "Command": "Get-MgBetaReportEmailActivityUserDetail",
"Method": "GET",
- "Uri": "/reports/getEmailActivityUserDetail(date={date})",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaReportEmailActivityUserDetail",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Reports",
+ "Uri": "/reports/getEmailAppUsageAppsUserCounts(period='{period}')",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaReportEmailAppUsageAppUserCount",
"Method": "GET",
- "Uri": "/reports/getEmailAppUsageAppsUserCounts(period='{period}')",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaReportEmailAppUsageAppUserCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Reports",
+ "Uri": "/reports/getEmailAppUsageUserCounts(period='{period}')",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaReportEmailAppUsageUserCount",
"Method": "GET",
- "Uri": "/reports/getEmailAppUsageUserCounts(period='{period}')",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaReportEmailAppUsageUserCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Reports",
+ "Uri": "/reports/getEmailAppUsageUserDetail(date={date})",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": null,
- "Command": "Get-MgBetaReportEmailAppUsageUserDetail",
"Method": "GET",
- "Uri": "/reports/getEmailAppUsageUserDetail(date={date})",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaReportEmailAppUsageUserDetail",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Reports",
+ "Uri": "/reports/getEmailAppUsageVersionsUserCounts(period='{period}')",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaReportEmailAppUsageVersionUserCount",
"Method": "GET",
- "Uri": "/reports/getEmailAppUsageVersionsUserCounts(period='{period}')",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaReportEmailAppUsageVersionUserCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Reports",
+ "Uri": "/reports/getFormsUserActivityCounts(period='{period}')",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaReportFormUserActivityCount",
"Method": "GET",
- "Uri": "/reports/getFormsUserActivityCounts(period='{period}')",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaReportFormUserActivityCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Reports",
+ "Uri": "/reports/getFormsUserActivityUserCounts(period='{period}')",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaReportFormUserActivityUserCount",
"Method": "GET",
- "Uri": "/reports/getFormsUserActivityUserCounts(period='{period}')",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaReportFormUserActivityUserCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Reports",
+ "Uri": "/reports/getFormsUserActivityUserDetail(date={date})",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": null,
- "Command": "Get-MgBetaReportFormUserActivityUserDetail",
"Method": "GET",
- "Uri": "/reports/getFormsUserActivityUserDetail(date={date})",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaReportFormUserActivityUserDetail",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Reports",
+ "Uri": "/reports/getGroupArchivedPrintJobs(groupId='{groupId}',startDateTime={startDateTime},endDateTime={endDateTime})",
+ "OutputType": "IMicrosoftGraphArchivedPrintJob",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphArchivedPrintJob",
- "Command": "Get-MgBetaReportGroupArchivedPrintJob",
"Method": "GET",
- "Uri": "/reports/getGroupArchivedPrintJobs(groupId='{groupId}',startDateTime={startDateTime},endDateTime={endDateTime})",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaReportGroupArchivedPrintJob",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Reports",
+ "Uri": "/reports/getM365AppPlatformUserCounts(period='{period}')",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaReportM365AppPlatformUserCount",
"Method": "GET",
- "Uri": "/reports/getM365AppPlatformUserCounts(period='{period}')",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaReportM365AppPlatformUserCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Reports",
+ "Uri": "/reports/getM365AppUserCounts(period='{period}')",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaReportM365AppUserCount",
"Method": "GET",
- "Uri": "/reports/getM365AppUserCounts(period='{period}')",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaReportM365AppUserCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Reports",
+ "Uri": "/reports/getM365AppUserDetail(date={date})",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": null,
- "Command": "Get-MgBetaReportM365AppUserDetail",
"Method": "GET",
- "Uri": "/reports/getM365AppUserDetail(date={date})",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaReportM365AppUserDetail",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Reports",
- "Variants": [
- "Get",
+ "Uri": "/reports/getMailboxUsageDetail(period='{period}')",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
+ "Variants": [
+ "Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaReportMailboxUsageDetail",
"Method": "GET",
- "Uri": "/reports/getMailboxUsageDetail(period='{period}')",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaReportMailboxUsageDetail",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Reports",
+ "Uri": "/reports/getMailboxUsageMailboxCounts(period='{period}')",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaReportMailboxUsageMailboxCount",
"Method": "GET",
- "Uri": "/reports/getMailboxUsageMailboxCounts(period='{period}')",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaReportMailboxUsageMailboxCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Reports",
+ "Uri": "/reports/getMailboxUsageQuotaStatusMailboxCounts(period='{period}')",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaReportMailboxUsageQuotaStatusMailboxCount",
"Method": "GET",
- "Uri": "/reports/getMailboxUsageQuotaStatusMailboxCounts(period='{period}')",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaReportMailboxUsageQuotaStatusMailboxCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Reports",
+ "Uri": "/reports/getMailboxUsageStorage(period='{period}')",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaReportMailboxUsageStorage",
"Method": "GET",
- "Uri": "/reports/getMailboxUsageStorage(period='{period}')",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaReportMailboxUsageStorage",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Reports",
+ "Uri": "/reports/managedDeviceEnrollmentAbandonmentDetails(skip={skip},top={top},filter='{filter}',skipToken='{skipToken}')",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Detail",
"DetailViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaReportManagedDeviceEnrollmentAbandonmentDetail",
"Method": "GET",
- "Uri": "/reports/managedDeviceEnrollmentAbandonmentDetails(skip={skip},top={top},filter='{filter}',skipToken='{skipToken}')",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaReportManagedDeviceEnrollmentAbandonmentDetail",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Reports",
+ "Uri": "/reports/managedDeviceEnrollmentAbandonmentSummary(skip={skip},top={top},filter='{filter}',skipToken='{skipToken}')",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Managed",
"ManagedViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaReportManagedDeviceEnrollmentAbandonmentSummary",
"Method": "GET",
- "Uri": "/reports/managedDeviceEnrollmentAbandonmentSummary(skip={skip},top={top},filter='{filter}',skipToken='{skipToken}')",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaReportManagedDeviceEnrollmentAbandonmentSummary",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Reports",
+ "Uri": "/reports/managedDeviceEnrollmentFailureDetails",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Detail",
"Detail1",
"DetailViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaReportManagedDeviceEnrollmentFailureDetail",
"Method": "GET",
- "Uri": "/reports/managedDeviceEnrollmentFailureDetails",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaReportManagedDeviceEnrollmentFailureDetail",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Reports",
+ "Uri": "/reports/managedDeviceEnrollmentFailureTrends",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Managed"
],
- "OutputType": null,
- "Command": "Get-MgBetaReportManagedDeviceEnrollmentFailureTrend",
"Method": "GET",
- "Uri": "/reports/managedDeviceEnrollmentFailureTrends",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaReportManagedDeviceEnrollmentFailureTrend",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Reports",
+ "Uri": "/reports/managedDeviceEnrollmentTopFailures",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Top",
"Top1",
"TopViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaReportManagedDeviceEnrollmentTopFailure",
"Method": "GET",
- "Uri": "/reports/managedDeviceEnrollmentTopFailures",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaReportManagedDeviceEnrollmentTopFailure",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Reports",
+ "Uri": "/reports/monthlyPrintUsageByPrinter/{printUsageByPrinter-id}",
+ "OutputType": "IMicrosoftGraphPrintUsageByPrinter",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphPrintUsageByPrinter",
- "Command": "Get-MgBetaReportMonthlyPrintUsageByPrinter",
"Method": "GET",
- "Uri": "/reports/monthlyPrintUsageByPrinter/{printUsageByPrinter-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaReportMonthlyPrintUsageByPrinter",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Reports",
+ "Uri": "/reports/monthlyPrintUsageByPrinter",
+ "OutputType": "IMicrosoftGraphPrintUsageByPrinter",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphPrintUsageByPrinter",
- "Command": "Get-MgBetaReportMonthlyPrintUsageByPrinter",
"Method": "GET",
- "Uri": "/reports/monthlyPrintUsageByPrinter",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaReportMonthlyPrintUsageByPrinter",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-list-monthlyprintusagebyprinter?view=graph-rest-1.0"
},
{
"Module": "Beta.Reports",
+ "Uri": "/reports/monthlyPrintUsageByPrinter/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgBetaReportMonthlyPrintUsageByPrinterCount",
"Method": "GET",
- "Uri": "/reports/monthlyPrintUsageByPrinter/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaReportMonthlyPrintUsageByPrinterCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Reports",
+ "Uri": "/reports/monthlyPrintUsageByUser/{printUsageByUser-id}",
+ "OutputType": "IMicrosoftGraphPrintUsageByUser",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphPrintUsageByUser",
- "Command": "Get-MgBetaReportMonthlyPrintUsageByUser",
"Method": "GET",
- "Uri": "/reports/monthlyPrintUsageByUser/{printUsageByUser-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaReportMonthlyPrintUsageByUser",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Reports",
+ "Uri": "/reports/monthlyPrintUsageByUser",
+ "OutputType": "IMicrosoftGraphPrintUsageByUser",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphPrintUsageByUser",
- "Command": "Get-MgBetaReportMonthlyPrintUsageByUser",
"Method": "GET",
- "Uri": "/reports/monthlyPrintUsageByUser",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaReportMonthlyPrintUsageByUser",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-list-monthlyprintusagebyuser?view=graph-rest-1.0"
},
{
"Module": "Beta.Reports",
+ "Uri": "/reports/monthlyPrintUsageByUser/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgBetaReportMonthlyPrintUsageByUserCount",
"Method": "GET",
- "Uri": "/reports/monthlyPrintUsageByUser/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaReportMonthlyPrintUsageByUserCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Reports",
+ "Uri": "/reports/monthlyPrintUsageSummariesByPrinter/{printUsageByPrinter-id}",
+ "OutputType": "IMicrosoftGraphPrintUsageByPrinter",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphPrintUsageByPrinter",
- "Command": "Get-MgBetaReportMonthlyPrintUsageSummaryByPrinter",
"Method": "GET",
- "Uri": "/reports/monthlyPrintUsageSummariesByPrinter/{printUsageByPrinter-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaReportMonthlyPrintUsageSummaryByPrinter",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Reports",
+ "Uri": "/reports/monthlyPrintUsageSummariesByPrinter",
+ "OutputType": "IMicrosoftGraphPrintUsageByPrinter",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphPrintUsageByPrinter",
- "Command": "Get-MgBetaReportMonthlyPrintUsageSummaryByPrinter",
"Method": "GET",
- "Uri": "/reports/monthlyPrintUsageSummariesByPrinter",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaReportMonthlyPrintUsageSummaryByPrinter",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Reports",
+ "Uri": "/reports/monthlyPrintUsageSummariesByPrinter/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgBetaReportMonthlyPrintUsageSummaryByPrinterCount",
"Method": "GET",
- "Uri": "/reports/monthlyPrintUsageSummariesByPrinter/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaReportMonthlyPrintUsageSummaryByPrinterCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Reports",
+ "Uri": "/reports/monthlyPrintUsageSummariesByUser/{printUsageByUser-id}",
+ "OutputType": "IMicrosoftGraphPrintUsageByUser",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphPrintUsageByUser",
- "Command": "Get-MgBetaReportMonthlyPrintUsageSummaryByUser",
"Method": "GET",
- "Uri": "/reports/monthlyPrintUsageSummariesByUser/{printUsageByUser-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaReportMonthlyPrintUsageSummaryByUser",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Reports",
+ "Uri": "/reports/monthlyPrintUsageSummariesByUser",
+ "OutputType": "IMicrosoftGraphPrintUsageByUser",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphPrintUsageByUser",
- "Command": "Get-MgBetaReportMonthlyPrintUsageSummaryByUser",
"Method": "GET",
- "Uri": "/reports/monthlyPrintUsageSummariesByUser",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaReportMonthlyPrintUsageSummaryByUser",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Reports",
+ "Uri": "/reports/monthlyPrintUsageSummariesByUser/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgBetaReportMonthlyPrintUsageSummaryByUserCount",
"Method": "GET",
- "Uri": "/reports/monthlyPrintUsageSummariesByUser/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaReportMonthlyPrintUsageSummaryByUserCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Reports",
+ "Uri": "/reports/getOffice365ActivationCounts",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgBetaReportOffice365ActivationCount",
"Method": "GET",
- "Uri": "/reports/getOffice365ActivationCounts",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaReportOffice365ActivationCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Reports",
+ "Uri": "/reports/getOffice365ActivationsUserCounts",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgBetaReportOffice365ActivationUserCount",
"Method": "GET",
- "Uri": "/reports/getOffice365ActivationsUserCounts",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaReportOffice365ActivationUserCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Reports",
+ "Uri": "/reports/getOffice365ActivationsUserDetail",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgBetaReportOffice365ActivationUserDetail",
"Method": "GET",
- "Uri": "/reports/getOffice365ActivationsUserDetail",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaReportOffice365ActivationUserDetail",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Reports",
+ "Uri": "/reports/getOffice365ActiveUserCounts(period='{period}')",
+ "OutputType": "IMicrosoftGraphOffice365ActiveUserCounts",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphOffice365ActiveUserCounts",
- "Command": "Get-MgBetaReportOffice365ActiveUserCount",
"Method": "GET",
- "Uri": "/reports/getOffice365ActiveUserCounts(period='{period}')",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaReportOffice365ActiveUserCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Reports",
+ "Uri": "/reports/getOffice365ActiveUserDetail(date={date})",
+ "OutputType": "IMicrosoftGraphOffice365ActiveUserDetail",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphOffice365ActiveUserDetail",
- "Command": "Get-MgBetaReportOffice365ActiveUserDetail",
"Method": "GET",
- "Uri": "/reports/getOffice365ActiveUserDetail(date={date})",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaReportOffice365ActiveUserDetail",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Reports",
+ "Uri": "/reports/getOffice365GroupsActivityCounts(period='{period}')",
+ "OutputType": "IMicrosoftGraphOffice365GroupsActivityCounts",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphOffice365GroupsActivityCounts",
- "Command": "Get-MgBetaReportOffice365GroupActivityCount",
"Method": "GET",
- "Uri": "/reports/getOffice365GroupsActivityCounts(period='{period}')",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaReportOffice365GroupActivityCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Reports",
+ "Uri": "/reports/getOffice365GroupsActivityDetail(date={date})",
+ "OutputType": "IMicrosoftGraphOffice365GroupsActivityDetail",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphOffice365GroupsActivityDetail",
- "Command": "Get-MgBetaReportOffice365GroupActivityDetail",
"Method": "GET",
- "Uri": "/reports/getOffice365GroupsActivityDetail(date={date})",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaReportOffice365GroupActivityDetail",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Reports",
+ "Uri": "/reports/getOffice365GroupsActivityFileCounts(period='{period}')",
+ "OutputType": "IMicrosoftGraphOffice365GroupsActivityFileCounts",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphOffice365GroupsActivityFileCounts",
- "Command": "Get-MgBetaReportOffice365GroupActivityFileCount",
"Method": "GET",
- "Uri": "/reports/getOffice365GroupsActivityFileCounts(period='{period}')",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaReportOffice365GroupActivityFileCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Reports",
+ "Uri": "/reports/getOffice365GroupsActivityGroupCounts(period='{period}')",
+ "OutputType": "IMicrosoftGraphOffice365GroupsActivityGroupCounts",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphOffice365GroupsActivityGroupCounts",
- "Command": "Get-MgBetaReportOffice365GroupActivityGroupCount",
"Method": "GET",
- "Uri": "/reports/getOffice365GroupsActivityGroupCounts(period='{period}')",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaReportOffice365GroupActivityGroupCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Reports",
+ "Uri": "/reports/getOffice365GroupsActivityStorage(period='{period}')",
+ "OutputType": "IMicrosoftGraphOffice365GroupsActivityStorage",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphOffice365GroupsActivityStorage",
- "Command": "Get-MgBetaReportOffice365GroupActivityStorage",
"Method": "GET",
- "Uri": "/reports/getOffice365GroupsActivityStorage(period='{period}')",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaReportOffice365GroupActivityStorage",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Reports",
+ "Uri": "/reports/getOffice365ServicesUserCounts(period='{period}')",
+ "OutputType": "IMicrosoftGraphOffice365ServicesUserCounts",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphOffice365ServicesUserCounts",
- "Command": "Get-MgBetaReportOffice365ServiceUserCount",
"Method": "GET",
- "Uri": "/reports/getOffice365ServicesUserCounts(period='{period}')",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaReportOffice365ServiceUserCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Reports",
+ "Uri": "/reports/getOneDriveActivityFileCounts(period='{period}')",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaReportOneDriveActivityFileCount",
"Method": "GET",
- "Uri": "/reports/getOneDriveActivityFileCounts(period='{period}')",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaReportOneDriveActivityFileCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Reports",
+ "Uri": "/reports/getOneDriveActivityUserCounts(period='{period}')",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaReportOneDriveActivityUserCount",
"Method": "GET",
- "Uri": "/reports/getOneDriveActivityUserCounts(period='{period}')",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaReportOneDriveActivityUserCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Reports",
+ "Uri": "/reports/getOneDriveActivityUserDetail(date={date})",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": null,
- "Command": "Get-MgBetaReportOneDriveActivityUserDetail",
"Method": "GET",
- "Uri": "/reports/getOneDriveActivityUserDetail(date={date})",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaReportOneDriveActivityUserDetail",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Reports",
+ "Uri": "/reports/getOneDriveUsageAccountCounts(period='{period}')",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaReportOneDriveUsageAccountCount",
"Method": "GET",
- "Uri": "/reports/getOneDriveUsageAccountCounts(period='{period}')",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaReportOneDriveUsageAccountCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Reports",
+ "Uri": "/reports/getOneDriveUsageAccountDetail(date={date})",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": null,
- "Command": "Get-MgBetaReportOneDriveUsageAccountDetail",
"Method": "GET",
- "Uri": "/reports/getOneDriveUsageAccountDetail(date={date})",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaReportOneDriveUsageAccountDetail",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Reports",
+ "Uri": "/reports/getOneDriveUsageFileCounts(period='{period}')",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaReportOneDriveUsageFileCount",
"Method": "GET",
- "Uri": "/reports/getOneDriveUsageFileCounts(period='{period}')",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaReportOneDriveUsageFileCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Reports",
+ "Uri": "/reports/getOneDriveUsageStorage(period='{period}')",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaReportOneDriveUsageStorage",
"Method": "GET",
- "Uri": "/reports/getOneDriveUsageStorage(period='{period}')",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaReportOneDriveUsageStorage",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Reports",
+ "Uri": "/reports/partners",
+ "OutputType": "IMicrosoftGraphPartners",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": "IMicrosoftGraphPartners",
- "Command": "Get-MgBetaReportPartner",
"Method": "GET",
- "Uri": "/reports/partners",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaReportPartner",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Reports",
+ "Uri": "/reports/partners/billing",
+ "OutputType": "IMicrosoftGraphPartnersBilling",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": "IMicrosoftGraphPartnersBilling",
- "Command": "Get-MgBetaReportPartnerBilling",
"Method": "GET",
- "Uri": "/reports/partners/billing",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaReportPartnerBilling",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Reports",
+ "Uri": "/reports/partners/billing/manifests/{manifest-id}",
+ "OutputType": "IMicrosoftGraphPartnersBillingManifest",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphPartnersBillingManifest",
- "Command": "Get-MgBetaReportPartnerBillingManifest",
"Method": "GET",
- "Uri": "/reports/partners/billing/manifests/{manifest-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaReportPartnerBillingManifest",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/partners-billing-manifest-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Reports",
+ "Uri": "/reports/partners/billing/manifests",
+ "OutputType": "IMicrosoftGraphPartnersBillingManifest",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphPartnersBillingManifest",
- "Command": "Get-MgBetaReportPartnerBillingManifest",
"Method": "GET",
- "Uri": "/reports/partners/billing/manifests",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaReportPartnerBillingManifest",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Reports",
+ "Uri": "/reports/partners/billing/manifests/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgBetaReportPartnerBillingManifestCount",
"Method": "GET",
- "Uri": "/reports/partners/billing/manifests/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaReportPartnerBillingManifestCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Reports",
+ "Uri": "/reports/partners/billing/operations/{operation-id}",
+ "OutputType": "IMicrosoftGraphPartnersBillingOperation",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphPartnersBillingOperation",
- "Command": "Get-MgBetaReportPartnerBillingOperation",
"Method": "GET",
- "Uri": "/reports/partners/billing/operations/{operation-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaReportPartnerBillingOperation",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/partners-billing-operation-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Reports",
+ "Uri": "/reports/partners/billing/operations",
+ "OutputType": "IMicrosoftGraphPartnersBillingOperation",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphPartnersBillingOperation",
- "Command": "Get-MgBetaReportPartnerBillingOperation",
"Method": "GET",
- "Uri": "/reports/partners/billing/operations",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaReportPartnerBillingOperation",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Reports",
+ "Uri": "/reports/partners/billing/operations/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgBetaReportPartnerBillingOperationCount",
"Method": "GET",
- "Uri": "/reports/partners/billing/operations/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaReportPartnerBillingOperationCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Reports",
+ "Uri": "/reports/partners/billing/reconciliation",
+ "OutputType": "IMicrosoftGraphPartnersBillingReconciliation",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": "IMicrosoftGraphPartnersBillingReconciliation",
- "Command": "Get-MgBetaReportPartnerBillingReconciliation",
"Method": "GET",
- "Uri": "/reports/partners/billing/reconciliation",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaReportPartnerBillingReconciliation",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Reports",
+ "Uri": "/reports/partners/billing/reconciliation/billed",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgBetaReportPartnerBillingReconciliationBilled",
"Method": "GET",
- "Uri": "/reports/partners/billing/reconciliation/billed",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaReportPartnerBillingReconciliationBilled",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Reports",
+ "Uri": "/reports/partners/billing/usage",
+ "OutputType": "IMicrosoftGraphPartnersBillingAzureUsage",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": "IMicrosoftGraphPartnersBillingAzureUsage",
- "Command": "Get-MgBetaReportPartnerBillingUsage",
"Method": "GET",
- "Uri": "/reports/partners/billing/usage",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaReportPartnerBillingUsage",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Reports",
+ "Uri": "/reports/partners/billing/usage/billed",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgBetaReportPartnerBillingUsageBilled",
"Method": "GET",
- "Uri": "/reports/partners/billing/usage/billed",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaReportPartnerBillingUsageBilled",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Reports",
+ "Uri": "/reports/partners/billing/usage/unbilled",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgBetaReportPartnerBillingUsageUnbilled",
"Method": "GET",
- "Uri": "/reports/partners/billing/usage/unbilled",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaReportPartnerBillingUsageUnbilled",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Reports",
+ "Uri": "/reports/getPrinterArchivedPrintJobs(printerId='{printerId}',startDateTime={startDateTime},endDateTime={endDateTime})",
+ "OutputType": "IMicrosoftGraphArchivedPrintJob",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphArchivedPrintJob",
- "Command": "Get-MgBetaReportPrinterArchivedPrintJob",
"Method": "GET",
- "Uri": "/reports/getPrinterArchivedPrintJobs(printerId='{printerId}',startDateTime={startDateTime},endDateTime={endDateTime})",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaReportPrinterArchivedPrintJob",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Reports",
+ "Uri": "/reports/getRelyingPartyDetailedSummary(period='{period}')",
+ "OutputType": "IMicrosoftGraphRelyingPartyDetailedSummary",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphRelyingPartyDetailedSummary",
- "Command": "Get-MgBetaReportRelyingPartyDetailedSummary",
"Method": "GET",
- "Uri": "/reports/getRelyingPartyDetailedSummary(period='{period}')",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaReportRelyingPartyDetailedSummary",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Reports",
+ "Uri": "/reports/security",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgBetaReportSecurity",
"Method": "GET",
- "Uri": "/reports/security",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaReportSecurity",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Reports",
+ "Uri": "/reports/security/getAttackSimulationRepeatOffenders",
+ "OutputType": "IMicrosoftGraphAttackSimulationRepeatOffender",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": "IMicrosoftGraphAttackSimulationRepeatOffender",
- "Command": "Get-MgBetaReportSecurityAttackSimulationRepeatOffender",
"Method": "GET",
- "Uri": "/reports/security/getAttackSimulationRepeatOffenders",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaReportSecurityAttackSimulationRepeatOffender",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Reports",
+ "Uri": "/reports/security/getAttackSimulationTrainingUserCoverage",
+ "OutputType": "IMicrosoftGraphAttackSimulationTrainingUserCoverage",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": "IMicrosoftGraphAttackSimulationTrainingUserCoverage",
- "Command": "Get-MgBetaReportSecurityAttackSimulationTrainingUserCoverage",
"Method": "GET",
- "Uri": "/reports/security/getAttackSimulationTrainingUserCoverage",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaReportSecurityAttackSimulationTrainingUserCoverage",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Reports",
+ "Uri": "/reports/security/getAttackSimulationSimulationUserCoverage",
+ "OutputType": "IMicrosoftGraphAttackSimulationUserCoverage",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": "IMicrosoftGraphAttackSimulationUserCoverage",
- "Command": "Get-MgBetaReportSecurityAttackSimulationUserCoverage",
"Method": "GET",
- "Uri": "/reports/security/getAttackSimulationSimulationUserCoverage",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaReportSecurityAttackSimulationUserCoverage",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Reports",
+ "Uri": "/reports/serviceActivity",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgBetaReportServiceActivity",
"Method": "GET",
- "Uri": "/reports/serviceActivity",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaReportServiceActivity",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Reports",
+ "Uri": "/reports/serviceActivity/getMetricsForConditionalAccessCompliantDevicesSignInSuccess(inclusiveIntervalStartDateTime={inclusiveIntervalStartDateTime},exclusiveIntervalEndDateTime={exclusiveIntervalEndDateTime},aggregationIntervalInMinutes=@aggregationIntervalInMinutes)",
+ "OutputType": "IMicrosoftGraphServiceActivityValueMetric",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphServiceActivityValueMetric",
- "Command": "Get-MgBetaReportServiceActivityMetricForConditionalAccessCompliantDeviceSignInSuccess",
"Method": "GET",
- "Uri": "/reports/serviceActivity/getMetricsForConditionalAccessCompliantDevicesSignInSuccess(inclusiveIntervalStartDateTime={inclusiveIntervalStartDateTime},exclusiveIntervalEndDateTime={exclusiveIntervalEndDateTime},aggregationIntervalInMinutes=@aggregationIntervalInMinutes)",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaReportServiceActivityMetricForConditionalAccessCompliantDeviceSignInSuccess",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Reports",
+ "Uri": "/reports/serviceActivity/getMetricsForConditionalAccessManagedDevicesSignInSuccess(inclusiveIntervalStartDateTime={inclusiveIntervalStartDateTime},exclusiveIntervalEndDateTime={exclusiveIntervalEndDateTime},aggregationIntervalInMinutes=@aggregationIntervalInMinutes)",
+ "OutputType": "IMicrosoftGraphServiceActivityValueMetric",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphServiceActivityValueMetric",
- "Command": "Get-MgBetaReportServiceActivityMetricForConditionalAccessManagedDeviceSignInSuccess",
"Method": "GET",
- "Uri": "/reports/serviceActivity/getMetricsForConditionalAccessManagedDevicesSignInSuccess(inclusiveIntervalStartDateTime={inclusiveIntervalStartDateTime},exclusiveIntervalEndDateTime={exclusiveIntervalEndDateTime},aggregationIntervalInMinutes=@aggregationIntervalInMinutes)",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaReportServiceActivityMetricForConditionalAccessManagedDeviceSignInSuccess",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Reports",
+ "Uri": "/reports/serviceActivity/getMetricsForMfaSignInFailure(inclusiveIntervalStartDateTime={inclusiveIntervalStartDateTime},exclusiveIntervalEndDateTime={exclusiveIntervalEndDateTime},aggregationIntervalInMinutes=@aggregationIntervalInMinutes)",
+ "OutputType": "IMicrosoftGraphServiceActivityValueMetric",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphServiceActivityValueMetric",
- "Command": "Get-MgBetaReportServiceActivityMetricForMfaSignInFailure",
"Method": "GET",
- "Uri": "/reports/serviceActivity/getMetricsForMfaSignInFailure(inclusiveIntervalStartDateTime={inclusiveIntervalStartDateTime},exclusiveIntervalEndDateTime={exclusiveIntervalEndDateTime},aggregationIntervalInMinutes=@aggregationIntervalInMinutes)",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaReportServiceActivityMetricForMfaSignInFailure",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Reports",
+ "Uri": "/reports/serviceActivity/getMetricsForMfaSignInSuccess(inclusiveIntervalStartDateTime={inclusiveIntervalStartDateTime},exclusiveIntervalEndDateTime={exclusiveIntervalEndDateTime},aggregationIntervalInMinutes=@aggregationIntervalInMinutes)",
+ "OutputType": "IMicrosoftGraphServiceActivityValueMetric",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphServiceActivityValueMetric",
- "Command": "Get-MgBetaReportServiceActivityMetricForMfaSignInSuccess",
"Method": "GET",
- "Uri": "/reports/serviceActivity/getMetricsForMfaSignInSuccess(inclusiveIntervalStartDateTime={inclusiveIntervalStartDateTime},exclusiveIntervalEndDateTime={exclusiveIntervalEndDateTime},aggregationIntervalInMinutes=@aggregationIntervalInMinutes)",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaReportServiceActivityMetricForMfaSignInSuccess",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Reports",
+ "Uri": "/reports/serviceActivity/getMetricsForSamlSignInSuccess(inclusiveIntervalStartDateTime={inclusiveIntervalStartDateTime},exclusiveIntervalEndDateTime={exclusiveIntervalEndDateTime},aggregationIntervalInMinutes=@aggregationIntervalInMinutes)",
+ "OutputType": "IMicrosoftGraphServiceActivityValueMetric",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphServiceActivityValueMetric",
- "Command": "Get-MgBetaReportServiceActivityMetricForSamlSignInSuccess",
"Method": "GET",
- "Uri": "/reports/serviceActivity/getMetricsForSamlSignInSuccess(inclusiveIntervalStartDateTime={inclusiveIntervalStartDateTime},exclusiveIntervalEndDateTime={exclusiveIntervalEndDateTime},aggregationIntervalInMinutes=@aggregationIntervalInMinutes)",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaReportServiceActivityMetricForSamlSignInSuccess",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Reports",
+ "Uri": "/reports/servicePrincipalSignInActivities/{servicePrincipalSignInActivity-id}",
+ "OutputType": "IMicrosoftGraphServicePrincipalSignInActivity",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphServicePrincipalSignInActivity",
- "Command": "Get-MgBetaReportServicePrincipalSignInActivity",
"Method": "GET",
- "Uri": "/reports/servicePrincipalSignInActivities/{servicePrincipalSignInActivity-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaReportServicePrincipalSignInActivity",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipalsigninactivity-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Reports",
+ "Uri": "/reports/servicePrincipalSignInActivities",
+ "OutputType": "IMicrosoftGraphServicePrincipalSignInActivity",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphServicePrincipalSignInActivity",
- "Command": "Get-MgBetaReportServicePrincipalSignInActivity",
"Method": "GET",
- "Uri": "/reports/servicePrincipalSignInActivities",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaReportServicePrincipalSignInActivity",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-list-serviceprincipalsigninactivities?view=graph-rest-1.0"
},
{
"Module": "Beta.Reports",
+ "Uri": "/reports/servicePrincipalSignInActivities/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgBetaReportServicePrincipalSignInActivityCount",
"Method": "GET",
- "Uri": "/reports/servicePrincipalSignInActivities/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaReportServicePrincipalSignInActivityCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Reports",
+ "Uri": "/reports/getSharePointActivityFileCounts(period='{period}')",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaReportSharePointActivityFileCount",
"Method": "GET",
- "Uri": "/reports/getSharePointActivityFileCounts(period='{period}')",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaReportSharePointActivityFileCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Reports",
+ "Uri": "/reports/getSharePointActivityPages(period='{period}')",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaReportSharePointActivityPage",
"Method": "GET",
- "Uri": "/reports/getSharePointActivityPages(period='{period}')",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaReportSharePointActivityPage",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Reports",
+ "Uri": "/reports/getSharePointActivityUserCounts(period='{period}')",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaReportSharePointActivityUserCount",
"Method": "GET",
- "Uri": "/reports/getSharePointActivityUserCounts(period='{period}')",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaReportSharePointActivityUserCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Reports",
+ "Uri": "/reports/getSharePointActivityUserDetail(date={date})",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": null,
- "Command": "Get-MgBetaReportSharePointActivityUserDetail",
"Method": "GET",
- "Uri": "/reports/getSharePointActivityUserDetail(date={date})",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaReportSharePointActivityUserDetail",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Reports",
+ "Uri": "/reports/getSharePointSiteUsageDetail(date={date})",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": null,
- "Command": "Get-MgBetaReportSharePointSiteUsageDetail",
"Method": "GET",
- "Uri": "/reports/getSharePointSiteUsageDetail(date={date})",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaReportSharePointSiteUsageDetail",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Reports",
+ "Uri": "/reports/getSharePointSiteUsageFileCounts(period='{period}')",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaReportSharePointSiteUsageFileCount",
"Method": "GET",
- "Uri": "/reports/getSharePointSiteUsageFileCounts(period='{period}')",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaReportSharePointSiteUsageFileCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Reports",
+ "Uri": "/reports/getSharePointSiteUsagePages(period='{period}')",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaReportSharePointSiteUsagePage",
"Method": "GET",
- "Uri": "/reports/getSharePointSiteUsagePages(period='{period}')",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaReportSharePointSiteUsagePage",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Reports",
+ "Uri": "/reports/getSharePointSiteUsageSiteCounts(period='{period}')",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaReportSharePointSiteUsageSiteCount",
"Method": "GET",
- "Uri": "/reports/getSharePointSiteUsageSiteCounts(period='{period}')",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaReportSharePointSiteUsageSiteCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Reports",
+ "Uri": "/reports/getSharePointSiteUsageStorage(period='{period}')",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaReportSharePointSiteUsageStorage",
"Method": "GET",
- "Uri": "/reports/getSharePointSiteUsageStorage(period='{period}')",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaReportSharePointSiteUsageStorage",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Reports",
+ "Uri": "/reports/getSkypeForBusinessActivityCounts(period='{period}')",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaReportSkypeForBusinessActivityCount",
"Method": "GET",
- "Uri": "/reports/getSkypeForBusinessActivityCounts(period='{period}')",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaReportSkypeForBusinessActivityCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Reports",
+ "Uri": "/reports/getSkypeForBusinessActivityUserCounts(period='{period}')",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaReportSkypeForBusinessActivityUserCount",
"Method": "GET",
- "Uri": "/reports/getSkypeForBusinessActivityUserCounts(period='{period}')",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaReportSkypeForBusinessActivityUserCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Reports",
+ "Uri": "/reports/getSkypeForBusinessActivityUserDetail(date={date})",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": null,
- "Command": "Get-MgBetaReportSkypeForBusinessActivityUserDetail",
"Method": "GET",
- "Uri": "/reports/getSkypeForBusinessActivityUserDetail(date={date})",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaReportSkypeForBusinessActivityUserDetail",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Reports",
+ "Uri": "/reports/getSkypeForBusinessDeviceUsageDistributionUserCounts(period='{period}')",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaReportSkypeForBusinessDeviceUsageDistributionUserCount",
"Method": "GET",
- "Uri": "/reports/getSkypeForBusinessDeviceUsageDistributionUserCounts(period='{period}')",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaReportSkypeForBusinessDeviceUsageDistributionUserCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Reports",
+ "Uri": "/reports/getSkypeForBusinessDeviceUsageUserCounts(period='{period}')",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaReportSkypeForBusinessDeviceUsageUserCount",
"Method": "GET",
- "Uri": "/reports/getSkypeForBusinessDeviceUsageUserCounts(period='{period}')",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaReportSkypeForBusinessDeviceUsageUserCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Reports",
+ "Uri": "/reports/getSkypeForBusinessDeviceUsageUserDetail(date={date})",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": null,
- "Command": "Get-MgBetaReportSkypeForBusinessDeviceUsageUserDetail",
"Method": "GET",
- "Uri": "/reports/getSkypeForBusinessDeviceUsageUserDetail(date={date})",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaReportSkypeForBusinessDeviceUsageUserDetail",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Reports",
+ "Uri": "/reports/getSkypeForBusinessOrganizerActivityCounts(period='{period}')",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaReportSkypeForBusinessOrganizerActivityCount",
"Method": "GET",
- "Uri": "/reports/getSkypeForBusinessOrganizerActivityCounts(period='{period}')",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaReportSkypeForBusinessOrganizerActivityCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Reports",
+ "Uri": "/reports/getSkypeForBusinessOrganizerActivityMinuteCounts(period='{period}')",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaReportSkypeForBusinessOrganizerActivityMinuteCount",
"Method": "GET",
- "Uri": "/reports/getSkypeForBusinessOrganizerActivityMinuteCounts(period='{period}')",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaReportSkypeForBusinessOrganizerActivityMinuteCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Reports",
+ "Uri": "/reports/getSkypeForBusinessOrganizerActivityUserCounts(period='{period}')",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaReportSkypeForBusinessOrganizerActivityUserCount",
"Method": "GET",
- "Uri": "/reports/getSkypeForBusinessOrganizerActivityUserCounts(period='{period}')",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaReportSkypeForBusinessOrganizerActivityUserCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Reports",
+ "Uri": "/reports/getSkypeForBusinessParticipantActivityCounts(period='{period}')",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaReportSkypeForBusinessParticipantActivityCount",
"Method": "GET",
- "Uri": "/reports/getSkypeForBusinessParticipantActivityCounts(period='{period}')",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaReportSkypeForBusinessParticipantActivityCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Reports",
+ "Uri": "/reports/getSkypeForBusinessParticipantActivityMinuteCounts(period='{period}')",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaReportSkypeForBusinessParticipantActivityMinuteCount",
"Method": "GET",
- "Uri": "/reports/getSkypeForBusinessParticipantActivityMinuteCounts(period='{period}')",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaReportSkypeForBusinessParticipantActivityMinuteCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Reports",
+ "Uri": "/reports/getSkypeForBusinessParticipantActivityUserCounts(period='{period}')",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaReportSkypeForBusinessParticipantActivityUserCount",
"Method": "GET",
- "Uri": "/reports/getSkypeForBusinessParticipantActivityUserCounts(period='{period}')",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaReportSkypeForBusinessParticipantActivityUserCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Reports",
+ "Uri": "/reports/getSkypeForBusinessPeerToPeerActivityCounts(period='{period}')",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaReportSkypeForBusinessPeerToPeerActivityCount",
"Method": "GET",
- "Uri": "/reports/getSkypeForBusinessPeerToPeerActivityCounts(period='{period}')",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaReportSkypeForBusinessPeerToPeerActivityCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Reports",
+ "Uri": "/reports/getSkypeForBusinessPeerToPeerActivityMinuteCounts(period='{period}')",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaReportSkypeForBusinessPeerToPeerActivityMinuteCount",
"Method": "GET",
- "Uri": "/reports/getSkypeForBusinessPeerToPeerActivityMinuteCounts(period='{period}')",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaReportSkypeForBusinessPeerToPeerActivityMinuteCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Reports",
+ "Uri": "/reports/getSkypeForBusinessPeerToPeerActivityUserCounts(period='{period}')",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaReportSkypeForBusinessPeerToPeerActivityUserCount",
"Method": "GET",
- "Uri": "/reports/getSkypeForBusinessPeerToPeerActivityUserCounts(period='{period}')",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaReportSkypeForBusinessPeerToPeerActivityUserCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Reports",
+ "Uri": "/reports/sla",
+ "OutputType": "IMicrosoftGraphServiceLevelAgreementRoot",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": "IMicrosoftGraphServiceLevelAgreementRoot",
- "Command": "Get-MgBetaReportSla",
"Method": "GET",
- "Uri": "/reports/sla",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaReportSla",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Reports",
+ "Uri": "/reports/sla/azureADAuthentication",
+ "OutputType": "IMicrosoftGraphAzureAdAuthentication",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": "IMicrosoftGraphAzureAdAuthentication",
- "Command": "Get-MgBetaReportSlaAzureAdAuthentication",
"Method": "GET",
- "Uri": "/reports/sla/azureADAuthentication",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaReportSlaAzureAdAuthentication",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/azureadauthentication-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Reports",
+ "Uri": "/reports/getTeamsTeamActivityCounts(period='{period}')",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaReportTeamActivityCount",
"Method": "GET",
- "Uri": "/reports/getTeamsTeamActivityCounts(period='{period}')",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaReportTeamActivityCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Reports",
+ "Uri": "/reports/getTeamsTeamActivityDetail(date={date})",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": null,
- "Command": "Get-MgBetaReportTeamActivityDetail",
"Method": "GET",
- "Uri": "/reports/getTeamsTeamActivityDetail(date={date})",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaReportTeamActivityDetail",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Reports",
+ "Uri": "/reports/getTeamsTeamActivityDistributionCounts(period='{period}')",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaReportTeamActivityDistributionCount",
"Method": "GET",
- "Uri": "/reports/getTeamsTeamActivityDistributionCounts(period='{period}')",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaReportTeamActivityDistributionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Reports",
+ "Uri": "/reports/getTeamsTeamCounts(period='{period}')",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaReportTeamCount",
"Method": "GET",
- "Uri": "/reports/getTeamsTeamCounts(period='{period}')",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaReportTeamCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Reports",
+ "Uri": "/reports/getTeamsDeviceUsageDistributionTotalUserCounts(period='{period}')",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaReportTeamDeviceUsageDistributionTotalUserCount",
"Method": "GET",
- "Uri": "/reports/getTeamsDeviceUsageDistributionTotalUserCounts(period='{period}')",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaReportTeamDeviceUsageDistributionTotalUserCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Reports",
+ "Uri": "/reports/getTeamsDeviceUsageDistributionUserCounts(period='{period}')",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaReportTeamDeviceUsageDistributionUserCount",
"Method": "GET",
- "Uri": "/reports/getTeamsDeviceUsageDistributionUserCounts(period='{period}')",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaReportTeamDeviceUsageDistributionUserCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Reports",
+ "Uri": "/reports/getTeamsDeviceUsageTotalUserCounts(period='{period}')",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaReportTeamDeviceUsageTotalUserCount",
"Method": "GET",
- "Uri": "/reports/getTeamsDeviceUsageTotalUserCounts(period='{period}')",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaReportTeamDeviceUsageTotalUserCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Reports",
+ "Uri": "/reports/getTeamsDeviceUsageUserCounts(period='{period}')",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaReportTeamDeviceUsageUserCount",
"Method": "GET",
- "Uri": "/reports/getTeamsDeviceUsageUserCounts(period='{period}')",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaReportTeamDeviceUsageUserCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Reports",
+ "Uri": "/reports/getTeamsDeviceUsageUserDetail(date={date})",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": null,
- "Command": "Get-MgBetaReportTeamDeviceUsageUserDetail",
"Method": "GET",
- "Uri": "/reports/getTeamsDeviceUsageUserDetail(date={date})",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaReportTeamDeviceUsageUserDetail",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Reports",
+ "Uri": "/reports/getTeamsUserActivityCounts(period='{period}')",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaReportTeamUserActivityCount",
"Method": "GET",
- "Uri": "/reports/getTeamsUserActivityCounts(period='{period}')",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaReportTeamUserActivityCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Reports",
+ "Uri": "/reports/getTeamsUserActivityDistributionTotalUserCounts(period='{period}')",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaReportTeamUserActivityDistributionTotalUserCount",
"Method": "GET",
- "Uri": "/reports/getTeamsUserActivityDistributionTotalUserCounts(period='{period}')",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaReportTeamUserActivityDistributionTotalUserCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Reports",
+ "Uri": "/reports/getTeamsUserActivityDistributionUserCounts(period='{period}')",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaReportTeamUserActivityDistributionUserCount",
"Method": "GET",
- "Uri": "/reports/getTeamsUserActivityDistributionUserCounts(period='{period}')",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaReportTeamUserActivityDistributionUserCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Reports",
+ "Uri": "/reports/getTeamsUserActivityTotalCounts(period='{period}')",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaReportTeamUserActivityTotalCount",
"Method": "GET",
- "Uri": "/reports/getTeamsUserActivityTotalCounts(period='{period}')",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaReportTeamUserActivityTotalCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Reports",
+ "Uri": "/reports/getTeamsUserActivityTotalDistributionCounts(period='{period}')",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaReportTeamUserActivityTotalDistributionCount",
"Method": "GET",
- "Uri": "/reports/getTeamsUserActivityTotalDistributionCounts(period='{period}')",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaReportTeamUserActivityTotalDistributionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Reports",
+ "Uri": "/reports/getTeamsUserActivityTotalUserCounts(period='{period}')",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaReportTeamUserActivityTotalUserCount",
"Method": "GET",
- "Uri": "/reports/getTeamsUserActivityTotalUserCounts(period='{period}')",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaReportTeamUserActivityTotalUserCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Reports",
+ "Uri": "/reports/getTeamsUserActivityUserCounts(period='{period}')",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaReportTeamUserActivityUserCount",
"Method": "GET",
- "Uri": "/reports/getTeamsUserActivityUserCounts(period='{period}')",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaReportTeamUserActivityUserCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Reports",
+ "Uri": "/reports/getTeamsUserActivityUserDetail(date={date})",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": null,
- "Command": "Get-MgBetaReportTeamUserActivityUserDetail",
"Method": "GET",
- "Uri": "/reports/getTeamsUserActivityUserDetail(date={date})",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaReportTeamUserActivityUserDetail",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Reports",
+ "Uri": "/reports/getUserArchivedPrintJobs(userId='{userId}',startDateTime={startDateTime},endDateTime={endDateTime})",
+ "OutputType": "IMicrosoftGraphArchivedPrintJob",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphArchivedPrintJob",
- "Command": "Get-MgBetaReportUserArchivedPrintJob",
"Method": "GET",
- "Uri": "/reports/getUserArchivedPrintJobs(userId='{userId}',startDateTime={startDateTime},endDateTime={endDateTime})",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaReportUserArchivedPrintJob",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Reports",
+ "Uri": "/reports/userCredentialUsageDetails/{userCredentialUsageDetails-id}",
+ "OutputType": "IMicrosoftGraphUserCredentialUsageDetails",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUserCredentialUsageDetails",
- "Command": "Get-MgBetaReportUserCredentialUsageDetail",
"Method": "GET",
- "Uri": "/reports/userCredentialUsageDetails/{userCredentialUsageDetails-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaReportUserCredentialUsageDetail",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Reports",
+ "Uri": "/reports/userCredentialUsageDetails",
+ "OutputType": "IMicrosoftGraphUserCredentialUsageDetails",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphUserCredentialUsageDetails",
- "Command": "Get-MgBetaReportUserCredentialUsageDetail",
"Method": "GET",
- "Uri": "/reports/userCredentialUsageDetails",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaReportUserCredentialUsageDetail",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-list-usercredentialusagedetails?view=graph-rest-1.0"
},
{
"Module": "Beta.Reports",
+ "Uri": "/reports/userCredentialUsageDetails/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgBetaReportUserCredentialUsageDetailCount",
"Method": "GET",
- "Uri": "/reports/userCredentialUsageDetails/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaReportUserCredentialUsageDetailCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Reports",
+ "Uri": "/reports/userInsights",
+ "OutputType": "IMicrosoftGraphUserInsightsRoot",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": "IMicrosoftGraphUserInsightsRoot",
- "Command": "Get-MgBetaReportUserInsight",
"Method": "GET",
- "Uri": "/reports/userInsights",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaReportUserInsight",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Reports",
+ "Uri": "/reports/userInsights/daily",
+ "OutputType": "IMicrosoftGraphDailyUserInsightMetricsRoot",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": "IMicrosoftGraphDailyUserInsightMetricsRoot",
- "Command": "Get-MgBetaReportUserInsightDaily",
"Method": "GET",
- "Uri": "/reports/userInsights/daily",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaReportUserInsightDaily",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Reports",
+ "Uri": "/reports/userInsights/daily/activeUsers/{activeUsersMetric-id}",
+ "OutputType": "IMicrosoftGraphActiveUsersMetric",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphActiveUsersMetric",
- "Command": "Get-MgBetaReportUserInsightDailyActiveUser",
"Method": "GET",
- "Uri": "/reports/userInsights/daily/activeUsers/{activeUsersMetric-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaReportUserInsightDailyActiveUser",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Reports",
+ "Uri": "/reports/userInsights/daily/activeUsers",
+ "OutputType": "IMicrosoftGraphActiveUsersMetric",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphActiveUsersMetric",
- "Command": "Get-MgBetaReportUserInsightDailyActiveUser",
"Method": "GET",
- "Uri": "/reports/userInsights/daily/activeUsers",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaReportUserInsightDailyActiveUser",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/dailyuserinsightmetricsroot-list-activeusers?view=graph-rest-1.0"
},
{
"Module": "Beta.Reports",
+ "Uri": "/reports/userInsights/daily/activeUsersBreakdown/{activeUsersBreakdownMetric-id}",
+ "OutputType": "IMicrosoftGraphActiveUsersBreakdownMetric",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphActiveUsersBreakdownMetric",
- "Command": "Get-MgBetaReportUserInsightDailyActiveUserBreakdown",
"Method": "GET",
- "Uri": "/reports/userInsights/daily/activeUsersBreakdown/{activeUsersBreakdownMetric-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaReportUserInsightDailyActiveUserBreakdown",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Reports",
+ "Uri": "/reports/userInsights/daily/activeUsersBreakdown",
+ "OutputType": "IMicrosoftGraphActiveUsersBreakdownMetric",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphActiveUsersBreakdownMetric",
- "Command": "Get-MgBetaReportUserInsightDailyActiveUserBreakdown",
"Method": "GET",
- "Uri": "/reports/userInsights/daily/activeUsersBreakdown",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaReportUserInsightDailyActiveUserBreakdown",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/dailyuserinsightmetricsroot-list-activeusersbreakdown?view=graph-rest-1.0"
},
{
"Module": "Beta.Reports",
+ "Uri": "/reports/userInsights/daily/activeUsersBreakdown/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgBetaReportUserInsightDailyActiveUserBreakdownCount",
"Method": "GET",
- "Uri": "/reports/userInsights/daily/activeUsersBreakdown/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaReportUserInsightDailyActiveUserBreakdownCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Reports",
+ "Uri": "/reports/userInsights/daily/activeUsers/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgBetaReportUserInsightDailyActiveUserCount",
"Method": "GET",
- "Uri": "/reports/userInsights/daily/activeUsers/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaReportUserInsightDailyActiveUserCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Reports",
+ "Uri": "/reports/userInsights/daily/authentications/{authenticationsMetric-id}",
+ "OutputType": "IMicrosoftGraphAuthenticationsMetric",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAuthenticationsMetric",
- "Command": "Get-MgBetaReportUserInsightDailyAuthentication",
"Method": "GET",
- "Uri": "/reports/userInsights/daily/authentications/{authenticationsMetric-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaReportUserInsightDailyAuthentication",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Reports",
+ "Uri": "/reports/userInsights/daily/authentications",
+ "OutputType": "IMicrosoftGraphAuthenticationsMetric",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphAuthenticationsMetric",
- "Command": "Get-MgBetaReportUserInsightDailyAuthentication",
"Method": "GET",
- "Uri": "/reports/userInsights/daily/authentications",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaReportUserInsightDailyAuthentication",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/dailyuserinsightmetricsroot-list-authentications?view=graph-rest-1.0"
},
{
"Module": "Beta.Reports",
+ "Uri": "/reports/userInsights/daily/authentications/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgBetaReportUserInsightDailyAuthenticationCount",
"Method": "GET",
- "Uri": "/reports/userInsights/daily/authentications/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaReportUserInsightDailyAuthenticationCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Reports",
+ "Uri": "/reports/userInsights/daily/inactiveUsers/{dailyInactiveUsersMetric-id}",
+ "OutputType": "IMicrosoftGraphDailyInactiveUsersMetric",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDailyInactiveUsersMetric",
- "Command": "Get-MgBetaReportUserInsightDailyInactiveUser",
"Method": "GET",
- "Uri": "/reports/userInsights/daily/inactiveUsers/{dailyInactiveUsersMetric-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaReportUserInsightDailyInactiveUser",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Reports",
+ "Uri": "/reports/userInsights/daily/inactiveUsers",
+ "OutputType": "IMicrosoftGraphDailyInactiveUsersMetric",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphDailyInactiveUsersMetric",
- "Command": "Get-MgBetaReportUserInsightDailyInactiveUser",
"Method": "GET",
- "Uri": "/reports/userInsights/daily/inactiveUsers",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaReportUserInsightDailyInactiveUser",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Reports",
+ "Uri": "/reports/userInsights/daily/inactiveUsersByApplication/{dailyInactiveUsersByApplicationMetric-id}",
+ "OutputType": "IMicrosoftGraphDailyInactiveUsersByApplicationMetric",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDailyInactiveUsersByApplicationMetric",
- "Command": "Get-MgBetaReportUserInsightDailyInactiveUserByApplication",
"Method": "GET",
- "Uri": "/reports/userInsights/daily/inactiveUsersByApplication/{dailyInactiveUsersByApplicationMetric-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaReportUserInsightDailyInactiveUserByApplication",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Reports",
+ "Uri": "/reports/userInsights/daily/inactiveUsersByApplication",
+ "OutputType": "IMicrosoftGraphDailyInactiveUsersByApplicationMetric",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphDailyInactiveUsersByApplicationMetric",
- "Command": "Get-MgBetaReportUserInsightDailyInactiveUserByApplication",
"Method": "GET",
- "Uri": "/reports/userInsights/daily/inactiveUsersByApplication",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaReportUserInsightDailyInactiveUserByApplication",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Reports",
+ "Uri": "/reports/userInsights/daily/inactiveUsersByApplication/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgBetaReportUserInsightDailyInactiveUserByApplicationCount",
"Method": "GET",
- "Uri": "/reports/userInsights/daily/inactiveUsersByApplication/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaReportUserInsightDailyInactiveUserByApplicationCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Reports",
+ "Uri": "/reports/userInsights/daily/inactiveUsers/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgBetaReportUserInsightDailyInactiveUserCount",
"Method": "GET",
- "Uri": "/reports/userInsights/daily/inactiveUsers/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaReportUserInsightDailyInactiveUserCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Reports",
+ "Uri": "/reports/userInsights/daily/mfaCompletions/{mfaCompletionMetric-id}",
+ "OutputType": "IMicrosoftGraphMfaCompletionMetric",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMfaCompletionMetric",
- "Command": "Get-MgBetaReportUserInsightDailyMfaCompletion",
"Method": "GET",
- "Uri": "/reports/userInsights/daily/mfaCompletions/{mfaCompletionMetric-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaReportUserInsightDailyMfaCompletion",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Reports",
+ "Uri": "/reports/userInsights/daily/mfaCompletions",
+ "OutputType": "IMicrosoftGraphMfaCompletionMetric",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphMfaCompletionMetric",
- "Command": "Get-MgBetaReportUserInsightDailyMfaCompletion",
"Method": "GET",
- "Uri": "/reports/userInsights/daily/mfaCompletions",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaReportUserInsightDailyMfaCompletion",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/dailyuserinsightmetricsroot-list-mfacompletions?view=graph-rest-1.0"
},
{
"Module": "Beta.Reports",
+ "Uri": "/reports/userInsights/daily/mfaCompletions/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgBetaReportUserInsightDailyMfaCompletionCount",
"Method": "GET",
- "Uri": "/reports/userInsights/daily/mfaCompletions/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaReportUserInsightDailyMfaCompletionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Reports",
+ "Uri": "/reports/userInsights/daily/signUps/{userSignUpMetric-id}",
+ "OutputType": "IMicrosoftGraphUserSignUpMetric",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUserSignUpMetric",
- "Command": "Get-MgBetaReportUserInsightDailySignUp",
"Method": "GET",
- "Uri": "/reports/userInsights/daily/signUps/{userSignUpMetric-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaReportUserInsightDailySignUp",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Reports",
+ "Uri": "/reports/userInsights/daily/signUps",
+ "OutputType": "IMicrosoftGraphUserSignUpMetric",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphUserSignUpMetric",
- "Command": "Get-MgBetaReportUserInsightDailySignUp",
"Method": "GET",
- "Uri": "/reports/userInsights/daily/signUps",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaReportUserInsightDailySignUp",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/dailyuserinsightmetricsroot-list-signups?view=graph-rest-1.0"
},
{
"Module": "Beta.Reports",
+ "Uri": "/reports/userInsights/daily/signUps/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgBetaReportUserInsightDailySignUpCount",
"Method": "GET",
- "Uri": "/reports/userInsights/daily/signUps/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaReportUserInsightDailySignUpCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Reports",
+ "Uri": "/reports/userInsights/daily/summary/{insightSummary-id}",
+ "OutputType": "IMicrosoftGraphInsightSummary",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphInsightSummary",
- "Command": "Get-MgBetaReportUserInsightDailySummary",
"Method": "GET",
- "Uri": "/reports/userInsights/daily/summary/{insightSummary-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaReportUserInsightDailySummary",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Reports",
+ "Uri": "/reports/userInsights/daily/summary",
+ "OutputType": "IMicrosoftGraphInsightSummary",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphInsightSummary",
- "Command": "Get-MgBetaReportUserInsightDailySummary",
"Method": "GET",
- "Uri": "/reports/userInsights/daily/summary",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaReportUserInsightDailySummary",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Reports",
+ "Uri": "/reports/userInsights/daily/summary/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgBetaReportUserInsightDailySummaryCount",
"Method": "GET",
- "Uri": "/reports/userInsights/daily/summary/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaReportUserInsightDailySummaryCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Reports",
+ "Uri": "/reports/userInsights/daily/userCount/{userCountMetric-id}",
+ "OutputType": "IMicrosoftGraphUserCountMetric",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUserCountMetric",
- "Command": "Get-MgBetaReportUserInsightDailyUserCount",
"Method": "GET",
- "Uri": "/reports/userInsights/daily/userCount/{userCountMetric-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaReportUserInsightDailyUserCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Reports",
+ "Uri": "/reports/userInsights/daily/userCount",
+ "OutputType": "IMicrosoftGraphUserCountMetric",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphUserCountMetric",
- "Command": "Get-MgBetaReportUserInsightDailyUserCount",
"Method": "GET",
- "Uri": "/reports/userInsights/daily/userCount",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaReportUserInsightDailyUserCount",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/dailyuserinsightmetricsroot-list-usercount?view=graph-rest-1.0"
},
{
"Module": "Beta.Reports",
+ "Uri": "/reports/userInsights/monthly",
+ "OutputType": "IMicrosoftGraphMonthlyUserInsightMetricsRoot",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": "IMicrosoftGraphMonthlyUserInsightMetricsRoot",
- "Command": "Get-MgBetaReportUserInsightMonthly",
"Method": "GET",
- "Uri": "/reports/userInsights/monthly",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaReportUserInsightMonthly",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Reports",
+ "Uri": "/reports/userInsights/monthly/activeUsers/{activeUsersMetric-id}",
+ "OutputType": "IMicrosoftGraphActiveUsersMetric",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphActiveUsersMetric",
- "Command": "Get-MgBetaReportUserInsightMonthlyActiveUser",
"Method": "GET",
- "Uri": "/reports/userInsights/monthly/activeUsers/{activeUsersMetric-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaReportUserInsightMonthlyActiveUser",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Reports",
+ "Uri": "/reports/userInsights/monthly/activeUsers",
+ "OutputType": "IMicrosoftGraphActiveUsersMetric",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphActiveUsersMetric",
- "Command": "Get-MgBetaReportUserInsightMonthlyActiveUser",
"Method": "GET",
- "Uri": "/reports/userInsights/monthly/activeUsers",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaReportUserInsightMonthlyActiveUser",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/monthlyuserinsightmetricsroot-list-activeusers?view=graph-rest-1.0"
},
{
"Module": "Beta.Reports",
+ "Uri": "/reports/userInsights/monthly/activeUsersBreakdown/{activeUsersBreakdownMetric-id}",
+ "OutputType": "IMicrosoftGraphActiveUsersBreakdownMetric",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphActiveUsersBreakdownMetric",
- "Command": "Get-MgBetaReportUserInsightMonthlyActiveUserBreakdown",
"Method": "GET",
- "Uri": "/reports/userInsights/monthly/activeUsersBreakdown/{activeUsersBreakdownMetric-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaReportUserInsightMonthlyActiveUserBreakdown",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Reports",
+ "Uri": "/reports/userInsights/monthly/activeUsersBreakdown",
+ "OutputType": "IMicrosoftGraphActiveUsersBreakdownMetric",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphActiveUsersBreakdownMetric",
- "Command": "Get-MgBetaReportUserInsightMonthlyActiveUserBreakdown",
"Method": "GET",
- "Uri": "/reports/userInsights/monthly/activeUsersBreakdown",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaReportUserInsightMonthlyActiveUserBreakdown",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/monthlyuserinsightmetricsroot-list-activeusersbreakdown?view=graph-rest-1.0"
},
{
"Module": "Beta.Reports",
+ "Uri": "/reports/userInsights/monthly/activeUsersBreakdown/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgBetaReportUserInsightMonthlyActiveUserBreakdownCount",
"Method": "GET",
- "Uri": "/reports/userInsights/monthly/activeUsersBreakdown/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaReportUserInsightMonthlyActiveUserBreakdownCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Reports",
+ "Uri": "/reports/userInsights/monthly/activeUsers/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgBetaReportUserInsightMonthlyActiveUserCount",
"Method": "GET",
- "Uri": "/reports/userInsights/monthly/activeUsers/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaReportUserInsightMonthlyActiveUserCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Reports",
+ "Uri": "/reports/userInsights/monthly/authentications/{authenticationsMetric-id}",
+ "OutputType": "IMicrosoftGraphAuthenticationsMetric",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAuthenticationsMetric",
- "Command": "Get-MgBetaReportUserInsightMonthlyAuthentication",
"Method": "GET",
- "Uri": "/reports/userInsights/monthly/authentications/{authenticationsMetric-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaReportUserInsightMonthlyAuthentication",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Reports",
+ "Uri": "/reports/userInsights/monthly/authentications",
+ "OutputType": "IMicrosoftGraphAuthenticationsMetric",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphAuthenticationsMetric",
- "Command": "Get-MgBetaReportUserInsightMonthlyAuthentication",
"Method": "GET",
- "Uri": "/reports/userInsights/monthly/authentications",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaReportUserInsightMonthlyAuthentication",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/monthlyuserinsightmetricsroot-list-authentications?view=graph-rest-1.0"
},
{
"Module": "Beta.Reports",
+ "Uri": "/reports/userInsights/monthly/authentications/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgBetaReportUserInsightMonthlyAuthenticationCount",
"Method": "GET",
- "Uri": "/reports/userInsights/monthly/authentications/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaReportUserInsightMonthlyAuthenticationCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Reports",
+ "Uri": "/reports/userInsights/monthly/inactiveUsers/{monthlyInactiveUsersMetric-id}",
+ "OutputType": "IMicrosoftGraphMonthlyInactiveUsersMetric",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMonthlyInactiveUsersMetric",
- "Command": "Get-MgBetaReportUserInsightMonthlyInactiveUser",
"Method": "GET",
- "Uri": "/reports/userInsights/monthly/inactiveUsers/{monthlyInactiveUsersMetric-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaReportUserInsightMonthlyInactiveUser",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Reports",
+ "Uri": "/reports/userInsights/monthly/inactiveUsers",
+ "OutputType": "IMicrosoftGraphMonthlyInactiveUsersMetric",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphMonthlyInactiveUsersMetric",
- "Command": "Get-MgBetaReportUserInsightMonthlyInactiveUser",
"Method": "GET",
- "Uri": "/reports/userInsights/monthly/inactiveUsers",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaReportUserInsightMonthlyInactiveUser",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Reports",
+ "Uri": "/reports/userInsights/monthly/inactiveUsersByApplication/{monthlyInactiveUsersByApplicationMetric-id}",
+ "OutputType": "IMicrosoftGraphMonthlyInactiveUsersByApplicationMetric",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMonthlyInactiveUsersByApplicationMetric",
- "Command": "Get-MgBetaReportUserInsightMonthlyInactiveUserByApplication",
"Method": "GET",
- "Uri": "/reports/userInsights/monthly/inactiveUsersByApplication/{monthlyInactiveUsersByApplicationMetric-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaReportUserInsightMonthlyInactiveUserByApplication",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Reports",
+ "Uri": "/reports/userInsights/monthly/inactiveUsersByApplication",
+ "OutputType": "IMicrosoftGraphMonthlyInactiveUsersByApplicationMetric",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphMonthlyInactiveUsersByApplicationMetric",
- "Command": "Get-MgBetaReportUserInsightMonthlyInactiveUserByApplication",
"Method": "GET",
- "Uri": "/reports/userInsights/monthly/inactiveUsersByApplication",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaReportUserInsightMonthlyInactiveUserByApplication",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Reports",
+ "Uri": "/reports/userInsights/monthly/inactiveUsersByApplication/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgBetaReportUserInsightMonthlyInactiveUserByApplicationCount",
"Method": "GET",
- "Uri": "/reports/userInsights/monthly/inactiveUsersByApplication/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaReportUserInsightMonthlyInactiveUserByApplicationCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Reports",
+ "Uri": "/reports/userInsights/monthly/inactiveUsers/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgBetaReportUserInsightMonthlyInactiveUserCount",
"Method": "GET",
- "Uri": "/reports/userInsights/monthly/inactiveUsers/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaReportUserInsightMonthlyInactiveUserCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Reports",
+ "Uri": "/reports/userInsights/monthly/mfaCompletions/{mfaCompletionMetric-id}",
+ "OutputType": "IMicrosoftGraphMfaCompletionMetric",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMfaCompletionMetric",
- "Command": "Get-MgBetaReportUserInsightMonthlyMfaCompletion",
"Method": "GET",
- "Uri": "/reports/userInsights/monthly/mfaCompletions/{mfaCompletionMetric-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaReportUserInsightMonthlyMfaCompletion",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Reports",
+ "Uri": "/reports/userInsights/monthly/mfaCompletions",
+ "OutputType": "IMicrosoftGraphMfaCompletionMetric",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphMfaCompletionMetric",
- "Command": "Get-MgBetaReportUserInsightMonthlyMfaCompletion",
"Method": "GET",
- "Uri": "/reports/userInsights/monthly/mfaCompletions",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaReportUserInsightMonthlyMfaCompletion",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/monthlyuserinsightmetricsroot-list-mfacompletions?view=graph-rest-1.0"
},
{
"Module": "Beta.Reports",
+ "Uri": "/reports/userInsights/monthly/mfaCompletions/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgBetaReportUserInsightMonthlyMfaCompletionCount",
"Method": "GET",
- "Uri": "/reports/userInsights/monthly/mfaCompletions/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaReportUserInsightMonthlyMfaCompletionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Reports",
+ "Uri": "/reports/userInsights/monthly/requests/{userRequestsMetric-id}",
+ "OutputType": "IMicrosoftGraphUserRequestsMetric",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUserRequestsMetric",
- "Command": "Get-MgBetaReportUserInsightMonthlyRequest",
"Method": "GET",
- "Uri": "/reports/userInsights/monthly/requests/{userRequestsMetric-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaReportUserInsightMonthlyRequest",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Reports",
+ "Uri": "/reports/userInsights/monthly/requests",
+ "OutputType": "IMicrosoftGraphUserRequestsMetric",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphUserRequestsMetric",
- "Command": "Get-MgBetaReportUserInsightMonthlyRequest",
"Method": "GET",
- "Uri": "/reports/userInsights/monthly/requests",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaReportUserInsightMonthlyRequest",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/monthlyuserinsightmetricsroot-list-requests?view=graph-rest-1.0"
},
{
"Module": "Beta.Reports",
+ "Uri": "/reports/userInsights/monthly/requests/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgBetaReportUserInsightMonthlyRequestCount",
"Method": "GET",
- "Uri": "/reports/userInsights/monthly/requests/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaReportUserInsightMonthlyRequestCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Reports",
+ "Uri": "/reports/userInsights/monthly/signUps/{userSignUpMetric-id}",
+ "OutputType": "IMicrosoftGraphUserSignUpMetric",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUserSignUpMetric",
- "Command": "Get-MgBetaReportUserInsightMonthlySignUp",
"Method": "GET",
- "Uri": "/reports/userInsights/monthly/signUps/{userSignUpMetric-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaReportUserInsightMonthlySignUp",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Reports",
+ "Uri": "/reports/userInsights/monthly/signUps",
+ "OutputType": "IMicrosoftGraphUserSignUpMetric",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphUserSignUpMetric",
- "Command": "Get-MgBetaReportUserInsightMonthlySignUp",
"Method": "GET",
- "Uri": "/reports/userInsights/monthly/signUps",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaReportUserInsightMonthlySignUp",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/monthlyuserinsightmetricsroot-list-signups?view=graph-rest-1.0"
},
{
"Module": "Beta.Reports",
+ "Uri": "/reports/userInsights/monthly/signUps/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgBetaReportUserInsightMonthlySignUpCount",
"Method": "GET",
- "Uri": "/reports/userInsights/monthly/signUps/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaReportUserInsightMonthlySignUpCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Reports",
+ "Uri": "/reports/userInsights/monthly/summary/{insightSummary-id}",
+ "OutputType": "IMicrosoftGraphInsightSummary",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphInsightSummary",
- "Command": "Get-MgBetaReportUserInsightMonthlySummary",
"Method": "GET",
- "Uri": "/reports/userInsights/monthly/summary/{insightSummary-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaReportUserInsightMonthlySummary",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Reports",
+ "Uri": "/reports/userInsights/monthly/summary",
+ "OutputType": "IMicrosoftGraphInsightSummary",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphInsightSummary",
- "Command": "Get-MgBetaReportUserInsightMonthlySummary",
"Method": "GET",
- "Uri": "/reports/userInsights/monthly/summary",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaReportUserInsightMonthlySummary",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Reports",
+ "Uri": "/reports/userInsights/monthly/summary/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgBetaReportUserInsightMonthlySummaryCount",
"Method": "GET",
- "Uri": "/reports/userInsights/monthly/summary/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaReportUserInsightMonthlySummaryCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Reports",
+ "Uri": "/reports/getYammerActivityCounts(period='{period}')",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaReportYammerActivityCount",
"Method": "GET",
- "Uri": "/reports/getYammerActivityCounts(period='{period}')",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaReportYammerActivityCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Reports",
+ "Uri": "/reports/getYammerActivityUserCounts(period='{period}')",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaReportYammerActivityUserCount",
"Method": "GET",
- "Uri": "/reports/getYammerActivityUserCounts(period='{period}')",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaReportYammerActivityUserCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Reports",
+ "Uri": "/reports/getYammerActivityUserDetail(date={date})",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": null,
- "Command": "Get-MgBetaReportYammerActivityUserDetail",
"Method": "GET",
- "Uri": "/reports/getYammerActivityUserDetail(date={date})",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaReportYammerActivityUserDetail",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Reports",
+ "Uri": "/reports/getYammerDeviceUsageDistributionUserCounts(period='{period}')",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaReportYammerDeviceUsageDistributionUserCount",
"Method": "GET",
- "Uri": "/reports/getYammerDeviceUsageDistributionUserCounts(period='{period}')",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaReportYammerDeviceUsageDistributionUserCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Reports",
+ "Uri": "/reports/getYammerDeviceUsageUserCounts(period='{period}')",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaReportYammerDeviceUsageUserCount",
"Method": "GET",
- "Uri": "/reports/getYammerDeviceUsageUserCounts(period='{period}')",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaReportYammerDeviceUsageUserCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Reports",
+ "Uri": "/reports/getYammerDeviceUsageUserDetail(date={date})",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": null,
- "Command": "Get-MgBetaReportYammerDeviceUsageUserDetail",
"Method": "GET",
- "Uri": "/reports/getYammerDeviceUsageUserDetail(date={date})",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaReportYammerDeviceUsageUserDetail",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Reports",
+ "Uri": "/reports/getYammerGroupsActivityCounts(period='{period}')",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaReportYammerGroupActivityCount",
"Method": "GET",
- "Uri": "/reports/getYammerGroupsActivityCounts(period='{period}')",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaReportYammerGroupActivityCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Reports",
+ "Uri": "/reports/getYammerGroupsActivityDetail(date={date})",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": null,
- "Command": "Get-MgBetaReportYammerGroupActivityDetail",
"Method": "GET",
- "Uri": "/reports/getYammerGroupsActivityDetail(date={date})",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaReportYammerGroupActivityDetail",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Reports",
+ "Uri": "/reports/getYammerGroupsActivityGroupCounts(period='{period}')",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaReportYammerGroupActivityGroupCount",
"Method": "GET",
- "Uri": "/reports/getYammerGroupsActivityGroupCounts(period='{period}')",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaReportYammerGroupActivityGroupCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.SignIns",
+ "Uri": "/identityProtection/riskDetections/{riskDetection-id}",
+ "OutputType": "IMicrosoftGraphRiskDetection",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphRiskDetection",
- "Command": "Get-MgBetaRiskDetection",
"Method": "GET",
- "Uri": "/identityProtection/riskDetections/{riskDetection-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRiskDetection",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/riskdetection-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Identity.SignIns",
+ "Uri": "/identityProtection/riskDetections",
+ "OutputType": "IMicrosoftGraphRiskDetection",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphRiskDetection",
- "Command": "Get-MgBetaRiskDetection",
"Method": "GET",
- "Uri": "/identityProtection/riskDetections",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRiskDetection",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/riskdetection-list?view=graph-rest-1.0"
},
{
"Module": "Beta.Identity.SignIns",
+ "Uri": "/identityProtection/riskDetections/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgBetaRiskDetectionCount",
"Method": "GET",
- "Uri": "/identityProtection/riskDetections/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRiskDetectionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.SignIns",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphRiskyServicePrincipal",
- "Command": "Get-MgBetaRiskyServicePrincipal",
- "Method": "GET",
"Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}",
+ "OutputType": "IMicrosoftGraphRiskyServicePrincipal",
"ApiVersion": "beta",
"Permissions": [
{
@@ -132695,17 +138554,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.SignIns",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphRiskyServicePrincipal",
- "Command": "Get-MgBetaRiskyServicePrincipal",
"Method": "GET",
+ "Command": "Get-MgBetaRiskyServicePrincipal",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/riskyserviceprincipal-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.SignIns",
"Uri": "/identityProtection/riskyServicePrincipals",
+ "OutputType": "IMicrosoftGraphRiskyServicePrincipal",
"ApiVersion": "beta",
"Permissions": [
{
@@ -132724,17 +138585,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.SignIns",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaRiskyServicePrincipalCount",
"Method": "GET",
+ "Command": "Get-MgBetaRiskyServicePrincipal",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityprotectionroot-list-riskyserviceprincipals?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.SignIns",
"Uri": "/identityProtection/riskyServicePrincipals/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -132753,30 +138615,32 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaRiskyServicePrincipalCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.SignIns",
+ "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history/{riskyServicePrincipalHistoryItem-id}",
+ "OutputType": "IMicrosoftGraphRiskyServicePrincipalHistoryItem",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphRiskyServicePrincipalHistoryItem",
- "Command": "Get-MgBetaRiskyServicePrincipalHistory",
"Method": "GET",
- "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history/{riskyServicePrincipalHistoryItem-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRiskyServicePrincipalHistory",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.SignIns",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphRiskyServicePrincipalHistoryItem",
- "Command": "Get-MgBetaRiskyServicePrincipalHistory",
- "Method": "GET",
"Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history",
+ "OutputType": "IMicrosoftGraphRiskyServicePrincipalHistoryItem",
"ApiVersion": "beta",
"Permissions": [
{
@@ -132795,18 +138659,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.SignIns",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaRiskyServicePrincipalHistoryCount",
"Method": "GET",
+ "Command": "Get-MgBetaRiskyServicePrincipalHistory",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/riskyserviceprincipal-list-history?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.SignIns",
"Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -132825,55 +138689,59 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaRiskyServicePrincipalHistoryCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.SignIns",
+ "Uri": "/identityProtection/riskyUsers/{riskyUser-id}",
+ "OutputType": "IMicrosoftGraphRiskyUser",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphRiskyUser",
- "Command": "Get-MgBetaRiskyUser",
"Method": "GET",
- "Uri": "/identityProtection/riskyUsers/{riskyUser-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRiskyUser",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.SignIns",
+ "Uri": "/identityProtection/riskyUsers",
+ "OutputType": "IMicrosoftGraphRiskyUser",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphRiskyUser",
- "Command": "Get-MgBetaRiskyUser",
"Method": "GET",
- "Uri": "/identityProtection/riskyUsers",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRiskyUser",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/riskyusers-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Identity.SignIns",
+ "Uri": "/identityProtection/riskyUsers/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgBetaRiskyUserCount",
"Method": "GET",
- "Uri": "/identityProtection/riskyUsers/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRiskyUserCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.SignIns",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphRiskyUserHistoryItem",
- "Command": "Get-MgBetaRiskyUserHistory",
- "Method": "GET",
"Uri": "/identityProtection/riskyUsers/{riskyUser-id}/history/{riskyUserHistoryItem-id}",
+ "OutputType": "IMicrosoftGraphRiskyUserHistoryItem",
"ApiVersion": "beta",
"Permissions": [
{
@@ -132892,17 +138760,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.SignIns",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphRiskyUserHistoryItem",
- "Command": "Get-MgBetaRiskyUserHistory",
"Method": "GET",
+ "Command": "Get-MgBetaRiskyUserHistory",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/riskyuserhistoryitem-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.SignIns",
"Uri": "/identityProtection/riskyUsers/{riskyUser-id}/history",
+ "OutputType": "IMicrosoftGraphRiskyUserHistoryItem",
"ApiVersion": "beta",
"Permissions": [
{
@@ -132921,18 +138791,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.SignIns",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaRiskyUserHistoryCount",
"Method": "GET",
+ "Command": "Get-MgBetaRiskyUserHistory",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/riskyuser-list-history?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.SignIns",
"Uri": "/identityProtection/riskyUsers/{riskyUser-id}/history/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -132951,17 +138821,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Enrollment",
+ ],
"Variants": [
- "Get"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphRoleManagement",
- "Command": "Get-MgBetaRoleManagement",
"Method": "GET",
+ "Command": "Get-MgBetaRiskyUserHistoryCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement.Enrollment",
"Uri": "/roleManagement",
+ "OutputType": "IMicrosoftGraphRoleManagement",
"ApiVersion": "beta",
"Permissions": [
{
@@ -132996,131 +138868,140 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaRoleManagement",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Enrollment",
+ "Uri": "/roleManagement/cloudPC",
+ "OutputType": "IMicrosoftGraphRbacApplicationMultiple",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": "IMicrosoftGraphRbacApplicationMultiple",
- "Command": "Get-MgBetaRoleManagementCloudPc",
"Method": "GET",
- "Uri": "/roleManagement/cloudPC",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementCloudPc",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Enrollment",
+ "Uri": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}",
+ "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace",
- "Command": "Get-MgBetaRoleManagementCloudPcResourceNamespace",
"Method": "GET",
- "Uri": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementCloudPcResourceNamespace",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Enrollment",
+ "Uri": "/roleManagement/cloudPC/resourceNamespaces",
+ "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace",
- "Command": "Get-MgBetaRoleManagementCloudPcResourceNamespace",
"Method": "GET",
- "Uri": "/roleManagement/cloudPC/resourceNamespaces",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementCloudPcResourceNamespace",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Enrollment",
+ "Uri": "/roleManagement/cloudPC/resourceNamespaces/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgBetaRoleManagementCloudPcResourceNamespaceCount",
"Method": "GET",
- "Uri": "/roleManagement/cloudPC/resourceNamespaces/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementCloudPcResourceNamespaceCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Enrollment",
+ "Uri": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}",
+ "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction",
- "Command": "Get-MgBetaRoleManagementCloudPcResourceNamespaceResourceAction",
"Method": "GET",
- "Uri": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementCloudPcResourceNamespaceResourceAction",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedrbacresourceaction-get?view=graph-rest-1.0"
},
{
"Module": "Beta.DeviceManagement.Enrollment",
+ "Uri": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions",
+ "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction",
- "Command": "Get-MgBetaRoleManagementCloudPcResourceNamespaceResourceAction",
"Method": "GET",
- "Uri": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementCloudPcResourceNamespaceResourceAction",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedrbacresourcenamespace-list-resourceactions?view=graph-rest-1.0"
},
{
"Module": "Beta.DeviceManagement.Enrollment",
+ "Uri": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/authenticationContext",
+ "OutputType": "IMicrosoftGraphAuthenticationContextClassReference",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAuthenticationContextClassReference",
- "Command": "Get-MgBetaRoleManagementCloudPcResourceNamespaceResourceActionAuthenticationContext",
"Method": "GET",
- "Uri": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/authenticationContext",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementCloudPcResourceNamespaceResourceActionAuthenticationContext",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Enrollment",
+ "Uri": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaRoleManagementCloudPcResourceNamespaceResourceActionCount",
"Method": "GET",
- "Uri": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementCloudPcResourceNamespaceResourceActionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Enrollment",
+ "Uri": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope",
+ "OutputType": "IMicrosoftGraphUnifiedRbacResourceScope",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUnifiedRbacResourceScope",
- "Command": "Get-MgBetaRoleManagementCloudPcResourceNamespaceResourceActionResourceScope",
"Method": "GET",
- "Uri": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementCloudPcResourceNamespaceResourceActionResourceScope",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Enrollment",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentMultiple",
- "Command": "Get-MgBetaRoleManagementCloudPcRoleAssignment",
- "Method": "GET",
"Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}",
+ "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentMultiple",
"ApiVersion": "beta",
"Permissions": [
{
@@ -133155,17 +139036,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Enrollment",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentMultiple",
- "Command": "Get-MgBetaRoleManagementCloudPcRoleAssignment",
"Method": "GET",
+ "Command": "Get-MgBetaRoleManagementCloudPcRoleAssignment",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentmultiple-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.DeviceManagement.Enrollment",
"Uri": "/roleManagement/cloudPC/roleAssignments",
+ "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentMultiple",
"ApiVersion": "beta",
"Permissions": [
{
@@ -133200,55 +139083,59 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaRoleManagementCloudPcRoleAssignment",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplicationmultiple-list-roleassignments?view=graph-rest-1.0"
},
{
"Module": "Beta.DeviceManagement.Enrollment",
+ "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes/{appScope-id}",
+ "OutputType": "IMicrosoftGraphAppScope",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAppScope",
- "Command": "Get-MgBetaRoleManagementCloudPcRoleAssignmentAppScope",
"Method": "GET",
- "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes/{appScope-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementCloudPcRoleAssignmentAppScope",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Enrollment",
+ "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes",
+ "OutputType": "IMicrosoftGraphAppScope",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphAppScope",
- "Command": "Get-MgBetaRoleManagementCloudPcRoleAssignmentAppScope",
"Method": "GET",
- "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementCloudPcRoleAssignmentAppScope",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Enrollment",
+ "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaRoleManagementCloudPcRoleAssignmentAppScopeCount",
"Method": "GET",
- "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementCloudPcRoleAssignmentAppScopeCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Enrollment",
- "Variants": [
- "Get"
- ],
- "OutputType": null,
- "Command": "Get-MgBetaRoleManagementCloudPcRoleAssignmentCount",
- "Method": "GET",
"Uri": "/roleManagement/cloudPC/roleAssignments/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -133283,107 +139170,114 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaRoleManagementCloudPcRoleAssignmentCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Enrollment",
+ "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/directoryScopes/{directoryObject-id}",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgBetaRoleManagementCloudPcRoleAssignmentDirectoryScope",
"Method": "GET",
- "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/directoryScopes/{directoryObject-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementCloudPcRoleAssignmentDirectoryScope",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Enrollment",
+ "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/directoryScopes",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgBetaRoleManagementCloudPcRoleAssignmentDirectoryScope",
"Method": "GET",
- "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/directoryScopes",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementCloudPcRoleAssignmentDirectoryScope",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Enrollment",
+ "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/directoryScopes/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaRoleManagementCloudPcRoleAssignmentDirectoryScopeCount",
"Method": "GET",
- "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/directoryScopes/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementCloudPcRoleAssignmentDirectoryScopeCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Enrollment",
+ "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/principals/{directoryObject-id}",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgBetaRoleManagementCloudPcRoleAssignmentPrincipal",
"Method": "GET",
- "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/principals/{directoryObject-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementCloudPcRoleAssignmentPrincipal",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Enrollment",
+ "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/principals",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgBetaRoleManagementCloudPcRoleAssignmentPrincipal",
"Method": "GET",
- "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/principals",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementCloudPcRoleAssignmentPrincipal",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Enrollment",
+ "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/principals/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaRoleManagementCloudPcRoleAssignmentPrincipalCount",
"Method": "GET",
- "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/principals/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementCloudPcRoleAssignmentPrincipalCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Enrollment",
+ "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/roleDefinition",
+ "OutputType": "IMicrosoftGraphUnifiedRoleDefinition",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUnifiedRoleDefinition",
- "Command": "Get-MgBetaRoleManagementCloudPcRoleAssignmentRoleDefinition",
"Method": "GET",
- "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/roleDefinition",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementCloudPcRoleAssignmentRoleDefinition",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Enrollment",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphUnifiedRoleDefinition",
- "Command": "Get-MgBetaRoleManagementCloudPcRoleDefinition",
- "Method": "GET",
"Uri": "/roleManagement/cloudPC/roleDefinitions/{unifiedRoleDefinition-id}",
+ "OutputType": "IMicrosoftGraphUnifiedRoleDefinition",
"ApiVersion": "beta",
"Permissions": [
{
@@ -133490,17 +139384,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Enrollment",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUnifiedRoleDefinition",
- "Command": "Get-MgBetaRoleManagementCloudPcRoleDefinition",
"Method": "GET",
+ "Command": "Get-MgBetaRoleManagementCloudPcRoleDefinition",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroledefinition-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.DeviceManagement.Enrollment",
"Uri": "/roleManagement/cloudPC/roleDefinitions",
+ "OutputType": "IMicrosoftGraphUnifiedRoleDefinition",
"ApiVersion": "beta",
"Permissions": [
{
@@ -133607,17 +139503,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Enrollment",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaRoleManagementCloudPcRoleDefinitionCount",
"Method": "GET",
+ "Command": "Get-MgBetaRoleManagementCloudPcRoleDefinition",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-roledefinitions?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.DeviceManagement.Enrollment",
"Uri": "/roleManagement/cloudPC/roleDefinitions/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -133724,42 +139621,45 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaRoleManagementCloudPcRoleDefinitionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Enrollment",
+ "Uri": "/roleManagement/cloudPC/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}",
+ "OutputType": "IMicrosoftGraphUnifiedRoleDefinition",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUnifiedRoleDefinition",
- "Command": "Get-MgBetaRoleManagementCloudPcRoleDefinitionInheritPermissionFrom",
"Method": "GET",
- "Uri": "/roleManagement/cloudPC/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementCloudPcRoleDefinitionInheritPermissionFrom",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Enrollment",
+ "Uri": "/roleManagement/cloudPC/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom",
+ "OutputType": "IMicrosoftGraphUnifiedRoleDefinition",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphUnifiedRoleDefinition",
- "Command": "Get-MgBetaRoleManagementCloudPcRoleDefinitionInheritPermissionFrom",
"Method": "GET",
- "Uri": "/roleManagement/cloudPC/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementCloudPcRoleDefinitionInheritPermissionFrom",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Enrollment",
- "Variants": [
- "Get"
- ],
- "OutputType": "IMicrosoftGraphRbacApplicationMultiple",
- "Command": "Get-MgBetaRoleManagementDeviceManagement",
- "Method": "GET",
"Uri": "/roleManagement/deviceManagement",
+ "OutputType": "IMicrosoftGraphRbacApplicationMultiple",
"ApiVersion": "beta",
"Permissions": [
{
@@ -133794,119 +139694,127 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaRoleManagementDeviceManagement",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Enrollment",
+ "Uri": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}",
+ "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace",
- "Command": "Get-MgBetaRoleManagementDeviceManagementResourceNamespace",
"Method": "GET",
- "Uri": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementDeviceManagementResourceNamespace",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Enrollment",
+ "Uri": "/roleManagement/deviceManagement/resourceNamespaces",
+ "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace",
- "Command": "Get-MgBetaRoleManagementDeviceManagementResourceNamespace",
"Method": "GET",
- "Uri": "/roleManagement/deviceManagement/resourceNamespaces",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementDeviceManagementResourceNamespace",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Enrollment",
+ "Uri": "/roleManagement/deviceManagement/resourceNamespaces/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgBetaRoleManagementDeviceManagementResourceNamespaceCount",
"Method": "GET",
- "Uri": "/roleManagement/deviceManagement/resourceNamespaces/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementDeviceManagementResourceNamespaceCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Enrollment",
+ "Uri": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}",
+ "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction",
- "Command": "Get-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceAction",
"Method": "GET",
- "Uri": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceAction",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedrbacresourceaction-get?view=graph-rest-1.0"
},
{
"Module": "Beta.DeviceManagement.Enrollment",
+ "Uri": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions",
+ "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction",
- "Command": "Get-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceAction",
"Method": "GET",
- "Uri": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceAction",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedrbacresourcenamespace-list-resourceactions?view=graph-rest-1.0"
},
{
"Module": "Beta.DeviceManagement.Enrollment",
+ "Uri": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/authenticationContext",
+ "OutputType": "IMicrosoftGraphAuthenticationContextClassReference",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAuthenticationContextClassReference",
- "Command": "Get-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceActionAuthenticationContext",
"Method": "GET",
- "Uri": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/authenticationContext",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceActionAuthenticationContext",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Enrollment",
+ "Uri": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceActionCount",
"Method": "GET",
- "Uri": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceActionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Enrollment",
+ "Uri": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope",
+ "OutputType": "IMicrosoftGraphUnifiedRbacResourceScope",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUnifiedRbacResourceScope",
- "Command": "Get-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceActionResourceScope",
"Method": "GET",
- "Uri": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceActionResourceScope",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Enrollment",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentMultiple",
- "Command": "Get-MgBetaRoleManagementDeviceManagementRoleAssignment",
- "Method": "GET",
"Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}",
+ "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentMultiple",
"ApiVersion": "beta",
"Permissions": [
{
@@ -133941,17 +139849,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Enrollment",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentMultiple",
- "Command": "Get-MgBetaRoleManagementDeviceManagementRoleAssignment",
"Method": "GET",
+ "Command": "Get-MgBetaRoleManagementDeviceManagementRoleAssignment",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentmultiple-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.DeviceManagement.Enrollment",
"Uri": "/roleManagement/deviceManagement/roleAssignments",
+ "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentMultiple",
"ApiVersion": "beta",
"Permissions": [
{
@@ -133986,55 +139896,59 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaRoleManagementDeviceManagementRoleAssignment",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplicationmultiple-list-roleassignments?view=graph-rest-1.0"
},
{
"Module": "Beta.DeviceManagement.Enrollment",
+ "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes/{appScope-id}",
+ "OutputType": "IMicrosoftGraphAppScope",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAppScope",
- "Command": "Get-MgBetaRoleManagementDeviceManagementRoleAssignmentAppScope",
"Method": "GET",
- "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes/{appScope-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementDeviceManagementRoleAssignmentAppScope",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Enrollment",
+ "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes",
+ "OutputType": "IMicrosoftGraphAppScope",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphAppScope",
- "Command": "Get-MgBetaRoleManagementDeviceManagementRoleAssignmentAppScope",
"Method": "GET",
- "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementDeviceManagementRoleAssignmentAppScope",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Enrollment",
+ "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaRoleManagementDeviceManagementRoleAssignmentAppScopeCount",
"Method": "GET",
- "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementDeviceManagementRoleAssignmentAppScopeCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Enrollment",
- "Variants": [
- "Get"
- ],
- "OutputType": null,
- "Command": "Get-MgBetaRoleManagementDeviceManagementRoleAssignmentCount",
- "Method": "GET",
"Uri": "/roleManagement/deviceManagement/roleAssignments/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -134069,107 +139983,114 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaRoleManagementDeviceManagementRoleAssignmentCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Enrollment",
+ "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/directoryScopes/{directoryObject-id}",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgBetaRoleManagementDeviceManagementRoleAssignmentDirectoryScope",
"Method": "GET",
- "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/directoryScopes/{directoryObject-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementDeviceManagementRoleAssignmentDirectoryScope",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Enrollment",
+ "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/directoryScopes",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgBetaRoleManagementDeviceManagementRoleAssignmentDirectoryScope",
"Method": "GET",
- "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/directoryScopes",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementDeviceManagementRoleAssignmentDirectoryScope",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Enrollment",
+ "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/directoryScopes/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaRoleManagementDeviceManagementRoleAssignmentDirectoryScopeCount",
"Method": "GET",
- "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/directoryScopes/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementDeviceManagementRoleAssignmentDirectoryScopeCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Enrollment",
+ "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/principals/{directoryObject-id}",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgBetaRoleManagementDeviceManagementRoleAssignmentPrincipal",
"Method": "GET",
- "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/principals/{directoryObject-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementDeviceManagementRoleAssignmentPrincipal",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Enrollment",
+ "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/principals",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgBetaRoleManagementDeviceManagementRoleAssignmentPrincipal",
"Method": "GET",
- "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/principals",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementDeviceManagementRoleAssignmentPrincipal",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Enrollment",
+ "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/principals/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaRoleManagementDeviceManagementRoleAssignmentPrincipalCount",
"Method": "GET",
- "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/principals/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementDeviceManagementRoleAssignmentPrincipalCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Enrollment",
+ "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/roleDefinition",
+ "OutputType": "IMicrosoftGraphUnifiedRoleDefinition",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUnifiedRoleDefinition",
- "Command": "Get-MgBetaRoleManagementDeviceManagementRoleAssignmentRoleDefinition",
"Method": "GET",
- "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/roleDefinition",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementDeviceManagementRoleAssignmentRoleDefinition",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Enrollment",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphUnifiedRoleDefinition",
- "Command": "Get-MgBetaRoleManagementDeviceManagementRoleDefinition",
- "Method": "GET",
"Uri": "/roleManagement/deviceManagement/roleDefinitions/{unifiedRoleDefinition-id}",
+ "OutputType": "IMicrosoftGraphUnifiedRoleDefinition",
"ApiVersion": "beta",
"Permissions": [
{
@@ -134276,17 +140197,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Enrollment",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUnifiedRoleDefinition",
- "Command": "Get-MgBetaRoleManagementDeviceManagementRoleDefinition",
"Method": "GET",
+ "Command": "Get-MgBetaRoleManagementDeviceManagementRoleDefinition",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroledefinition-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.DeviceManagement.Enrollment",
"Uri": "/roleManagement/deviceManagement/roleDefinitions",
+ "OutputType": "IMicrosoftGraphUnifiedRoleDefinition",
"ApiVersion": "beta",
"Permissions": [
{
@@ -134393,17 +140316,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Enrollment",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaRoleManagementDeviceManagementRoleDefinitionCount",
"Method": "GET",
+ "Command": "Get-MgBetaRoleManagementDeviceManagementRoleDefinition",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-roledefinitions?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.DeviceManagement.Enrollment",
"Uri": "/roleManagement/deviceManagement/roleDefinitions/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -134510,55 +140434,58 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaRoleManagementDeviceManagementRoleDefinitionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Enrollment",
+ "Uri": "/roleManagement/deviceManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}",
+ "OutputType": "IMicrosoftGraphUnifiedRoleDefinition",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUnifiedRoleDefinition",
- "Command": "Get-MgBetaRoleManagementDeviceManagementRoleDefinitionInheritPermissionFrom",
"Method": "GET",
- "Uri": "/roleManagement/deviceManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementDeviceManagementRoleDefinitionInheritPermissionFrom",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Enrollment",
+ "Uri": "/roleManagement/deviceManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom",
+ "OutputType": "IMicrosoftGraphUnifiedRoleDefinition",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphUnifiedRoleDefinition",
- "Command": "Get-MgBetaRoleManagementDeviceManagementRoleDefinitionInheritPermissionFrom",
"Method": "GET",
- "Uri": "/roleManagement/deviceManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementDeviceManagementRoleDefinitionInheritPermissionFrom",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/roleManagement/directory",
+ "OutputType": "IMicrosoftGraphRbacApplication",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": "IMicrosoftGraphRbacApplication",
- "Command": "Get-MgBetaRoleManagementDirectory",
"Method": "GET",
- "Uri": "/roleManagement/directory",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementDirectory",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace",
- "Command": "Get-MgBetaRoleManagementDirectoryResourceNamespace",
- "Method": "GET",
"Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}",
+ "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace",
"ApiVersion": "beta",
"Permissions": [
{
@@ -134585,17 +140512,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.Governance",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace",
- "Command": "Get-MgBetaRoleManagementDirectoryResourceNamespace",
"Method": "GET",
+ "Command": "Get-MgBetaRoleManagementDirectoryResourceNamespace",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedrbacresourcenamespace-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.Governance",
"Uri": "/roleManagement/directory/resourceNamespaces",
+ "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace",
"ApiVersion": "beta",
"Permissions": [
{
@@ -134622,17 +140551,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.Governance",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaRoleManagementDirectoryResourceNamespaceCount",
"Method": "GET",
+ "Command": "Get-MgBetaRoleManagementDirectoryResourceNamespace",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplicationmultiple-list-resourcenamespaces?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.Governance",
"Uri": "/roleManagement/directory/resourceNamespaces/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -134659,18 +140589,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.Governance",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction",
- "Command": "Get-MgBetaRoleManagementDirectoryResourceNamespaceResourceAction",
"Method": "GET",
+ "Command": "Get-MgBetaRoleManagementDirectoryResourceNamespaceCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Identity.Governance",
"Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}",
+ "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction",
"ApiVersion": "beta",
"Permissions": [
{
@@ -134697,17 +140627,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.Governance",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction",
- "Command": "Get-MgBetaRoleManagementDirectoryResourceNamespaceResourceAction",
"Method": "GET",
+ "Command": "Get-MgBetaRoleManagementDirectoryResourceNamespaceResourceAction",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedrbacresourceaction-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.Governance",
"Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions",
+ "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction",
"ApiVersion": "beta",
"Permissions": [
{
@@ -134734,31 +140666,32 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.Governance",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": "IMicrosoftGraphAuthenticationContextClassReference",
- "Command": "Get-MgBetaRoleManagementDirectoryResourceNamespaceResourceActionAuthenticationContext",
"Method": "GET",
- "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/authenticationContext",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementDirectoryResourceNamespaceResourceAction",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedrbacresourcenamespace-list-resourceactions?view=graph-rest-1.0"
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/authenticationContext",
+ "OutputType": "IMicrosoftGraphAuthenticationContextClassReference",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaRoleManagementDirectoryResourceNamespaceResourceActionCount",
"Method": "GET",
+ "Command": "Get-MgBetaRoleManagementDirectoryResourceNamespaceResourceActionAuthenticationContext",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Identity.Governance",
"Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -134785,31 +140718,33 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.Governance",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUnifiedRbacResourceScope",
- "Command": "Get-MgBetaRoleManagementDirectoryResourceNamespaceResourceActionResourceScope",
"Method": "GET",
- "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementDirectoryResourceNamespaceResourceActionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope",
+ "OutputType": "IMicrosoftGraphUnifiedRbacResourceScope",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUnifiedRoleAssignment",
- "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignment",
"Method": "GET",
+ "Command": "Get-MgBetaRoleManagementDirectoryResourceNamespaceResourceActionResourceScope",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Identity.Governance",
"Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}",
+ "OutputType": "IMicrosoftGraphUnifiedRoleAssignment",
"ApiVersion": "beta",
"Permissions": [
{
@@ -134852,17 +140787,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.Governance",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUnifiedRoleAssignment",
- "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignment",
"Method": "GET",
+ "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignment",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignment-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.Governance",
"Uri": "/roleManagement/directory/roleAssignments",
+ "OutputType": "IMicrosoftGraphUnifiedRoleAssignment",
"ApiVersion": "beta",
"Permissions": [
{
@@ -134905,105 +140842,113 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignment",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-roleassignments?view=graph-rest-1.0"
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/roleManagement/directory/roleAssignmentApprovals/{approval-id}",
+ "OutputType": "IMicrosoftGraphApproval",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphApproval",
- "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentApproval",
"Method": "GET",
- "Uri": "/roleManagement/directory/roleAssignmentApprovals/{approval-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentApproval",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/roleManagement/directory/roleAssignmentApprovals",
+ "OutputType": "IMicrosoftGraphApproval",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphApproval",
- "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentApproval",
"Method": "GET",
- "Uri": "/roleManagement/directory/roleAssignmentApprovals",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentApproval",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/roleManagement/directory/roleAssignmentApprovals/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentApprovalCount",
"Method": "GET",
- "Uri": "/roleManagement/directory/roleAssignmentApprovals/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentApprovalCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/roleManagement/directory/roleAssignmentApprovals/{approval-id}/steps/{approvalStep-id}",
+ "OutputType": "IMicrosoftGraphApprovalStep",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphApprovalStep",
- "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentApprovalStep",
"Method": "GET",
- "Uri": "/roleManagement/directory/roleAssignmentApprovals/{approval-id}/steps/{approvalStep-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentApprovalStep",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/approvalstep-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/roleManagement/directory/roleAssignmentApprovals/{approval-id}/steps",
+ "OutputType": "IMicrosoftGraphApprovalStep",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphApprovalStep",
- "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentApprovalStep",
"Method": "GET",
- "Uri": "/roleManagement/directory/roleAssignmentApprovals/{approval-id}/steps",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentApprovalStep",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/approval-list-steps?view=graph-rest-1.0"
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/roleManagement/directory/roleAssignmentApprovals/{approval-id}/steps/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentApprovalStepCount",
"Method": "GET",
- "Uri": "/roleManagement/directory/roleAssignmentApprovals/{approval-id}/steps/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentApprovalStepCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/appScope",
+ "OutputType": "IMicrosoftGraphAppScope",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAppScope",
- "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentAppScope",
"Method": "GET",
- "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/appScope",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentAppScope",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
- "Variants": [
- "Get"
- ],
- "OutputType": null,
- "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentCount",
- "Method": "GET",
"Uri": "/roleManagement/directory/roleAssignments/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -135046,57 +140991,60 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.Governance",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentDirectoryScope",
"Method": "GET",
- "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/directoryScope",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/directoryScope",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentPrincipal",
"Method": "GET",
- "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/principal",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentDirectoryScope",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/principal",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUnifiedRoleDefinition",
- "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentRoleDefinition",
"Method": "GET",
- "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/roleDefinition",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentPrincipal",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/roleDefinition",
+ "OutputType": "IMicrosoftGraphUnifiedRoleDefinition",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule",
- "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentSchedule",
"Method": "GET",
+ "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentRoleDefinition",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Identity.Governance",
"Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}",
+ "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule",
"ApiVersion": "beta",
"Permissions": [
{
@@ -135139,17 +141087,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.Governance",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule",
- "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentSchedule",
"Method": "GET",
+ "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentSchedule",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentschedule-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.Governance",
"Uri": "/roleManagement/directory/roleAssignmentSchedules",
+ "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule",
"ApiVersion": "beta",
"Permissions": [
{
@@ -135192,43 +141142,46 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentSchedule",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-roleassignmentschedules?view=graph-rest-1.0"
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/activatedUsing",
+ "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule",
- "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleActivatedUsing",
"Method": "GET",
- "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/activatedUsing",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleActivatedUsing",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/appScope",
+ "OutputType": "IMicrosoftGraphAppScope",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAppScope",
- "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleAppScope",
"Method": "GET",
- "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/appScope",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleAppScope",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
- "Variants": [
- "Get"
- ],
- "OutputType": null,
- "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleCount",
- "Method": "GET",
"Uri": "/roleManagement/directory/roleAssignmentSchedules/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -135271,31 +141224,32 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.Governance",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleDirectoryScope",
"Method": "GET",
- "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/directoryScope",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/directoryScope",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance",
- "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstance",
"Method": "GET",
+ "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleDirectoryScope",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Identity.Governance",
"Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}",
+ "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance",
"ApiVersion": "beta",
"Permissions": [
{
@@ -135338,17 +141292,19 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.Governance",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance",
- "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstance",
"Method": "GET",
+ "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstance",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentscheduleinstance-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.Governance",
"Uri": "/roleManagement/directory/roleAssignmentScheduleInstances",
+ "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance",
"ApiVersion": "beta",
"Permissions": [
{
@@ -135391,43 +141347,46 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstance",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-roleassignmentscheduleinstances?view=graph-rest-1.0"
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/activatedUsing",
+ "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance",
- "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstanceActivatedUsing",
"Method": "GET",
- "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/activatedUsing",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstanceActivatedUsing",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/appScope",
+ "OutputType": "IMicrosoftGraphAppScope",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAppScope",
- "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstanceAppScope",
"Method": "GET",
- "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/appScope",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstanceAppScope",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
- "Variants": [
- "Get"
- ],
- "OutputType": null,
- "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstanceCount",
- "Method": "GET",
"Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -135470,70 +141429,74 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.Governance",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstanceDirectoryScope",
"Method": "GET",
- "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/directoryScope",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstanceCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/directoryScope",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstancePrincipal",
"Method": "GET",
- "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/principal",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstanceDirectoryScope",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/principal",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUnifiedRoleDefinition",
- "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstanceRoleDefinition",
"Method": "GET",
- "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/roleDefinition",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstancePrincipal",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/roleDefinition",
+ "OutputType": "IMicrosoftGraphUnifiedRoleDefinition",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentSchedulePrincipal",
"Method": "GET",
- "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/principal",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstanceRoleDefinition",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/principal",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest",
- "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequest",
"Method": "GET",
+ "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentSchedulePrincipal",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Identity.Governance",
"Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}",
+ "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest",
"ApiVersion": "beta",
"Permissions": [
{
@@ -135576,17 +141539,19 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.Governance",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest",
- "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequest",
"Method": "GET",
+ "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequest",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentschedulerequest-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.Governance",
"Uri": "/roleManagement/directory/roleAssignmentScheduleRequests",
+ "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest",
"ApiVersion": "beta",
"Permissions": [
{
@@ -135629,43 +141594,46 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequest",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-roleassignmentschedulerequests?view=graph-rest-1.0"
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/activatedUsing",
+ "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule",
- "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequestActivatedUsing",
"Method": "GET",
- "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/activatedUsing",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequestActivatedUsing",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/appScope",
+ "OutputType": "IMicrosoftGraphAppScope",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAppScope",
- "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequestAppScope",
"Method": "GET",
- "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/appScope",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequestAppScope",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
- "Variants": [
- "Get"
- ],
- "OutputType": null,
- "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequestCount",
- "Method": "GET",
"Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -135708,83 +141676,143 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequestCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/directoryScope",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequestDirectoryScope",
"Method": "GET",
- "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/directoryScope",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequestDirectoryScope",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/principal",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequestPrincipal",
"Method": "GET",
- "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/principal",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequestPrincipal",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/roleDefinition",
+ "OutputType": "IMicrosoftGraphUnifiedRoleDefinition",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUnifiedRoleDefinition",
- "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequestRoleDefinition",
"Method": "GET",
- "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/roleDefinition",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequestRoleDefinition",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/targetSchedule",
+ "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule",
- "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequestTargetSchedule",
"Method": "GET",
- "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/targetSchedule",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequestTargetSchedule",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/roleDefinition",
+ "OutputType": "IMicrosoftGraphUnifiedRoleDefinition",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUnifiedRoleDefinition",
- "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRoleDefinition",
"Method": "GET",
- "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/roleDefinition",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRoleDefinition",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}",
+ "OutputType": "IMicrosoftGraphUnifiedRoleDefinition",
+ "ApiVersion": "beta",
+ "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
+ }
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUnifiedRoleDefinition",
- "Command": "Get-MgBetaRoleManagementDirectoryRoleDefinition",
"Method": "GET",
- "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}",
+ "Command": "Get-MgBetaRoleManagementDirectoryRoleDefinition",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroledefinition-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.Governance",
+ "Uri": "/roleManagement/directory/roleDefinitions",
+ "OutputType": "IMicrosoftGraphUnifiedRoleDefinition",
"ApiVersion": "beta",
"Permissions": [
{
@@ -135827,17 +141855,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.Governance",
+ ],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphUnifiedRoleDefinition",
- "Command": "Get-MgBetaRoleManagementDirectoryRoleDefinition",
"Method": "GET",
- "Uri": "/roleManagement/directory/roleDefinitions",
+ "Command": "Get-MgBetaRoleManagementDirectoryRoleDefinition",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-roledefinitions?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.Governance",
+ "Uri": "/roleManagement/directory/roleDefinitions/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -135880,109 +141909,59 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.Governance",
+ ],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgBetaRoleManagementDirectoryRoleDefinitionCount",
"Method": "GET",
- "Uri": "/roleManagement/directory/roleDefinitions/$count",
- "ApiVersion": "beta",
- "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
- }
- ]
+ "Command": "Get-MgBetaRoleManagementDirectoryRoleDefinitionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}",
+ "OutputType": "IMicrosoftGraphUnifiedRoleDefinition",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUnifiedRoleDefinition",
- "Command": "Get-MgBetaRoleManagementDirectoryRoleDefinitionInheritPermissionFrom",
"Method": "GET",
- "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementDirectoryRoleDefinitionInheritPermissionFrom",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom",
+ "OutputType": "IMicrosoftGraphUnifiedRoleDefinition",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphUnifiedRoleDefinition",
- "Command": "Get-MgBetaRoleManagementDirectoryRoleDefinitionInheritPermissionFrom",
"Method": "GET",
- "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementDirectoryRoleDefinitionInheritPermissionFrom",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaRoleManagementDirectoryRoleDefinitionInheritPermissionFromCount",
"Method": "GET",
- "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementDirectoryRoleDefinitionInheritPermissionFromCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule",
- "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilitySchedule",
- "Method": "GET",
"Uri": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}",
+ "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule",
"ApiVersion": "beta",
"Permissions": [
{
@@ -136025,17 +142004,19 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.Governance",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule",
- "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilitySchedule",
"Method": "GET",
+ "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilitySchedule",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedule-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.Governance",
"Uri": "/roleManagement/directory/roleEligibilitySchedules",
+ "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule",
"ApiVersion": "beta",
"Permissions": [
{
@@ -136078,30 +142059,32 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilitySchedule",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-roleeligibilityschedules?view=graph-rest-1.0"
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/appScope",
+ "OutputType": "IMicrosoftGraphAppScope",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAppScope",
- "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleAppScope",
"Method": "GET",
- "Uri": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/appScope",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleAppScope",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
- "Variants": [
- "Get"
- ],
- "OutputType": null,
- "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleCount",
- "Method": "GET",
"Uri": "/roleManagement/directory/roleEligibilitySchedules/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -136144,31 +142127,32 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.Governance",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleDirectoryScope",
"Method": "GET",
- "Uri": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/directoryScope",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/directoryScope",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance",
- "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleInstance",
"Method": "GET",
+ "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleDirectoryScope",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Identity.Governance",
"Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}",
+ "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance",
"ApiVersion": "beta",
"Permissions": [
{
@@ -136211,17 +142195,19 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.Governance",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance",
- "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleInstance",
"Method": "GET",
+ "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleInstance",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityscheduleinstance-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.Governance",
"Uri": "/roleManagement/directory/roleEligibilityScheduleInstances",
+ "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance",
"ApiVersion": "beta",
"Permissions": [
{
@@ -136264,30 +142250,32 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleInstance",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-roleeligibilityscheduleinstances?view=graph-rest-1.0"
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/appScope",
+ "OutputType": "IMicrosoftGraphAppScope",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAppScope",
- "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleInstanceAppScope",
"Method": "GET",
- "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/appScope",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleInstanceAppScope",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
- "Variants": [
- "Get"
- ],
- "OutputType": null,
- "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleInstanceCount",
- "Method": "GET",
"Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -136330,70 +142318,129 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleInstanceCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/directoryScope",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleInstanceDirectoryScope",
"Method": "GET",
- "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/directoryScope",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleInstanceDirectoryScope",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/principal",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleInstancePrincipal",
"Method": "GET",
- "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/principal",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleInstancePrincipal",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/roleDefinition",
+ "OutputType": "IMicrosoftGraphUnifiedRoleDefinition",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUnifiedRoleDefinition",
- "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleInstanceRoleDefinition",
"Method": "GET",
- "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/roleDefinition",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleInstanceRoleDefinition",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/principal",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilitySchedulePrincipal",
"Method": "GET",
- "Uri": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/principal",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilitySchedulePrincipal",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}",
+ "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest",
+ "ApiVersion": "beta",
+ "Permissions": [
+ {
+ "Name": "RoleEligibilitySchedule.Read.Directory",
+ "Description": "Read all eligible role assignments for your company's directory",
+ "FullDescription": "Allows the app to read the eligible role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes reading directory role templates, and directory roles.",
+ "IsAdmin": true,
+ "PermissionType": "DelegatedWork",
+ "IsLeastPrivilege": true
+ },
+ {
+ "Name": "RoleManagement.ReadWrite.Directory",
+ "Description": "Read and write directory RBAC settings",
+ "FullDescription": "Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.",
+ "IsAdmin": true,
+ "PermissionType": "DelegatedWork",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "RoleManagement.Read.Directory",
+ "Description": "Read directory RBAC settings",
+ "FullDescription": "Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.",
+ "IsAdmin": true,
+ "PermissionType": "DelegatedWork",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "RoleManagement.Read.All",
+ "Description": "Read role management data for all RBAC providers",
+ "FullDescription": "Allows the app to read the role-based access control (RBAC) settings for all RBAC providers, on your behalf. This includes reading role definitions and role assignments.",
+ "IsAdmin": true,
+ "PermissionType": "DelegatedWork",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "RoleEligibilitySchedule.ReadWrite.Directory",
+ "Description": "Read, update, and delete all eligible role assignments for your company's directory",
+ "FullDescription": "Allows the app to read and manage the eligible role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes managing eligible directory role membership, and reading directory role templates, directory roles and eligible memberships.",
+ "IsAdmin": true,
+ "PermissionType": "DelegatedWork",
+ "IsLeastPrivilege": false
+ }
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest",
- "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequest",
"Method": "GET",
- "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}",
+ "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequest",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedulerequest-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.Governance",
+ "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests",
+ "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest",
"ApiVersion": "beta",
"Permissions": [
{
@@ -136436,83 +142483,32 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.Governance",
+ ],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest",
- "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequest",
"Method": "GET",
- "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests",
- "ApiVersion": "beta",
- "Permissions": [
- {
- "Name": "RoleEligibilitySchedule.Read.Directory",
- "Description": "Read all eligible role assignments for your company's directory",
- "FullDescription": "Allows the app to read the eligible role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes reading directory role templates, and directory roles.",
- "IsAdmin": true,
- "PermissionType": "DelegatedWork",
- "IsLeastPrivilege": true
- },
- {
- "Name": "RoleManagement.ReadWrite.Directory",
- "Description": "Read and write directory RBAC settings",
- "FullDescription": "Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.",
- "IsAdmin": true,
- "PermissionType": "DelegatedWork",
- "IsLeastPrivilege": false
- },
- {
- "Name": "RoleManagement.Read.Directory",
- "Description": "Read directory RBAC settings",
- "FullDescription": "Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.",
- "IsAdmin": true,
- "PermissionType": "DelegatedWork",
- "IsLeastPrivilege": false
- },
- {
- "Name": "RoleManagement.Read.All",
- "Description": "Read role management data for all RBAC providers",
- "FullDescription": "Allows the app to read the role-based access control (RBAC) settings for all RBAC providers, on your behalf. This includes reading role definitions and role assignments.",
- "IsAdmin": true,
- "PermissionType": "DelegatedWork",
- "IsLeastPrivilege": false
- },
- {
- "Name": "RoleEligibilitySchedule.ReadWrite.Directory",
- "Description": "Read, update, and delete all eligible role assignments for your company's directory",
- "FullDescription": "Allows the app to read and manage the eligible role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes managing eligible directory role membership, and reading directory role templates, directory roles and eligible memberships.",
- "IsAdmin": true,
- "PermissionType": "DelegatedWork",
- "IsLeastPrivilege": false
- }
- ]
+ "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequest",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-roleeligibilityschedulerequests?view=graph-rest-1.0"
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/appScope",
+ "OutputType": "IMicrosoftGraphAppScope",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAppScope",
- "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequestAppScope",
"Method": "GET",
- "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/appScope",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequestAppScope",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
- "Variants": [
- "Get"
- ],
- "OutputType": null,
- "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequestCount",
- "Method": "GET",
"Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -136555,95 +142551,102 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequestCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/directoryScope",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequestDirectoryScope",
"Method": "GET",
- "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/directoryScope",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequestDirectoryScope",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/principal",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequestPrincipal",
"Method": "GET",
- "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/principal",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequestPrincipal",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/roleDefinition",
+ "OutputType": "IMicrosoftGraphUnifiedRoleDefinition",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUnifiedRoleDefinition",
- "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequestRoleDefinition",
"Method": "GET",
- "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/roleDefinition",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequestRoleDefinition",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/targetSchedule",
+ "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule",
- "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequestTargetSchedule",
"Method": "GET",
- "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/targetSchedule",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequestTargetSchedule",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/roleDefinition",
+ "OutputType": "IMicrosoftGraphUnifiedRoleDefinition",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUnifiedRoleDefinition",
- "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRoleDefinition",
"Method": "GET",
- "Uri": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/roleDefinition",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRoleDefinition",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/roleManagement/directory/transitiveRoleAssignments/{unifiedRoleAssignment-id}",
+ "OutputType": "IMicrosoftGraphUnifiedRoleAssignment",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUnifiedRoleAssignment",
- "Command": "Get-MgBetaRoleManagementDirectoryTransitiveRoleAssignment",
"Method": "GET",
- "Uri": "/roleManagement/directory/transitiveRoleAssignments/{unifiedRoleAssignment-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementDirectoryTransitiveRoleAssignment",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphUnifiedRoleAssignment",
- "Command": "Get-MgBetaRoleManagementDirectoryTransitiveRoleAssignment",
- "Method": "GET",
"Uri": "/roleManagement/directory/transitiveRoleAssignments",
+ "OutputType": "IMicrosoftGraphUnifiedRoleAssignment",
"ApiVersion": "beta",
"Permissions": [
{
@@ -136678,30 +142681,32 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaRoleManagementDirectoryTransitiveRoleAssignment",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-transitiveroleassignments?view=graph-rest-1.0"
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/roleManagement/directory/transitiveRoleAssignments/{unifiedRoleAssignment-id}/appScope",
+ "OutputType": "IMicrosoftGraphAppScope",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAppScope",
- "Command": "Get-MgBetaRoleManagementDirectoryTransitiveRoleAssignmentAppScope",
"Method": "GET",
- "Uri": "/roleManagement/directory/transitiveRoleAssignments/{unifiedRoleAssignment-id}/appScope",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementDirectoryTransitiveRoleAssignmentAppScope",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
- "Variants": [
- "Get"
- ],
- "OutputType": null,
- "Command": "Get-MgBetaRoleManagementDirectoryTransitiveRoleAssignmentCount",
- "Method": "GET",
"Uri": "/roleManagement/directory/transitiveRoleAssignments/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -136736,1246 +142741,1342 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaRoleManagementDirectoryTransitiveRoleAssignmentCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/roleManagement/directory/transitiveRoleAssignments/{unifiedRoleAssignment-id}/directoryScope",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgBetaRoleManagementDirectoryTransitiveRoleAssignmentDirectoryScope",
"Method": "GET",
- "Uri": "/roleManagement/directory/transitiveRoleAssignments/{unifiedRoleAssignment-id}/directoryScope",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementDirectoryTransitiveRoleAssignmentDirectoryScope",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/roleManagement/directory/transitiveRoleAssignments/{unifiedRoleAssignment-id}/principal",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgBetaRoleManagementDirectoryTransitiveRoleAssignmentPrincipal",
"Method": "GET",
- "Uri": "/roleManagement/directory/transitiveRoleAssignments/{unifiedRoleAssignment-id}/principal",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementDirectoryTransitiveRoleAssignmentPrincipal",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/roleManagement/directory/transitiveRoleAssignments/{unifiedRoleAssignment-id}/roleDefinition",
+ "OutputType": "IMicrosoftGraphUnifiedRoleDefinition",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUnifiedRoleDefinition",
- "Command": "Get-MgBetaRoleManagementDirectoryTransitiveRoleAssignmentRoleDefinition",
"Method": "GET",
- "Uri": "/roleManagement/directory/transitiveRoleAssignments/{unifiedRoleAssignment-id}/roleDefinition",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementDirectoryTransitiveRoleAssignmentRoleDefinition",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}",
+ "OutputType": "IMicrosoftGraphRbacApplication",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphRbacApplication",
- "Command": "Get-MgBetaRoleManagementEnterpriseApp",
"Method": "GET",
- "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementEnterpriseApp",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/roleManagement/enterpriseApps",
+ "OutputType": "IMicrosoftGraphRbacApplication",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphRbacApplication",
- "Command": "Get-MgBetaRoleManagementEnterpriseApp",
"Method": "GET",
- "Uri": "/roleManagement/enterpriseApps",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementEnterpriseApp",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/roleManagement/enterpriseApps/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgBetaRoleManagementEnterpriseAppCount",
"Method": "GET",
- "Uri": "/roleManagement/enterpriseApps/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementEnterpriseAppCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces/{unifiedRbacResourceNamespace-id}",
+ "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace",
- "Command": "Get-MgBetaRoleManagementEnterpriseAppResourceNamespace",
"Method": "GET",
- "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces/{unifiedRbacResourceNamespace-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementEnterpriseAppResourceNamespace",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedrbacresourcenamespace-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces",
+ "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace",
- "Command": "Get-MgBetaRoleManagementEnterpriseAppResourceNamespace",
"Method": "GET",
- "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementEnterpriseAppResourceNamespace",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplicationmultiple-list-resourcenamespaces?view=graph-rest-1.0"
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaRoleManagementEnterpriseAppResourceNamespaceCount",
"Method": "GET",
- "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementEnterpriseAppResourceNamespaceCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}",
+ "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction",
- "Command": "Get-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceAction",
"Method": "GET",
- "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceAction",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedrbacresourceaction-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions",
+ "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction",
- "Command": "Get-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceAction",
"Method": "GET",
- "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceAction",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedrbacresourcenamespace-list-resourceactions?view=graph-rest-1.0"
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/authenticationContext",
+ "OutputType": "IMicrosoftGraphAuthenticationContextClassReference",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAuthenticationContextClassReference",
- "Command": "Get-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceActionAuthenticationContext",
"Method": "GET",
- "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/authenticationContext",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceActionAuthenticationContext",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceActionCount",
"Method": "GET",
- "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceActionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope",
+ "OutputType": "IMicrosoftGraphUnifiedRbacResourceScope",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUnifiedRbacResourceScope",
- "Command": "Get-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceActionResourceScope",
"Method": "GET",
- "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceActionResourceScope",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignments/{unifiedRoleAssignment-id}",
+ "OutputType": "IMicrosoftGraphUnifiedRoleAssignment",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUnifiedRoleAssignment",
- "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignment",
"Method": "GET",
- "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignments/{unifiedRoleAssignment-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignment",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignment-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignments",
+ "OutputType": "IMicrosoftGraphUnifiedRoleAssignment",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphUnifiedRoleAssignment",
- "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignment",
"Method": "GET",
- "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignments",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignment",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-roleassignments?view=graph-rest-1.0"
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentApprovals/{approval-id}",
+ "OutputType": "IMicrosoftGraphApproval",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphApproval",
- "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentApproval",
"Method": "GET",
- "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentApprovals/{approval-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentApproval",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentApprovals",
+ "OutputType": "IMicrosoftGraphApproval",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphApproval",
- "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentApproval",
"Method": "GET",
- "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentApprovals",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentApproval",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentApprovals/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentApprovalCount",
"Method": "GET",
- "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentApprovals/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentApprovalCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentApprovals/{approval-id}/steps/{approvalStep-id}",
+ "OutputType": "IMicrosoftGraphApprovalStep",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphApprovalStep",
- "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentApprovalStep",
"Method": "GET",
- "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentApprovals/{approval-id}/steps/{approvalStep-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentApprovalStep",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/approvalstep-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentApprovals/{approval-id}/steps",
+ "OutputType": "IMicrosoftGraphApprovalStep",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphApprovalStep",
- "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentApprovalStep",
"Method": "GET",
- "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentApprovals/{approval-id}/steps",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentApprovalStep",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/approval-list-steps?view=graph-rest-1.0"
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentApprovals/{approval-id}/steps/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentApprovalStepCount",
"Method": "GET",
- "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentApprovals/{approval-id}/steps/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentApprovalStepCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignments/{unifiedRoleAssignment-id}/appScope",
+ "OutputType": "IMicrosoftGraphAppScope",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAppScope",
- "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentAppScope",
"Method": "GET",
- "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignments/{unifiedRoleAssignment-id}/appScope",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentAppScope",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignments/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentCount",
"Method": "GET",
- "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignments/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignments/{unifiedRoleAssignment-id}/directoryScope",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentDirectoryScope",
"Method": "GET",
- "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignments/{unifiedRoleAssignment-id}/directoryScope",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentDirectoryScope",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignments/{unifiedRoleAssignment-id}/principal",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentPrincipal",
"Method": "GET",
- "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignments/{unifiedRoleAssignment-id}/principal",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentPrincipal",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignments/{unifiedRoleAssignment-id}/roleDefinition",
+ "OutputType": "IMicrosoftGraphUnifiedRoleDefinition",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUnifiedRoleDefinition",
- "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentRoleDefinition",
"Method": "GET",
- "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignments/{unifiedRoleAssignment-id}/roleDefinition",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentRoleDefinition",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}",
+ "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule",
- "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentSchedule",
"Method": "GET",
- "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentSchedule",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentschedule-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentSchedules",
+ "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule",
- "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentSchedule",
"Method": "GET",
- "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentSchedules",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentSchedule",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-roleassignmentschedules?view=graph-rest-1.0"
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/activatedUsing",
+ "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule",
- "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleActivatedUsing",
"Method": "GET",
- "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/activatedUsing",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleActivatedUsing",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/appScope",
+ "OutputType": "IMicrosoftGraphAppScope",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAppScope",
- "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleAppScope",
"Method": "GET",
- "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/appScope",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleAppScope",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentSchedules/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleCount",
"Method": "GET",
- "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentSchedules/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/directoryScope",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleDirectoryScope",
"Method": "GET",
- "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/directoryScope",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleDirectoryScope",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}",
+ "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance",
- "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstance",
"Method": "GET",
- "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstance",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentscheduleinstance-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleInstances",
+ "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance",
- "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstance",
"Method": "GET",
- "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleInstances",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstance",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-roleassignmentscheduleinstances?view=graph-rest-1.0"
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/activatedUsing",
+ "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance",
- "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstanceActivatedUsing",
"Method": "GET",
- "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/activatedUsing",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstanceActivatedUsing",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/appScope",
+ "OutputType": "IMicrosoftGraphAppScope",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAppScope",
- "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstanceAppScope",
"Method": "GET",
- "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/appScope",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstanceAppScope",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleInstances/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstanceCount",
"Method": "GET",
- "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleInstances/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstanceCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/directoryScope",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstanceDirectoryScope",
"Method": "GET",
- "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/directoryScope",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstanceDirectoryScope",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/principal",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstancePrincipal",
"Method": "GET",
- "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/principal",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstancePrincipal",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/roleDefinition",
+ "OutputType": "IMicrosoftGraphUnifiedRoleDefinition",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUnifiedRoleDefinition",
- "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstanceRoleDefinition",
"Method": "GET",
- "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/roleDefinition",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstanceRoleDefinition",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/principal",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentSchedulePrincipal",
"Method": "GET",
- "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/principal",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentSchedulePrincipal",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}",
+ "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest",
- "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequest",
"Method": "GET",
- "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequest",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentschedulerequest-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleRequests",
+ "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest",
- "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequest",
"Method": "GET",
- "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleRequests",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequest",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-roleassignmentschedulerequests?view=graph-rest-1.0"
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/activatedUsing",
+ "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule",
- "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequestActivatedUsing",
"Method": "GET",
- "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/activatedUsing",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequestActivatedUsing",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/appScope",
+ "OutputType": "IMicrosoftGraphAppScope",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAppScope",
- "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequestAppScope",
"Method": "GET",
- "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/appScope",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequestAppScope",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleRequests/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequestCount",
"Method": "GET",
- "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleRequests/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequestCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/directoryScope",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequestDirectoryScope",
"Method": "GET",
- "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/directoryScope",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequestDirectoryScope",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/principal",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequestPrincipal",
"Method": "GET",
- "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/principal",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequestPrincipal",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/roleDefinition",
+ "OutputType": "IMicrosoftGraphUnifiedRoleDefinition",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUnifiedRoleDefinition",
- "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequestRoleDefinition",
"Method": "GET",
- "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/roleDefinition",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequestRoleDefinition",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/targetSchedule",
+ "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule",
- "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequestTargetSchedule",
"Method": "GET",
- "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/targetSchedule",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequestTargetSchedule",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/roleDefinition",
+ "OutputType": "IMicrosoftGraphUnifiedRoleDefinition",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUnifiedRoleDefinition",
- "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRoleDefinition",
"Method": "GET",
- "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/roleDefinition",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRoleDefinition",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleDefinitions/{unifiedRoleDefinition-id}",
+ "OutputType": "IMicrosoftGraphUnifiedRoleDefinition",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUnifiedRoleDefinition",
- "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleDefinition",
"Method": "GET",
- "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleDefinitions/{unifiedRoleDefinition-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleDefinition",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroledefinition-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleDefinitions",
+ "OutputType": "IMicrosoftGraphUnifiedRoleDefinition",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphUnifiedRoleDefinition",
- "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleDefinition",
"Method": "GET",
- "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleDefinitions",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleDefinition",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-roledefinitions?view=graph-rest-1.0"
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleDefinitions/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleDefinitionCount",
"Method": "GET",
- "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleDefinitions/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleDefinitionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}",
+ "OutputType": "IMicrosoftGraphUnifiedRoleDefinition",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUnifiedRoleDefinition",
- "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleDefinitionInheritPermissionFrom",
"Method": "GET",
- "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleDefinitionInheritPermissionFrom",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom",
+ "OutputType": "IMicrosoftGraphUnifiedRoleDefinition",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphUnifiedRoleDefinition",
- "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleDefinitionInheritPermissionFrom",
"Method": "GET",
- "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleDefinitionInheritPermissionFrom",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleDefinitionInheritPermissionFromCount",
"Method": "GET",
- "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleDefinitionInheritPermissionFromCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}",
+ "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule",
- "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilitySchedule",
"Method": "GET",
- "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilitySchedule",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedule-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilitySchedules",
+ "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule",
- "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilitySchedule",
"Method": "GET",
- "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilitySchedules",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilitySchedule",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-roleeligibilityschedules?view=graph-rest-1.0"
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/appScope",
+ "OutputType": "IMicrosoftGraphAppScope",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAppScope",
- "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleAppScope",
"Method": "GET",
- "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/appScope",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleAppScope",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilitySchedules/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleCount",
"Method": "GET",
- "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilitySchedules/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/directoryScope",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleDirectoryScope",
"Method": "GET",
- "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/directoryScope",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleDirectoryScope",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}",
+ "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance",
- "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleInstance",
"Method": "GET",
- "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleInstance",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityscheduleinstance-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleInstances",
+ "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance",
- "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleInstance",
"Method": "GET",
- "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleInstances",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleInstance",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-roleeligibilityscheduleinstances?view=graph-rest-1.0"
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/appScope",
+ "OutputType": "IMicrosoftGraphAppScope",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAppScope",
- "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleInstanceAppScope",
"Method": "GET",
- "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/appScope",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleInstanceAppScope",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleInstances/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleInstanceCount",
"Method": "GET",
- "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleInstances/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleInstanceCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/directoryScope",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleInstanceDirectoryScope",
"Method": "GET",
- "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/directoryScope",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleInstanceDirectoryScope",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/principal",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleInstancePrincipal",
"Method": "GET",
- "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/principal",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleInstancePrincipal",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/roleDefinition",
+ "OutputType": "IMicrosoftGraphUnifiedRoleDefinition",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUnifiedRoleDefinition",
- "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleInstanceRoleDefinition",
"Method": "GET",
- "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/roleDefinition",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleInstanceRoleDefinition",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/principal",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilitySchedulePrincipal",
"Method": "GET",
- "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/principal",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilitySchedulePrincipal",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}",
+ "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest",
- "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequest",
"Method": "GET",
- "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequest",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedulerequest-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleRequests",
+ "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest",
- "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequest",
"Method": "GET",
- "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleRequests",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequest",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-roleeligibilityschedulerequests?view=graph-rest-1.0"
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/appScope",
+ "OutputType": "IMicrosoftGraphAppScope",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAppScope",
- "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequestAppScope",
"Method": "GET",
- "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/appScope",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequestAppScope",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleRequests/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequestCount",
"Method": "GET",
- "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleRequests/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequestCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/directoryScope",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequestDirectoryScope",
"Method": "GET",
- "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/directoryScope",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequestDirectoryScope",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/principal",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequestPrincipal",
"Method": "GET",
- "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/principal",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequestPrincipal",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/roleDefinition",
+ "OutputType": "IMicrosoftGraphUnifiedRoleDefinition",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUnifiedRoleDefinition",
- "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequestRoleDefinition",
"Method": "GET",
- "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/roleDefinition",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequestRoleDefinition",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/targetSchedule",
+ "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule",
- "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequestTargetSchedule",
"Method": "GET",
- "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/targetSchedule",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequestTargetSchedule",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/roleDefinition",
+ "OutputType": "IMicrosoftGraphUnifiedRoleDefinition",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUnifiedRoleDefinition",
- "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRoleDefinition",
"Method": "GET",
- "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/roleDefinition",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRoleDefinition",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/transitiveRoleAssignments/{unifiedRoleAssignment-id}",
+ "OutputType": "IMicrosoftGraphUnifiedRoleAssignment",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUnifiedRoleAssignment",
- "Command": "Get-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignment",
"Method": "GET",
- "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/transitiveRoleAssignments/{unifiedRoleAssignment-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignment",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/transitiveRoleAssignments",
+ "OutputType": "IMicrosoftGraphUnifiedRoleAssignment",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphUnifiedRoleAssignment",
- "Command": "Get-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignment",
"Method": "GET",
- "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/transitiveRoleAssignments",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignment",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-transitiveroleassignments?view=graph-rest-1.0"
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/transitiveRoleAssignments/{unifiedRoleAssignment-id}/appScope",
+ "OutputType": "IMicrosoftGraphAppScope",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAppScope",
- "Command": "Get-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignmentAppScope",
"Method": "GET",
- "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/transitiveRoleAssignments/{unifiedRoleAssignment-id}/appScope",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignmentAppScope",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/transitiveRoleAssignments/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignmentCount",
"Method": "GET",
- "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/transitiveRoleAssignments/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignmentCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/transitiveRoleAssignments/{unifiedRoleAssignment-id}/directoryScope",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignmentDirectoryScope",
"Method": "GET",
- "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/transitiveRoleAssignments/{unifiedRoleAssignment-id}/directoryScope",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignmentDirectoryScope",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/transitiveRoleAssignments/{unifiedRoleAssignment-id}/principal",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignmentPrincipal",
"Method": "GET",
- "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/transitiveRoleAssignments/{unifiedRoleAssignment-id}/principal",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignmentPrincipal",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/transitiveRoleAssignments/{unifiedRoleAssignment-id}/roleDefinition",
+ "OutputType": "IMicrosoftGraphUnifiedRoleDefinition",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUnifiedRoleDefinition",
- "Command": "Get-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignmentRoleDefinition",
"Method": "GET",
- "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/transitiveRoleAssignments/{unifiedRoleAssignment-id}/roleDefinition",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignmentRoleDefinition",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/roleManagement/entitlementManagement",
+ "OutputType": "IMicrosoftGraphRbacApplication",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": "IMicrosoftGraphRbacApplication",
- "Command": "Get-MgBetaRoleManagementEntitlementManagement",
"Method": "GET",
- "Uri": "/roleManagement/entitlementManagement",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementEntitlementManagement",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}",
+ "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace",
- "Command": "Get-MgBetaRoleManagementEntitlementManagementResourceNamespace",
"Method": "GET",
- "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementEntitlementManagementResourceNamespace",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedrbacresourcenamespace-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/roleManagement/entitlementManagement/resourceNamespaces",
+ "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace",
- "Command": "Get-MgBetaRoleManagementEntitlementManagementResourceNamespace",
"Method": "GET",
- "Uri": "/roleManagement/entitlementManagement/resourceNamespaces",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementEntitlementManagementResourceNamespace",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplicationmultiple-list-resourcenamespaces?view=graph-rest-1.0"
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgBetaRoleManagementEntitlementManagementResourceNamespaceCount",
"Method": "GET",
- "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementEntitlementManagementResourceNamespaceCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}",
+ "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction",
- "Command": "Get-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceAction",
"Method": "GET",
- "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceAction",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedrbacresourceaction-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions",
+ "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction",
- "Command": "Get-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceAction",
"Method": "GET",
- "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceAction",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedrbacresourcenamespace-list-resourceactions?view=graph-rest-1.0"
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/authenticationContext",
+ "OutputType": "IMicrosoftGraphAuthenticationContextClassReference",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAuthenticationContextClassReference",
- "Command": "Get-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceActionAuthenticationContext",
"Method": "GET",
- "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/authenticationContext",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceActionAuthenticationContext",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceActionCount",
"Method": "GET",
- "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceActionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope",
+ "OutputType": "IMicrosoftGraphUnifiedRbacResourceScope",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUnifiedRbacResourceScope",
- "Command": "Get-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceActionResourceScope",
"Method": "GET",
- "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceActionResourceScope",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphUnifiedRoleAssignment",
- "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignment",
- "Method": "GET",
"Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}",
+ "OutputType": "IMicrosoftGraphUnifiedRoleAssignment",
"ApiVersion": "beta",
"Permissions": [
{
@@ -138034,17 +144135,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.Governance",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUnifiedRoleAssignment",
- "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignment",
"Method": "GET",
+ "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignment",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignment-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.Governance",
"Uri": "/roleManagement/entitlementManagement/roleAssignments",
+ "OutputType": "IMicrosoftGraphUnifiedRoleAssignment",
"ApiVersion": "beta",
"Permissions": [
{
@@ -138103,105 +144206,113 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignment",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-roleassignments?view=graph-rest-1.0"
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/roleManagement/entitlementManagement/roleAssignmentApprovals/{approval-id}",
+ "OutputType": "IMicrosoftGraphApproval",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphApproval",
- "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentApproval",
"Method": "GET",
- "Uri": "/roleManagement/entitlementManagement/roleAssignmentApprovals/{approval-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentApproval",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/roleManagement/entitlementManagement/roleAssignmentApprovals",
+ "OutputType": "IMicrosoftGraphApproval",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphApproval",
- "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentApproval",
"Method": "GET",
- "Uri": "/roleManagement/entitlementManagement/roleAssignmentApprovals",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentApproval",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/roleManagement/entitlementManagement/roleAssignmentApprovals/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentApprovalCount",
"Method": "GET",
- "Uri": "/roleManagement/entitlementManagement/roleAssignmentApprovals/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentApprovalCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/roleManagement/entitlementManagement/roleAssignmentApprovals/{approval-id}/steps/{approvalStep-id}",
+ "OutputType": "IMicrosoftGraphApprovalStep",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphApprovalStep",
- "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentApprovalStep",
"Method": "GET",
- "Uri": "/roleManagement/entitlementManagement/roleAssignmentApprovals/{approval-id}/steps/{approvalStep-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentApprovalStep",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/approvalstep-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/roleManagement/entitlementManagement/roleAssignmentApprovals/{approval-id}/steps",
+ "OutputType": "IMicrosoftGraphApprovalStep",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphApprovalStep",
- "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentApprovalStep",
"Method": "GET",
- "Uri": "/roleManagement/entitlementManagement/roleAssignmentApprovals/{approval-id}/steps",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentApprovalStep",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/approval-list-steps?view=graph-rest-1.0"
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/roleManagement/entitlementManagement/roleAssignmentApprovals/{approval-id}/steps/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentApprovalStepCount",
"Method": "GET",
- "Uri": "/roleManagement/entitlementManagement/roleAssignmentApprovals/{approval-id}/steps/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentApprovalStepCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/appScope",
+ "OutputType": "IMicrosoftGraphAppScope",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAppScope",
- "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentAppScope",
"Method": "GET",
- "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/appScope",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentAppScope",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
- "Variants": [
- "Get"
- ],
- "OutputType": null,
- "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentCount",
- "Method": "GET",
"Uri": "/roleManagement/entitlementManagement/roleAssignments/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -138260,376 +144371,404 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/directoryScope",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentDirectoryScope",
"Method": "GET",
- "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/directoryScope",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentDirectoryScope",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/principal",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentPrincipal",
"Method": "GET",
- "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/principal",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentPrincipal",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/roleDefinition",
+ "OutputType": "IMicrosoftGraphUnifiedRoleDefinition",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUnifiedRoleDefinition",
- "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentRoleDefinition",
"Method": "GET",
- "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/roleDefinition",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentRoleDefinition",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}",
+ "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule",
- "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentSchedule",
"Method": "GET",
- "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentSchedule",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentschedule-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules",
+ "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule",
- "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentSchedule",
"Method": "GET",
- "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentSchedule",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-roleassignmentschedules?view=graph-rest-1.0"
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/activatedUsing",
+ "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule",
- "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleActivatedUsing",
"Method": "GET",
- "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/activatedUsing",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleActivatedUsing",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/appScope",
+ "OutputType": "IMicrosoftGraphAppScope",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAppScope",
- "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleAppScope",
"Method": "GET",
- "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/appScope",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleAppScope",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleCount",
"Method": "GET",
- "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/directoryScope",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleDirectoryScope",
"Method": "GET",
- "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/directoryScope",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleDirectoryScope",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}",
+ "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance",
- "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstance",
"Method": "GET",
- "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstance",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentscheduleinstance-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances",
+ "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance",
- "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstance",
"Method": "GET",
- "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstance",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-roleassignmentscheduleinstances?view=graph-rest-1.0"
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/activatedUsing",
+ "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance",
- "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceActivatedUsing",
"Method": "GET",
- "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/activatedUsing",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceActivatedUsing",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/appScope",
+ "OutputType": "IMicrosoftGraphAppScope",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAppScope",
- "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceAppScope",
"Method": "GET",
- "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/appScope",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceAppScope",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceCount",
"Method": "GET",
- "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/directoryScope",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceDirectoryScope",
"Method": "GET",
- "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/directoryScope",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceDirectoryScope",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/principal",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstancePrincipal",
"Method": "GET",
- "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/principal",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstancePrincipal",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/roleDefinition",
+ "OutputType": "IMicrosoftGraphUnifiedRoleDefinition",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUnifiedRoleDefinition",
- "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceRoleDefinition",
"Method": "GET",
- "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/roleDefinition",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceRoleDefinition",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/principal",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentSchedulePrincipal",
"Method": "GET",
- "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/principal",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentSchedulePrincipal",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}",
+ "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest",
- "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequest",
"Method": "GET",
- "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequest",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentschedulerequest-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests",
+ "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest",
- "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequest",
"Method": "GET",
- "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequest",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-roleassignmentschedulerequests?view=graph-rest-1.0"
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/activatedUsing",
+ "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule",
- "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequestActivatedUsing",
"Method": "GET",
- "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/activatedUsing",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequestActivatedUsing",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/appScope",
+ "OutputType": "IMicrosoftGraphAppScope",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAppScope",
- "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequestAppScope",
"Method": "GET",
- "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/appScope",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequestAppScope",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequestCount",
"Method": "GET",
- "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequestCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/directoryScope",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequestDirectoryScope",
"Method": "GET",
- "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/directoryScope",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequestDirectoryScope",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/principal",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequestPrincipal",
"Method": "GET",
- "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/principal",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequestPrincipal",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/roleDefinition",
+ "OutputType": "IMicrosoftGraphUnifiedRoleDefinition",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUnifiedRoleDefinition",
- "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequestRoleDefinition",
"Method": "GET",
- "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/roleDefinition",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequestRoleDefinition",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/targetSchedule",
+ "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule",
- "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequestTargetSchedule",
"Method": "GET",
- "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/targetSchedule",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequestTargetSchedule",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/roleDefinition",
+ "OutputType": "IMicrosoftGraphUnifiedRoleDefinition",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUnifiedRoleDefinition",
- "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRoleDefinition",
"Method": "GET",
- "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/roleDefinition",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRoleDefinition",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphUnifiedRoleDefinition",
- "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleDefinition",
- "Method": "GET",
"Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}",
+ "OutputType": "IMicrosoftGraphUnifiedRoleDefinition",
"ApiVersion": "beta",
"Permissions": [
{
@@ -138736,17 +144875,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.Governance",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUnifiedRoleDefinition",
- "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleDefinition",
"Method": "GET",
+ "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleDefinition",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroledefinition-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.Governance",
"Uri": "/roleManagement/entitlementManagement/roleDefinitions",
+ "OutputType": "IMicrosoftGraphUnifiedRoleDefinition",
"ApiVersion": "beta",
"Permissions": [
{
@@ -138853,17 +144994,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.Governance",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleDefinitionCount",
"Method": "GET",
+ "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleDefinition",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-roledefinitions?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.Governance",
"Uri": "/roleManagement/entitlementManagement/roleDefinitions/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -138970,437 +145112,470 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleDefinitionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}",
+ "OutputType": "IMicrosoftGraphUnifiedRoleDefinition",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUnifiedRoleDefinition",
- "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFrom",
"Method": "GET",
- "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFrom",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom",
+ "OutputType": "IMicrosoftGraphUnifiedRoleDefinition",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphUnifiedRoleDefinition",
- "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFrom",
"Method": "GET",
- "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFrom",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFromCount",
"Method": "GET",
- "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFromCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}",
+ "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule",
- "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilitySchedule",
"Method": "GET",
- "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilitySchedule",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedule-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules",
+ "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule",
- "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilitySchedule",
"Method": "GET",
- "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilitySchedule",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-roleeligibilityschedules?view=graph-rest-1.0"
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/appScope",
+ "OutputType": "IMicrosoftGraphAppScope",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAppScope",
- "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleAppScope",
"Method": "GET",
- "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/appScope",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleAppScope",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleCount",
"Method": "GET",
- "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/directoryScope",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleDirectoryScope",
"Method": "GET",
- "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/directoryScope",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleDirectoryScope",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}",
+ "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance",
- "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleInstance",
"Method": "GET",
- "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleInstance",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityscheduleinstance-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances",
+ "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance",
- "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleInstance",
"Method": "GET",
- "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleInstance",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-roleeligibilityscheduleinstances?view=graph-rest-1.0"
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/appScope",
+ "OutputType": "IMicrosoftGraphAppScope",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAppScope",
- "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleInstanceAppScope",
"Method": "GET",
- "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/appScope",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleInstanceAppScope",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleInstanceCount",
"Method": "GET",
- "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleInstanceCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/directoryScope",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleInstanceDirectoryScope",
"Method": "GET",
- "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/directoryScope",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleInstanceDirectoryScope",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/principal",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleInstancePrincipal",
"Method": "GET",
- "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/principal",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleInstancePrincipal",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/roleDefinition",
+ "OutputType": "IMicrosoftGraphUnifiedRoleDefinition",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUnifiedRoleDefinition",
- "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleInstanceRoleDefinition",
"Method": "GET",
- "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/roleDefinition",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleInstanceRoleDefinition",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/principal",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilitySchedulePrincipal",
"Method": "GET",
- "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/principal",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilitySchedulePrincipal",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}",
+ "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest",
- "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequest",
"Method": "GET",
- "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequest",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedulerequest-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests",
+ "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest",
- "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequest",
"Method": "GET",
- "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequest",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-roleeligibilityschedulerequests?view=graph-rest-1.0"
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/appScope",
+ "OutputType": "IMicrosoftGraphAppScope",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAppScope",
- "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequestAppScope",
"Method": "GET",
- "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/appScope",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequestAppScope",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequestCount",
"Method": "GET",
- "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequestCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/directoryScope",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequestDirectoryScope",
"Method": "GET",
- "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/directoryScope",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequestDirectoryScope",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/principal",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequestPrincipal",
"Method": "GET",
- "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/principal",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequestPrincipal",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/roleDefinition",
+ "OutputType": "IMicrosoftGraphUnifiedRoleDefinition",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUnifiedRoleDefinition",
- "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequestRoleDefinition",
"Method": "GET",
- "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/roleDefinition",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequestRoleDefinition",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/targetSchedule",
+ "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule",
- "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequestTargetSchedule",
"Method": "GET",
- "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/targetSchedule",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequestTargetSchedule",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/roleDefinition",
+ "OutputType": "IMicrosoftGraphUnifiedRoleDefinition",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUnifiedRoleDefinition",
- "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRoleDefinition",
"Method": "GET",
- "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/roleDefinition",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRoleDefinition",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/roleManagement/entitlementManagement/transitiveRoleAssignments/{unifiedRoleAssignment-id}",
+ "OutputType": "IMicrosoftGraphUnifiedRoleAssignment",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUnifiedRoleAssignment",
- "Command": "Get-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignment",
"Method": "GET",
- "Uri": "/roleManagement/entitlementManagement/transitiveRoleAssignments/{unifiedRoleAssignment-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignment",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/roleManagement/entitlementManagement/transitiveRoleAssignments",
+ "OutputType": "IMicrosoftGraphUnifiedRoleAssignment",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphUnifiedRoleAssignment",
- "Command": "Get-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignment",
"Method": "GET",
- "Uri": "/roleManagement/entitlementManagement/transitiveRoleAssignments",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignment",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-transitiveroleassignments?view=graph-rest-1.0"
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/roleManagement/entitlementManagement/transitiveRoleAssignments/{unifiedRoleAssignment-id}/appScope",
+ "OutputType": "IMicrosoftGraphAppScope",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAppScope",
- "Command": "Get-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignmentAppScope",
"Method": "GET",
- "Uri": "/roleManagement/entitlementManagement/transitiveRoleAssignments/{unifiedRoleAssignment-id}/appScope",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignmentAppScope",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/roleManagement/entitlementManagement/transitiveRoleAssignments/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignmentCount",
"Method": "GET",
- "Uri": "/roleManagement/entitlementManagement/transitiveRoleAssignments/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignmentCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/roleManagement/entitlementManagement/transitiveRoleAssignments/{unifiedRoleAssignment-id}/directoryScope",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignmentDirectoryScope",
"Method": "GET",
- "Uri": "/roleManagement/entitlementManagement/transitiveRoleAssignments/{unifiedRoleAssignment-id}/directoryScope",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignmentDirectoryScope",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/roleManagement/entitlementManagement/transitiveRoleAssignments/{unifiedRoleAssignment-id}/principal",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignmentPrincipal",
"Method": "GET",
- "Uri": "/roleManagement/entitlementManagement/transitiveRoleAssignments/{unifiedRoleAssignment-id}/principal",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignmentPrincipal",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/roleManagement/entitlementManagement/transitiveRoleAssignments/{unifiedRoleAssignment-id}/roleDefinition",
+ "OutputType": "IMicrosoftGraphUnifiedRoleDefinition",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUnifiedRoleDefinition",
- "Command": "Get-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignmentRoleDefinition",
"Method": "GET",
- "Uri": "/roleManagement/entitlementManagement/transitiveRoleAssignments/{unifiedRoleAssignment-id}/roleDefinition",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignmentRoleDefinition",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Enrollment",
+ "Uri": "/roleManagement/exchange",
+ "OutputType": "IMicrosoftGraphUnifiedRbacApplication",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": "IMicrosoftGraphUnifiedRbacApplication",
- "Command": "Get-MgBetaRoleManagementExchange",
"Method": "GET",
- "Uri": "/roleManagement/exchange",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementExchange",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Enrollment",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphCustomAppScope",
- "Command": "Get-MgBetaRoleManagementExchangeCustomAppScope",
- "Method": "GET",
"Uri": "/roleManagement/exchange/customAppScopes/{customAppScope-id}",
+ "OutputType": "IMicrosoftGraphCustomAppScope",
"ApiVersion": "beta",
"Permissions": [
{
@@ -139427,17 +145602,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Enrollment",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphCustomAppScope",
- "Command": "Get-MgBetaRoleManagementExchangeCustomAppScope",
"Method": "GET",
+ "Command": "Get-MgBetaRoleManagementExchangeCustomAppScope",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/customappscope-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.DeviceManagement.Enrollment",
"Uri": "/roleManagement/exchange/customAppScopes",
+ "OutputType": "IMicrosoftGraphCustomAppScope",
"ApiVersion": "beta",
"Permissions": [
{
@@ -139464,17 +145641,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Enrollment",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaRoleManagementExchangeCustomAppScopeCount",
"Method": "GET",
+ "Command": "Get-MgBetaRoleManagementExchangeCustomAppScope",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedrbacapplication-list-customappscopes?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.DeviceManagement.Enrollment",
"Uri": "/roleManagement/exchange/customAppScopes/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -139501,119 +145679,127 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaRoleManagementExchangeCustomAppScopeCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Enrollment",
+ "Uri": "/roleManagement/exchange/resourceNamespaces/{unifiedRbacResourceNamespace-id}",
+ "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace",
- "Command": "Get-MgBetaRoleManagementExchangeResourceNamespace",
"Method": "GET",
- "Uri": "/roleManagement/exchange/resourceNamespaces/{unifiedRbacResourceNamespace-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementExchangeResourceNamespace",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Enrollment",
+ "Uri": "/roleManagement/exchange/resourceNamespaces",
+ "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace",
- "Command": "Get-MgBetaRoleManagementExchangeResourceNamespace",
"Method": "GET",
- "Uri": "/roleManagement/exchange/resourceNamespaces",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementExchangeResourceNamespace",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Enrollment",
+ "Uri": "/roleManagement/exchange/resourceNamespaces/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgBetaRoleManagementExchangeResourceNamespaceCount",
"Method": "GET",
- "Uri": "/roleManagement/exchange/resourceNamespaces/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementExchangeResourceNamespaceCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Enrollment",
+ "Uri": "/roleManagement/exchange/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}",
+ "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction",
- "Command": "Get-MgBetaRoleManagementExchangeResourceNamespaceResourceAction",
"Method": "GET",
- "Uri": "/roleManagement/exchange/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementExchangeResourceNamespaceResourceAction",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedrbacresourceaction-get?view=graph-rest-1.0"
},
{
"Module": "Beta.DeviceManagement.Enrollment",
+ "Uri": "/roleManagement/exchange/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions",
+ "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction",
- "Command": "Get-MgBetaRoleManagementExchangeResourceNamespaceResourceAction",
"Method": "GET",
- "Uri": "/roleManagement/exchange/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementExchangeResourceNamespaceResourceAction",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedrbacresourcenamespace-list-resourceactions?view=graph-rest-1.0"
},
{
"Module": "Beta.DeviceManagement.Enrollment",
+ "Uri": "/roleManagement/exchange/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/authenticationContext",
+ "OutputType": "IMicrosoftGraphAuthenticationContextClassReference",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAuthenticationContextClassReference",
- "Command": "Get-MgBetaRoleManagementExchangeResourceNamespaceResourceActionAuthenticationContext",
"Method": "GET",
- "Uri": "/roleManagement/exchange/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/authenticationContext",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementExchangeResourceNamespaceResourceActionAuthenticationContext",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Enrollment",
+ "Uri": "/roleManagement/exchange/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaRoleManagementExchangeResourceNamespaceResourceActionCount",
"Method": "GET",
- "Uri": "/roleManagement/exchange/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementExchangeResourceNamespaceResourceActionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Enrollment",
+ "Uri": "/roleManagement/exchange/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope",
+ "OutputType": "IMicrosoftGraphUnifiedRbacResourceScope",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUnifiedRbacResourceScope",
- "Command": "Get-MgBetaRoleManagementExchangeResourceNamespaceResourceActionResourceScope",
"Method": "GET",
- "Uri": "/roleManagement/exchange/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementExchangeResourceNamespaceResourceActionResourceScope",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Enrollment",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphUnifiedRoleAssignment",
- "Command": "Get-MgBetaRoleManagementExchangeRoleAssignment",
- "Method": "GET",
"Uri": "/roleManagement/exchange/roleAssignments/{unifiedRoleAssignment-id}",
+ "OutputType": "IMicrosoftGraphUnifiedRoleAssignment",
"ApiVersion": "beta",
"Permissions": [
{
@@ -139656,17 +145842,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Enrollment",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUnifiedRoleAssignment",
- "Command": "Get-MgBetaRoleManagementExchangeRoleAssignment",
"Method": "GET",
+ "Command": "Get-MgBetaRoleManagementExchangeRoleAssignment",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignment-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.DeviceManagement.Enrollment",
"Uri": "/roleManagement/exchange/roleAssignments",
+ "OutputType": "IMicrosoftGraphUnifiedRoleAssignment",
"ApiVersion": "beta",
"Permissions": [
{
@@ -139709,30 +145897,32 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaRoleManagementExchangeRoleAssignment",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-roleassignments?view=graph-rest-1.0"
},
{
"Module": "Beta.DeviceManagement.Enrollment",
+ "Uri": "/roleManagement/exchange/roleAssignments/{unifiedRoleAssignment-id}/appScope",
+ "OutputType": "IMicrosoftGraphAppScope",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAppScope",
- "Command": "Get-MgBetaRoleManagementExchangeRoleAssignmentAppScope",
"Method": "GET",
- "Uri": "/roleManagement/exchange/roleAssignments/{unifiedRoleAssignment-id}/appScope",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementExchangeRoleAssignmentAppScope",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Enrollment",
- "Variants": [
- "Get"
- ],
- "OutputType": null,
- "Command": "Get-MgBetaRoleManagementExchangeRoleAssignmentCount",
- "Method": "GET",
"Uri": "/roleManagement/exchange/roleAssignments/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -139775,57 +145965,60 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Enrollment",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgBetaRoleManagementExchangeRoleAssignmentDirectoryScope",
"Method": "GET",
- "Uri": "/roleManagement/exchange/roleAssignments/{unifiedRoleAssignment-id}/directoryScope",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementExchangeRoleAssignmentCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Enrollment",
+ "Uri": "/roleManagement/exchange/roleAssignments/{unifiedRoleAssignment-id}/directoryScope",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgBetaRoleManagementExchangeRoleAssignmentPrincipal",
"Method": "GET",
- "Uri": "/roleManagement/exchange/roleAssignments/{unifiedRoleAssignment-id}/principal",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementExchangeRoleAssignmentDirectoryScope",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Enrollment",
+ "Uri": "/roleManagement/exchange/roleAssignments/{unifiedRoleAssignment-id}/principal",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUnifiedRoleDefinition",
- "Command": "Get-MgBetaRoleManagementExchangeRoleAssignmentRoleDefinition",
"Method": "GET",
- "Uri": "/roleManagement/exchange/roleAssignments/{unifiedRoleAssignment-id}/roleDefinition",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementExchangeRoleAssignmentPrincipal",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Enrollment",
+ "Uri": "/roleManagement/exchange/roleAssignments/{unifiedRoleAssignment-id}/roleDefinition",
+ "OutputType": "IMicrosoftGraphUnifiedRoleDefinition",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUnifiedRoleDefinition",
- "Command": "Get-MgBetaRoleManagementExchangeRoleDefinition",
"Method": "GET",
+ "Command": "Get-MgBetaRoleManagementExchangeRoleAssignmentRoleDefinition",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.DeviceManagement.Enrollment",
"Uri": "/roleManagement/exchange/roleDefinitions/{unifiedRoleDefinition-id}",
+ "OutputType": "IMicrosoftGraphUnifiedRoleDefinition",
"ApiVersion": "beta",
"Permissions": [
{
@@ -139884,17 +146077,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Enrollment",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUnifiedRoleDefinition",
- "Command": "Get-MgBetaRoleManagementExchangeRoleDefinition",
"Method": "GET",
+ "Command": "Get-MgBetaRoleManagementExchangeRoleDefinition",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroledefinition-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.DeviceManagement.Enrollment",
"Uri": "/roleManagement/exchange/roleDefinitions",
+ "OutputType": "IMicrosoftGraphUnifiedRoleDefinition",
"ApiVersion": "beta",
"Permissions": [
{
@@ -139953,17 +146148,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.DeviceManagement.Enrollment",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaRoleManagementExchangeRoleDefinitionCount",
"Method": "GET",
+ "Command": "Get-MgBetaRoleManagementExchangeRoleDefinition",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-roledefinitions?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.DeviceManagement.Enrollment",
"Uri": "/roleManagement/exchange/roleDefinitions/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -140022,132 +146218,141 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaRoleManagementExchangeRoleDefinitionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Enrollment",
+ "Uri": "/roleManagement/exchange/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}",
+ "OutputType": "IMicrosoftGraphUnifiedRoleDefinition",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUnifiedRoleDefinition",
- "Command": "Get-MgBetaRoleManagementExchangeRoleDefinitionInheritPermissionFrom",
"Method": "GET",
- "Uri": "/roleManagement/exchange/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementExchangeRoleDefinitionInheritPermissionFrom",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Enrollment",
+ "Uri": "/roleManagement/exchange/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom",
+ "OutputType": "IMicrosoftGraphUnifiedRoleDefinition",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphUnifiedRoleDefinition",
- "Command": "Get-MgBetaRoleManagementExchangeRoleDefinitionInheritPermissionFrom",
"Method": "GET",
- "Uri": "/roleManagement/exchange/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementExchangeRoleDefinitionInheritPermissionFrom",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Enrollment",
+ "Uri": "/roleManagement/exchange/transitiveRoleAssignments/{unifiedRoleAssignment-id}",
+ "OutputType": "IMicrosoftGraphUnifiedRoleAssignment",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUnifiedRoleAssignment",
- "Command": "Get-MgBetaRoleManagementExchangeTransitiveRoleAssignment",
"Method": "GET",
- "Uri": "/roleManagement/exchange/transitiveRoleAssignments/{unifiedRoleAssignment-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementExchangeTransitiveRoleAssignment",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Enrollment",
+ "Uri": "/roleManagement/exchange/transitiveRoleAssignments",
+ "OutputType": "IMicrosoftGraphUnifiedRoleAssignment",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphUnifiedRoleAssignment",
- "Command": "Get-MgBetaRoleManagementExchangeTransitiveRoleAssignment",
"Method": "GET",
- "Uri": "/roleManagement/exchange/transitiveRoleAssignments",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementExchangeTransitiveRoleAssignment",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Enrollment",
+ "Uri": "/roleManagement/exchange/transitiveRoleAssignments/{unifiedRoleAssignment-id}/appScope",
+ "OutputType": "IMicrosoftGraphAppScope",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAppScope",
- "Command": "Get-MgBetaRoleManagementExchangeTransitiveRoleAssignmentAppScope",
"Method": "GET",
- "Uri": "/roleManagement/exchange/transitiveRoleAssignments/{unifiedRoleAssignment-id}/appScope",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementExchangeTransitiveRoleAssignmentAppScope",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Enrollment",
+ "Uri": "/roleManagement/exchange/transitiveRoleAssignments/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgBetaRoleManagementExchangeTransitiveRoleAssignmentCount",
"Method": "GET",
- "Uri": "/roleManagement/exchange/transitiveRoleAssignments/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementExchangeTransitiveRoleAssignmentCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Enrollment",
+ "Uri": "/roleManagement/exchange/transitiveRoleAssignments/{unifiedRoleAssignment-id}/directoryScope",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgBetaRoleManagementExchangeTransitiveRoleAssignmentDirectoryScope",
"Method": "GET",
- "Uri": "/roleManagement/exchange/transitiveRoleAssignments/{unifiedRoleAssignment-id}/directoryScope",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementExchangeTransitiveRoleAssignmentDirectoryScope",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Enrollment",
+ "Uri": "/roleManagement/exchange/transitiveRoleAssignments/{unifiedRoleAssignment-id}/principal",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgBetaRoleManagementExchangeTransitiveRoleAssignmentPrincipal",
"Method": "GET",
- "Uri": "/roleManagement/exchange/transitiveRoleAssignments/{unifiedRoleAssignment-id}/principal",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementExchangeTransitiveRoleAssignmentPrincipal",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.DeviceManagement.Enrollment",
+ "Uri": "/roleManagement/exchange/transitiveRoleAssignments/{unifiedRoleAssignment-id}/roleDefinition",
+ "OutputType": "IMicrosoftGraphUnifiedRoleDefinition",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUnifiedRoleDefinition",
- "Command": "Get-MgBetaRoleManagementExchangeTransitiveRoleAssignmentRoleDefinition",
"Method": "GET",
- "Uri": "/roleManagement/exchange/transitiveRoleAssignments/{unifiedRoleAssignment-id}/roleDefinition",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaRoleManagementExchangeTransitiveRoleAssignmentRoleDefinition",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.SchemaExtensions",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphSchemaExtension",
- "Command": "Get-MgBetaSchemaExtension",
- "Method": "GET",
"Uri": "/schemaExtensions/{schemaExtension-id}",
+ "OutputType": "IMicrosoftGraphSchemaExtension",
"ApiVersion": "beta",
"Permissions": [
{
@@ -140166,17 +146371,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": true
}
- ]
- },
- {
- "Module": "Beta.SchemaExtensions",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSchemaExtension",
- "Command": "Get-MgBetaSchemaExtension",
"Method": "GET",
+ "Command": "Get-MgBetaSchemaExtension",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schemaextension-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.SchemaExtensions",
"Uri": "/schemaExtensions",
+ "OutputType": "IMicrosoftGraphSchemaExtension",
"ApiVersion": "beta",
"Permissions": [
{
@@ -140195,17 +146402,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": true
}
- ]
- },
- {
- "Module": "Beta.SchemaExtensions",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaSchemaExtensionCount",
"Method": "GET",
+ "Command": "Get-MgBetaSchemaExtension",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schemaextension-list?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.SchemaExtensions",
"Uri": "/schemaExtensions/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -140224,18 +146432,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": true
}
- ]
- },
- {
- "Module": "Beta.Search",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphSearchAcronym",
- "Command": "Get-MgBetaSearchAcronym",
"Method": "GET",
+ "Command": "Get-MgBetaSchemaExtensionCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Search",
"Uri": "/search/acronyms/{acronym-id}",
+ "OutputType": "IMicrosoftGraphSearchAcronym",
"ApiVersion": "beta",
"Permissions": [
{
@@ -140254,17 +146462,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Search",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSearchAcronym",
- "Command": "Get-MgBetaSearchAcronym",
"Method": "GET",
+ "Command": "Get-MgBetaSearchAcronym",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-acronym-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Search",
"Uri": "/search/acronyms",
+ "OutputType": "IMicrosoftGraphSearchAcronym",
"ApiVersion": "beta",
"Permissions": [
{
@@ -140283,17 +146493,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Search",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaSearchAcronymCount",
"Method": "GET",
+ "Command": "Get-MgBetaSearchAcronym",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-searchentity-list-acronyms?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Search",
"Uri": "/search/acronyms/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -140312,18 +146523,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Search",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphSearchBookmark",
- "Command": "Get-MgBetaSearchBookmark",
"Method": "GET",
+ "Command": "Get-MgBetaSearchAcronymCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Search",
"Uri": "/search/bookmarks/{bookmark-id}",
+ "OutputType": "IMicrosoftGraphSearchBookmark",
"ApiVersion": "beta",
"Permissions": [
{
@@ -140342,17 +146553,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Search",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSearchBookmark",
- "Command": "Get-MgBetaSearchBookmark",
"Method": "GET",
+ "Command": "Get-MgBetaSearchBookmark",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-bookmark-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Search",
"Uri": "/search/bookmarks",
+ "OutputType": "IMicrosoftGraphSearchBookmark",
"ApiVersion": "beta",
"Permissions": [
{
@@ -140371,17 +146584,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Search",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaSearchBookmarkCount",
"Method": "GET",
+ "Command": "Get-MgBetaSearchBookmark",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-searchentity-list-bookmarks?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Search",
"Uri": "/search/bookmarks/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -140400,30 +146614,31 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Search",
+ ],
"Variants": [
"Get"
],
- "OutputType": "IMicrosoftGraphSearchEntity",
- "Command": "Get-MgBetaSearchEntity",
"Method": "GET",
- "Uri": "/search",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSearchBookmarkCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Search",
+ "Uri": "/search",
+ "OutputType": "IMicrosoftGraphSearchEntity",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphSearchQna",
- "Command": "Get-MgBetaSearchQna",
"Method": "GET",
+ "Command": "Get-MgBetaSearchEntity",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Search",
"Uri": "/search/qnas/{qna-id}",
+ "OutputType": "IMicrosoftGraphSearchQna",
"ApiVersion": "beta",
"Permissions": [
{
@@ -140442,17 +146657,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Search",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSearchQna",
- "Command": "Get-MgBetaSearchQna",
"Method": "GET",
+ "Command": "Get-MgBetaSearchQna",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-qna-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Search",
"Uri": "/search/qnas",
+ "OutputType": "IMicrosoftGraphSearchQna",
"ApiVersion": "beta",
"Permissions": [
{
@@ -140471,17 +146688,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Search",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaSearchQnaCount",
"Method": "GET",
+ "Command": "Get-MgBetaSearchQna",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-searchentity-list-qnas?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Search",
"Uri": "/search/qnas/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -140500,18 +146718,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Security",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphSecurityAction",
- "Command": "Get-MgBetaSecurityAction",
"Method": "GET",
+ "Command": "Get-MgBetaSearchQnaCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Security",
"Uri": "/security/securityActions/{securityAction-id}",
+ "OutputType": "IMicrosoftGraphSecurityAction",
"ApiVersion": "beta",
"Permissions": [
{
@@ -140530,17 +146748,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Security",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSecurityAction",
- "Command": "Get-MgBetaSecurityAction",
"Method": "GET",
+ "Command": "Get-MgBetaSecurityAction",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/securityaction-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Security",
"Uri": "/security/securityActions",
+ "OutputType": "IMicrosoftGraphSecurityAction",
"ApiVersion": "beta",
"Permissions": [
{
@@ -140559,17 +146779,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Security",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaSecurityActionCount",
"Method": "GET",
+ "Command": "Get-MgBetaSecurityAction",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/securityactions-list?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Security",
"Uri": "/security/securityActions/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -140588,18 +146809,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Security",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphAlert",
- "Command": "Get-MgBetaSecurityAlert",
"Method": "GET",
+ "Command": "Get-MgBetaSecurityActionCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Security",
"Uri": "/security/alerts/{alert-id}",
+ "OutputType": "IMicrosoftGraphAlert",
"ApiVersion": "beta",
"Permissions": [
{
@@ -140618,17 +146839,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Security",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAlert",
- "Command": "Get-MgBetaSecurityAlert",
"Method": "GET",
+ "Command": "Get-MgBetaSecurityAlert",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/alert-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Security",
"Uri": "/security/alerts",
+ "OutputType": "IMicrosoftGraphAlert",
"ApiVersion": "beta",
"Permissions": [
{
@@ -140647,17 +146870,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Security",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaSecurityAlertCount",
"Method": "GET",
+ "Command": "Get-MgBetaSecurityAlert",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/alert-list?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Security",
"Uri": "/security/alerts/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -140676,18 +146900,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Security",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphSecurityAlert",
- "Command": "Get-MgBetaSecurityAlertV2",
"Method": "GET",
+ "Command": "Get-MgBetaSecurityAlertCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Security",
"Uri": "/security/alerts_v2/{alert-id}",
+ "OutputType": "IMicrosoftGraphSecurityAlert",
"ApiVersion": "beta",
"Permissions": [
{
@@ -140706,17 +146930,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Security",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSecurityAlert",
- "Command": "Get-MgBetaSecurityAlertV2",
"Method": "GET",
+ "Command": "Get-MgBetaSecurityAlertV2",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-alert-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Security",
"Uri": "/security/alerts_v2",
+ "OutputType": "IMicrosoftGraphSecurityAlert",
"ApiVersion": "beta",
"Permissions": [
{
@@ -140735,17 +146961,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Security",
+ ],
"Variants": [
- "Get1"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaSecurityAlertV2Count",
"Method": "GET",
+ "Command": "Get-MgBetaSecurityAlertV2",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-list-alerts_v2?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Security",
"Uri": "/security/alerts_v2/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -140764,522 +146991,562 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get1"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaSecurityAlertV2Count",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Security",
+ "Uri": "/security/attackSimulation",
+ "OutputType": "IMicrosoftGraphAttackSimulationRoot",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAttackSimulationRoot",
- "Command": "Get-MgBetaSecurityAttackSimulation",
"Method": "GET",
- "Uri": "/security/attackSimulation",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSecurityAttackSimulation",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Security",
+ "Uri": "/security/attackSimulation/simulations",
+ "OutputType": "IMicrosoftGraphSimulation",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphSimulation",
- "Command": "Get-MgBetaSecurityAttackSimulation",
"Method": "GET",
- "Uri": "/security/attackSimulation/simulations",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSecurityAttackSimulation",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attacksimulationroot-list-simulations?view=graph-rest-1.0"
},
{
"Module": "Beta.Security",
+ "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}",
+ "OutputType": "IMicrosoftGraphSimulationAutomation",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSimulationAutomation",
- "Command": "Get-MgBetaSecurityAttackSimulationAutomation",
"Method": "GET",
- "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSecurityAttackSimulationAutomation",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/simulationautomation-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Security",
+ "Uri": "/security/attackSimulation/simulationAutomations",
+ "OutputType": "IMicrosoftGraphSimulationAutomation",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphSimulationAutomation",
- "Command": "Get-MgBetaSecurityAttackSimulationAutomation",
"Method": "GET",
- "Uri": "/security/attackSimulation/simulationAutomations",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSecurityAttackSimulationAutomation",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attacksimulationroot-list-simulationautomations?view=graph-rest-1.0"
},
{
"Module": "Beta.Security",
+ "Uri": "/security/attackSimulation/simulationAutomations/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgBetaSecurityAttackSimulationAutomationCount",
"Method": "GET",
- "Uri": "/security/attackSimulation/simulationAutomations/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSecurityAttackSimulationAutomationCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Security",
+ "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs/{simulationAutomationRun-id}",
+ "OutputType": "IMicrosoftGraphSimulationAutomationRun",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSimulationAutomationRun",
- "Command": "Get-MgBetaSecurityAttackSimulationAutomationRun",
"Method": "GET",
- "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs/{simulationAutomationRun-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSecurityAttackSimulationAutomationRun",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Security",
+ "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs",
+ "OutputType": "IMicrosoftGraphSimulationAutomationRun",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphSimulationAutomationRun",
- "Command": "Get-MgBetaSecurityAttackSimulationAutomationRun",
"Method": "GET",
- "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSecurityAttackSimulationAutomationRun",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/simulationautomation-list-runs?view=graph-rest-1.0"
},
{
"Module": "Beta.Security",
+ "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaSecurityAttackSimulationAutomationRunCount",
"Method": "GET",
- "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSecurityAttackSimulationAutomationRunCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Security",
+ "Uri": "/security/attackSimulation/simulations/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgBetaSecurityAttackSimulationCount",
"Method": "GET",
- "Uri": "/security/attackSimulation/simulations/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSecurityAttackSimulationCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Security",
+ "Uri": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}",
+ "OutputType": "IMicrosoftGraphEndUserNotification",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphEndUserNotification",
- "Command": "Get-MgBetaSecurityAttackSimulationEndUserNotification",
"Method": "GET",
- "Uri": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSecurityAttackSimulationEndUserNotification",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Security",
+ "Uri": "/security/attackSimulation/endUserNotifications",
+ "OutputType": "IMicrosoftGraphEndUserNotification",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphEndUserNotification",
- "Command": "Get-MgBetaSecurityAttackSimulationEndUserNotification",
"Method": "GET",
- "Uri": "/security/attackSimulation/endUserNotifications",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSecurityAttackSimulationEndUserNotification",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attacksimulationroot-list-endusernotifications?view=graph-rest-1.0"
},
{
"Module": "Beta.Security",
+ "Uri": "/security/attackSimulation/endUserNotifications/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgBetaSecurityAttackSimulationEndUserNotificationCount",
"Method": "GET",
- "Uri": "/security/attackSimulation/endUserNotifications/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSecurityAttackSimulationEndUserNotificationCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Security",
+ "Uri": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}/details/{endUserNotificationDetail-id}",
+ "OutputType": "IMicrosoftGraphEndUserNotificationDetail",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphEndUserNotificationDetail",
- "Command": "Get-MgBetaSecurityAttackSimulationEndUserNotificationDetail",
"Method": "GET",
- "Uri": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}/details/{endUserNotificationDetail-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSecurityAttackSimulationEndUserNotificationDetail",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Security",
+ "Uri": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}/details",
+ "OutputType": "IMicrosoftGraphEndUserNotificationDetail",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphEndUserNotificationDetail",
- "Command": "Get-MgBetaSecurityAttackSimulationEndUserNotificationDetail",
"Method": "GET",
- "Uri": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}/details",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSecurityAttackSimulationEndUserNotificationDetail",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Security",
+ "Uri": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}/details/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaSecurityAttackSimulationEndUserNotificationDetailCount",
"Method": "GET",
- "Uri": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}/details/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSecurityAttackSimulationEndUserNotificationDetailCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Security",
+ "Uri": "/security/attackSimulation/landingPages/{landingPage-id}",
+ "OutputType": "IMicrosoftGraphLandingPage",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphLandingPage",
- "Command": "Get-MgBetaSecurityAttackSimulationLandingPage",
"Method": "GET",
- "Uri": "/security/attackSimulation/landingPages/{landingPage-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSecurityAttackSimulationLandingPage",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Security",
+ "Uri": "/security/attackSimulation/landingPages",
+ "OutputType": "IMicrosoftGraphLandingPage",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphLandingPage",
- "Command": "Get-MgBetaSecurityAttackSimulationLandingPage",
"Method": "GET",
- "Uri": "/security/attackSimulation/landingPages",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSecurityAttackSimulationLandingPage",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attacksimulationroot-list-landingpage?view=graph-rest-1.0"
},
{
"Module": "Beta.Security",
+ "Uri": "/security/attackSimulation/landingPages/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgBetaSecurityAttackSimulationLandingPageCount",
"Method": "GET",
- "Uri": "/security/attackSimulation/landingPages/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSecurityAttackSimulationLandingPageCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Security",
+ "Uri": "/security/attackSimulation/landingPages/{landingPage-id}/details/{landingPageDetail-id}",
+ "OutputType": "IMicrosoftGraphLandingPageDetail",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphLandingPageDetail",
- "Command": "Get-MgBetaSecurityAttackSimulationLandingPageDetail",
"Method": "GET",
- "Uri": "/security/attackSimulation/landingPages/{landingPage-id}/details/{landingPageDetail-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSecurityAttackSimulationLandingPageDetail",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Security",
+ "Uri": "/security/attackSimulation/landingPages/{landingPage-id}/details",
+ "OutputType": "IMicrosoftGraphLandingPageDetail",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphLandingPageDetail",
- "Command": "Get-MgBetaSecurityAttackSimulationLandingPageDetail",
"Method": "GET",
- "Uri": "/security/attackSimulation/landingPages/{landingPage-id}/details",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSecurityAttackSimulationLandingPageDetail",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Security",
+ "Uri": "/security/attackSimulation/landingPages/{landingPage-id}/details/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaSecurityAttackSimulationLandingPageDetailCount",
"Method": "GET",
- "Uri": "/security/attackSimulation/landingPages/{landingPage-id}/details/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSecurityAttackSimulationLandingPageDetailCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Security",
+ "Uri": "/security/attackSimulation/loginPages/{loginPage-id}",
+ "OutputType": "IMicrosoftGraphLoginPage",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphLoginPage",
- "Command": "Get-MgBetaSecurityAttackSimulationLoginPage",
"Method": "GET",
- "Uri": "/security/attackSimulation/loginPages/{loginPage-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSecurityAttackSimulationLoginPage",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Security",
+ "Uri": "/security/attackSimulation/loginPages",
+ "OutputType": "IMicrosoftGraphLoginPage",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphLoginPage",
- "Command": "Get-MgBetaSecurityAttackSimulationLoginPage",
"Method": "GET",
- "Uri": "/security/attackSimulation/loginPages",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSecurityAttackSimulationLoginPage",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attacksimulationroot-list-loginpage?view=graph-rest-1.0"
},
{
"Module": "Beta.Security",
+ "Uri": "/security/attackSimulation/loginPages/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgBetaSecurityAttackSimulationLoginPageCount",
"Method": "GET",
- "Uri": "/security/attackSimulation/loginPages/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSecurityAttackSimulationLoginPageCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Security",
+ "Uri": "/security/attackSimulation/operations/{attackSimulationOperation-id}",
+ "OutputType": "IMicrosoftGraphAttackSimulationOperation",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAttackSimulationOperation",
- "Command": "Get-MgBetaSecurityAttackSimulationOperation",
"Method": "GET",
- "Uri": "/security/attackSimulation/operations/{attackSimulationOperation-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSecurityAttackSimulationOperation",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attacksimulationoperation-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Security",
+ "Uri": "/security/attackSimulation/operations",
+ "OutputType": "IMicrosoftGraphAttackSimulationOperation",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphAttackSimulationOperation",
- "Command": "Get-MgBetaSecurityAttackSimulationOperation",
"Method": "GET",
- "Uri": "/security/attackSimulation/operations",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSecurityAttackSimulationOperation",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Security",
+ "Uri": "/security/attackSimulation/operations/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgBetaSecurityAttackSimulationOperationCount",
"Method": "GET",
- "Uri": "/security/attackSimulation/operations/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSecurityAttackSimulationOperationCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Security",
+ "Uri": "/security/attackSimulation/payloads/{payload-id}",
+ "OutputType": "IMicrosoftGraphPayload",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphPayload",
- "Command": "Get-MgBetaSecurityAttackSimulationPayload",
"Method": "GET",
- "Uri": "/security/attackSimulation/payloads/{payload-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSecurityAttackSimulationPayload",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Security",
+ "Uri": "/security/attackSimulation/payloads",
+ "OutputType": "IMicrosoftGraphPayload",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphPayload",
- "Command": "Get-MgBetaSecurityAttackSimulationPayload",
"Method": "GET",
- "Uri": "/security/attackSimulation/payloads",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSecurityAttackSimulationPayload",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attacksimulationroot-list-payloads?view=graph-rest-1.0"
},
{
"Module": "Beta.Security",
+ "Uri": "/security/attackSimulation/payloads/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgBetaSecurityAttackSimulationPayloadCount",
"Method": "GET",
- "Uri": "/security/attackSimulation/payloads/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSecurityAttackSimulationPayloadCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Security",
+ "Uri": "/security/attackSimulation/trainings/{training-id}",
+ "OutputType": "IMicrosoftGraphTraining",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTraining",
- "Command": "Get-MgBetaSecurityAttackSimulationTraining",
"Method": "GET",
- "Uri": "/security/attackSimulation/trainings/{training-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSecurityAttackSimulationTraining",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Security",
+ "Uri": "/security/attackSimulation/trainings",
+ "OutputType": "IMicrosoftGraphTraining",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphTraining",
- "Command": "Get-MgBetaSecurityAttackSimulationTraining",
"Method": "GET",
- "Uri": "/security/attackSimulation/trainings",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSecurityAttackSimulationTraining",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attacksimulationroot-list-trainings?view=graph-rest-1.0"
},
{
"Module": "Beta.Security",
+ "Uri": "/security/attackSimulation/trainingCampaigns/{trainingCampaign-id}",
+ "OutputType": "IMicrosoftGraphTrainingCampaign",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTrainingCampaign",
- "Command": "Get-MgBetaSecurityAttackSimulationTrainingCampaign",
"Method": "GET",
- "Uri": "/security/attackSimulation/trainingCampaigns/{trainingCampaign-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSecurityAttackSimulationTrainingCampaign",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/trainingcampaign-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Security",
+ "Uri": "/security/attackSimulation/trainingCampaigns",
+ "OutputType": "IMicrosoftGraphTrainingCampaign",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphTrainingCampaign",
- "Command": "Get-MgBetaSecurityAttackSimulationTrainingCampaign",
"Method": "GET",
- "Uri": "/security/attackSimulation/trainingCampaigns",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSecurityAttackSimulationTrainingCampaign",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attacksimulationroot-list-trainingcampaigns?view=graph-rest-1.0"
},
{
"Module": "Beta.Security",
+ "Uri": "/security/attackSimulation/trainingCampaigns/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgBetaSecurityAttackSimulationTrainingCampaignCount",
"Method": "GET",
- "Uri": "/security/attackSimulation/trainingCampaigns/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSecurityAttackSimulationTrainingCampaignCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Security",
+ "Uri": "/security/attackSimulation/trainings/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgBetaSecurityAttackSimulationTrainingCount",
"Method": "GET",
- "Uri": "/security/attackSimulation/trainings/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSecurityAttackSimulationTrainingCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Security",
+ "Uri": "/security/attackSimulation/trainings/{training-id}/languageDetails/{trainingLanguageDetail-id}",
+ "OutputType": "IMicrosoftGraphTrainingLanguageDetail",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTrainingLanguageDetail",
- "Command": "Get-MgBetaSecurityAttackSimulationTrainingLanguageDetail",
"Method": "GET",
- "Uri": "/security/attackSimulation/trainings/{training-id}/languageDetails/{trainingLanguageDetail-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSecurityAttackSimulationTrainingLanguageDetail",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Security",
+ "Uri": "/security/attackSimulation/trainings/{training-id}/languageDetails",
+ "OutputType": "IMicrosoftGraphTrainingLanguageDetail",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphTrainingLanguageDetail",
- "Command": "Get-MgBetaSecurityAttackSimulationTrainingLanguageDetail",
"Method": "GET",
- "Uri": "/security/attackSimulation/trainings/{training-id}/languageDetails",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSecurityAttackSimulationTrainingLanguageDetail",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Security",
+ "Uri": "/security/attackSimulation/trainings/{training-id}/languageDetails/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaSecurityAttackSimulationTrainingLanguageDetailCount",
"Method": "GET",
- "Uri": "/security/attackSimulation/trainings/{training-id}/languageDetails/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSecurityAttackSimulationTrainingLanguageDetailCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Security",
+ "Uri": "/security/auditLog",
+ "OutputType": "IMicrosoftGraphSecurityAuditCoreRoot",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": "IMicrosoftGraphSecurityAuditCoreRoot",
- "Command": "Get-MgBetaSecurityAuditLog",
"Method": "GET",
- "Uri": "/security/auditLog",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSecurityAuditLog",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Security",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphSecurityAuditLogQuery",
- "Command": "Get-MgBetaSecurityAuditLogQuery",
- "Method": "GET",
"Uri": "/security/auditLog/queries/{auditLogQuery-id}",
+ "OutputType": "IMicrosoftGraphSecurityAuditLogQuery",
"ApiVersion": "beta",
"Permissions": [
{
@@ -141338,17 +147605,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Security",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSecurityAuditLogQuery",
- "Command": "Get-MgBetaSecurityAuditLogQuery",
"Method": "GET",
+ "Command": "Get-MgBetaSecurityAuditLogQuery",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-auditlogquery-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Security",
"Uri": "/security/auditLog/queries",
+ "OutputType": "IMicrosoftGraphSecurityAuditLogQuery",
"ApiVersion": "beta",
"Permissions": [
{
@@ -141407,17 +147676,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Security",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaSecurityAuditLogQueryCount",
"Method": "GET",
+ "Command": "Get-MgBetaSecurityAuditLogQuery",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-auditcoreroot-list-auditlogqueries?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Security",
"Uri": "/security/auditLog/queries/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -141476,30 +147746,32 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaSecurityAuditLogQueryCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Security",
+ "Uri": "/security/auditLog/queries/{auditLogQuery-id}/records/{auditLogRecord-id}",
+ "OutputType": "IMicrosoftGraphSecurityAuditLogRecord",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSecurityAuditLogRecord",
- "Command": "Get-MgBetaSecurityAuditLogQueryRecord",
"Method": "GET",
- "Uri": "/security/auditLog/queries/{auditLogQuery-id}/records/{auditLogRecord-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSecurityAuditLogQueryRecord",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Security",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphSecurityAuditLogRecord",
- "Command": "Get-MgBetaSecurityAuditLogQueryRecord",
- "Method": "GET",
"Uri": "/security/auditLog/queries/{auditLogQuery-id}/records",
+ "OutputType": "IMicrosoftGraphSecurityAuditLogRecord",
"ApiVersion": "beta",
"Permissions": [
{
@@ -141558,18 +147830,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Security",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaSecurityAuditLogQueryRecordCount",
"Method": "GET",
+ "Command": "Get-MgBetaSecurityAuditLogQueryRecord",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-auditlogquery-list-records?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Security",
"Uri": "/security/auditLog/queries/{auditLogQuery-id}/records/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -141628,30 +147900,32 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaSecurityAuditLogQueryRecordCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Security",
+ "Uri": "/security/cases",
+ "OutputType": "IMicrosoftGraphSecurityCasesRoot",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": "IMicrosoftGraphSecurityCasesRoot",
- "Command": "Get-MgBetaSecurityCase",
"Method": "GET",
- "Uri": "/security/cases",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSecurityCase",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Security",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphSecurityEdiscoveryCase",
- "Command": "Get-MgBetaSecurityCaseEdiscoveryCase",
- "Method": "GET",
"Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}",
+ "OutputType": "IMicrosoftGraphSecurityEdiscoveryCase",
"ApiVersion": "beta",
"Permissions": [
{
@@ -141670,17 +147944,19 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Security",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSecurityEdiscoveryCase",
- "Command": "Get-MgBetaSecurityCaseEdiscoveryCase",
"Method": "GET",
+ "Command": "Get-MgBetaSecurityCaseEdiscoveryCase",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Security",
"Uri": "/security/cases/ediscoveryCases",
+ "OutputType": "IMicrosoftGraphSecurityEdiscoveryCase",
"ApiVersion": "beta",
"Permissions": [
{
@@ -141699,17 +147975,18 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Security",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCount",
"Method": "GET",
+ "Command": "Get-MgBetaSecurityCaseEdiscoveryCase",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-casesroot-list-ediscoverycases?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Security",
"Uri": "/security/cases/ediscoveryCases/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -141728,18 +148005,18 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Security",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphSecurityEdiscoveryCustodian",
- "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodian",
"Method": "GET",
+ "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Security",
"Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}",
+ "OutputType": "IMicrosoftGraphSecurityEdiscoveryCustodian",
"ApiVersion": "beta",
"Permissions": [
{
@@ -141758,17 +148035,19 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Security",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSecurityEdiscoveryCustodian",
- "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodian",
"Method": "GET",
+ "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodian",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycustodian-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Security",
"Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians",
+ "OutputType": "IMicrosoftGraphSecurityEdiscoveryCustodian",
"ApiVersion": "beta",
"Permissions": [
{
@@ -141787,18 +148066,18 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Security",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodianCount",
"Method": "GET",
+ "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodian",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-list-custodians?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Security",
"Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -141817,18 +148096,19 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Security",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSecurityEdiscoveryIndexOperation",
- "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodianLastIndexOperation",
"Method": "GET",
+ "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodianCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Security",
"Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/lastIndexOperation",
+ "OutputType": "IMicrosoftGraphSecurityEdiscoveryIndexOperation",
"ApiVersion": "beta",
"Permissions": [
{
@@ -141847,30 +148127,33 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Security",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSecuritySiteSource",
- "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodianSiteSource",
"Method": "GET",
- "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources/{siteSource-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodianLastIndexOperation",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycustodian-list-lastindexoperation?view=graph-rest-1.0"
},
{
"Module": "Beta.Security",
+ "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources/{siteSource-id}",
+ "OutputType": "IMicrosoftGraphSecuritySiteSource",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSecuritySiteSource",
- "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodianSiteSource",
"Method": "GET",
+ "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodianSiteSource",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Security",
"Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources",
+ "OutputType": "IMicrosoftGraphSecuritySiteSource",
"ApiVersion": "beta",
"Permissions": [
{
@@ -141889,18 +148172,18 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Security",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodianSiteSourceCount",
"Method": "GET",
+ "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodianSiteSource",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycustodian-list-sitesources?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Security",
"Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -141919,43 +148202,47 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Security",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSite",
- "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodianSiteSourceSite",
"Method": "GET",
- "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources/{siteSource-id}/site",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodianSiteSourceCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Security",
+ "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources/{siteSource-id}/site",
+ "OutputType": "IMicrosoftGraphSite",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSecurityUnifiedGroupSource",
- "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSource",
"Method": "GET",
- "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodianSiteSourceSite",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Security",
+ "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}",
+ "OutputType": "IMicrosoftGraphSecurityUnifiedGroupSource",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSecurityUnifiedGroupSource",
- "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSource",
"Method": "GET",
+ "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSource",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Security",
"Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources",
+ "OutputType": "IMicrosoftGraphSecurityUnifiedGroupSource",
"ApiVersion": "beta",
"Permissions": [
{
@@ -141974,18 +148261,18 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Security",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSourceCount",
"Method": "GET",
+ "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSource",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycustodian-list-unifiedgroupsources?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Security",
"Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -142004,68 +148291,74 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSourceCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Security",
+ "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}/group",
+ "OutputType": "IMicrosoftGraphGroup",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphGroup",
- "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSourceGroup",
"Method": "GET",
- "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}/group",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSourceGroup",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Security",
+ "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}/group/serviceProvisioningErrors",
+ "OutputType": "IMicrosoftGraphServiceProvisioningError",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSourceGroupServiceProvisioningError",
"Method": "GET",
- "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}/group/serviceProvisioningErrors",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSourceGroupServiceProvisioningError",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Security",
+ "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}/group/serviceProvisioningErrors/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSourceGroupServiceProvisioningErrorCount",
"Method": "GET",
- "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}/group/serviceProvisioningErrors/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSourceGroupServiceProvisioningErrorCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Security",
+ "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources/{userSource-id}",
+ "OutputType": "IMicrosoftGraphSecurityUserSource",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSecurityUserSource",
- "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodianUserSource",
"Method": "GET",
- "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources/{userSource-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodianUserSource",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Security",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphSecurityUserSource",
- "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodianUserSource",
- "Method": "GET",
"Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources",
+ "OutputType": "IMicrosoftGraphSecurityUserSource",
"ApiVersion": "beta",
"Permissions": [
{
@@ -142084,18 +148377,18 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Security",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodianUserSourceCount",
"Method": "GET",
+ "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodianUserSource",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycustodian-list-usersources?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Security",
"Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -142114,18 +148407,19 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Security",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSecurityEdiscoveryHoldPolicy",
- "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseLegalHold",
"Method": "GET",
+ "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodianUserSourceCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Security",
"Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}",
+ "OutputType": "IMicrosoftGraphSecurityEdiscoveryHoldPolicy",
"ApiVersion": "beta",
"Permissions": [
{
@@ -142144,17 +148438,19 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Security",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSecurityEdiscoveryHoldPolicy",
- "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseLegalHold",
"Method": "GET",
+ "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseLegalHold",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Security",
"Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds",
+ "OutputType": "IMicrosoftGraphSecurityEdiscoveryHoldPolicy",
"ApiVersion": "beta",
"Permissions": [
{
@@ -142173,18 +148469,18 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Security",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseLegalHoldCount",
"Method": "GET",
+ "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseLegalHold",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-list-legalholds?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Security",
"Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -142203,81 +148499,88 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseLegalHoldCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Security",
+ "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/siteSources/{siteSource-id}",
+ "OutputType": "IMicrosoftGraphSecuritySiteSource",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSecuritySiteSource",
- "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseLegalHoldSiteSource",
"Method": "GET",
- "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/siteSources/{siteSource-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseLegalHoldSiteSource",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Security",
+ "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/siteSources",
+ "OutputType": "IMicrosoftGraphSecuritySiteSource",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphSecuritySiteSource",
- "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseLegalHoldSiteSource",
"Method": "GET",
- "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/siteSources",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseLegalHoldSiteSource",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Security",
+ "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/siteSources/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseLegalHoldSiteSourceCount",
"Method": "GET",
- "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/siteSources/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseLegalHoldSiteSourceCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Security",
+ "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/siteSources/{siteSource-id}/site",
+ "OutputType": "IMicrosoftGraphSite",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSite",
- "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseLegalHoldSiteSourceSite",
"Method": "GET",
- "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/siteSources/{siteSource-id}/site",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseLegalHoldSiteSourceSite",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Security",
+ "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/userSources/{userSource-id}",
+ "OutputType": "IMicrosoftGraphSecurityUserSource",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSecurityUserSource",
- "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseLegalHoldUserSource",
"Method": "GET",
- "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/userSources/{userSource-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseLegalHoldUserSource",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Security",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphSecurityUserSource",
- "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseLegalHoldUserSource",
- "Method": "GET",
"Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/userSources",
+ "OutputType": "IMicrosoftGraphSecurityUserSource",
"ApiVersion": "beta",
"Permissions": [
{
@@ -142296,18 +148599,18 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Security",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseLegalHoldUserSourceCount",
"Method": "GET",
+ "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseLegalHoldUserSource",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Security",
"Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/userSources/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -142326,18 +148629,19 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Security",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource",
- "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseNoncustodialDataSource",
"Method": "GET",
+ "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseLegalHoldUserSourceCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Security",
"Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}",
+ "OutputType": "IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource",
"ApiVersion": "beta",
"Permissions": [
{
@@ -142356,68 +148660,74 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseNoncustodialDataSource",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Security",
+ "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources",
+ "OutputType": "IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource",
- "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseNoncustodialDataSource",
"Method": "GET",
- "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseNoncustodialDataSource",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Security",
+ "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseNoncustodialDataSourceCount",
"Method": "GET",
- "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseNoncustodialDataSourceCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Security",
+ "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}/lastIndexOperation",
+ "OutputType": "IMicrosoftGraphSecurityEdiscoveryIndexOperation",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSecurityEdiscoveryIndexOperation",
- "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseNoncustodialDataSourceLastIndexOperation",
"Method": "GET",
- "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}/lastIndexOperation",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseNoncustodialDataSourceLastIndexOperation",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Security",
+ "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations/{caseOperation-id}",
+ "OutputType": "IMicrosoftGraphSecurityCaseOperation",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSecurityCaseOperation",
- "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseOperation",
"Method": "GET",
- "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations/{caseOperation-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseOperation",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-caseoperation-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Security",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphSecurityCaseOperation",
- "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseOperation",
- "Method": "GET",
"Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations",
+ "OutputType": "IMicrosoftGraphSecurityCaseOperation",
"ApiVersion": "beta",
"Permissions": [
{
@@ -142436,18 +148746,18 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Security",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseOperationCount",
"Method": "GET",
+ "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseOperation",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-list-operations?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Security",
"Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -142466,18 +148776,19 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Security",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSet",
- "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSet",
"Method": "GET",
+ "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseOperationCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Security",
"Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}",
+ "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSet",
"ApiVersion": "beta",
"Permissions": [
{
@@ -142496,17 +148807,19 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Security",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSet",
- "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSet",
"Method": "GET",
+ "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSet",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryreviewset-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Security",
"Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets",
+ "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSet",
"ApiVersion": "beta",
"Permissions": [
{
@@ -142525,18 +148838,18 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Security",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSetCount",
"Method": "GET",
+ "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSet",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-list-reviewsets?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Security",
"Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -142555,18 +148868,19 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Security",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSecurityEdiscoveryFile",
- "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSetFile",
"Method": "GET",
+ "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSetCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Security",
"Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}",
+ "OutputType": "IMicrosoftGraphSecurityEdiscoveryFile",
"ApiVersion": "beta",
"Permissions": [
{
@@ -142585,17 +148899,19 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Security",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSecurityEdiscoveryFile",
- "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSetFile",
"Method": "GET",
+ "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSetFile",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryfile-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Security",
"Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files",
+ "OutputType": "IMicrosoftGraphSecurityEdiscoveryFile",
"ApiVersion": "beta",
"Permissions": [
{
@@ -142614,31 +148930,32 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Security",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSetFileContent",
"Method": "GET",
- "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}/content",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSetFile",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryreviewset-list-files?view=graph-rest-1.0"
},
{
"Module": "Beta.Security",
+ "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}/content",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSetFileCount",
"Method": "GET",
+ "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSetFileContent",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryreviewset-list-files?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Security",
"Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -142657,18 +148974,19 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Security",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSecurityEdiscoveryCustodian",
- "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSetFileCustodian",
"Method": "GET",
+ "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSetFileCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Security",
"Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}/custodian",
+ "OutputType": "IMicrosoftGraphSecurityEdiscoveryCustodian",
"ApiVersion": "beta",
"Permissions": [
{
@@ -142687,31 +149005,33 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Security",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSetFileExtractedTextContent",
"Method": "GET",
- "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}/extractedTextContent",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSetFileCustodian",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Security",
+ "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}/extractedTextContent",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag",
- "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSetFileTag",
"Method": "GET",
+ "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSetFileExtractedTextContent",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryreviewset-list-files?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Security",
"Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}/tags/{ediscoveryReviewTag-id}",
+ "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag",
"ApiVersion": "beta",
"Permissions": [
{
@@ -142730,43 +149050,46 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSetFileTag",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Security",
+ "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}/tags",
+ "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag",
- "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSetFileTag",
"Method": "GET",
- "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}/tags",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSetFileTag",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Security",
+ "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}/tags/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSetFileTagCount",
"Method": "GET",
- "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}/tags/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSetFileTagCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Security",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSetQuery",
- "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSetQuery",
- "Method": "GET",
"Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/{ediscoveryReviewSetQuery-id}",
+ "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSetQuery",
"ApiVersion": "beta",
"Permissions": [
{
@@ -142785,17 +149108,19 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Security",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSetQuery",
- "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSetQuery",
"Method": "GET",
+ "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSetQuery",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryreviewsetquery-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Security",
"Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries",
+ "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSetQuery",
"ApiVersion": "beta",
"Permissions": [
{
@@ -142814,18 +149139,18 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Security",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSetQueryCount",
"Method": "GET",
+ "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSetQuery",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryreviewset-list-queries?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Security",
"Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -142844,18 +149169,19 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Security",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSecurityEdiscoverySearch",
- "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSearch",
"Method": "GET",
+ "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSetQueryCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Security",
"Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}",
+ "OutputType": "IMicrosoftGraphSecurityEdiscoverySearch",
"ApiVersion": "beta",
"Permissions": [
{
@@ -142874,17 +149200,19 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Security",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSecurityEdiscoverySearch",
- "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSearch",
"Method": "GET",
+ "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSearch",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverysearch-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Security",
"Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches",
+ "OutputType": "IMicrosoftGraphSecurityEdiscoverySearch",
"ApiVersion": "beta",
"Permissions": [
{
@@ -142903,69 +149231,73 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSearch",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-list-searches?view=graph-rest-1.0"
},
{
"Module": "Beta.Security",
+ "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources/{dataSource-id}",
+ "OutputType": "IMicrosoftGraphSecurityDataSource",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSecurityDataSource",
- "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSearchAdditionalSource",
"Method": "GET",
- "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources/{dataSource-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSearchAdditionalSource",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Security",
+ "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources",
+ "OutputType": "IMicrosoftGraphSecurityDataSource",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphSecurityDataSource",
- "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSearchAdditionalSource",
"Method": "GET",
- "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSearchAdditionalSource",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverysearch-list-additionalsources?view=graph-rest-1.0"
},
{
"Module": "Beta.Security",
+ "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSearchAdditionalSourceCount",
"Method": "GET",
- "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSearchAdditionalSourceCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Security",
+ "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/addToReviewSetOperation",
+ "OutputType": "IMicrosoftGraphSecurityEdiscoveryAddToReviewSetOperation",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSecurityEdiscoveryAddToReviewSetOperation",
- "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSearchAddToReviewSetOperation",
"Method": "GET",
- "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/addToReviewSetOperation",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSearchAddToReviewSetOperation",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Security",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": null,
- "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSearchCount",
- "Method": "GET",
"Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -142984,56 +149316,60 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSearchCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Security",
+ "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/custodianSources/{dataSource-id}",
+ "OutputType": "IMicrosoftGraphSecurityDataSource",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSecurityDataSource",
- "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSearchCustodianSource",
"Method": "GET",
- "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/custodianSources/{dataSource-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSearchCustodianSource",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Security",
+ "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/custodianSources",
+ "OutputType": "IMicrosoftGraphSecurityDataSource",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphSecurityDataSource",
- "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSearchCustodianSource",
"Method": "GET",
- "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/custodianSources",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSearchCustodianSource",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverysearch-list-custodiansources?view=graph-rest-1.0"
},
{
"Module": "Beta.Security",
+ "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/custodianSources/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSearchCustodianSourceCount",
"Method": "GET",
- "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/custodianSources/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSearchCustodianSourceCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Security",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphSecurityEdiscoveryEstimateOperation",
- "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSearchLastEstimateStatisticsOperation",
- "Method": "GET",
"Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/lastEstimateStatisticsOperation",
+ "OutputType": "IMicrosoftGraphSecurityEdiscoveryEstimateOperation",
"ApiVersion": "beta",
"Permissions": [
{
@@ -143052,56 +149388,60 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSearchLastEstimateStatisticsOperation",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverysearch-list-lastestimatestatisticsoperation?view=graph-rest-1.0"
},
{
"Module": "Beta.Security",
+ "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/noncustodialSources/{ediscoveryNoncustodialDataSource-id}",
+ "OutputType": "IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource",
- "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSearchNoncustodialSource",
"Method": "GET",
- "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/noncustodialSources/{ediscoveryNoncustodialDataSource-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSearchNoncustodialSource",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Security",
+ "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/noncustodialSources",
+ "OutputType": "IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource",
- "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSearchNoncustodialSource",
"Method": "GET",
- "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/noncustodialSources",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSearchNoncustodialSource",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Security",
+ "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/noncustodialSources/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSearchNoncustodialSourceCount",
"Method": "GET",
- "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/noncustodialSources/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSearchNoncustodialSourceCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Security",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphSecurityEdiscoveryCaseSettings",
- "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSetting",
- "Method": "GET",
"Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/settings",
+ "OutputType": "IMicrosoftGraphSecurityEdiscoveryCaseSettings",
"ApiVersion": "beta",
"Permissions": [
{
@@ -143120,18 +149460,19 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Security",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag",
- "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseTag",
"Method": "GET",
+ "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSetting",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycasesettings-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Security",
"Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}",
+ "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag",
"ApiVersion": "beta",
"Permissions": [
{
@@ -143150,17 +149491,19 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Security",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag",
- "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseTag",
"Method": "GET",
+ "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseTag",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryreviewtag-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Security",
"Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags",
+ "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag",
"ApiVersion": "beta",
"Permissions": [
{
@@ -143179,56 +149522,59 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseTag",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-list-tags?view=graph-rest-1.0"
},
{
"Module": "Beta.Security",
+ "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}/childTags/{ediscoveryReviewTag-id1}",
+ "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag",
- "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseTagChildTag",
"Method": "GET",
- "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}/childTags/{ediscoveryReviewTag-id1}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseTagChildTag",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Security",
+ "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}/childTags",
+ "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag",
- "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseTagChildTag",
"Method": "GET",
- "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}/childTags",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseTagChildTag",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Security",
+ "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}/childTags/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseTagChildTagCount",
"Method": "GET",
- "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}/childTags/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseTagChildTagCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Security",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": null,
- "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseTagCount",
- "Method": "GET",
"Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -143247,80 +149593,86 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseTagCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Security",
+ "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}/parent",
+ "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag",
- "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseTagParent",
"Method": "GET",
- "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}/parent",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseTagParent",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Security",
+ "Uri": "/security/cloudAppSecurityProfiles/{cloudAppSecurityProfile-id}",
+ "OutputType": "IMicrosoftGraphCloudAppSecurityProfile",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphCloudAppSecurityProfile",
- "Command": "Get-MgBetaSecurityCloudAppSecurityProfile",
"Method": "GET",
- "Uri": "/security/cloudAppSecurityProfiles/{cloudAppSecurityProfile-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSecurityCloudAppSecurityProfile",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Security",
+ "Uri": "/security/cloudAppSecurityProfiles",
+ "OutputType": "IMicrosoftGraphCloudAppSecurityProfile",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphCloudAppSecurityProfile",
- "Command": "Get-MgBetaSecurityCloudAppSecurityProfile",
"Method": "GET",
- "Uri": "/security/cloudAppSecurityProfiles",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSecurityCloudAppSecurityProfile",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Security",
+ "Uri": "/security/cloudAppSecurityProfiles/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgBetaSecurityCloudAppSecurityProfileCount",
"Method": "GET",
- "Uri": "/security/cloudAppSecurityProfiles/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSecurityCloudAppSecurityProfileCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Security",
+ "Uri": "/security/collaboration",
+ "OutputType": "IMicrosoftGraphSecurityCollaborationRoot",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": "IMicrosoftGraphSecurityCollaborationRoot",
- "Command": "Get-MgBetaSecurityCollaboration",
"Method": "GET",
- "Uri": "/security/collaboration",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSecurityCollaboration",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Security",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphSecurityAnalyzedEmail",
- "Command": "Get-MgBetaSecurityCollaborationAnalyzedEmail",
- "Method": "GET",
"Uri": "/security/collaboration/analyzedEmails/{analyzedEmail-id}",
+ "OutputType": "IMicrosoftGraphSecurityAnalyzedEmail",
"ApiVersion": "beta",
"Permissions": [
{
@@ -143339,17 +149691,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Security",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSecurityAnalyzedEmail",
- "Command": "Get-MgBetaSecurityCollaborationAnalyzedEmail",
"Method": "GET",
+ "Command": "Get-MgBetaSecurityCollaborationAnalyzedEmail",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-analyzedemail-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Security",
"Uri": "/security/collaboration/analyzedEmails",
+ "OutputType": "IMicrosoftGraphSecurityAnalyzedEmail",
"ApiVersion": "beta",
"Permissions": [
{
@@ -143368,17 +149722,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Security",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaSecurityCollaborationAnalyzedEmailCount",
"Method": "GET",
+ "Command": "Get-MgBetaSecurityCollaborationAnalyzedEmail",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Security",
"Uri": "/security/collaboration/analyzedEmails/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -143397,178 +149752,191 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaSecurityCollaborationAnalyzedEmailCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Security",
+ "Uri": "/security/domainSecurityProfiles/{domainSecurityProfile-id}",
+ "OutputType": "IMicrosoftGraphDomainSecurityProfile",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDomainSecurityProfile",
- "Command": "Get-MgBetaSecurityDomainSecurityProfile",
"Method": "GET",
- "Uri": "/security/domainSecurityProfiles/{domainSecurityProfile-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSecurityDomainSecurityProfile",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Security",
+ "Uri": "/security/domainSecurityProfiles",
+ "OutputType": "IMicrosoftGraphDomainSecurityProfile",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphDomainSecurityProfile",
- "Command": "Get-MgBetaSecurityDomainSecurityProfile",
"Method": "GET",
- "Uri": "/security/domainSecurityProfiles",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSecurityDomainSecurityProfile",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Security",
+ "Uri": "/security/domainSecurityProfiles/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgBetaSecurityDomainSecurityProfileCount",
"Method": "GET",
- "Uri": "/security/domainSecurityProfiles/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSecurityDomainSecurityProfileCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Security",
+ "Uri": "/security/fileSecurityProfiles/{fileSecurityProfile-id}",
+ "OutputType": "IMicrosoftGraphFileSecurityProfile",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphFileSecurityProfile",
- "Command": "Get-MgBetaSecurityFileSecurityProfile",
"Method": "GET",
- "Uri": "/security/fileSecurityProfiles/{fileSecurityProfile-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSecurityFileSecurityProfile",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Security",
+ "Uri": "/security/fileSecurityProfiles",
+ "OutputType": "IMicrosoftGraphFileSecurityProfile",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphFileSecurityProfile",
- "Command": "Get-MgBetaSecurityFileSecurityProfile",
"Method": "GET",
- "Uri": "/security/fileSecurityProfiles",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSecurityFileSecurityProfile",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Security",
+ "Uri": "/security/fileSecurityProfiles/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgBetaSecurityFileSecurityProfileCount",
"Method": "GET",
- "Uri": "/security/fileSecurityProfiles/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSecurityFileSecurityProfileCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Security",
+ "Uri": "/security/hostSecurityProfiles/{hostSecurityProfile-id}",
+ "OutputType": "IMicrosoftGraphHostSecurityProfile",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphHostSecurityProfile",
- "Command": "Get-MgBetaSecurityHostSecurityProfile",
"Method": "GET",
- "Uri": "/security/hostSecurityProfiles/{hostSecurityProfile-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSecurityHostSecurityProfile",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Security",
+ "Uri": "/security/hostSecurityProfiles",
+ "OutputType": "IMicrosoftGraphHostSecurityProfile",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphHostSecurityProfile",
- "Command": "Get-MgBetaSecurityHostSecurityProfile",
"Method": "GET",
- "Uri": "/security/hostSecurityProfiles",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSecurityHostSecurityProfile",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Security",
- "Variants": [
- "Get"
- ],
- "OutputType": null,
- "Command": "Get-MgBetaSecurityHostSecurityProfileCount",
- "Method": "GET",
"Uri": "/security/hostSecurityProfiles/$count",
+ "OutputType": null,
"ApiVersion": "beta",
- "Permissions": []
+ "Permissions": [],
+ "Variants": [
+ "Get"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaSecurityHostSecurityProfileCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Security",
+ "Uri": "/security/identities",
+ "OutputType": "IMicrosoftGraphSecurityIdentityContainer",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": "IMicrosoftGraphSecurityIdentityContainer",
- "Command": "Get-MgBetaSecurityIdentity",
"Method": "GET",
- "Uri": "/security/identities",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSecurityIdentity",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Security",
+ "Uri": "/security/identities/healthIssues/{healthIssue-id}",
+ "OutputType": "IMicrosoftGraphSecurityHealthIssue",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSecurityHealthIssue",
- "Command": "Get-MgBetaSecurityIdentityHealthIssue",
"Method": "GET",
- "Uri": "/security/identities/healthIssues/{healthIssue-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSecurityIdentityHealthIssue",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-healthissue-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Security",
+ "Uri": "/security/identities/healthIssues",
+ "OutputType": "IMicrosoftGraphSecurityHealthIssue",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphSecurityHealthIssue",
- "Command": "Get-MgBetaSecurityIdentityHealthIssue",
"Method": "GET",
- "Uri": "/security/identities/healthIssues",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSecurityIdentityHealthIssue",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-identitycontainer-list-healthissues?view=graph-rest-1.0"
},
{
"Module": "Beta.Security",
+ "Uri": "/security/identities/healthIssues/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgBetaSecurityIdentityHealthIssueCount",
"Method": "GET",
- "Uri": "/security/identities/healthIssues/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSecurityIdentityHealthIssueCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Security",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphSecurityIncident",
- "Command": "Get-MgBetaSecurityIncident",
- "Method": "GET",
"Uri": "/security/incidents/{incident-id}",
+ "OutputType": "IMicrosoftGraphSecurityIncident",
"ApiVersion": "beta",
"Permissions": [
{
@@ -143587,17 +149955,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Security",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSecurityIncident",
- "Command": "Get-MgBetaSecurityIncident",
"Method": "GET",
+ "Command": "Get-MgBetaSecurityIncident",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-incident-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Security",
"Uri": "/security/incidents",
+ "OutputType": "IMicrosoftGraphSecurityIncident",
"ApiVersion": "beta",
"Permissions": [
{
@@ -143616,68 +149986,73 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaSecurityIncident",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-list-incidents?view=graph-rest-1.0"
},
{
"Module": "Beta.Security",
+ "Uri": "/security/incidents/{incident-id}/alerts/{alert-id}",
+ "OutputType": "IMicrosoftGraphSecurityAlert",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSecurityAlert",
- "Command": "Get-MgBetaSecurityIncidentAlert",
"Method": "GET",
- "Uri": "/security/incidents/{incident-id}/alerts/{alert-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSecurityIncidentAlert",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Security",
+ "Uri": "/security/incidents/{incident-id}/alerts",
+ "OutputType": "IMicrosoftGraphSecurityAlert",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphSecurityAlert",
- "Command": "Get-MgBetaSecurityIncidentAlert",
"Method": "GET",
- "Uri": "/security/incidents/{incident-id}/alerts",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSecurityIncidentAlert",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Security",
+ "Uri": "/security/incidents/{incident-id}/alerts/{alert-id}/comments/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaSecurityIncidentAlertCommentCount",
"Method": "GET",
- "Uri": "/security/incidents/{incident-id}/alerts/{alert-id}/comments/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSecurityIncidentAlertCommentCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Security",
+ "Uri": "/security/incidents/{incident-id}/alerts/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaSecurityIncidentAlertCount",
"Method": "GET",
- "Uri": "/security/incidents/{incident-id}/alerts/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSecurityIncidentAlertCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Security",
- "Variants": [
- "Get"
- ],
- "OutputType": null,
- "Command": "Get-MgBetaSecurityIncidentCount",
- "Method": "GET",
"Uri": "/security/incidents/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -143696,29 +150071,31 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Security",
+ ],
"Variants": [
"Get"
],
- "OutputType": "IMicrosoftGraphSecurityInformationProtection",
- "Command": "Get-MgBetaSecurityInformationProtection",
"Method": "GET",
- "Uri": "/security/informationProtection",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSecurityIncidentCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Security",
+ "Uri": "/security/informationProtection",
+ "OutputType": "IMicrosoftGraphSecurityInformationProtection",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": "IMicrosoftGraphSecurityInformationProtectionPolicySetting",
- "Command": "Get-MgBetaSecurityInformationProtectionLabelPolicySetting",
"Method": "GET",
+ "Command": "Get-MgBetaSecurityInformationProtection",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Security",
"Uri": "/security/informationProtection/labelPolicySettings",
+ "OutputType": "IMicrosoftGraphSecurityInformationProtectionPolicySetting",
"ApiVersion": "beta",
"Permissions": [
{
@@ -143737,18 +150114,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": true
}
- ]
- },
- {
- "Module": "Beta.Security",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphSecuritySensitivityLabel",
- "Command": "Get-MgBetaSecurityInformationProtectionSensitivityLabel",
"Method": "GET",
+ "Command": "Get-MgBetaSecurityInformationProtectionLabelPolicySetting",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-informationprotectionpolicysetting-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Security",
"Uri": "/security/informationProtection/sensitivityLabels/{sensitivityLabel-id}",
+ "OutputType": "IMicrosoftGraphSecuritySensitivityLabel",
"ApiVersion": "beta",
"Permissions": [
{
@@ -143767,17 +150144,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": true
}
- ]
- },
- {
- "Module": "Beta.Security",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSecuritySensitivityLabel",
- "Command": "Get-MgBetaSecurityInformationProtectionSensitivityLabel",
"Method": "GET",
+ "Command": "Get-MgBetaSecurityInformationProtectionSensitivityLabel",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Security",
"Uri": "/security/informationProtection/sensitivityLabels",
+ "OutputType": "IMicrosoftGraphSecuritySensitivityLabel",
"ApiVersion": "beta",
"Permissions": [
{
@@ -143796,17 +150175,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": true
}
- ]
- },
- {
- "Module": "Beta.Security",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaSecurityInformationProtectionSensitivityLabelCount",
"Method": "GET",
+ "Command": "Get-MgBetaSecurityInformationProtectionSensitivityLabel",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-informationprotection-list-sensitivitylabels?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Security",
"Uri": "/security/informationProtection/sensitivityLabels/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -143825,316 +150205,340 @@
"PermissionType": "Application",
"IsLeastPrivilege": true
}
- ]
+ ],
+ "Variants": [
+ "Get"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaSecurityInformationProtectionSensitivityLabelCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Security",
+ "Uri": "/security/informationProtection/sensitivityLabels/{sensitivityLabel-id}/parent",
+ "OutputType": "IMicrosoftGraphSecuritySensitivityLabel",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSecuritySensitivityLabel",
- "Command": "Get-MgBetaSecurityInformationProtectionSensitivityLabelParent",
"Method": "GET",
- "Uri": "/security/informationProtection/sensitivityLabels/{sensitivityLabel-id}/parent",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSecurityInformationProtectionSensitivityLabelParent",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Security",
+ "Uri": "/security/ipSecurityProfiles/{ipSecurityProfile-id}",
+ "OutputType": "IMicrosoftGraphIPSecurityProfile",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphIPSecurityProfile",
- "Command": "Get-MgBetaSecurityIPSecurityProfile",
"Method": "GET",
- "Uri": "/security/ipSecurityProfiles/{ipSecurityProfile-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSecurityIPSecurityProfile",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Security",
+ "Uri": "/security/ipSecurityProfiles",
+ "OutputType": "IMicrosoftGraphIPSecurityProfile",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphIPSecurityProfile",
- "Command": "Get-MgBetaSecurityIPSecurityProfile",
"Method": "GET",
- "Uri": "/security/ipSecurityProfiles",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSecurityIPSecurityProfile",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Security",
+ "Uri": "/security/ipSecurityProfiles/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgBetaSecurityIPSecurityProfileCount",
"Method": "GET",
- "Uri": "/security/ipSecurityProfiles/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSecurityIPSecurityProfileCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Security",
+ "Uri": "/security/labels",
+ "OutputType": "IMicrosoftGraphSecurityLabelsRoot",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": "IMicrosoftGraphSecurityLabelsRoot",
- "Command": "Get-MgBetaSecurityLabel",
"Method": "GET",
- "Uri": "/security/labels",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSecurityLabel",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Security",
+ "Uri": "/security/labels/authorities/{authorityTemplate-id}",
+ "OutputType": "IMicrosoftGraphSecurityAuthorityTemplate",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSecurityAuthorityTemplate",
- "Command": "Get-MgBetaSecurityLabelAuthority",
"Method": "GET",
- "Uri": "/security/labels/authorities/{authorityTemplate-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSecurityLabelAuthority",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-authoritytemplate-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Security",
+ "Uri": "/security/labels/authorities",
+ "OutputType": "IMicrosoftGraphSecurityAuthorityTemplate",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphSecurityAuthorityTemplate",
- "Command": "Get-MgBetaSecurityLabelAuthority",
"Method": "GET",
- "Uri": "/security/labels/authorities",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSecurityLabelAuthority",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-labelsroot-list-authorities?view=graph-rest-1.0"
},
{
"Module": "Beta.Security",
+ "Uri": "/security/labels/authorities/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgBetaSecurityLabelAuthorityCount",
"Method": "GET",
- "Uri": "/security/labels/authorities/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSecurityLabelAuthorityCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Security",
+ "Uri": "/security/labels/categories/{categoryTemplate-id}",
+ "OutputType": "IMicrosoftGraphSecurityCategoryTemplate",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSecurityCategoryTemplate",
- "Command": "Get-MgBetaSecurityLabelCategory",
"Method": "GET",
- "Uri": "/security/labels/categories/{categoryTemplate-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSecurityLabelCategory",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-categorytemplate-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Security",
+ "Uri": "/security/labels/categories",
+ "OutputType": "IMicrosoftGraphSecurityCategoryTemplate",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphSecurityCategoryTemplate",
- "Command": "Get-MgBetaSecurityLabelCategory",
"Method": "GET",
- "Uri": "/security/labels/categories",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSecurityLabelCategory",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-labelsroot-list-categories?view=graph-rest-1.0"
},
{
"Module": "Beta.Security",
+ "Uri": "/security/labels/categories/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgBetaSecurityLabelCategoryCount",
"Method": "GET",
- "Uri": "/security/labels/categories/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSecurityLabelCategoryCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Security",
+ "Uri": "/security/labels/categories/{categoryTemplate-id}/subcategories/{subcategoryTemplate-id}",
+ "OutputType": "IMicrosoftGraphSecuritySubcategoryTemplate",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSecuritySubcategoryTemplate",
- "Command": "Get-MgBetaSecurityLabelCategorySubcategory",
"Method": "GET",
- "Uri": "/security/labels/categories/{categoryTemplate-id}/subcategories/{subcategoryTemplate-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSecurityLabelCategorySubcategory",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Security",
+ "Uri": "/security/labels/categories/{categoryTemplate-id}/subcategories",
+ "OutputType": "IMicrosoftGraphSecuritySubcategoryTemplate",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphSecuritySubcategoryTemplate",
- "Command": "Get-MgBetaSecurityLabelCategorySubcategory",
"Method": "GET",
- "Uri": "/security/labels/categories/{categoryTemplate-id}/subcategories",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSecurityLabelCategorySubcategory",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Security",
+ "Uri": "/security/labels/categories/{categoryTemplate-id}/subcategories/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaSecurityLabelCategorySubcategoryCount",
"Method": "GET",
- "Uri": "/security/labels/categories/{categoryTemplate-id}/subcategories/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSecurityLabelCategorySubcategoryCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Security",
+ "Uri": "/security/labels/citations/{citationTemplate-id}",
+ "OutputType": "IMicrosoftGraphSecurityCitationTemplate",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSecurityCitationTemplate",
- "Command": "Get-MgBetaSecurityLabelCitation",
"Method": "GET",
- "Uri": "/security/labels/citations/{citationTemplate-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSecurityLabelCitation",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-citationtemplate-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Security",
+ "Uri": "/security/labels/citations",
+ "OutputType": "IMicrosoftGraphSecurityCitationTemplate",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphSecurityCitationTemplate",
- "Command": "Get-MgBetaSecurityLabelCitation",
"Method": "GET",
- "Uri": "/security/labels/citations",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSecurityLabelCitation",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-labelsroot-list-citations?view=graph-rest-1.0"
},
{
"Module": "Beta.Security",
+ "Uri": "/security/labels/citations/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgBetaSecurityLabelCitationCount",
"Method": "GET",
- "Uri": "/security/labels/citations/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSecurityLabelCitationCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Security",
+ "Uri": "/security/labels/departments/{departmentTemplate-id}",
+ "OutputType": "IMicrosoftGraphSecurityDepartmentTemplate",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSecurityDepartmentTemplate",
- "Command": "Get-MgBetaSecurityLabelDepartment",
"Method": "GET",
- "Uri": "/security/labels/departments/{departmentTemplate-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSecurityLabelDepartment",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-departmenttemplate-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Security",
+ "Uri": "/security/labels/departments",
+ "OutputType": "IMicrosoftGraphSecurityDepartmentTemplate",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphSecurityDepartmentTemplate",
- "Command": "Get-MgBetaSecurityLabelDepartment",
"Method": "GET",
- "Uri": "/security/labels/departments",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSecurityLabelDepartment",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-labelsroot-list-departments?view=graph-rest-1.0"
},
{
"Module": "Beta.Security",
+ "Uri": "/security/labels/departments/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgBetaSecurityLabelDepartmentCount",
"Method": "GET",
- "Uri": "/security/labels/departments/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSecurityLabelDepartmentCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Security",
+ "Uri": "/security/labels/filePlanReferences/{filePlanReferenceTemplate-id}",
+ "OutputType": "IMicrosoftGraphSecurityFilePlanReferenceTemplate",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSecurityFilePlanReferenceTemplate",
- "Command": "Get-MgBetaSecurityLabelFilePlanReference",
"Method": "GET",
- "Uri": "/security/labels/filePlanReferences/{filePlanReferenceTemplate-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSecurityLabelFilePlanReference",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-fileplanreferencetemplate-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Security",
+ "Uri": "/security/labels/filePlanReferences",
+ "OutputType": "IMicrosoftGraphSecurityFilePlanReferenceTemplate",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphSecurityFilePlanReferenceTemplate",
- "Command": "Get-MgBetaSecurityLabelFilePlanReference",
"Method": "GET",
- "Uri": "/security/labels/filePlanReferences",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSecurityLabelFilePlanReference",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-labelsroot-list-fileplanreferences?view=graph-rest-1.0"
},
{
"Module": "Beta.Security",
+ "Uri": "/security/labels/filePlanReferences/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgBetaSecurityLabelFilePlanReferenceCount",
"Method": "GET",
- "Uri": "/security/labels/filePlanReferences/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSecurityLabelFilePlanReferenceCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Security",
+ "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/retentionEventType",
+ "OutputType": "IMicrosoftGraphSecurityRetentionEventType",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSecurityRetentionEventType",
- "Command": "Get-MgBetaSecurityLabelRetentionEventType",
"Method": "GET",
- "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/retentionEventType",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSecurityLabelRetentionEventType",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Security",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphSecurityRetentionLabel",
- "Command": "Get-MgBetaSecurityLabelRetentionLabel",
- "Method": "GET",
"Uri": "/security/labels/retentionLabels/{retentionLabel-id}",
+ "OutputType": "IMicrosoftGraphSecurityRetentionLabel",
"ApiVersion": "beta",
"Permissions": [
{
@@ -144153,17 +150557,19 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Security",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSecurityRetentionLabel",
- "Command": "Get-MgBetaSecurityLabelRetentionLabel",
"Method": "GET",
+ "Command": "Get-MgBetaSecurityLabelRetentionLabel",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Security",
"Uri": "/security/labels/retentionLabels",
+ "OutputType": "IMicrosoftGraphSecurityRetentionLabel",
"ApiVersion": "beta",
"Permissions": [
{
@@ -144182,17 +150588,18 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Security",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaSecurityLabelRetentionLabelCount",
"Method": "GET",
+ "Command": "Get-MgBetaSecurityLabelRetentionLabel",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-labelsroot-list-retentionlabel?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Security",
"Uri": "/security/labels/retentionLabels/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -144211,183 +150618,196 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaSecurityLabelRetentionLabelCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Security",
+ "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/descriptors",
+ "OutputType": "IMicrosoftGraphSecurityFilePlanDescriptor",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSecurityFilePlanDescriptor",
- "Command": "Get-MgBetaSecurityLabelRetentionLabelDescriptor",
"Method": "GET",
- "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/descriptors",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSecurityLabelRetentionLabelDescriptor",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Security",
+ "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/descriptors/authorityTemplate",
+ "OutputType": "IMicrosoftGraphSecurityAuthorityTemplate",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSecurityAuthorityTemplate",
- "Command": "Get-MgBetaSecurityLabelRetentionLabelDescriptorAuthorityTemplate",
"Method": "GET",
- "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/descriptors/authorityTemplate",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSecurityLabelRetentionLabelDescriptorAuthorityTemplate",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Security",
+ "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/descriptors/categoryTemplate",
+ "OutputType": "IMicrosoftGraphSecurityCategoryTemplate",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSecurityCategoryTemplate",
- "Command": "Get-MgBetaSecurityLabelRetentionLabelDescriptorCategoryTemplate",
"Method": "GET",
- "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/descriptors/categoryTemplate",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSecurityLabelRetentionLabelDescriptorCategoryTemplate",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Security",
+ "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/descriptors/citationTemplate",
+ "OutputType": "IMicrosoftGraphSecurityCitationTemplate",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSecurityCitationTemplate",
- "Command": "Get-MgBetaSecurityLabelRetentionLabelDescriptorCitationTemplate",
"Method": "GET",
- "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/descriptors/citationTemplate",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSecurityLabelRetentionLabelDescriptorCitationTemplate",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Security",
+ "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/descriptors/departmentTemplate",
+ "OutputType": "IMicrosoftGraphSecurityDepartmentTemplate",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSecurityDepartmentTemplate",
- "Command": "Get-MgBetaSecurityLabelRetentionLabelDescriptorDepartmentTemplate",
"Method": "GET",
- "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/descriptors/departmentTemplate",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSecurityLabelRetentionLabelDescriptorDepartmentTemplate",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Security",
+ "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/descriptors/filePlanReferenceTemplate",
+ "OutputType": "IMicrosoftGraphSecurityFilePlanReferenceTemplate",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSecurityFilePlanReferenceTemplate",
- "Command": "Get-MgBetaSecurityLabelRetentionLabelDescriptorFilePlanReferenceTemplate",
"Method": "GET",
- "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/descriptors/filePlanReferenceTemplate",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSecurityLabelRetentionLabelDescriptorFilePlanReferenceTemplate",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Security",
+ "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/dispositionReviewStages/{dispositionReviewStage-stageNumber}",
+ "OutputType": "IMicrosoftGraphSecurityDispositionReviewStage",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSecurityDispositionReviewStage",
- "Command": "Get-MgBetaSecurityLabelRetentionLabelDispositionReviewStage",
"Method": "GET",
- "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/dispositionReviewStages/{dispositionReviewStage-stageNumber}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSecurityLabelRetentionLabelDispositionReviewStage",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Security",
+ "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/dispositionReviewStages",
+ "OutputType": "IMicrosoftGraphSecurityDispositionReviewStage",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphSecurityDispositionReviewStage",
- "Command": "Get-MgBetaSecurityLabelRetentionLabelDispositionReviewStage",
"Method": "GET",
- "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/dispositionReviewStages",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSecurityLabelRetentionLabelDispositionReviewStage",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Security",
+ "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/dispositionReviewStages/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaSecurityLabelRetentionLabelDispositionReviewStageCount",
"Method": "GET",
- "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/dispositionReviewStages/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSecurityLabelRetentionLabelDispositionReviewStageCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Security",
+ "Uri": "/security/providerTenantSettings/{providerTenantSetting-id}",
+ "OutputType": "IMicrosoftGraphProviderTenantSetting",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphProviderTenantSetting",
- "Command": "Get-MgBetaSecurityProviderTenantSetting",
"Method": "GET",
- "Uri": "/security/providerTenantSettings/{providerTenantSetting-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSecurityProviderTenantSetting",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Security",
+ "Uri": "/security/providerTenantSettings",
+ "OutputType": "IMicrosoftGraphProviderTenantSetting",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphProviderTenantSetting",
- "Command": "Get-MgBetaSecurityProviderTenantSetting",
"Method": "GET",
- "Uri": "/security/providerTenantSettings",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSecurityProviderTenantSetting",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Security",
+ "Uri": "/security/providerTenantSettings/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgBetaSecurityProviderTenantSettingCount",
"Method": "GET",
- "Uri": "/security/providerTenantSettings/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSecurityProviderTenantSettingCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Security",
+ "Uri": "/security/rules",
+ "OutputType": "IMicrosoftGraphSecurityRulesRoot",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": "IMicrosoftGraphSecurityRulesRoot",
- "Command": "Get-MgBetaSecurityRule",
"Method": "GET",
- "Uri": "/security/rules",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSecurityRule",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Security",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphSecurityDetectionRule",
- "Command": "Get-MgBetaSecurityRuleDetectionRule",
- "Method": "GET",
"Uri": "/security/rules/detectionRules/{detectionRule-id}",
+ "OutputType": "IMicrosoftGraphSecurityDetectionRule",
"ApiVersion": "beta",
"Permissions": [
{
@@ -144406,17 +150826,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Security",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSecurityDetectionRule",
- "Command": "Get-MgBetaSecurityRuleDetectionRule",
"Method": "GET",
+ "Command": "Get-MgBetaSecurityRuleDetectionRule",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Security",
"Uri": "/security/rules/detectionRules",
+ "OutputType": "IMicrosoftGraphSecurityDetectionRule",
"ApiVersion": "beta",
"Permissions": [
{
@@ -144435,17 +150857,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Security",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaSecurityRuleDetectionRuleCount",
"Method": "GET",
+ "Command": "Get-MgBetaSecurityRuleDetectionRule",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-detectionrule-list?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Security",
"Uri": "/security/rules/detectionRules/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -144464,18 +150887,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Security",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphSecureScore",
- "Command": "Get-MgBetaSecuritySecureScore",
"Method": "GET",
+ "Command": "Get-MgBetaSecurityRuleDetectionRuleCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Security",
"Uri": "/security/secureScores/{secureScore-id}",
+ "OutputType": "IMicrosoftGraphSecureScore",
"ApiVersion": "beta",
"Permissions": [
{
@@ -144494,17 +150917,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Security",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSecureScore",
- "Command": "Get-MgBetaSecuritySecureScore",
"Method": "GET",
+ "Command": "Get-MgBetaSecuritySecureScore",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Security",
"Uri": "/security/secureScores",
+ "OutputType": "IMicrosoftGraphSecureScore",
"ApiVersion": "beta",
"Permissions": [
{
@@ -144523,18 +150948,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Security",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": "IMicrosoftGraphSecureScoreControlProfile",
- "Command": "Get-MgBetaSecuritySecureScoreControlProfile",
"Method": "GET",
+ "Command": "Get-MgBetaSecuritySecureScore",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/securescores-list?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Security",
"Uri": "/security/secureScoreControlProfiles/{secureScoreControlProfile-id}",
+ "OutputType": "IMicrosoftGraphSecureScoreControlProfile",
"ApiVersion": "beta",
"Permissions": [
{
@@ -144553,17 +150978,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Security",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSecureScoreControlProfile",
- "Command": "Get-MgBetaSecuritySecureScoreControlProfile",
"Method": "GET",
+ "Command": "Get-MgBetaSecuritySecureScoreControlProfile",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Security",
"Uri": "/security/secureScoreControlProfiles",
+ "OutputType": "IMicrosoftGraphSecureScoreControlProfile",
"ApiVersion": "beta",
"Permissions": [
{
@@ -144582,17 +151009,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Security",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaSecuritySecureScoreControlProfileCount",
"Method": "GET",
+ "Command": "Get-MgBetaSecuritySecureScoreControlProfile",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/securescorecontrolprofiles-list?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Security",
"Uri": "/security/secureScoreControlProfiles/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -144611,17 +151039,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Security",
+ ],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgBetaSecuritySecureScoreCount",
"Method": "GET",
+ "Command": "Get-MgBetaSecuritySecureScoreControlProfileCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Security",
"Uri": "/security/secureScores/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -144640,18 +151069,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Security",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphSubjectRightsRequest",
- "Command": "Get-MgBetaSecuritySubjectRightsRequest",
"Method": "GET",
+ "Command": "Get-MgBetaSecuritySecureScoreCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Security",
"Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}",
+ "OutputType": "IMicrosoftGraphSubjectRightsRequest",
"ApiVersion": "beta",
"Permissions": [
{
@@ -144670,17 +151099,19 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Security",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSubjectRightsRequest",
- "Command": "Get-MgBetaSecuritySubjectRightsRequest",
"Method": "GET",
+ "Command": "Get-MgBetaSecuritySubjectRightsRequest",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Security",
"Uri": "/security/subjectRightsRequests",
+ "OutputType": "IMicrosoftGraphSubjectRightsRequest",
"ApiVersion": "beta",
"Permissions": [
{
@@ -144699,169 +151130,182 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaSecuritySubjectRightsRequest",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Security",
+ "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}",
+ "OutputType": "IMicrosoftGraphUser",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUser",
- "Command": "Get-MgBetaSecuritySubjectRightsRequestApprover",
"Method": "GET",
- "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSecuritySubjectRightsRequestApprover",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Security",
+ "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers",
+ "OutputType": "IMicrosoftGraphUser",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphUser",
- "Command": "Get-MgBetaSecuritySubjectRightsRequestApprover",
"Method": "GET",
- "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSecuritySubjectRightsRequestApprover",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Security",
+ "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaSecuritySubjectRightsRequestApproverCount",
"Method": "GET",
- "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSecuritySubjectRightsRequestApproverCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Security",
+ "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/mailboxSettings",
+ "OutputType": "IMicrosoftGraphMailboxSettings",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Command": "Get-MgBetaSecuritySubjectRightsRequestApproverMailboxSetting",
"Method": "GET",
- "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/mailboxSettings",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSecuritySubjectRightsRequestApproverMailboxSetting",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Security",
+ "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/serviceProvisioningErrors",
+ "OutputType": "IMicrosoftGraphServiceProvisioningError",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Command": "Get-MgBetaSecuritySubjectRightsRequestApproverServiceProvisioningError",
"Method": "GET",
- "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/serviceProvisioningErrors",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSecuritySubjectRightsRequestApproverServiceProvisioningError",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Security",
+ "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/serviceProvisioningErrors/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaSecuritySubjectRightsRequestApproverServiceProvisioningErrorCount",
"Method": "GET",
- "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/serviceProvisioningErrors/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSecuritySubjectRightsRequestApproverServiceProvisioningErrorCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Security",
+ "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}",
+ "OutputType": "IMicrosoftGraphUser",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUser",
- "Command": "Get-MgBetaSecuritySubjectRightsRequestCollaborator",
"Method": "GET",
- "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSecuritySubjectRightsRequestCollaborator",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Security",
+ "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators",
+ "OutputType": "IMicrosoftGraphUser",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphUser",
- "Command": "Get-MgBetaSecuritySubjectRightsRequestCollaborator",
"Method": "GET",
- "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSecuritySubjectRightsRequestCollaborator",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Security",
+ "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaSecuritySubjectRightsRequestCollaboratorCount",
"Method": "GET",
- "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSecuritySubjectRightsRequestCollaboratorCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Security",
+ "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/mailboxSettings",
+ "OutputType": "IMicrosoftGraphMailboxSettings",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Command": "Get-MgBetaSecuritySubjectRightsRequestCollaboratorMailboxSetting",
"Method": "GET",
- "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/mailboxSettings",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSecuritySubjectRightsRequestCollaboratorMailboxSetting",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Security",
+ "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/serviceProvisioningErrors",
+ "OutputType": "IMicrosoftGraphServiceProvisioningError",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Command": "Get-MgBetaSecuritySubjectRightsRequestCollaboratorServiceProvisioningError",
"Method": "GET",
- "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/serviceProvisioningErrors",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSecuritySubjectRightsRequestCollaboratorServiceProvisioningError",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Security",
+ "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/serviceProvisioningErrors/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaSecuritySubjectRightsRequestCollaboratorServiceProvisioningErrorCount",
"Method": "GET",
- "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/serviceProvisioningErrors/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSecuritySubjectRightsRequestCollaboratorServiceProvisioningErrorCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Security",
- "Variants": [
- "Get"
- ],
- "OutputType": null,
- "Command": "Get-MgBetaSecuritySubjectRightsRequestCount",
- "Method": "GET",
"Uri": "/security/subjectRightsRequests/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -144880,18 +151324,18 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Security",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": null,
- "Command": "Get-MgBetaSecuritySubjectRightsRequestFinalAttachment",
"Method": "GET",
+ "Command": "Get-MgBetaSecuritySubjectRightsRequestCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Security",
"Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/getFinalAttachment",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -144910,43 +151354,47 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Security",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaSecuritySubjectRightsRequestFinalReport",
"Method": "GET",
- "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/getFinalReport",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSecuritySubjectRightsRequestFinalAttachment",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Security",
+ "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/getFinalReport",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAuthoredNote",
- "Command": "Get-MgBetaSecuritySubjectRightsRequestNote",
"Method": "GET",
- "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/notes/{authoredNote-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSecuritySubjectRightsRequestFinalReport",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Security",
+ "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/notes/{authoredNote-id}",
+ "OutputType": "IMicrosoftGraphAuthoredNote",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAuthoredNote",
- "Command": "Get-MgBetaSecuritySubjectRightsRequestNote",
"Method": "GET",
+ "Command": "Get-MgBetaSecuritySubjectRightsRequestNote",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Security",
"Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/notes",
+ "OutputType": "IMicrosoftGraphAuthoredNote",
"ApiVersion": "beta",
"Permissions": [
{
@@ -144965,18 +151413,18 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Security",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaSecuritySubjectRightsRequestNoteCount",
"Method": "GET",
+ "Command": "Get-MgBetaSecuritySubjectRightsRequestNote",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subjectrightsrequest-list-notes?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Security",
"Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/notes/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -144995,575 +151443,629 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaSecuritySubjectRightsRequestNoteCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Security",
+ "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/team",
+ "OutputType": "IMicrosoftGraphTeam",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTeam",
- "Command": "Get-MgBetaSecuritySubjectRightsRequestTeam",
"Method": "GET",
- "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/team",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSecuritySubjectRightsRequestTeam",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Security",
+ "Uri": "/security/threatIntelligence",
+ "OutputType": "IMicrosoftGraphSecurityThreatIntelligence",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": "IMicrosoftGraphSecurityThreatIntelligence",
- "Command": "Get-MgBetaSecurityThreatIntelligence",
"Method": "GET",
- "Uri": "/security/threatIntelligence",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSecurityThreatIntelligence",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Security",
+ "Uri": "/security/threatIntelligence/articles/{article-id}",
+ "OutputType": "IMicrosoftGraphSecurityArticle",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSecurityArticle",
- "Command": "Get-MgBetaSecurityThreatIntelligenceArticle",
"Method": "GET",
- "Uri": "/security/threatIntelligence/articles/{article-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSecurityThreatIntelligenceArticle",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-article-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Security",
+ "Uri": "/security/threatIntelligence/articles",
+ "OutputType": "IMicrosoftGraphSecurityArticle",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphSecurityArticle",
- "Command": "Get-MgBetaSecurityThreatIntelligenceArticle",
"Method": "GET",
- "Uri": "/security/threatIntelligence/articles",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSecurityThreatIntelligenceArticle",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-threatintelligence-list-articles?view=graph-rest-1.0"
},
{
"Module": "Beta.Security",
+ "Uri": "/security/threatIntelligence/articles/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgBetaSecurityThreatIntelligenceArticleCount",
"Method": "GET",
- "Uri": "/security/threatIntelligence/articles/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSecurityThreatIntelligenceArticleCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Security",
+ "Uri": "/security/threatIntelligence/articleIndicators/{articleIndicator-id}",
+ "OutputType": "IMicrosoftGraphSecurityArticleIndicator",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphSecurityArticleIndicator",
- "Command": "Get-MgBetaSecurityThreatIntelligenceArticleIndicator",
"Method": "GET",
- "Uri": "/security/threatIntelligence/articleIndicators/{articleIndicator-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSecurityThreatIntelligenceArticleIndicator",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-articleindicator-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Security",
+ "Uri": "/security/threatIntelligence/articleIndicators",
+ "OutputType": "IMicrosoftGraphSecurityArticleIndicator",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List",
"List1"
],
- "OutputType": "IMicrosoftGraphSecurityArticleIndicator",
- "Command": "Get-MgBetaSecurityThreatIntelligenceArticleIndicator",
"Method": "GET",
- "Uri": "/security/threatIntelligence/articleIndicators",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSecurityThreatIntelligenceArticleIndicator",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Security",
+ "Uri": "/security/threatIntelligence/articleIndicators/{articleIndicator-id}/artifact",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaSecurityThreatIntelligenceArticleIndicatorArtifact",
"Method": "GET",
- "Uri": "/security/threatIntelligence/articleIndicators/{articleIndicator-id}/artifact",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSecurityThreatIntelligenceArticleIndicatorArtifact",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Security",
+ "Uri": "/security/threatIntelligence/articleIndicators/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaSecurityThreatIntelligenceArticleIndicatorCount",
"Method": "GET",
- "Uri": "/security/threatIntelligence/articleIndicators/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSecurityThreatIntelligenceArticleIndicatorCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Security",
+ "Uri": "/security/threatIntelligence/hosts/{host-id}",
+ "OutputType": "IMicrosoftGraphSecurityHost",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSecurityHost",
- "Command": "Get-MgBetaSecurityThreatIntelligenceHost",
"Method": "GET",
- "Uri": "/security/threatIntelligence/hosts/{host-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSecurityThreatIntelligenceHost",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-host-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Security",
+ "Uri": "/security/threatIntelligence/hosts",
+ "OutputType": "IMicrosoftGraphSecurityHost",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphSecurityHost",
- "Command": "Get-MgBetaSecurityThreatIntelligenceHost",
"Method": "GET",
- "Uri": "/security/threatIntelligence/hosts",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSecurityThreatIntelligenceHost",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Security",
+ "Uri": "/security/threatIntelligence/hosts/{host-id}/childHostPairs/{hostPair-id}",
+ "OutputType": "IMicrosoftGraphSecurityHostPair",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSecurityHostPair",
- "Command": "Get-MgBetaSecurityThreatIntelligenceHostChildHostPair",
"Method": "GET",
- "Uri": "/security/threatIntelligence/hosts/{host-id}/childHostPairs/{hostPair-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSecurityThreatIntelligenceHostChildHostPair",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Security",
+ "Uri": "/security/threatIntelligence/hosts/{host-id}/childHostPairs",
+ "OutputType": "IMicrosoftGraphSecurityHostPair",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphSecurityHostPair",
- "Command": "Get-MgBetaSecurityThreatIntelligenceHostChildHostPair",
"Method": "GET",
- "Uri": "/security/threatIntelligence/hosts/{host-id}/childHostPairs",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSecurityThreatIntelligenceHostChildHostPair",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-host-list-childhostpairs?view=graph-rest-1.0"
},
{
"Module": "Beta.Security",
+ "Uri": "/security/threatIntelligence/hosts/{host-id}/childHostPairs/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaSecurityThreatIntelligenceHostChildHostPairCount",
"Method": "GET",
- "Uri": "/security/threatIntelligence/hosts/{host-id}/childHostPairs/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSecurityThreatIntelligenceHostChildHostPairCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Security",
+ "Uri": "/security/threatIntelligence/hostComponents/{hostComponent-id}",
+ "OutputType": "IMicrosoftGraphSecurityHostComponent",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphSecurityHostComponent",
- "Command": "Get-MgBetaSecurityThreatIntelligenceHostComponent",
"Method": "GET",
- "Uri": "/security/threatIntelligence/hostComponents/{hostComponent-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSecurityThreatIntelligenceHostComponent",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-hostcomponent-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Security",
+ "Uri": "/security/threatIntelligence/hostComponents",
+ "OutputType": "IMicrosoftGraphSecurityHostComponent",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List",
"List1"
],
- "OutputType": "IMicrosoftGraphSecurityHostComponent",
- "Command": "Get-MgBetaSecurityThreatIntelligenceHostComponent",
"Method": "GET",
- "Uri": "/security/threatIntelligence/hostComponents",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSecurityThreatIntelligenceHostComponent",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Security",
+ "Uri": "/security/threatIntelligence/hostComponents/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaSecurityThreatIntelligenceHostComponentCount",
"Method": "GET",
- "Uri": "/security/threatIntelligence/hostComponents/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSecurityThreatIntelligenceHostComponentCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Security",
+ "Uri": "/security/threatIntelligence/hostComponents/{hostComponent-id}/host",
+ "OutputType": "IMicrosoftGraphSecurityHost",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSecurityHost",
- "Command": "Get-MgBetaSecurityThreatIntelligenceHostComponentHost",
"Method": "GET",
- "Uri": "/security/threatIntelligence/hostComponents/{hostComponent-id}/host",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSecurityThreatIntelligenceHostComponentHost",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Security",
+ "Uri": "/security/threatIntelligence/hostCookies/{hostCookie-id}",
+ "OutputType": "IMicrosoftGraphSecurityHostCookie",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphSecurityHostCookie",
- "Command": "Get-MgBetaSecurityThreatIntelligenceHostCookie",
"Method": "GET",
- "Uri": "/security/threatIntelligence/hostCookies/{hostCookie-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSecurityThreatIntelligenceHostCookie",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-hostcookie-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Security",
+ "Uri": "/security/threatIntelligence/hostCookies",
+ "OutputType": "IMicrosoftGraphSecurityHostCookie",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List",
"List1"
],
- "OutputType": "IMicrosoftGraphSecurityHostCookie",
- "Command": "Get-MgBetaSecurityThreatIntelligenceHostCookie",
"Method": "GET",
- "Uri": "/security/threatIntelligence/hostCookies",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSecurityThreatIntelligenceHostCookie",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Security",
+ "Uri": "/security/threatIntelligence/hostCookies/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaSecurityThreatIntelligenceHostCookieCount",
"Method": "GET",
- "Uri": "/security/threatIntelligence/hostCookies/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSecurityThreatIntelligenceHostCookieCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Security",
+ "Uri": "/security/threatIntelligence/hostCookies/{hostCookie-id}/host",
+ "OutputType": "IMicrosoftGraphSecurityHost",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSecurityHost",
- "Command": "Get-MgBetaSecurityThreatIntelligenceHostCookieHost",
"Method": "GET",
- "Uri": "/security/threatIntelligence/hostCookies/{hostCookie-id}/host",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSecurityThreatIntelligenceHostCookieHost",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Security",
+ "Uri": "/security/threatIntelligence/hosts/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgBetaSecurityThreatIntelligenceHostCount",
"Method": "GET",
- "Uri": "/security/threatIntelligence/hosts/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSecurityThreatIntelligenceHostCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Security",
+ "Uri": "/security/threatIntelligence/hostPairs/{hostPair-id}",
+ "OutputType": "IMicrosoftGraphSecurityHostPair",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphSecurityHostPair",
- "Command": "Get-MgBetaSecurityThreatIntelligenceHostPair",
"Method": "GET",
- "Uri": "/security/threatIntelligence/hostPairs/{hostPair-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSecurityThreatIntelligenceHostPair",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-hostpair-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Security",
+ "Uri": "/security/threatIntelligence/hostPairs",
+ "OutputType": "IMicrosoftGraphSecurityHostPair",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List",
"List1"
],
- "OutputType": "IMicrosoftGraphSecurityHostPair",
- "Command": "Get-MgBetaSecurityThreatIntelligenceHostPair",
"Method": "GET",
- "Uri": "/security/threatIntelligence/hostPairs",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSecurityThreatIntelligenceHostPair",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Security",
+ "Uri": "/security/threatIntelligence/hostPairs/{hostPair-id}/childHost",
+ "OutputType": "IMicrosoftGraphSecurityHost",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSecurityHost",
- "Command": "Get-MgBetaSecurityThreatIntelligenceHostPairChildHost",
"Method": "GET",
- "Uri": "/security/threatIntelligence/hostPairs/{hostPair-id}/childHost",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSecurityThreatIntelligenceHostPairChildHost",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Security",
+ "Uri": "/security/threatIntelligence/hostPairs/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaSecurityThreatIntelligenceHostPairCount",
"Method": "GET",
- "Uri": "/security/threatIntelligence/hostPairs/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSecurityThreatIntelligenceHostPairCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Security",
+ "Uri": "/security/threatIntelligence/hostPairs/{hostPair-id}/parentHost",
+ "OutputType": "IMicrosoftGraphSecurityHost",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSecurityHost",
- "Command": "Get-MgBetaSecurityThreatIntelligenceHostPairParentHost",
"Method": "GET",
- "Uri": "/security/threatIntelligence/hostPairs/{hostPair-id}/parentHost",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSecurityThreatIntelligenceHostPairParentHost",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Security",
+ "Uri": "/security/threatIntelligence/hosts/{host-id}/parentHostPairs/{hostPair-id}",
+ "OutputType": "IMicrosoftGraphSecurityHostPair",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSecurityHostPair",
- "Command": "Get-MgBetaSecurityThreatIntelligenceHostParentHostPair",
"Method": "GET",
- "Uri": "/security/threatIntelligence/hosts/{host-id}/parentHostPairs/{hostPair-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSecurityThreatIntelligenceHostParentHostPair",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Security",
+ "Uri": "/security/threatIntelligence/hosts/{host-id}/parentHostPairs",
+ "OutputType": "IMicrosoftGraphSecurityHostPair",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphSecurityHostPair",
- "Command": "Get-MgBetaSecurityThreatIntelligenceHostParentHostPair",
"Method": "GET",
- "Uri": "/security/threatIntelligence/hosts/{host-id}/parentHostPairs",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSecurityThreatIntelligenceHostParentHostPair",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-host-list-parenthostpairs?view=graph-rest-1.0"
},
{
"Module": "Beta.Security",
+ "Uri": "/security/threatIntelligence/hosts/{host-id}/parentHostPairs/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaSecurityThreatIntelligenceHostParentHostPairCount",
"Method": "GET",
- "Uri": "/security/threatIntelligence/hosts/{host-id}/parentHostPairs/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSecurityThreatIntelligenceHostParentHostPairCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Security",
+ "Uri": "/security/threatIntelligence/hosts/{host-id}/passiveDns/{passiveDnsRecord-id}",
+ "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord",
- "Command": "Get-MgBetaSecurityThreatIntelligenceHostPassiveDns",
"Method": "GET",
- "Uri": "/security/threatIntelligence/hosts/{host-id}/passiveDns/{passiveDnsRecord-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSecurityThreatIntelligenceHostPassiveDns",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Security",
+ "Uri": "/security/threatIntelligence/hosts/{host-id}/passiveDns",
+ "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord",
- "Command": "Get-MgBetaSecurityThreatIntelligenceHostPassiveDns",
"Method": "GET",
- "Uri": "/security/threatIntelligence/hosts/{host-id}/passiveDns",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSecurityThreatIntelligenceHostPassiveDns",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-host-list-passivedns?view=graph-rest-1.0"
},
{
"Module": "Beta.Security",
+ "Uri": "/security/threatIntelligence/hosts/{host-id}/passiveDns/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaSecurityThreatIntelligenceHostPassiveDnsCount",
"Method": "GET",
- "Uri": "/security/threatIntelligence/hosts/{host-id}/passiveDns/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSecurityThreatIntelligenceHostPassiveDnsCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Security",
+ "Uri": "/security/threatIntelligence/hosts/{host-id}/passiveDnsReverse/{passiveDnsRecord-id}",
+ "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord",
- "Command": "Get-MgBetaSecurityThreatIntelligenceHostPassiveDnsReverse",
"Method": "GET",
- "Uri": "/security/threatIntelligence/hosts/{host-id}/passiveDnsReverse/{passiveDnsRecord-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSecurityThreatIntelligenceHostPassiveDnsReverse",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Security",
+ "Uri": "/security/threatIntelligence/hosts/{host-id}/passiveDnsReverse",
+ "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord",
- "Command": "Get-MgBetaSecurityThreatIntelligenceHostPassiveDnsReverse",
"Method": "GET",
- "Uri": "/security/threatIntelligence/hosts/{host-id}/passiveDnsReverse",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSecurityThreatIntelligenceHostPassiveDnsReverse",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-host-list-passivednsreverse?view=graph-rest-1.0"
},
{
"Module": "Beta.Security",
+ "Uri": "/security/threatIntelligence/hosts/{host-id}/passiveDnsReverse/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaSecurityThreatIntelligenceHostPassiveDnsReverseCount",
"Method": "GET",
- "Uri": "/security/threatIntelligence/hosts/{host-id}/passiveDnsReverse/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSecurityThreatIntelligenceHostPassiveDnsReverseCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Security",
+ "Uri": "/security/threatIntelligence/hostPorts/{hostPort-id}",
+ "OutputType": "IMicrosoftGraphSecurityHostPort",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphSecurityHostPort",
- "Command": "Get-MgBetaSecurityThreatIntelligenceHostPort",
"Method": "GET",
- "Uri": "/security/threatIntelligence/hostPorts/{hostPort-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSecurityThreatIntelligenceHostPort",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-hostport-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Security",
+ "Uri": "/security/threatIntelligence/hostPorts",
+ "OutputType": "IMicrosoftGraphSecurityHostPort",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List",
"List1"
],
- "OutputType": "IMicrosoftGraphSecurityHostPort",
- "Command": "Get-MgBetaSecurityThreatIntelligenceHostPort",
"Method": "GET",
- "Uri": "/security/threatIntelligence/hostPorts",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSecurityThreatIntelligenceHostPort",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Security",
+ "Uri": "/security/threatIntelligence/hostPorts/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaSecurityThreatIntelligenceHostPortCount",
"Method": "GET",
- "Uri": "/security/threatIntelligence/hostPorts/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSecurityThreatIntelligenceHostPortCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Security",
+ "Uri": "/security/threatIntelligence/hostPorts/{hostPort-id}/host",
+ "OutputType": "IMicrosoftGraphSecurityHost",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSecurityHost",
- "Command": "Get-MgBetaSecurityThreatIntelligenceHostPortHost",
"Method": "GET",
- "Uri": "/security/threatIntelligence/hostPorts/{hostPort-id}/host",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSecurityThreatIntelligenceHostPortHost",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Security",
+ "Uri": "/security/threatIntelligence/hostPorts/{hostPort-id}/mostRecentSslCertificate",
+ "OutputType": "IMicrosoftGraphSecuritySslCertificate",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSecuritySslCertificate",
- "Command": "Get-MgBetaSecurityThreatIntelligenceHostPortMostRecentSslCertificate",
"Method": "GET",
- "Uri": "/security/threatIntelligence/hostPorts/{hostPort-id}/mostRecentSslCertificate",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSecurityThreatIntelligenceHostPortMostRecentSslCertificate",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Security",
+ "Uri": "/security/threatIntelligence/hosts/{host-id}/reputation",
+ "OutputType": "IMicrosoftGraphSecurityHostReputation",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSecurityHostReputation",
- "Command": "Get-MgBetaSecurityThreatIntelligenceHostReputation",
"Method": "GET",
- "Uri": "/security/threatIntelligence/hosts/{host-id}/reputation",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSecurityThreatIntelligenceHostReputation",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-host-get-reputation?view=graph-rest-1.0"
},
{
"Module": "Beta.Security",
+ "Uri": "/security/threatIntelligence/hostSslCertificates/{hostSslCertificate-id}",
+ "OutputType": "IMicrosoftGraphSecurityHostSslCertificate",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
@@ -145572,745 +152074,793 @@
"GetViaIdentity1",
"GetViaIdentity2"
],
- "OutputType": "IMicrosoftGraphSecurityHostSslCertificate",
- "Command": "Get-MgBetaSecurityThreatIntelligenceHostSslCertificate",
"Method": "GET",
- "Uri": "/security/threatIntelligence/hostSslCertificates/{hostSslCertificate-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSecurityThreatIntelligenceHostSslCertificate",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-hostsslcertificate-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Security",
+ "Uri": "/security/threatIntelligence/hostSslCertificates",
+ "OutputType": "IMicrosoftGraphSecurityHostSslCertificate",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List",
"List1"
],
- "OutputType": "IMicrosoftGraphSecurityHostSslCertificate",
- "Command": "Get-MgBetaSecurityThreatIntelligenceHostSslCertificate",
"Method": "GET",
- "Uri": "/security/threatIntelligence/hostSslCertificates",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSecurityThreatIntelligenceHostSslCertificate",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Security",
+ "Uri": "/security/threatIntelligence/hosts/{host-id}/sslCertificates/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaSecurityThreatIntelligenceHostSslCertificateCount",
"Method": "GET",
- "Uri": "/security/threatIntelligence/hosts/{host-id}/sslCertificates/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSecurityThreatIntelligenceHostSslCertificateCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Security",
+ "Uri": "/security/threatIntelligence/hostSslCertificates/{hostSslCertificate-id}/host",
+ "OutputType": "IMicrosoftGraphSecurityHost",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSecurityHost",
- "Command": "Get-MgBetaSecurityThreatIntelligenceHostSslCertificateHost",
"Method": "GET",
- "Uri": "/security/threatIntelligence/hostSslCertificates/{hostSslCertificate-id}/host",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSecurityThreatIntelligenceHostSslCertificateHost",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Security",
+ "Uri": "/security/threatIntelligence/hosts/{host-id}/subdomains/{subdomain-id}",
+ "OutputType": "IMicrosoftGraphSecuritySubdomain",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSecuritySubdomain",
- "Command": "Get-MgBetaSecurityThreatIntelligenceHostSubdomain",
"Method": "GET",
- "Uri": "/security/threatIntelligence/hosts/{host-id}/subdomains/{subdomain-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSecurityThreatIntelligenceHostSubdomain",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Security",
+ "Uri": "/security/threatIntelligence/hosts/{host-id}/subdomains",
+ "OutputType": "IMicrosoftGraphSecuritySubdomain",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphSecuritySubdomain",
- "Command": "Get-MgBetaSecurityThreatIntelligenceHostSubdomain",
"Method": "GET",
- "Uri": "/security/threatIntelligence/hosts/{host-id}/subdomains",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSecurityThreatIntelligenceHostSubdomain",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-host-list-subdomains?view=graph-rest-1.0"
},
{
"Module": "Beta.Security",
+ "Uri": "/security/threatIntelligence/hosts/{host-id}/subdomains/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaSecurityThreatIntelligenceHostSubdomainCount",
"Method": "GET",
- "Uri": "/security/threatIntelligence/hosts/{host-id}/subdomains/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSecurityThreatIntelligenceHostSubdomainCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Security",
+ "Uri": "/security/threatIntelligence/hostTrackers/{hostTracker-id}",
+ "OutputType": "IMicrosoftGraphSecurityHostTracker",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphSecurityHostTracker",
- "Command": "Get-MgBetaSecurityThreatIntelligenceHostTracker",
"Method": "GET",
- "Uri": "/security/threatIntelligence/hostTrackers/{hostTracker-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSecurityThreatIntelligenceHostTracker",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-hosttracker-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Security",
+ "Uri": "/security/threatIntelligence/hostTrackers",
+ "OutputType": "IMicrosoftGraphSecurityHostTracker",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List",
"List1"
],
- "OutputType": "IMicrosoftGraphSecurityHostTracker",
- "Command": "Get-MgBetaSecurityThreatIntelligenceHostTracker",
"Method": "GET",
- "Uri": "/security/threatIntelligence/hostTrackers",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSecurityThreatIntelligenceHostTracker",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Security",
+ "Uri": "/security/threatIntelligence/hosts/{host-id}/trackers/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaSecurityThreatIntelligenceHostTrackerCount",
"Method": "GET",
- "Uri": "/security/threatIntelligence/hosts/{host-id}/trackers/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSecurityThreatIntelligenceHostTrackerCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Security",
+ "Uri": "/security/threatIntelligence/hostTrackers/{hostTracker-id}/host",
+ "OutputType": "IMicrosoftGraphSecurityHost",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSecurityHost",
- "Command": "Get-MgBetaSecurityThreatIntelligenceHostTrackerHost",
"Method": "GET",
- "Uri": "/security/threatIntelligence/hostTrackers/{hostTracker-id}/host",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSecurityThreatIntelligenceHostTrackerHost",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Security",
+ "Uri": "/security/threatIntelligence/hosts/{host-id}/whois",
+ "OutputType": "IMicrosoftGraphSecurityWhoisRecord",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSecurityWhoisRecord",
- "Command": "Get-MgBetaSecurityThreatIntelligenceHostWhoi",
"Method": "GET",
- "Uri": "/security/threatIntelligence/hosts/{host-id}/whois",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSecurityThreatIntelligenceHostWhoi",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-whoisrecord-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Security",
+ "Uri": "/security/threatIntelligence/intelProfiles/{intelligenceProfile-id}",
+ "OutputType": "IMicrosoftGraphSecurityIntelligenceProfile",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSecurityIntelligenceProfile",
- "Command": "Get-MgBetaSecurityThreatIntelligenceIntelProfile",
"Method": "GET",
- "Uri": "/security/threatIntelligence/intelProfiles/{intelligenceProfile-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSecurityThreatIntelligenceIntelProfile",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-intelligenceprofile-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Security",
+ "Uri": "/security/threatIntelligence/intelProfiles",
+ "OutputType": "IMicrosoftGraphSecurityIntelligenceProfile",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphSecurityIntelligenceProfile",
- "Command": "Get-MgBetaSecurityThreatIntelligenceIntelProfile",
"Method": "GET",
- "Uri": "/security/threatIntelligence/intelProfiles",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSecurityThreatIntelligenceIntelProfile",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-threatintelligence-list-intelprofiles?view=graph-rest-1.0"
},
{
"Module": "Beta.Security",
+ "Uri": "/security/threatIntelligence/intelProfiles/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgBetaSecurityThreatIntelligenceIntelProfileCount",
"Method": "GET",
- "Uri": "/security/threatIntelligence/intelProfiles/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSecurityThreatIntelligenceIntelProfileCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Security",
+ "Uri": "/security/threatIntelligence/intelProfiles/{intelligenceProfile-id}/indicators/{intelligenceProfileIndicator-id}",
+ "OutputType": "IMicrosoftGraphSecurityIntelligenceProfileIndicator",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSecurityIntelligenceProfileIndicator",
- "Command": "Get-MgBetaSecurityThreatIntelligenceIntelProfileIndicator",
"Method": "GET",
- "Uri": "/security/threatIntelligence/intelProfiles/{intelligenceProfile-id}/indicators/{intelligenceProfileIndicator-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSecurityThreatIntelligenceIntelProfileIndicator",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Security",
+ "Uri": "/security/threatIntelligence/intelProfiles/{intelligenceProfile-id}/indicators",
+ "OutputType": "IMicrosoftGraphSecurityIntelligenceProfileIndicator",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphSecurityIntelligenceProfileIndicator",
- "Command": "Get-MgBetaSecurityThreatIntelligenceIntelProfileIndicator",
"Method": "GET",
- "Uri": "/security/threatIntelligence/intelProfiles/{intelligenceProfile-id}/indicators",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSecurityThreatIntelligenceIntelProfileIndicator",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-intelligenceprofile-list-indicators?view=graph-rest-1.0"
},
{
"Module": "Beta.Security",
+ "Uri": "/security/threatIntelligence/intelProfiles/{intelligenceProfile-id}/indicators/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaSecurityThreatIntelligenceIntelProfileIndicatorCount",
"Method": "GET",
- "Uri": "/security/threatIntelligence/intelProfiles/{intelligenceProfile-id}/indicators/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSecurityThreatIntelligenceIntelProfileIndicatorCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Security",
+ "Uri": "/security/threatIntelligence/passiveDnsRecords/{passiveDnsRecord-id}",
+ "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord",
- "Command": "Get-MgBetaSecurityThreatIntelligencePassiveDnsRecord",
"Method": "GET",
- "Uri": "/security/threatIntelligence/passiveDnsRecords/{passiveDnsRecord-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSecurityThreatIntelligencePassiveDnsRecord",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-passivednsrecord-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Security",
+ "Uri": "/security/threatIntelligence/passiveDnsRecords",
+ "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord",
- "Command": "Get-MgBetaSecurityThreatIntelligencePassiveDnsRecord",
"Method": "GET",
- "Uri": "/security/threatIntelligence/passiveDnsRecords",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSecurityThreatIntelligencePassiveDnsRecord",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Security",
+ "Uri": "/security/threatIntelligence/passiveDnsRecords/{passiveDnsRecord-id}/artifact",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaSecurityThreatIntelligencePassiveDnsRecordArtifact",
"Method": "GET",
- "Uri": "/security/threatIntelligence/passiveDnsRecords/{passiveDnsRecord-id}/artifact",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSecurityThreatIntelligencePassiveDnsRecordArtifact",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Security",
+ "Uri": "/security/threatIntelligence/passiveDnsRecords/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgBetaSecurityThreatIntelligencePassiveDnsRecordCount",
"Method": "GET",
- "Uri": "/security/threatIntelligence/passiveDnsRecords/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSecurityThreatIntelligencePassiveDnsRecordCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Security",
+ "Uri": "/security/threatIntelligence/passiveDnsRecords/{passiveDnsRecord-id}/parentHost",
+ "OutputType": "IMicrosoftGraphSecurityHost",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSecurityHost",
- "Command": "Get-MgBetaSecurityThreatIntelligencePassiveDnsRecordParentHost",
"Method": "GET",
- "Uri": "/security/threatIntelligence/passiveDnsRecords/{passiveDnsRecord-id}/parentHost",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSecurityThreatIntelligencePassiveDnsRecordParentHost",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Security",
+ "Uri": "/security/threatIntelligence/intelligenceProfileIndicators/{intelligenceProfileIndicator-id}",
+ "OutputType": "IMicrosoftGraphSecurityIntelligenceProfileIndicator",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSecurityIntelligenceProfileIndicator",
- "Command": "Get-MgBetaSecurityThreatIntelligenceProfileIndicator",
"Method": "GET",
- "Uri": "/security/threatIntelligence/intelligenceProfileIndicators/{intelligenceProfileIndicator-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSecurityThreatIntelligenceProfileIndicator",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-intelligenceprofileindicator-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Security",
+ "Uri": "/security/threatIntelligence/intelligenceProfileIndicators",
+ "OutputType": "IMicrosoftGraphSecurityIntelligenceProfileIndicator",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphSecurityIntelligenceProfileIndicator",
- "Command": "Get-MgBetaSecurityThreatIntelligenceProfileIndicator",
"Method": "GET",
- "Uri": "/security/threatIntelligence/intelligenceProfileIndicators",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSecurityThreatIntelligenceProfileIndicator",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Security",
+ "Uri": "/security/threatIntelligence/intelligenceProfileIndicators/{intelligenceProfileIndicator-id}/artifact",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaSecurityThreatIntelligenceProfileIndicatorArtifact",
"Method": "GET",
- "Uri": "/security/threatIntelligence/intelligenceProfileIndicators/{intelligenceProfileIndicator-id}/artifact",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSecurityThreatIntelligenceProfileIndicatorArtifact",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Security",
+ "Uri": "/security/threatIntelligence/intelligenceProfileIndicators/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgBetaSecurityThreatIntelligenceProfileIndicatorCount",
"Method": "GET",
- "Uri": "/security/threatIntelligence/intelligenceProfileIndicators/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSecurityThreatIntelligenceProfileIndicatorCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Security",
+ "Uri": "/security/threatIntelligence/sslCertificates/{sslCertificate-id}",
+ "OutputType": "IMicrosoftGraphSecuritySslCertificate",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSecuritySslCertificate",
- "Command": "Get-MgBetaSecurityThreatIntelligenceSslCertificate",
"Method": "GET",
- "Uri": "/security/threatIntelligence/sslCertificates/{sslCertificate-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSecurityThreatIntelligenceSslCertificate",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-sslcertificate-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Security",
+ "Uri": "/security/threatIntelligence/sslCertificates",
+ "OutputType": "IMicrosoftGraphSecuritySslCertificate",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphSecuritySslCertificate",
- "Command": "Get-MgBetaSecurityThreatIntelligenceSslCertificate",
"Method": "GET",
- "Uri": "/security/threatIntelligence/sslCertificates",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSecurityThreatIntelligenceSslCertificate",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-threatintelligence-list-sslcertificates?view=graph-rest-1.0"
},
{
"Module": "Beta.Security",
+ "Uri": "/security/threatIntelligence/sslCertificates/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgBetaSecurityThreatIntelligenceSslCertificateCount",
"Method": "GET",
- "Uri": "/security/threatIntelligence/sslCertificates/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSecurityThreatIntelligenceSslCertificateCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Security",
+ "Uri": "/security/threatIntelligence/sslCertificates/{sslCertificate-id}/relatedHosts/{host-id}",
+ "OutputType": "IMicrosoftGraphSecurityHost",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSecurityHost",
- "Command": "Get-MgBetaSecurityThreatIntelligenceSslCertificateRelatedHost",
"Method": "GET",
- "Uri": "/security/threatIntelligence/sslCertificates/{sslCertificate-id}/relatedHosts/{host-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSecurityThreatIntelligenceSslCertificateRelatedHost",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Security",
+ "Uri": "/security/threatIntelligence/sslCertificates/{sslCertificate-id}/relatedHosts",
+ "OutputType": "IMicrosoftGraphSecurityHost",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphSecurityHost",
- "Command": "Get-MgBetaSecurityThreatIntelligenceSslCertificateRelatedHost",
"Method": "GET",
- "Uri": "/security/threatIntelligence/sslCertificates/{sslCertificate-id}/relatedHosts",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSecurityThreatIntelligenceSslCertificateRelatedHost",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Security",
+ "Uri": "/security/threatIntelligence/sslCertificates/{sslCertificate-id}/relatedHosts/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaSecurityThreatIntelligenceSslCertificateRelatedHostCount",
"Method": "GET",
- "Uri": "/security/threatIntelligence/sslCertificates/{sslCertificate-id}/relatedHosts/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSecurityThreatIntelligenceSslCertificateRelatedHostCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Security",
+ "Uri": "/security/threatIntelligence/subdomains/{subdomain-id}",
+ "OutputType": "IMicrosoftGraphSecuritySubdomain",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSecuritySubdomain",
- "Command": "Get-MgBetaSecurityThreatIntelligenceSubdomain",
"Method": "GET",
- "Uri": "/security/threatIntelligence/subdomains/{subdomain-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSecurityThreatIntelligenceSubdomain",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-subdomain-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Security",
+ "Uri": "/security/threatIntelligence/subdomains",
+ "OutputType": "IMicrosoftGraphSecuritySubdomain",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphSecuritySubdomain",
- "Command": "Get-MgBetaSecurityThreatIntelligenceSubdomain",
"Method": "GET",
- "Uri": "/security/threatIntelligence/subdomains",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSecurityThreatIntelligenceSubdomain",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Security",
+ "Uri": "/security/threatIntelligence/subdomains/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgBetaSecurityThreatIntelligenceSubdomainCount",
"Method": "GET",
- "Uri": "/security/threatIntelligence/subdomains/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSecurityThreatIntelligenceSubdomainCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Security",
+ "Uri": "/security/threatIntelligence/subdomains/{subdomain-id}/host",
+ "OutputType": "IMicrosoftGraphSecurityHost",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSecurityHost",
- "Command": "Get-MgBetaSecurityThreatIntelligenceSubdomainHost",
"Method": "GET",
- "Uri": "/security/threatIntelligence/subdomains/{subdomain-id}/host",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSecurityThreatIntelligenceSubdomainHost",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Security",
+ "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}",
+ "OutputType": "IMicrosoftGraphSecurityVulnerability",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSecurityVulnerability",
- "Command": "Get-MgBetaSecurityThreatIntelligenceVulnerability",
"Method": "GET",
- "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSecurityThreatIntelligenceVulnerability",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-vulnerability-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Security",
+ "Uri": "/security/threatIntelligence/vulnerabilities",
+ "OutputType": "IMicrosoftGraphSecurityVulnerability",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphSecurityVulnerability",
- "Command": "Get-MgBetaSecurityThreatIntelligenceVulnerability",
"Method": "GET",
- "Uri": "/security/threatIntelligence/vulnerabilities",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSecurityThreatIntelligenceVulnerability",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Security",
+ "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/articles/{article-id}",
+ "OutputType": "IMicrosoftGraphSecurityArticle",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSecurityArticle",
- "Command": "Get-MgBetaSecurityThreatIntelligenceVulnerabilityArticle",
"Method": "GET",
- "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/articles/{article-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSecurityThreatIntelligenceVulnerabilityArticle",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Security",
+ "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/articles",
+ "OutputType": "IMicrosoftGraphSecurityArticle",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphSecurityArticle",
- "Command": "Get-MgBetaSecurityThreatIntelligenceVulnerabilityArticle",
"Method": "GET",
- "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/articles",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSecurityThreatIntelligenceVulnerabilityArticle",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Security",
+ "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/articles/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaSecurityThreatIntelligenceVulnerabilityArticleCount",
"Method": "GET",
- "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/articles/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSecurityThreatIntelligenceVulnerabilityArticleCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Security",
+ "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/components/{vulnerabilityComponent-id}",
+ "OutputType": "IMicrosoftGraphSecurityVulnerabilityComponent",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSecurityVulnerabilityComponent",
- "Command": "Get-MgBetaSecurityThreatIntelligenceVulnerabilityComponent",
"Method": "GET",
- "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/components/{vulnerabilityComponent-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSecurityThreatIntelligenceVulnerabilityComponent",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-vulnerabilitycomponent-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Security",
+ "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/components",
+ "OutputType": "IMicrosoftGraphSecurityVulnerabilityComponent",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphSecurityVulnerabilityComponent",
- "Command": "Get-MgBetaSecurityThreatIntelligenceVulnerabilityComponent",
"Method": "GET",
- "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/components",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSecurityThreatIntelligenceVulnerabilityComponent",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-vulnerability-list-components?view=graph-rest-1.0"
},
{
"Module": "Beta.Security",
+ "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/components/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaSecurityThreatIntelligenceVulnerabilityComponentCount",
"Method": "GET",
- "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/components/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSecurityThreatIntelligenceVulnerabilityComponentCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Security",
+ "Uri": "/security/threatIntelligence/vulnerabilities/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgBetaSecurityThreatIntelligenceVulnerabilityCount",
"Method": "GET",
- "Uri": "/security/threatIntelligence/vulnerabilities/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSecurityThreatIntelligenceVulnerabilityCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Security",
+ "Uri": "/security/threatIntelligence/whoisHistoryRecords/{whoisHistoryRecord-id}",
+ "OutputType": "IMicrosoftGraphSecurityWhoisHistoryRecord",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSecurityWhoisHistoryRecord",
- "Command": "Get-MgBetaSecurityThreatIntelligenceWhoisHistoryRecord",
"Method": "GET",
- "Uri": "/security/threatIntelligence/whoisHistoryRecords/{whoisHistoryRecord-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSecurityThreatIntelligenceWhoisHistoryRecord",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Security",
+ "Uri": "/security/threatIntelligence/whoisHistoryRecords",
+ "OutputType": "IMicrosoftGraphSecurityWhoisHistoryRecord",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphSecurityWhoisHistoryRecord",
- "Command": "Get-MgBetaSecurityThreatIntelligenceWhoisHistoryRecord",
"Method": "GET",
- "Uri": "/security/threatIntelligence/whoisHistoryRecords",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSecurityThreatIntelligenceWhoisHistoryRecord",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Security",
+ "Uri": "/security/threatIntelligence/whoisHistoryRecords/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgBetaSecurityThreatIntelligenceWhoisHistoryRecordCount",
"Method": "GET",
- "Uri": "/security/threatIntelligence/whoisHistoryRecords/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSecurityThreatIntelligenceWhoisHistoryRecordCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Security",
+ "Uri": "/security/threatIntelligence/whoisHistoryRecords/{whoisHistoryRecord-id}/host",
+ "OutputType": "IMicrosoftGraphSecurityHost",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSecurityHost",
- "Command": "Get-MgBetaSecurityThreatIntelligenceWhoisHistoryRecordHost",
"Method": "GET",
- "Uri": "/security/threatIntelligence/whoisHistoryRecords/{whoisHistoryRecord-id}/host",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSecurityThreatIntelligenceWhoisHistoryRecordHost",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Security",
+ "Uri": "/security/threatIntelligence/whoisRecords/{whoisRecord-id}",
+ "OutputType": "IMicrosoftGraphSecurityWhoisRecord",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSecurityWhoisRecord",
- "Command": "Get-MgBetaSecurityThreatIntelligenceWhoisRecord",
"Method": "GET",
- "Uri": "/security/threatIntelligence/whoisRecords/{whoisRecord-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSecurityThreatIntelligenceWhoisRecord",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-whoisrecord-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Security",
+ "Uri": "/security/threatIntelligence/whoisRecords",
+ "OutputType": "IMicrosoftGraphSecurityWhoisRecord",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphSecurityWhoisRecord",
- "Command": "Get-MgBetaSecurityThreatIntelligenceWhoisRecord",
"Method": "GET",
- "Uri": "/security/threatIntelligence/whoisRecords",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSecurityThreatIntelligenceWhoisRecord",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-threatintelligence-list-whoisrecords?view=graph-rest-1.0"
},
{
"Module": "Beta.Security",
+ "Uri": "/security/threatIntelligence/whoisRecords/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgBetaSecurityThreatIntelligenceWhoisRecordCount",
"Method": "GET",
- "Uri": "/security/threatIntelligence/whoisRecords/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSecurityThreatIntelligenceWhoisRecordCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Security",
+ "Uri": "/security/threatIntelligence/whoisRecords/{whoisRecord-id}/history/{whoisHistoryRecord-id}",
+ "OutputType": "IMicrosoftGraphSecurityWhoisHistoryRecord",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSecurityWhoisHistoryRecord",
- "Command": "Get-MgBetaSecurityThreatIntelligenceWhoisRecordHistory",
"Method": "GET",
- "Uri": "/security/threatIntelligence/whoisRecords/{whoisRecord-id}/history/{whoisHistoryRecord-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSecurityThreatIntelligenceWhoisRecordHistory",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Security",
+ "Uri": "/security/threatIntelligence/whoisRecords/{whoisRecord-id}/history",
+ "OutputType": "IMicrosoftGraphSecurityWhoisHistoryRecord",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphSecurityWhoisHistoryRecord",
- "Command": "Get-MgBetaSecurityThreatIntelligenceWhoisRecordHistory",
"Method": "GET",
- "Uri": "/security/threatIntelligence/whoisRecords/{whoisRecord-id}/history",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSecurityThreatIntelligenceWhoisRecordHistory",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-whoisrecord-list-history?view=graph-rest-1.0"
},
{
"Module": "Beta.Security",
+ "Uri": "/security/threatIntelligence/whoisRecords/{whoisRecord-id}/history/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaSecurityThreatIntelligenceWhoisRecordHistoryCount",
"Method": "GET",
- "Uri": "/security/threatIntelligence/whoisRecords/{whoisRecord-id}/history/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSecurityThreatIntelligenceWhoisRecordHistoryCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Security",
+ "Uri": "/security/threatIntelligence/whoisRecords/{whoisRecord-id}/host",
+ "OutputType": "IMicrosoftGraphSecurityHost",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSecurityHost",
- "Command": "Get-MgBetaSecurityThreatIntelligenceWhoisRecordHost",
"Method": "GET",
- "Uri": "/security/threatIntelligence/whoisRecords/{whoisRecord-id}/host",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSecurityThreatIntelligenceWhoisRecordHost",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Security",
+ "Uri": "/security/threatSubmission",
+ "OutputType": "IMicrosoftGraphSecurityThreatSubmissionRoot",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": "IMicrosoftGraphSecurityThreatSubmissionRoot",
- "Command": "Get-MgBetaSecurityThreatSubmission",
"Method": "GET",
- "Uri": "/security/threatSubmission",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSecurityThreatSubmission",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Security",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphSecurityEmailThreatSubmission",
- "Command": "Get-MgBetaSecurityThreatSubmissionEmailThreat",
- "Method": "GET",
"Uri": "/security/threatSubmission/emailThreats/{emailThreatSubmission-id}",
+ "OutputType": "IMicrosoftGraphSecurityEmailThreatSubmission",
"ApiVersion": "beta",
"Permissions": [
{
@@ -146345,17 +152895,19 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Security",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSecurityEmailThreatSubmission",
- "Command": "Get-MgBetaSecurityThreatSubmissionEmailThreat",
"Method": "GET",
+ "Command": "Get-MgBetaSecurityThreatSubmissionEmailThreat",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-emailthreatsubmission-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Security",
"Uri": "/security/threatSubmission/emailThreats",
+ "OutputType": "IMicrosoftGraphSecurityEmailThreatSubmission",
"ApiVersion": "beta",
"Permissions": [
{
@@ -146390,17 +152942,18 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Security",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaSecurityThreatSubmissionEmailThreatCount",
"Method": "GET",
+ "Command": "Get-MgBetaSecurityThreatSubmissionEmailThreat",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-emailthreatsubmission-list?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Security",
"Uri": "/security/threatSubmission/emailThreats/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -146435,18 +152988,18 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Security",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphSecurityEmailThreatSubmissionPolicy",
- "Command": "Get-MgBetaSecurityThreatSubmissionEmailThreatSubmissionPolicy",
"Method": "GET",
+ "Command": "Get-MgBetaSecurityThreatSubmissionEmailThreatCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Security",
"Uri": "/security/threatSubmission/emailThreatSubmissionPolicies/{emailThreatSubmissionPolicy-id}",
+ "OutputType": "IMicrosoftGraphSecurityEmailThreatSubmissionPolicy",
"ApiVersion": "beta",
"Permissions": [
{
@@ -146489,17 +153042,19 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Security",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSecurityEmailThreatSubmissionPolicy",
- "Command": "Get-MgBetaSecurityThreatSubmissionEmailThreatSubmissionPolicy",
"Method": "GET",
+ "Command": "Get-MgBetaSecurityThreatSubmissionEmailThreatSubmissionPolicy",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-emailthreatsubmissionpolicy-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Security",
"Uri": "/security/threatSubmission/emailThreatSubmissionPolicies",
+ "OutputType": "IMicrosoftGraphSecurityEmailThreatSubmissionPolicy",
"ApiVersion": "beta",
"Permissions": [
{
@@ -146542,17 +153097,18 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Security",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaSecurityThreatSubmissionEmailThreatSubmissionPolicyCount",
"Method": "GET",
+ "Command": "Get-MgBetaSecurityThreatSubmissionEmailThreatSubmissionPolicy",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-emailthreatsubmissionpolicy-list?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Security",
"Uri": "/security/threatSubmission/emailThreatSubmissionPolicies/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -146595,18 +153151,18 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Security",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphSecurityFileThreatSubmission",
- "Command": "Get-MgBetaSecurityThreatSubmissionFileThreat",
"Method": "GET",
+ "Command": "Get-MgBetaSecurityThreatSubmissionEmailThreatSubmissionPolicyCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Security",
"Uri": "/security/threatSubmission/fileThreats/{fileThreatSubmission-id}",
+ "OutputType": "IMicrosoftGraphSecurityFileThreatSubmission",
"ApiVersion": "beta",
"Permissions": [
{
@@ -146641,17 +153197,19 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Security",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSecurityFileThreatSubmission",
- "Command": "Get-MgBetaSecurityThreatSubmissionFileThreat",
"Method": "GET",
+ "Command": "Get-MgBetaSecurityThreatSubmissionFileThreat",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-filethreatsubmission-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Security",
"Uri": "/security/threatSubmission/fileThreats",
+ "OutputType": "IMicrosoftGraphSecurityFileThreatSubmission",
"ApiVersion": "beta",
"Permissions": [
{
@@ -146686,17 +153244,18 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Security",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaSecurityThreatSubmissionFileThreatCount",
"Method": "GET",
+ "Command": "Get-MgBetaSecurityThreatSubmissionFileThreat",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-filethreatsubmission-list?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Security",
"Uri": "/security/threatSubmission/fileThreats/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -146731,18 +153290,18 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Security",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphSecurityUrlThreatSubmission",
- "Command": "Get-MgBetaSecurityThreatSubmissionUrlThreat",
"Method": "GET",
+ "Command": "Get-MgBetaSecurityThreatSubmissionFileThreatCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Security",
"Uri": "/security/threatSubmission/urlThreats/{urlThreatSubmission-id}",
+ "OutputType": "IMicrosoftGraphSecurityUrlThreatSubmission",
"ApiVersion": "beta",
"Permissions": [
{
@@ -146777,17 +153336,19 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Security",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSecurityUrlThreatSubmission",
- "Command": "Get-MgBetaSecurityThreatSubmissionUrlThreat",
"Method": "GET",
+ "Command": "Get-MgBetaSecurityThreatSubmissionUrlThreat",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-urlthreatsubmission-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Security",
"Uri": "/security/threatSubmission/urlThreats",
+ "OutputType": "IMicrosoftGraphSecurityUrlThreatSubmission",
"ApiVersion": "beta",
"Permissions": [
{
@@ -146822,17 +153383,18 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Security",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaSecurityThreatSubmissionUrlThreatCount",
"Method": "GET",
+ "Command": "Get-MgBetaSecurityThreatSubmissionUrlThreat",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-urlthreatsubmission-list?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Security",
"Uri": "/security/threatSubmission/urlThreats/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -146867,67 +153429,71 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaSecurityThreatSubmissionUrlThreatCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Security",
+ "Uri": "/security/tiIndicators/{tiIndicator-id}",
+ "OutputType": "IMicrosoftGraphTiIndicator",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTiIndicator",
- "Command": "Get-MgBetaSecurityTiIndicator",
"Method": "GET",
- "Uri": "/security/tiIndicators/{tiIndicator-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSecurityTiIndicator",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tiindicator-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Security",
+ "Uri": "/security/tiIndicators",
+ "OutputType": "IMicrosoftGraphTiIndicator",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphTiIndicator",
- "Command": "Get-MgBetaSecurityTiIndicator",
"Method": "GET",
- "Uri": "/security/tiIndicators",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSecurityTiIndicator",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tiindicators-list?view=graph-rest-1.0"
},
{
"Module": "Beta.Security",
+ "Uri": "/security/tiIndicators/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgBetaSecurityTiIndicatorCount",
"Method": "GET",
- "Uri": "/security/tiIndicators/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSecurityTiIndicatorCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Security",
+ "Uri": "/security/triggers",
+ "OutputType": "IMicrosoftGraphSecurityTriggersRoot",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": "IMicrosoftGraphSecurityTriggersRoot",
- "Command": "Get-MgBetaSecurityTrigger",
"Method": "GET",
- "Uri": "/security/triggers",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSecurityTrigger",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Security",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphSecurityRetentionEvent",
- "Command": "Get-MgBetaSecurityTriggerRetentionEvent",
- "Method": "GET",
"Uri": "/security/triggers/retentionEvents/{retentionEvent-id}",
+ "OutputType": "IMicrosoftGraphSecurityRetentionEvent",
"ApiVersion": "beta",
"Permissions": [
{
@@ -146946,17 +153512,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Security",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSecurityRetentionEvent",
- "Command": "Get-MgBetaSecurityTriggerRetentionEvent",
"Method": "GET",
+ "Command": "Get-MgBetaSecurityTriggerRetentionEvent",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-retentionevent-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Security",
"Uri": "/security/triggers/retentionEvents",
+ "OutputType": "IMicrosoftGraphSecurityRetentionEvent",
"ApiVersion": "beta",
"Permissions": [
{
@@ -146975,17 +153543,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Security",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaSecurityTriggerRetentionEventCount",
"Method": "GET",
+ "Command": "Get-MgBetaSecurityTriggerRetentionEvent",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-retentionevent-list?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Security",
"Uri": "/security/triggers/retentionEvents/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -147004,18 +153573,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Security",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphSecurityRetentionEventType",
- "Command": "Get-MgBetaSecurityTriggerRetentionEventType",
"Method": "GET",
+ "Command": "Get-MgBetaSecurityTriggerRetentionEventCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Security",
"Uri": "/security/triggers/retentionEvents/{retentionEvent-id}/retentionEventType",
+ "OutputType": "IMicrosoftGraphSecurityRetentionEventType",
"ApiVersion": "beta",
"Permissions": [
{
@@ -147034,30 +153603,32 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaSecurityTriggerRetentionEventType",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Security",
+ "Uri": "/security/triggerTypes",
+ "OutputType": "IMicrosoftGraphSecurityTriggerTypesRoot",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": "IMicrosoftGraphSecurityTriggerTypesRoot",
- "Command": "Get-MgBetaSecurityTriggerType",
"Method": "GET",
- "Uri": "/security/triggerTypes",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSecurityTriggerType",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Security",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphSecurityRetentionEventType",
- "Command": "Get-MgBetaSecurityTriggerTypeRetentionEventType",
- "Method": "GET",
"Uri": "/security/triggerTypes/retentionEventTypes/{retentionEventType-id}",
+ "OutputType": "IMicrosoftGraphSecurityRetentionEventType",
"ApiVersion": "beta",
"Permissions": [
{
@@ -147076,17 +153647,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Security",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSecurityRetentionEventType",
- "Command": "Get-MgBetaSecurityTriggerTypeRetentionEventType",
"Method": "GET",
+ "Command": "Get-MgBetaSecurityTriggerTypeRetentionEventType",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-retentioneventtype-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Security",
"Uri": "/security/triggerTypes/retentionEventTypes",
+ "OutputType": "IMicrosoftGraphSecurityRetentionEventType",
"ApiVersion": "beta",
"Permissions": [
{
@@ -147105,17 +153678,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Security",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaSecurityTriggerTypeRetentionEventTypeCount",
"Method": "GET",
+ "Command": "Get-MgBetaSecurityTriggerTypeRetentionEventType",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-retentioneventtype-list?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Security",
"Uri": "/security/triggerTypes/retentionEventTypes/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -147134,268 +153708,288 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaSecurityTriggerTypeRetentionEventTypeCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Security",
+ "Uri": "/security/userSecurityProfiles/{userSecurityProfile-id}",
+ "OutputType": "IMicrosoftGraphUserSecurityProfile",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUserSecurityProfile",
- "Command": "Get-MgBetaSecurityUserSecurityProfile",
"Method": "GET",
- "Uri": "/security/userSecurityProfiles/{userSecurityProfile-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSecurityUserSecurityProfile",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Security",
+ "Uri": "/security/userSecurityProfiles",
+ "OutputType": "IMicrosoftGraphUserSecurityProfile",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphUserSecurityProfile",
- "Command": "Get-MgBetaSecurityUserSecurityProfile",
"Method": "GET",
- "Uri": "/security/userSecurityProfiles",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSecurityUserSecurityProfile",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Security",
+ "Uri": "/security/userSecurityProfiles/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgBetaSecurityUserSecurityProfileCount",
"Method": "GET",
- "Uri": "/security/userSecurityProfiles/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSecurityUserSecurityProfileCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.ServiceAnnouncement",
+ "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}",
+ "OutputType": "IMicrosoftGraphServiceHealth",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphServiceHealth",
- "Command": "Get-MgBetaServiceAnnouncementHealthOverview",
"Method": "GET",
- "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaServiceAnnouncementHealthOverview",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/servicehealth-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Devices.ServiceAnnouncement",
+ "Uri": "/admin/serviceAnnouncement/healthOverviews",
+ "OutputType": "IMicrosoftGraphServiceHealth",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphServiceHealth",
- "Command": "Get-MgBetaServiceAnnouncementHealthOverview",
"Method": "GET",
- "Uri": "/admin/serviceAnnouncement/healthOverviews",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaServiceAnnouncementHealthOverview",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceannouncement-list-healthoverviews?view=graph-rest-1.0"
},
{
"Module": "Beta.Devices.ServiceAnnouncement",
+ "Uri": "/admin/serviceAnnouncement/healthOverviews/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgBetaServiceAnnouncementHealthOverviewCount",
"Method": "GET",
- "Uri": "/admin/serviceAnnouncement/healthOverviews/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaServiceAnnouncementHealthOverviewCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.ServiceAnnouncement",
+ "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues/{serviceHealthIssue-id}",
+ "OutputType": "IMicrosoftGraphServiceHealthIssue",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphServiceHealthIssue",
- "Command": "Get-MgBetaServiceAnnouncementHealthOverviewIssue",
"Method": "GET",
- "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues/{serviceHealthIssue-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaServiceAnnouncementHealthOverviewIssue",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.ServiceAnnouncement",
+ "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues",
+ "OutputType": "IMicrosoftGraphServiceHealthIssue",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphServiceHealthIssue",
- "Command": "Get-MgBetaServiceAnnouncementHealthOverviewIssue",
"Method": "GET",
- "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaServiceAnnouncementHealthOverviewIssue",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.ServiceAnnouncement",
+ "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaServiceAnnouncementHealthOverviewIssueCount",
"Method": "GET",
- "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaServiceAnnouncementHealthOverviewIssueCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.ServiceAnnouncement",
+ "Uri": "/admin/serviceAnnouncement/issues/{serviceHealthIssue-id}",
+ "OutputType": "IMicrosoftGraphServiceHealthIssue",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphServiceHealthIssue",
- "Command": "Get-MgBetaServiceAnnouncementIssue",
"Method": "GET",
- "Uri": "/admin/serviceAnnouncement/issues/{serviceHealthIssue-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaServiceAnnouncementIssue",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/servicehealthissue-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Devices.ServiceAnnouncement",
+ "Uri": "/admin/serviceAnnouncement/issues",
+ "OutputType": "IMicrosoftGraphServiceHealthIssue",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphServiceHealthIssue",
- "Command": "Get-MgBetaServiceAnnouncementIssue",
"Method": "GET",
- "Uri": "/admin/serviceAnnouncement/issues",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaServiceAnnouncementIssue",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceannouncement-list-issues?view=graph-rest-1.0"
},
{
"Module": "Beta.Devices.ServiceAnnouncement",
+ "Uri": "/admin/serviceAnnouncement/issues/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgBetaServiceAnnouncementIssueCount",
"Method": "GET",
- "Uri": "/admin/serviceAnnouncement/issues/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaServiceAnnouncementIssueCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.ServiceAnnouncement",
+ "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}",
+ "OutputType": "IMicrosoftGraphServiceUpdateMessage",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphServiceUpdateMessage",
- "Command": "Get-MgBetaServiceAnnouncementMessage",
"Method": "GET",
- "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaServiceAnnouncementMessage",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceupdatemessage-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Devices.ServiceAnnouncement",
+ "Uri": "/admin/serviceAnnouncement/messages",
+ "OutputType": "IMicrosoftGraphServiceUpdateMessage",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphServiceUpdateMessage",
- "Command": "Get-MgBetaServiceAnnouncementMessage",
"Method": "GET",
- "Uri": "/admin/serviceAnnouncement/messages",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaServiceAnnouncementMessage",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceannouncement-list-messages?view=graph-rest-1.0"
},
{
"Module": "Beta.Devices.ServiceAnnouncement",
+ "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments/{serviceAnnouncementAttachment-id}",
+ "OutputType": "IMicrosoftGraphServiceAnnouncementAttachment",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphServiceAnnouncementAttachment",
- "Command": "Get-MgBetaServiceAnnouncementMessageAttachment",
"Method": "GET",
- "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments/{serviceAnnouncementAttachment-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaServiceAnnouncementMessageAttachment",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceannouncementattachment-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Devices.ServiceAnnouncement",
+ "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments",
+ "OutputType": "IMicrosoftGraphServiceAnnouncementAttachment",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphServiceAnnouncementAttachment",
- "Command": "Get-MgBetaServiceAnnouncementMessageAttachment",
"Method": "GET",
- "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaServiceAnnouncementMessageAttachment",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceupdatemessage-list-attachments?view=graph-rest-1.0"
},
{
"Module": "Beta.Devices.ServiceAnnouncement",
+ "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachmentsArchive",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaServiceAnnouncementMessageAttachmentArchive",
"Method": "GET",
- "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachmentsArchive",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaServiceAnnouncementMessageAttachmentArchive",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceannouncement-list-messages?view=graph-rest-1.0"
},
{
"Module": "Beta.Devices.ServiceAnnouncement",
+ "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments/{serviceAnnouncementAttachment-id}/content",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaServiceAnnouncementMessageAttachmentContent",
"Method": "GET",
- "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments/{serviceAnnouncementAttachment-id}/content",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaServiceAnnouncementMessageAttachmentContent",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceupdatemessage-list-attachments?view=graph-rest-1.0"
},
{
"Module": "Beta.Devices.ServiceAnnouncement",
+ "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaServiceAnnouncementMessageAttachmentCount",
"Method": "GET",
- "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaServiceAnnouncementMessageAttachmentCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.ServiceAnnouncement",
+ "Uri": "/admin/serviceAnnouncement/messages/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgBetaServiceAnnouncementMessageCount",
"Method": "GET",
- "Uri": "/admin/serviceAnnouncement/messages/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaServiceAnnouncementMessageCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Applications",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphServicePrincipal",
- "Command": "Get-MgBetaServicePrincipal",
- "Method": "GET",
"Uri": "/servicePrincipals/{servicePrincipal-id}",
+ "OutputType": "IMicrosoftGraphServicePrincipal",
"ApiVersion": "beta",
"Permissions": [
{
@@ -147438,17 +154032,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Applications",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphServicePrincipal",
- "Command": "Get-MgBetaServicePrincipal",
"Method": "GET",
+ "Command": "Get-MgBetaServicePrincipal",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Applications",
"Uri": "/servicePrincipals",
+ "OutputType": "IMicrosoftGraphServicePrincipal",
"ApiVersion": "beta",
"Permissions": [
{
@@ -147491,68 +154087,73 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaServicePrincipal",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list?view=graph-rest-1.0"
},
{
"Module": "Beta.Applications",
+ "Uri": "/servicePrincipals/{servicePrincipal-id}/appManagementPolicies/{appManagementPolicy-id}",
+ "OutputType": "IMicrosoftGraphAppManagementPolicy",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAppManagementPolicy",
- "Command": "Get-MgBetaServicePrincipalAppManagementPolicy",
"Method": "GET",
- "Uri": "/servicePrincipals/{servicePrincipal-id}/appManagementPolicies/{appManagementPolicy-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaServicePrincipalAppManagementPolicy",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Applications",
+ "Uri": "/servicePrincipals/{servicePrincipal-id}/appManagementPolicies",
+ "OutputType": "IMicrosoftGraphAppManagementPolicy",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphAppManagementPolicy",
- "Command": "Get-MgBetaServicePrincipalAppManagementPolicy",
"Method": "GET",
- "Uri": "/servicePrincipals/{servicePrincipal-id}/appManagementPolicies",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaServicePrincipalAppManagementPolicy",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Applications",
+ "Uri": "/servicePrincipals/{servicePrincipal-id}/appManagementPolicies/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaServicePrincipalAppManagementPolicyCount",
"Method": "GET",
- "Uri": "/servicePrincipals/{servicePrincipal-id}/appManagementPolicies/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaServicePrincipalAppManagementPolicyCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Applications",
+ "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignedTo/{appRoleAssignment-id}",
+ "OutputType": "IMicrosoftGraphAppRoleAssignment",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAppRoleAssignment",
- "Command": "Get-MgBetaServicePrincipalAppRoleAssignedTo",
"Method": "GET",
- "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignedTo/{appRoleAssignment-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaServicePrincipalAppRoleAssignedTo",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Applications",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphAppRoleAssignment",
- "Command": "Get-MgBetaServicePrincipalAppRoleAssignedTo",
- "Method": "GET",
"Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignedTo",
+ "OutputType": "IMicrosoftGraphAppRoleAssignment",
"ApiVersion": "beta",
"Permissions": [
{
@@ -147595,18 +154196,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Applications",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaServicePrincipalAppRoleAssignedToCount",
"Method": "GET",
+ "Command": "Get-MgBetaServicePrincipalAppRoleAssignedTo",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list-approleassignedto?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Applications",
"Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignedTo/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -147649,30 +154250,33 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Applications",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAppRoleAssignment",
- "Command": "Get-MgBetaServicePrincipalAppRoleAssignment",
"Method": "GET",
- "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignments/{appRoleAssignment-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaServicePrincipalAppRoleAssignedToCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Applications",
+ "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignments/{appRoleAssignment-id}",
+ "OutputType": "IMicrosoftGraphAppRoleAssignment",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAppRoleAssignment",
- "Command": "Get-MgBetaServicePrincipalAppRoleAssignment",
"Method": "GET",
+ "Command": "Get-MgBetaServicePrincipalAppRoleAssignment",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Applications",
"Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignments",
+ "OutputType": "IMicrosoftGraphAppRoleAssignment",
"ApiVersion": "beta",
"Permissions": [
{
@@ -147715,18 +154319,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Applications",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaServicePrincipalAppRoleAssignmentCount",
"Method": "GET",
+ "Command": "Get-MgBetaServicePrincipalAppRoleAssignment",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list-approleassignments?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Applications",
"Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignments/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -147769,18 +154373,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Applications",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphServicePrincipal",
- "Command": "Get-MgBetaServicePrincipalByAppId",
"Method": "GET",
+ "Command": "Get-MgBetaServicePrincipalAppRoleAssignmentCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Applications",
"Uri": "/servicePrincipals(appId='{appId}')",
+ "OutputType": "IMicrosoftGraphServicePrincipal",
"ApiVersion": "beta",
"Permissions": [
{
@@ -147823,30 +154428,33 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaServicePrincipalByAppId",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Applications",
+ "Uri": "/servicePrincipals/getByIds",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetExpanded"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgBetaServicePrincipalById",
"Method": "POST",
- "Uri": "/servicePrincipals/getByIds",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaServicePrincipalById",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0"
},
{
"Module": "Beta.Applications",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphClaimsMappingPolicy",
- "Command": "Get-MgBetaServicePrincipalClaimMappingPolicy",
- "Method": "GET",
"Uri": "/servicePrincipals/{servicePrincipal-id}/claimsMappingPolicies",
+ "OutputType": "IMicrosoftGraphClaimsMappingPolicy",
"ApiVersion": "beta",
"Permissions": [
{
@@ -147881,17 +154489,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Applications",
+ ],
"Variants": [
"List"
],
- "OutputType": null,
- "Command": "Get-MgBetaServicePrincipalClaimMappingPolicyByRef",
"Method": "GET",
+ "Command": "Get-MgBetaServicePrincipalClaimMappingPolicy",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list-claimsmappingpolicies?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Applications",
"Uri": "/servicePrincipals/{servicePrincipal-id}/claimsMappingPolicies/$ref",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -147926,18 +154535,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Applications",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaServicePrincipalClaimMappingPolicyCount",
"Method": "GET",
+ "Command": "Get-MgBetaServicePrincipalClaimMappingPolicyByRef",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list-claimsmappingpolicies?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Applications",
"Uri": "/servicePrincipals/{servicePrincipal-id}/claimsMappingPolicies/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -147972,17 +154581,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Applications",
+ ],
"Variants": [
- "Get"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaServicePrincipalCount",
"Method": "GET",
+ "Command": "Get-MgBetaServicePrincipalClaimMappingPolicyCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Applications",
"Uri": "/servicePrincipals/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -148025,30 +154636,32 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaServicePrincipalCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Applications",
+ "Uri": "/servicePrincipals/{servicePrincipal-id}/createdObjects/{directoryObject-id}",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgBetaServicePrincipalCreatedObject",
"Method": "GET",
- "Uri": "/servicePrincipals/{servicePrincipal-id}/createdObjects/{directoryObject-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaServicePrincipalCreatedObject",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Applications",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgBetaServicePrincipalCreatedObject",
- "Method": "GET",
"Uri": "/servicePrincipals/{servicePrincipal-id}/createdObjects",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
"ApiVersion": "beta",
"Permissions": [
{
@@ -148091,43 +154704,45 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaServicePrincipalCreatedObject",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list-createdobjects?view=graph-rest-1.0"
},
{
"Module": "Beta.Applications",
+ "Uri": "/servicePrincipals/{servicePrincipal-id}/createdObjects/{directoryObject-id}/servicePrincipal",
+ "OutputType": "IMicrosoftGraphServicePrincipal",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphServicePrincipal",
- "Command": "Get-MgBetaServicePrincipalCreatedObjectAsServicePrincipal",
"Method": "GET",
- "Uri": "/servicePrincipals/{servicePrincipal-id}/createdObjects/{directoryObject-id}/servicePrincipal",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaServicePrincipalCreatedObjectAsServicePrincipal",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Applications",
+ "Uri": "/servicePrincipals/{servicePrincipal-id}/createdObjects/servicePrincipal",
+ "OutputType": "IMicrosoftGraphServicePrincipal",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphServicePrincipal",
- "Command": "Get-MgBetaServicePrincipalCreatedObjectAsServicePrincipal",
"Method": "GET",
- "Uri": "/servicePrincipals/{servicePrincipal-id}/createdObjects/servicePrincipal",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaServicePrincipalCreatedObjectAsServicePrincipal",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Applications",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": null,
- "Command": "Get-MgBetaServicePrincipalCreatedObjectCount",
- "Method": "GET",
"Uri": "/servicePrincipals/{servicePrincipal-id}/createdObjects/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -148170,43 +154785,47 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Applications",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaServicePrincipalCreatedObjectCountAsServicePrincipal",
"Method": "GET",
- "Uri": "/servicePrincipals/{servicePrincipal-id}/createdObjects/servicePrincipal/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaServicePrincipalCreatedObjectCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Applications",
+ "Uri": "/servicePrincipals/{servicePrincipal-id}/createdObjects/servicePrincipal/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDelegatedPermissionClassification",
- "Command": "Get-MgBetaServicePrincipalDelegatedPermissionClassification",
"Method": "GET",
- "Uri": "/servicePrincipals/{servicePrincipal-id}/delegatedPermissionClassifications/{delegatedPermissionClassification-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaServicePrincipalCreatedObjectCountAsServicePrincipal",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Applications",
+ "Uri": "/servicePrincipals/{servicePrincipal-id}/delegatedPermissionClassifications/{delegatedPermissionClassification-id}",
+ "OutputType": "IMicrosoftGraphDelegatedPermissionClassification",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDelegatedPermissionClassification",
- "Command": "Get-MgBetaServicePrincipalDelegatedPermissionClassification",
"Method": "GET",
+ "Command": "Get-MgBetaServicePrincipalDelegatedPermissionClassification",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Applications",
"Uri": "/servicePrincipals/{servicePrincipal-id}/delegatedPermissionClassifications",
+ "OutputType": "IMicrosoftGraphDelegatedPermissionClassification",
"ApiVersion": "beta",
"Permissions": [
{
@@ -148233,18 +154852,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Applications",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaServicePrincipalDelegatedPermissionClassificationCount",
"Method": "GET",
+ "Command": "Get-MgBetaServicePrincipalDelegatedPermissionClassification",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list-delegatedpermissionclassifications?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Applications",
"Uri": "/servicePrincipals/{servicePrincipal-id}/delegatedPermissionClassifications/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -148271,17 +154890,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Applications",
+ ],
"Variants": [
- "Delta"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphServicePrincipal",
- "Command": "Get-MgBetaServicePrincipalDelta",
"Method": "GET",
+ "Command": "Get-MgBetaServicePrincipalDelegatedPermissionClassificationCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Applications",
"Uri": "/servicePrincipals/delta",
+ "OutputType": "IMicrosoftGraphServicePrincipal",
"ApiVersion": "beta",
"Permissions": [
{
@@ -148324,55 +154945,59 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Delta"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaServicePrincipalDelta",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Applications",
+ "Uri": "/servicePrincipals/{servicePrincipal-id}/endpoints/{endpoint-id}",
+ "OutputType": "IMicrosoftGraphEndpoint",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphEndpoint",
- "Command": "Get-MgBetaServicePrincipalEndpoint",
"Method": "GET",
- "Uri": "/servicePrincipals/{servicePrincipal-id}/endpoints/{endpoint-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaServicePrincipalEndpoint",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Applications",
+ "Uri": "/servicePrincipals/{servicePrincipal-id}/endpoints",
+ "OutputType": "IMicrosoftGraphEndpoint",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphEndpoint",
- "Command": "Get-MgBetaServicePrincipalEndpoint",
"Method": "GET",
- "Uri": "/servicePrincipals/{servicePrincipal-id}/endpoints",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaServicePrincipalEndpoint",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Applications",
+ "Uri": "/servicePrincipals/{servicePrincipal-id}/endpoints/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaServicePrincipalEndpointCount",
"Method": "GET",
- "Uri": "/servicePrincipals/{servicePrincipal-id}/endpoints/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaServicePrincipalEndpointCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Applications",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy",
- "Command": "Get-MgBetaServicePrincipalHomeRealmDiscoveryPolicy",
- "Method": "GET",
"Uri": "/servicePrincipals/{servicePrincipal-id}/homeRealmDiscoveryPolicies",
+ "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy",
"ApiVersion": "beta",
"Permissions": [
{
@@ -148407,17 +155032,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Applications",
+ ],
"Variants": [
"List"
],
- "OutputType": null,
- "Command": "Get-MgBetaServicePrincipalHomeRealmDiscoveryPolicyByRef",
"Method": "GET",
+ "Command": "Get-MgBetaServicePrincipalHomeRealmDiscoveryPolicy",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list-homerealmdiscoverypolicies?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Applications",
"Uri": "/servicePrincipals/{servicePrincipal-id}/homeRealmDiscoveryPolicies/$ref",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -148452,18 +155078,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Applications",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaServicePrincipalHomeRealmDiscoveryPolicyCount",
"Method": "GET",
+ "Command": "Get-MgBetaServicePrincipalHomeRealmDiscoveryPolicyByRef",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list-homerealmdiscoverypolicies?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Applications",
"Uri": "/servicePrincipals/{servicePrincipal-id}/homeRealmDiscoveryPolicies/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -148498,71 +155124,74 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaServicePrincipalHomeRealmDiscoveryPolicyCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Applications",
+ "Uri": "/servicePrincipals/{servicePrincipal-id}/licenseDetails/{licenseDetails-id}",
+ "OutputType": "IMicrosoftGraphLicenseDetails",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphLicenseDetails",
- "Command": "Get-MgBetaServicePrincipalLicenseDetail",
"Method": "GET",
- "Uri": "/servicePrincipals/{servicePrincipal-id}/licenseDetails/{licenseDetails-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaServicePrincipalLicenseDetail",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Applications",
+ "Uri": "/servicePrincipals/{servicePrincipal-id}/licenseDetails",
+ "OutputType": "IMicrosoftGraphLicenseDetails",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphLicenseDetails",
- "Command": "Get-MgBetaServicePrincipalLicenseDetail",
"Method": "GET",
- "Uri": "/servicePrincipals/{servicePrincipal-id}/licenseDetails",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaServicePrincipalLicenseDetail",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Applications",
+ "Uri": "/servicePrincipals/{servicePrincipal-id}/licenseDetails/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaServicePrincipalLicenseDetailCount",
"Method": "GET",
- "Uri": "/servicePrincipals/{servicePrincipal-id}/licenseDetails/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaServicePrincipalLicenseDetailCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Applications",
+ "Uri": "/servicePrincipals/{servicePrincipal-id}/licenseDetails/getTeamsLicensingDetails",
+ "OutputType": "IMicrosoftGraphTeamsLicensingDetails",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTeamsLicensingDetails",
- "Command": "Get-MgBetaServicePrincipalLicenseDetailTeamLicensingDetail",
"Method": "GET",
- "Uri": "/servicePrincipals/{servicePrincipal-id}/licenseDetails/getTeamsLicensingDetails",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaServicePrincipalLicenseDetailTeamLicensingDetail",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Applications",
- "Variants": [
- "Get",
- "GetExpanded",
- "GetViaIdentity",
- "GetViaIdentityExpanded"
- ],
- "OutputType": null,
- "Command": "Get-MgBetaServicePrincipalMemberGroup",
- "Method": "POST",
"Uri": "/servicePrincipals/{servicePrincipal-id}/getMemberGroups",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -148645,20 +155274,21 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Applications",
+ ],
"Variants": [
"Get",
"GetExpanded",
"GetViaIdentity",
"GetViaIdentityExpanded"
],
- "OutputType": null,
- "Command": "Get-MgBetaServicePrincipalMemberObject",
"Method": "POST",
+ "Command": "Get-MgBetaServicePrincipalMemberGroup",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Applications",
"Uri": "/servicePrincipals/{servicePrincipal-id}/getMemberObjects",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -148757,30 +155387,35 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetExpanded",
+ "GetViaIdentity",
+ "GetViaIdentityExpanded"
+ ],
+ "Method": "POST",
+ "Command": "Get-MgBetaServicePrincipalMemberObject",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Applications",
+ "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/{directoryObject-id}",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgBetaServicePrincipalMemberOf",
"Method": "GET",
- "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/{directoryObject-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaServicePrincipalMemberOf",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Applications",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgBetaServicePrincipalMemberOf",
- "Method": "GET",
"Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
"ApiVersion": "beta",
"Permissions": [
{
@@ -148823,93 +155458,99 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaServicePrincipalMemberOf",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list-memberof?view=graph-rest-1.0"
},
{
"Module": "Beta.Applications",
+ "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/{directoryObject-id}/administrativeUnit",
+ "OutputType": "IMicrosoftGraphAdministrativeUnit",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAdministrativeUnit",
- "Command": "Get-MgBetaServicePrincipalMemberOfAsAdministrativeUnit",
"Method": "GET",
- "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/{directoryObject-id}/administrativeUnit",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaServicePrincipalMemberOfAsAdministrativeUnit",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Applications",
+ "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/administrativeUnit",
+ "OutputType": "IMicrosoftGraphAdministrativeUnit",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphAdministrativeUnit",
- "Command": "Get-MgBetaServicePrincipalMemberOfAsAdministrativeUnit",
"Method": "GET",
- "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/administrativeUnit",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaServicePrincipalMemberOfAsAdministrativeUnit",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Applications",
+ "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/{directoryObject-id}/directoryRole",
+ "OutputType": "IMicrosoftGraphDirectoryRole",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDirectoryRole",
- "Command": "Get-MgBetaServicePrincipalMemberOfAsDirectoryRole",
"Method": "GET",
- "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/{directoryObject-id}/directoryRole",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaServicePrincipalMemberOfAsDirectoryRole",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Applications",
+ "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/directoryRole",
+ "OutputType": "IMicrosoftGraphDirectoryRole",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphDirectoryRole",
- "Command": "Get-MgBetaServicePrincipalMemberOfAsDirectoryRole",
"Method": "GET",
- "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/directoryRole",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaServicePrincipalMemberOfAsDirectoryRole",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Applications",
+ "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/{directoryObject-id}/group",
+ "OutputType": "IMicrosoftGraphGroup",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphGroup",
- "Command": "Get-MgBetaServicePrincipalMemberOfAsGroup",
"Method": "GET",
- "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/{directoryObject-id}/group",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaServicePrincipalMemberOfAsGroup",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Applications",
+ "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/group",
+ "OutputType": "IMicrosoftGraphGroup",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphGroup",
- "Command": "Get-MgBetaServicePrincipalMemberOfAsGroup",
"Method": "GET",
- "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/group",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaServicePrincipalMemberOfAsGroup",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Applications",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": null,
- "Command": "Get-MgBetaServicePrincipalMemberOfCount",
- "Method": "GET",
"Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -148952,69 +155593,75 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Applications",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaServicePrincipalMemberOfCountAsAdministrativeUnit",
"Method": "GET",
- "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/administrativeUnit/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaServicePrincipalMemberOfCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Applications",
+ "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/administrativeUnit/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaServicePrincipalMemberOfCountAsDirectoryRole",
"Method": "GET",
- "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/directoryRole/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaServicePrincipalMemberOfCountAsAdministrativeUnit",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Applications",
+ "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/directoryRole/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaServicePrincipalMemberOfCountAsGroup",
"Method": "GET",
- "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/group/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaServicePrincipalMemberOfCountAsDirectoryRole",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Applications",
+ "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/group/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphOAuth2PermissionGrant",
- "Command": "Get-MgBetaServicePrincipalOauth2PermissionGrant",
"Method": "GET",
- "Uri": "/servicePrincipals/{servicePrincipal-id}/oauth2PermissionGrants/{oAuth2PermissionGrant-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaServicePrincipalMemberOfCountAsGroup",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Applications",
+ "Uri": "/servicePrincipals/{servicePrincipal-id}/oauth2PermissionGrants/{oAuth2PermissionGrant-id}",
+ "OutputType": "IMicrosoftGraphOAuth2PermissionGrant",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphOAuth2PermissionGrant",
- "Command": "Get-MgBetaServicePrincipalOauth2PermissionGrant",
"Method": "GET",
+ "Command": "Get-MgBetaServicePrincipalOauth2PermissionGrant",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Applications",
"Uri": "/servicePrincipals/{servicePrincipal-id}/oauth2PermissionGrants",
+ "OutputType": "IMicrosoftGraphOAuth2PermissionGrant",
"ApiVersion": "beta",
"Permissions": [
{
@@ -149041,18 +155688,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Applications",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaServicePrincipalOauth2PermissionGrantCount",
"Method": "GET",
+ "Command": "Get-MgBetaServicePrincipalOauth2PermissionGrant",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list-oauth2permissiongrants?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Applications",
"Uri": "/servicePrincipals/{servicePrincipal-id}/oauth2PermissionGrants/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -149079,30 +155726,33 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Applications",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgBetaServicePrincipalOwnedObject",
"Method": "GET",
- "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/{directoryObject-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaServicePrincipalOauth2PermissionGrantCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Applications",
+ "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/{directoryObject-id}",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgBetaServicePrincipalOwnedObject",
"Method": "GET",
+ "Command": "Get-MgBetaServicePrincipalOwnedObject",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Applications",
"Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
"ApiVersion": "beta",
"Permissions": [
{
@@ -149145,118 +155795,126 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaServicePrincipalOwnedObject",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list-ownedobjects?view=graph-rest-1.0"
},
{
"Module": "Beta.Applications",
+ "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/{directoryObject-id}/application",
+ "OutputType": "IMicrosoftGraphApplication",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphApplication",
- "Command": "Get-MgBetaServicePrincipalOwnedObjectAsApplication",
"Method": "GET",
- "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/{directoryObject-id}/application",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaServicePrincipalOwnedObjectAsApplication",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Applications",
+ "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/application",
+ "OutputType": "IMicrosoftGraphApplication",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphApplication",
- "Command": "Get-MgBetaServicePrincipalOwnedObjectAsApplication",
"Method": "GET",
- "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/application",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaServicePrincipalOwnedObjectAsApplication",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Applications",
+ "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/{directoryObject-id}/endpoint",
+ "OutputType": "IMicrosoftGraphEndpoint",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphEndpoint",
- "Command": "Get-MgBetaServicePrincipalOwnedObjectAsEndpoint",
"Method": "GET",
- "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/{directoryObject-id}/endpoint",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaServicePrincipalOwnedObjectAsEndpoint",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Applications",
+ "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/endpoint",
+ "OutputType": "IMicrosoftGraphEndpoint",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphEndpoint",
- "Command": "Get-MgBetaServicePrincipalOwnedObjectAsEndpoint",
"Method": "GET",
- "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/endpoint",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaServicePrincipalOwnedObjectAsEndpoint",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Applications",
+ "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/{directoryObject-id}/group",
+ "OutputType": "IMicrosoftGraphGroup",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphGroup",
- "Command": "Get-MgBetaServicePrincipalOwnedObjectAsGroup",
"Method": "GET",
- "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/{directoryObject-id}/group",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaServicePrincipalOwnedObjectAsGroup",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Applications",
+ "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/group",
+ "OutputType": "IMicrosoftGraphGroup",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphGroup",
- "Command": "Get-MgBetaServicePrincipalOwnedObjectAsGroup",
"Method": "GET",
- "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/group",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaServicePrincipalOwnedObjectAsGroup",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Applications",
+ "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/{directoryObject-id}/servicePrincipal",
+ "OutputType": "IMicrosoftGraphServicePrincipal",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphServicePrincipal",
- "Command": "Get-MgBetaServicePrincipalOwnedObjectAsServicePrincipal",
"Method": "GET",
- "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/{directoryObject-id}/servicePrincipal",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaServicePrincipalOwnedObjectAsServicePrincipal",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Applications",
+ "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/servicePrincipal",
+ "OutputType": "IMicrosoftGraphServicePrincipal",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphServicePrincipal",
- "Command": "Get-MgBetaServicePrincipalOwnedObjectAsServicePrincipal",
"Method": "GET",
- "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/servicePrincipal",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaServicePrincipalOwnedObjectAsServicePrincipal",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Applications",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": null,
- "Command": "Get-MgBetaServicePrincipalOwnedObjectCount",
- "Method": "GET",
"Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -149299,69 +155957,75 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Applications",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaServicePrincipalOwnedObjectCountAsApplication",
"Method": "GET",
- "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/application/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaServicePrincipalOwnedObjectCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Applications",
+ "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/application/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaServicePrincipalOwnedObjectCountAsEndpoint",
"Method": "GET",
- "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/endpoint/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaServicePrincipalOwnedObjectCountAsApplication",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Applications",
+ "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/endpoint/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaServicePrincipalOwnedObjectCountAsGroup",
"Method": "GET",
- "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/group/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaServicePrincipalOwnedObjectCountAsEndpoint",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Applications",
+ "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/group/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaServicePrincipalOwnedObjectCountAsServicePrincipal",
"Method": "GET",
- "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/servicePrincipal/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaServicePrincipalOwnedObjectCountAsGroup",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Applications",
+ "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/servicePrincipal/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgBetaServicePrincipalOwner",
"Method": "GET",
+ "Command": "Get-MgBetaServicePrincipalOwnedObjectCountAsServicePrincipal",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Applications",
"Uri": "/servicePrincipals/{servicePrincipal-id}/owners",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
"ApiVersion": "beta",
"Permissions": [
{
@@ -149404,92 +156068,99 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaServicePrincipalOwner",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list-owners?view=graph-rest-1.0"
},
{
"Module": "Beta.Applications",
+ "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/{directoryObject-id}/endpoint",
+ "OutputType": "IMicrosoftGraphEndpoint",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphEndpoint",
- "Command": "Get-MgBetaServicePrincipalOwnerAsEndpoint",
"Method": "GET",
- "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/{directoryObject-id}/endpoint",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaServicePrincipalOwnerAsEndpoint",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Applications",
+ "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/endpoint",
+ "OutputType": "IMicrosoftGraphEndpoint",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphEndpoint",
- "Command": "Get-MgBetaServicePrincipalOwnerAsEndpoint",
"Method": "GET",
- "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/endpoint",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaServicePrincipalOwnerAsEndpoint",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Applications",
+ "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/{directoryObject-id}/servicePrincipal",
+ "OutputType": "IMicrosoftGraphServicePrincipal",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphServicePrincipal",
- "Command": "Get-MgBetaServicePrincipalOwnerAsServicePrincipal",
"Method": "GET",
- "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/{directoryObject-id}/servicePrincipal",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaServicePrincipalOwnerAsServicePrincipal",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Applications",
+ "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/servicePrincipal",
+ "OutputType": "IMicrosoftGraphServicePrincipal",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphServicePrincipal",
- "Command": "Get-MgBetaServicePrincipalOwnerAsServicePrincipal",
"Method": "GET",
- "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/servicePrincipal",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaServicePrincipalOwnerAsServicePrincipal",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Applications",
+ "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/{directoryObject-id}/user",
+ "OutputType": "IMicrosoftGraphUser",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUser",
- "Command": "Get-MgBetaServicePrincipalOwnerAsUser",
"Method": "GET",
- "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/{directoryObject-id}/user",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaServicePrincipalOwnerAsUser",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Applications",
+ "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/user",
+ "OutputType": "IMicrosoftGraphUser",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphUser",
- "Command": "Get-MgBetaServicePrincipalOwnerAsUser",
"Method": "GET",
- "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/user",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaServicePrincipalOwnerAsUser",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Applications",
- "Variants": [
- "List"
- ],
- "OutputType": null,
- "Command": "Get-MgBetaServicePrincipalOwnerByRef",
- "Method": "GET",
"Uri": "/servicePrincipals/{servicePrincipal-id}/owners/$ref",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -149532,18 +156203,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Applications",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaServicePrincipalOwnerCount",
"Method": "GET",
+ "Command": "Get-MgBetaServicePrincipalOwnerByRef",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list-owners?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Applications",
"Uri": "/servicePrincipals/{servicePrincipal-id}/owners/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -149586,59 +156257,61 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Applications",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaServicePrincipalOwnerCountAsEndpoint",
"Method": "GET",
- "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/endpoint/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaServicePrincipalOwnerCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Applications",
+ "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/endpoint/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaServicePrincipalOwnerCountAsServicePrincipal",
"Method": "GET",
- "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/servicePrincipal/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaServicePrincipalOwnerCountAsEndpoint",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Applications",
+ "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/servicePrincipal/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaServicePrincipalOwnerCountAsUser",
"Method": "GET",
- "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/user/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaServicePrincipalOwnerCountAsServicePrincipal",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Applications",
+ "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/user/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
- "GetExpanded",
- "GetViaIdentity",
- "GetViaIdentityExpanded"
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphPasswordSingleSignOnCredentialSet",
- "Command": "Get-MgBetaServicePrincipalPasswordSingleSignOnCredential",
- "Method": "POST",
+ "Method": "GET",
+ "Command": "Get-MgBetaServicePrincipalOwnerCountAsUser",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Applications",
"Uri": "/servicePrincipals/{servicePrincipal-id}/getPasswordSingleSignOnCredentials",
+ "OutputType": "IMicrosoftGraphPasswordSingleSignOnCredentialSet",
"ApiVersion": "beta",
"Permissions": [
{
@@ -149673,121 +156346,130 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetExpanded",
+ "GetViaIdentity",
+ "GetViaIdentityExpanded"
+ ],
+ "Method": "POST",
+ "Command": "Get-MgBetaServicePrincipalPasswordSingleSignOnCredential",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-getpasswordsinglesignoncredentials?view=graph-rest-1.0"
},
{
"Module": "Beta.Applications",
+ "Uri": "/servicePrincipals/{servicePrincipal-id}/remoteDesktopSecurityConfiguration",
+ "OutputType": "IMicrosoftGraphRemoteDesktopSecurityConfiguration",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphRemoteDesktopSecurityConfiguration",
- "Command": "Get-MgBetaServicePrincipalRemoteDesktopSecurityConfiguration",
"Method": "GET",
- "Uri": "/servicePrincipals/{servicePrincipal-id}/remoteDesktopSecurityConfiguration",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaServicePrincipalRemoteDesktopSecurityConfiguration",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/remotedesktopsecurityconfiguration-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Applications",
+ "Uri": "/servicePrincipals/{servicePrincipal-id}/remoteDesktopSecurityConfiguration/targetDeviceGroups/{targetDeviceGroup-id}",
+ "OutputType": "IMicrosoftGraphTargetDeviceGroup",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTargetDeviceGroup",
- "Command": "Get-MgBetaServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroup",
"Method": "GET",
- "Uri": "/servicePrincipals/{servicePrincipal-id}/remoteDesktopSecurityConfiguration/targetDeviceGroups/{targetDeviceGroup-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroup",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/targetdevicegroup-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Applications",
+ "Uri": "/servicePrincipals/{servicePrincipal-id}/remoteDesktopSecurityConfiguration/targetDeviceGroups",
+ "OutputType": "IMicrosoftGraphTargetDeviceGroup",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphTargetDeviceGroup",
- "Command": "Get-MgBetaServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroup",
"Method": "GET",
- "Uri": "/servicePrincipals/{servicePrincipal-id}/remoteDesktopSecurityConfiguration/targetDeviceGroups",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroup",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/remotedesktopsecurityconfiguration-list-targetdevicegroups?view=graph-rest-1.0"
},
{
"Module": "Beta.Applications",
+ "Uri": "/servicePrincipals/{servicePrincipal-id}/remoteDesktopSecurityConfiguration/targetDeviceGroups/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroupCount",
"Method": "GET",
- "Uri": "/servicePrincipals/{servicePrincipal-id}/remoteDesktopSecurityConfiguration/targetDeviceGroups/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroupCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.SignIns",
+ "Uri": "/identityProtection/servicePrincipalRiskDetections/{servicePrincipalRiskDetection-id}",
+ "OutputType": "IMicrosoftGraphServicePrincipalRiskDetection",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphServicePrincipalRiskDetection",
- "Command": "Get-MgBetaServicePrincipalRiskDetection",
"Method": "GET",
- "Uri": "/identityProtection/servicePrincipalRiskDetections/{servicePrincipalRiskDetection-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaServicePrincipalRiskDetection",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipalriskdetection-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Identity.SignIns",
+ "Uri": "/identityProtection/servicePrincipalRiskDetections",
+ "OutputType": "IMicrosoftGraphServicePrincipalRiskDetection",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphServicePrincipalRiskDetection",
- "Command": "Get-MgBetaServicePrincipalRiskDetection",
"Method": "GET",
- "Uri": "/identityProtection/servicePrincipalRiskDetections",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaServicePrincipalRiskDetection",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityprotectionroot-list-serviceprincipalriskdetections?view=graph-rest-1.0"
},
{
"Module": "Beta.Identity.SignIns",
+ "Uri": "/identityProtection/servicePrincipalRiskDetections/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgBetaServicePrincipalRiskDetectionCount",
"Method": "GET",
- "Uri": "/identityProtection/servicePrincipalRiskDetections/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaServicePrincipalRiskDetectionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Applications",
+ "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization",
+ "OutputType": "IMicrosoftGraphSynchronization",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSynchronization",
- "Command": "Get-MgBetaServicePrincipalSynchronization",
"Method": "GET",
- "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaServicePrincipalSynchronization",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Applications",
- "Variants": [
- "Acquire",
- "AcquireExpanded",
- "AcquireViaIdentity",
- "AcquireViaIdentityExpanded"
- ],
- "OutputType": null,
- "Command": "Get-MgBetaServicePrincipalSynchronizationAccessToken",
- "Method": "POST",
"Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/acquireAccessToken",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -149806,18 +156488,21 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Acquire",
+ "AcquireExpanded",
+ "AcquireViaIdentity",
+ "AcquireViaIdentityExpanded"
+ ],
+ "Method": "POST",
+ "Command": "Get-MgBetaServicePrincipalSynchronizationAccessToken",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronization-acquireaccesstoken?view=graph-rest-1.0"
},
{
"Module": "Beta.Applications",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphSynchronizationJob",
- "Command": "Get-MgBetaServicePrincipalSynchronizationJob",
- "Method": "GET",
"Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}",
+ "OutputType": "IMicrosoftGraphSynchronizationJob",
"ApiVersion": "beta",
"Permissions": [
{
@@ -149844,17 +156529,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Applications",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSynchronizationJob",
- "Command": "Get-MgBetaServicePrincipalSynchronizationJob",
"Method": "GET",
+ "Command": "Get-MgBetaServicePrincipalSynchronizationJob",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Applications",
"Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs",
+ "OutputType": "IMicrosoftGraphSynchronizationJob",
"ApiVersion": "beta",
"Permissions": [
{
@@ -149881,44 +156568,46 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Applications",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaServicePrincipalSynchronizationJobBulkUpload",
"Method": "GET",
- "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaServicePrincipalSynchronizationJob",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronization-list-jobs?view=graph-rest-1.0"
},
{
"Module": "Beta.Applications",
+ "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaServicePrincipalSynchronizationJobBulkUploadContent",
"Method": "GET",
- "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload/$value",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaServicePrincipalSynchronizationJobBulkUpload",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Applications",
+ "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload/$value",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaServicePrincipalSynchronizationJobCount",
"Method": "GET",
+ "Command": "Get-MgBetaServicePrincipalSynchronizationJobBulkUploadContent",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Applications",
"Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -149945,18 +156634,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Applications",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSynchronizationSchema",
- "Command": "Get-MgBetaServicePrincipalSynchronizationJobSchema",
"Method": "GET",
+ "Command": "Get-MgBetaServicePrincipalSynchronizationJobCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Applications",
"Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema",
+ "OutputType": "IMicrosoftGraphSynchronizationSchema",
"ApiVersion": "beta",
"Permissions": [
{
@@ -149999,69 +156689,74 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaServicePrincipalSynchronizationJobSchema",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Applications",
+ "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}",
+ "OutputType": "IMicrosoftGraphDirectoryDefinition",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDirectoryDefinition",
- "Command": "Get-MgBetaServicePrincipalSynchronizationJobSchemaDirectory",
"Method": "GET",
- "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaServicePrincipalSynchronizationJobSchemaDirectory",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Applications",
+ "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories",
+ "OutputType": "IMicrosoftGraphDirectoryDefinition",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphDirectoryDefinition",
- "Command": "Get-MgBetaServicePrincipalSynchronizationJobSchemaDirectory",
"Method": "GET",
- "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaServicePrincipalSynchronizationJobSchemaDirectory",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Applications",
+ "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaServicePrincipalSynchronizationJobSchemaDirectoryCount",
"Method": "GET",
- "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaServicePrincipalSynchronizationJobSchemaDirectoryCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Applications",
+ "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/secrets/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaServicePrincipalSynchronizationSecretCount",
"Method": "GET",
- "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/secrets/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaServicePrincipalSynchronizationSecretCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Applications",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphSynchronizationTemplate",
- "Command": "Get-MgBetaServicePrincipalSynchronizationTemplate",
- "Method": "GET",
"Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}",
+ "OutputType": "IMicrosoftGraphSynchronizationTemplate",
"ApiVersion": "beta",
"Permissions": [
{
@@ -150088,17 +156783,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Applications",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSynchronizationTemplate",
- "Command": "Get-MgBetaServicePrincipalSynchronizationTemplate",
"Method": "GET",
+ "Command": "Get-MgBetaServicePrincipalSynchronizationTemplate",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Applications",
"Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates",
+ "OutputType": "IMicrosoftGraphSynchronizationTemplate",
"ApiVersion": "beta",
"Permissions": [
{
@@ -150125,18 +156822,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Applications",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaServicePrincipalSynchronizationTemplateCount",
"Method": "GET",
+ "Command": "Get-MgBetaServicePrincipalSynchronizationTemplate",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronization-list-templates?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Applications",
"Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -150163,18 +156860,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Applications",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSynchronizationSchema",
- "Command": "Get-MgBetaServicePrincipalSynchronizationTemplateSchema",
"Method": "GET",
+ "Command": "Get-MgBetaServicePrincipalSynchronizationTemplateCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Applications",
"Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema",
+ "OutputType": "IMicrosoftGraphSynchronizationSchema",
"ApiVersion": "beta",
"Permissions": [
{
@@ -150201,106 +156899,115 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaServicePrincipalSynchronizationTemplateSchema",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Applications",
+ "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}",
+ "OutputType": "IMicrosoftGraphDirectoryDefinition",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDirectoryDefinition",
- "Command": "Get-MgBetaServicePrincipalSynchronizationTemplateSchemaDirectory",
"Method": "GET",
- "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaServicePrincipalSynchronizationTemplateSchemaDirectory",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Applications",
+ "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories",
+ "OutputType": "IMicrosoftGraphDirectoryDefinition",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphDirectoryDefinition",
- "Command": "Get-MgBetaServicePrincipalSynchronizationTemplateSchemaDirectory",
"Method": "GET",
- "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaServicePrincipalSynchronizationTemplateSchemaDirectory",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Applications",
+ "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaServicePrincipalSynchronizationTemplateSchemaDirectoryCount",
"Method": "GET",
- "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaServicePrincipalSynchronizationTemplateSchemaDirectoryCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Applications",
+ "Uri": "/servicePrincipals/{servicePrincipal-id}/tokenIssuancePolicies/{tokenIssuancePolicy-id}",
+ "OutputType": "IMicrosoftGraphTokenIssuancePolicy",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTokenIssuancePolicy",
- "Command": "Get-MgBetaServicePrincipalTokenIssuancePolicy",
"Method": "GET",
- "Uri": "/servicePrincipals/{servicePrincipal-id}/tokenIssuancePolicies/{tokenIssuancePolicy-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaServicePrincipalTokenIssuancePolicy",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Applications",
+ "Uri": "/servicePrincipals/{servicePrincipal-id}/tokenIssuancePolicies",
+ "OutputType": "IMicrosoftGraphTokenIssuancePolicy",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphTokenIssuancePolicy",
- "Command": "Get-MgBetaServicePrincipalTokenIssuancePolicy",
"Method": "GET",
- "Uri": "/servicePrincipals/{servicePrincipal-id}/tokenIssuancePolicies",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaServicePrincipalTokenIssuancePolicy",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Applications",
+ "Uri": "/servicePrincipals/{servicePrincipal-id}/tokenIssuancePolicies/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaServicePrincipalTokenIssuancePolicyCount",
"Method": "GET",
- "Uri": "/servicePrincipals/{servicePrincipal-id}/tokenIssuancePolicies/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaServicePrincipalTokenIssuancePolicyCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Applications",
+ "Uri": "/servicePrincipals/{servicePrincipal-id}/tokenLifetimePolicies/{tokenLifetimePolicy-id}",
+ "OutputType": "IMicrosoftGraphTokenLifetimePolicy",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTokenLifetimePolicy",
- "Command": "Get-MgBetaServicePrincipalTokenLifetimePolicy",
"Method": "GET",
- "Uri": "/servicePrincipals/{servicePrincipal-id}/tokenLifetimePolicies/{tokenLifetimePolicy-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaServicePrincipalTokenLifetimePolicy",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Applications",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphTokenLifetimePolicy",
- "Command": "Get-MgBetaServicePrincipalTokenLifetimePolicy",
- "Method": "GET",
"Uri": "/servicePrincipals/{servicePrincipal-id}/tokenLifetimePolicies",
+ "OutputType": "IMicrosoftGraphTokenLifetimePolicy",
"ApiVersion": "beta",
"Permissions": [
{
@@ -150335,18 +157042,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Applications",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaServicePrincipalTokenLifetimePolicyCount",
"Method": "GET",
+ "Command": "Get-MgBetaServicePrincipalTokenLifetimePolicy",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list-tokenlifetimepolicies?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Applications",
"Uri": "/servicePrincipals/{servicePrincipal-id}/tokenLifetimePolicies/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -150381,30 +157088,33 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Applications",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgBetaServicePrincipalTransitiveMemberOf",
"Method": "GET",
- "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/{directoryObject-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaServicePrincipalTokenLifetimePolicyCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Applications",
+ "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/{directoryObject-id}",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgBetaServicePrincipalTransitiveMemberOf",
"Method": "GET",
+ "Command": "Get-MgBetaServicePrincipalTransitiveMemberOf",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Applications",
"Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
"ApiVersion": "beta",
"Permissions": [
{
@@ -150439,93 +157149,99 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaServicePrincipalTransitiveMemberOf",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list-transitivememberof?view=graph-rest-1.0"
},
{
"Module": "Beta.Applications",
+ "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/{directoryObject-id}/administrativeUnit",
+ "OutputType": "IMicrosoftGraphAdministrativeUnit",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAdministrativeUnit",
- "Command": "Get-MgBetaServicePrincipalTransitiveMemberOfAsAdministrativeUnit",
"Method": "GET",
- "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/{directoryObject-id}/administrativeUnit",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaServicePrincipalTransitiveMemberOfAsAdministrativeUnit",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Applications",
+ "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/administrativeUnit",
+ "OutputType": "IMicrosoftGraphAdministrativeUnit",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphAdministrativeUnit",
- "Command": "Get-MgBetaServicePrincipalTransitiveMemberOfAsAdministrativeUnit",
"Method": "GET",
- "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/administrativeUnit",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaServicePrincipalTransitiveMemberOfAsAdministrativeUnit",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Applications",
+ "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/{directoryObject-id}/directoryRole",
+ "OutputType": "IMicrosoftGraphDirectoryRole",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDirectoryRole",
- "Command": "Get-MgBetaServicePrincipalTransitiveMemberOfAsDirectoryRole",
"Method": "GET",
- "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/{directoryObject-id}/directoryRole",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaServicePrincipalTransitiveMemberOfAsDirectoryRole",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Applications",
+ "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/directoryRole",
+ "OutputType": "IMicrosoftGraphDirectoryRole",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphDirectoryRole",
- "Command": "Get-MgBetaServicePrincipalTransitiveMemberOfAsDirectoryRole",
"Method": "GET",
- "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/directoryRole",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaServicePrincipalTransitiveMemberOfAsDirectoryRole",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Applications",
+ "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/{directoryObject-id}/group",
+ "OutputType": "IMicrosoftGraphGroup",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphGroup",
- "Command": "Get-MgBetaServicePrincipalTransitiveMemberOfAsGroup",
"Method": "GET",
- "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/{directoryObject-id}/group",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaServicePrincipalTransitiveMemberOfAsGroup",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Applications",
+ "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/group",
+ "OutputType": "IMicrosoftGraphGroup",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphGroup",
- "Command": "Get-MgBetaServicePrincipalTransitiveMemberOfAsGroup",
"Method": "GET",
- "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/group",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaServicePrincipalTransitiveMemberOfAsGroup",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Applications",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": null,
- "Command": "Get-MgBetaServicePrincipalTransitiveMemberOfCount",
- "Method": "GET",
"Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -150560,69 +157276,75 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaServicePrincipalTransitiveMemberOfCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Applications",
+ "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/administrativeUnit/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaServicePrincipalTransitiveMemberOfCountAsAdministrativeUnit",
"Method": "GET",
- "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/administrativeUnit/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaServicePrincipalTransitiveMemberOfCountAsAdministrativeUnit",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Applications",
+ "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/directoryRole/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaServicePrincipalTransitiveMemberOfCountAsDirectoryRole",
"Method": "GET",
- "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/directoryRole/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaServicePrincipalTransitiveMemberOfCountAsDirectoryRole",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Applications",
+ "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/group/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaServicePrincipalTransitiveMemberOfCountAsGroup",
"Method": "GET",
- "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/group/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaServicePrincipalTransitiveMemberOfCountAsGroup",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Applications",
+ "Uri": "/servicePrincipals/getUserOwnedObjects",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetExpanded"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgBetaServicePrincipalUserOwnedObject",
"Method": "POST",
- "Uri": "/servicePrincipals/getUserOwnedObjects",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaServicePrincipalUserOwnedObject",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-1.0"
},
{
"Module": "Beta.Identity.DirectoryManagement",
- "Variants": [
- "Get"
- ],
- "OutputType": null,
- "Command": "Get-MgBetaSettingCount",
- "Method": "GET",
"Uri": "/settings/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -150657,132 +157379,141 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaSettingCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/base",
+ "OutputType": "IMicrosoftGraphContentType",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphContentType",
- "Command": "Get-MgBetaShareContentTypeBase",
"Method": "GET",
- "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/base",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaShareContentTypeBase",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/baseTypes/{contentType-id1}",
+ "OutputType": "IMicrosoftGraphContentType",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphContentType",
- "Command": "Get-MgBetaShareContentTypeBaseType",
"Method": "GET",
- "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/baseTypes/{contentType-id1}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaShareContentTypeBaseType",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/baseTypes",
+ "OutputType": "IMicrosoftGraphContentType",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphContentType",
- "Command": "Get-MgBetaShareContentTypeBaseType",
"Method": "GET",
- "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/baseTypes",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaShareContentTypeBaseType",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/baseTypes/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaShareContentTypeBaseTypeCount",
"Method": "GET",
- "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/baseTypes/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaShareContentTypeBaseTypeCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/shares/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgBetaShareCount",
"Method": "GET",
- "Uri": "/shares/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaShareCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/shares/{sharedDriveItem-id}/createdByUser",
+ "OutputType": "IMicrosoftGraphUser",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUser",
- "Command": "Get-MgBetaShareCreatedByUser",
"Method": "GET",
- "Uri": "/shares/{sharedDriveItem-id}/createdByUser",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaShareCreatedByUser",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/shares/{sharedDriveItem-id}/createdByUser/mailboxSettings",
+ "OutputType": "IMicrosoftGraphMailboxSettings",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Command": "Get-MgBetaShareCreatedByUserMailboxSetting",
"Method": "GET",
- "Uri": "/shares/{sharedDriveItem-id}/createdByUser/mailboxSettings",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaShareCreatedByUserMailboxSetting",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/shares/{sharedDriveItem-id}/createdByUser/serviceProvisioningErrors",
+ "OutputType": "IMicrosoftGraphServiceProvisioningError",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Command": "Get-MgBetaShareCreatedByUserServiceProvisioningError",
"Method": "GET",
- "Uri": "/shares/{sharedDriveItem-id}/createdByUser/serviceProvisioningErrors",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaShareCreatedByUserServiceProvisioningError",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/shares/{sharedDriveItem-id}/createdByUser/serviceProvisioningErrors/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaShareCreatedByUserServiceProvisioningErrorCount",
"Method": "GET",
- "Uri": "/shares/{sharedDriveItem-id}/createdByUser/serviceProvisioningErrors/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaShareCreatedByUserServiceProvisioningErrorCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphDriveItem",
- "Command": "Get-MgBetaShareDriveItem",
- "Method": "GET",
"Uri": "/shares/{sharedDriveItem-id}/driveItem",
+ "OutputType": "IMicrosoftGraphDriveItem",
"ApiVersion": "beta",
"Permissions": [
{
@@ -150809,18 +157540,19 @@
"PermissionType": "DelegatedPersonal",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Files",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaShareDriveItemContent",
"Method": "GET",
+ "Command": "Get-MgBetaShareDriveItem",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/shares-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Files",
"Uri": "/shares/{sharedDriveItem-id}/driveItem/content",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -150871,18 +157603,19 @@
"PermissionType": "DelegatedPersonal",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Files",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaShareDriveItemContentStream",
"Method": "GET",
+ "Command": "Get-MgBetaShareDriveItemContent",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/shares-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Files",
"Uri": "/shares/{sharedDriveItem-id}/driveItem/contentStream",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -150933,963 +157666,1034 @@
"PermissionType": "DelegatedPersonal",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaShareDriveItemContentStream",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/shares-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Files",
+ "Uri": "/shares/{sharedDriveItem-id}/items/{driveItem-id}",
+ "OutputType": "IMicrosoftGraphDriveItem",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDriveItem",
- "Command": "Get-MgBetaShareItem",
"Method": "GET",
- "Uri": "/shares/{sharedDriveItem-id}/items/{driveItem-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaShareItem",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/shares/{sharedDriveItem-id}/items",
+ "OutputType": "IMicrosoftGraphDriveItem",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphDriveItem",
- "Command": "Get-MgBetaShareItem",
"Method": "GET",
- "Uri": "/shares/{sharedDriveItem-id}/items",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaShareItem",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/shares/{sharedDriveItem-id}/items/{driveItem-id}/content",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaShareItemContent",
"Method": "GET",
- "Uri": "/shares/{sharedDriveItem-id}/items/{driveItem-id}/content",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaShareItemContent",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/shares/{sharedDriveItem-id}/items/{driveItem-id}/contentStream",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaShareItemContentStream",
"Method": "GET",
- "Uri": "/shares/{sharedDriveItem-id}/items/{driveItem-id}/contentStream",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaShareItemContentStream",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/shares/{sharedDriveItem-id}/items/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaShareItemCount",
"Method": "GET",
- "Uri": "/shares/{sharedDriveItem-id}/items/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaShareItemCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/lastModifiedByUser",
+ "OutputType": "IMicrosoftGraphUser",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphUser",
- "Command": "Get-MgBetaShareItemLastModifiedByUser",
"Method": "GET",
- "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/lastModifiedByUser",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaShareItemLastModifiedByUser",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/lastModifiedByUser/mailboxSettings",
+ "OutputType": "IMicrosoftGraphMailboxSettings",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Command": "Get-MgBetaShareItemLastModifiedByUserMailboxSetting",
"Method": "GET",
- "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/lastModifiedByUser/mailboxSettings",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaShareItemLastModifiedByUserMailboxSetting",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/lastModifiedByUser/serviceProvisioningErrors",
+ "OutputType": "IMicrosoftGraphServiceProvisioningError",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List",
"List1"
],
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Command": "Get-MgBetaShareItemLastModifiedByUserServiceProvisioningError",
"Method": "GET",
- "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/lastModifiedByUser/serviceProvisioningErrors",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaShareItemLastModifiedByUserServiceProvisioningError",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": null,
- "Command": "Get-MgBetaShareItemLastModifiedByUserServiceProvisioningErrorCount",
"Method": "GET",
- "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaShareItemLastModifiedByUserServiceProvisioningErrorCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/shares/{sharedDriveItem-id}/lastModifiedByUser",
+ "OutputType": "IMicrosoftGraphUser",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphUser",
- "Command": "Get-MgBetaShareLastModifiedByUser",
"Method": "GET",
- "Uri": "/shares/{sharedDriveItem-id}/lastModifiedByUser",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaShareLastModifiedByUser",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/shares/{sharedDriveItem-id}/lastModifiedByUser/mailboxSettings",
+ "OutputType": "IMicrosoftGraphMailboxSettings",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Command": "Get-MgBetaShareLastModifiedByUserMailboxSetting",
"Method": "GET",
- "Uri": "/shares/{sharedDriveItem-id}/lastModifiedByUser/mailboxSettings",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaShareLastModifiedByUserMailboxSetting",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/shares/{sharedDriveItem-id}/lastModifiedByUser/serviceProvisioningErrors",
+ "OutputType": "IMicrosoftGraphServiceProvisioningError",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List",
"List1"
],
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Command": "Get-MgBetaShareLastModifiedByUserServiceProvisioningError",
"Method": "GET",
- "Uri": "/shares/{sharedDriveItem-id}/lastModifiedByUser/serviceProvisioningErrors",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaShareLastModifiedByUserServiceProvisioningError",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/shares/{sharedDriveItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": null,
- "Command": "Get-MgBetaShareLastModifiedByUserServiceProvisioningErrorCount",
"Method": "GET",
- "Uri": "/shares/{sharedDriveItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaShareLastModifiedByUserServiceProvisioningErrorCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/shares/{sharedDriveItem-id}/list",
+ "OutputType": "IMicrosoftGraphList",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphList",
- "Command": "Get-MgBetaShareList",
"Method": "GET",
- "Uri": "/shares/{sharedDriveItem-id}/list",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaShareList",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/shares/{sharedDriveItem-id}/list/activities",
+ "OutputType": "IMicrosoftGraphItemActivityOld",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphItemActivityOld",
- "Command": "Get-MgBetaShareListActivity",
"Method": "GET",
- "Uri": "/shares/{sharedDriveItem-id}/list/activities",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaShareListActivity",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/shares/{sharedDriveItem-id}/list/columns/{columnDefinition-id}",
+ "OutputType": "IMicrosoftGraphColumnDefinition",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphColumnDefinition",
- "Command": "Get-MgBetaShareListColumn",
"Method": "GET",
- "Uri": "/shares/{sharedDriveItem-id}/list/columns/{columnDefinition-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaShareListColumn",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/shares/{sharedDriveItem-id}/list/columns",
+ "OutputType": "IMicrosoftGraphColumnDefinition",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphColumnDefinition",
- "Command": "Get-MgBetaShareListColumn",
"Method": "GET",
- "Uri": "/shares/{sharedDriveItem-id}/list/columns",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaShareListColumn",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/list-list-columns?view=graph-rest-1.0"
},
{
"Module": "Beta.Files",
+ "Uri": "/shares/{sharedDriveItem-id}/list/columns/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaShareListColumnCount",
"Method": "GET",
- "Uri": "/shares/{sharedDriveItem-id}/list/columns/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaShareListColumnCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/shares/{sharedDriveItem-id}/list/columns/{columnDefinition-id}/sourceColumn",
+ "OutputType": "IMicrosoftGraphColumnDefinition",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphColumnDefinition",
- "Command": "Get-MgBetaShareListColumnSourceColumn",
"Method": "GET",
- "Uri": "/shares/{sharedDriveItem-id}/list/columns/{columnDefinition-id}/sourceColumn",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaShareListColumnSourceColumn",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}",
+ "OutputType": "IMicrosoftGraphContentType",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphContentType",
- "Command": "Get-MgBetaShareListContentType",
"Method": "GET",
- "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaShareListContentType",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes",
+ "OutputType": "IMicrosoftGraphContentType",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphContentType",
- "Command": "Get-MgBetaShareListContentType",
"Method": "GET",
- "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaShareListContentType",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/list-list-contenttypes?view=graph-rest-1.0"
},
{
"Module": "Beta.Files",
+ "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}",
+ "OutputType": "IMicrosoftGraphColumnDefinition",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphColumnDefinition",
- "Command": "Get-MgBetaShareListContentTypeColumn",
"Method": "GET",
- "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaShareListContentTypeColumn",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/columndefinition-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Files",
+ "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns",
+ "OutputType": "IMicrosoftGraphColumnDefinition",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphColumnDefinition",
- "Command": "Get-MgBetaShareListContentTypeColumn",
"Method": "GET",
- "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaShareListContentTypeColumn",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-list-columns?view=graph-rest-1.0"
},
{
"Module": "Beta.Files",
+ "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaShareListContentTypeColumnCount",
"Method": "GET",
- "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaShareListContentTypeColumnCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}",
+ "OutputType": "IMicrosoftGraphColumnLink",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphColumnLink",
- "Command": "Get-MgBetaShareListContentTypeColumnLink",
"Method": "GET",
- "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaShareListContentTypeColumnLink",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnLinks",
+ "OutputType": "IMicrosoftGraphColumnLink",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphColumnLink",
- "Command": "Get-MgBetaShareListContentTypeColumnLink",
"Method": "GET",
- "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnLinks",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaShareListContentTypeColumnLink",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnLinks/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaShareListContentTypeColumnLinkCount",
"Method": "GET",
- "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnLinks/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaShareListContentTypeColumnLinkCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}",
+ "OutputType": "IMicrosoftGraphColumnDefinition",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphColumnDefinition",
- "Command": "Get-MgBetaShareListContentTypeColumnPosition",
"Method": "GET",
- "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaShareListContentTypeColumnPosition",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnPositions",
+ "OutputType": "IMicrosoftGraphColumnDefinition",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphColumnDefinition",
- "Command": "Get-MgBetaShareListContentTypeColumnPosition",
"Method": "GET",
- "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnPositions",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaShareListContentTypeColumnPosition",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnPositions/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaShareListContentTypeColumnPositionCount",
"Method": "GET",
- "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnPositions/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaShareListContentTypeColumnPositionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn",
+ "OutputType": "IMicrosoftGraphColumnDefinition",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphColumnDefinition",
- "Command": "Get-MgBetaShareListContentTypeColumnSourceColumn",
"Method": "GET",
- "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaShareListContentTypeColumnSourceColumn",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/getCompatibleHubContentTypes",
+ "OutputType": "IMicrosoftGraphContentType",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphContentType",
- "Command": "Get-MgBetaShareListContentTypeCompatibleHubContentType",
"Method": "GET",
- "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/getCompatibleHubContentTypes",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaShareListContentTypeCompatibleHubContentType",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaShareListContentTypeCount",
"Method": "GET",
- "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaShareListContentTypeCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/shares/{sharedDriveItem-id}/list/createdByUser",
+ "OutputType": "IMicrosoftGraphUser",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUser",
- "Command": "Get-MgBetaShareListCreatedByUser",
"Method": "GET",
- "Uri": "/shares/{sharedDriveItem-id}/list/createdByUser",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaShareListCreatedByUser",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/shares/{sharedDriveItem-id}/list/createdByUser/mailboxSettings",
+ "OutputType": "IMicrosoftGraphMailboxSettings",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Command": "Get-MgBetaShareListCreatedByUserMailboxSetting",
"Method": "GET",
- "Uri": "/shares/{sharedDriveItem-id}/list/createdByUser/mailboxSettings",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaShareListCreatedByUserMailboxSetting",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/shares/{sharedDriveItem-id}/list/createdByUser/serviceProvisioningErrors",
+ "OutputType": "IMicrosoftGraphServiceProvisioningError",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Command": "Get-MgBetaShareListCreatedByUserServiceProvisioningError",
"Method": "GET",
- "Uri": "/shares/{sharedDriveItem-id}/list/createdByUser/serviceProvisioningErrors",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaShareListCreatedByUserServiceProvisioningError",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/shares/{sharedDriveItem-id}/list/createdByUser/serviceProvisioningErrors/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaShareListCreatedByUserServiceProvisioningErrorCount",
"Method": "GET",
- "Uri": "/shares/{sharedDriveItem-id}/list/createdByUser/serviceProvisioningErrors/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaShareListCreatedByUserServiceProvisioningErrorCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/shares/{sharedDriveItem-id}/list/drive",
+ "OutputType": "IMicrosoftGraphDrive",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDrive",
- "Command": "Get-MgBetaShareListDrive",
"Method": "GET",
- "Uri": "/shares/{sharedDriveItem-id}/list/drive",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaShareListDrive",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/shares/{sharedDriveItem-id}/listItem",
+ "OutputType": "IMicrosoftGraphListItem",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphListItem",
- "Command": "Get-MgBetaShareListItem",
"Method": "GET",
- "Uri": "/shares/{sharedDriveItem-id}/listItem",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaShareListItem",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/shares/{sharedDriveItem-id}/list/items",
+ "OutputType": "IMicrosoftGraphListItem",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphListItem",
- "Command": "Get-MgBetaShareListItem",
"Method": "GET",
- "Uri": "/shares/{sharedDriveItem-id}/list/items",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaShareListItem",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-list?view=graph-rest-1.0"
},
{
"Module": "Beta.Files",
+ "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/activities",
+ "OutputType": "IMicrosoftGraphItemActivityOld",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List",
"List1"
],
- "OutputType": "IMicrosoftGraphItemActivityOld",
- "Command": "Get-MgBetaShareListItemActivity",
"Method": "GET",
- "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/activities",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaShareListItemActivity",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')",
+ "OutputType": "IMicrosoftGraphItemActivityStat",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphItemActivityStat",
- "Command": "Get-MgBetaShareListItemActivityByInterval",
"Method": "GET",
- "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaShareListItemActivityByInterval",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/analytics",
+ "OutputType": "IMicrosoftGraphItemAnalytics",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphItemAnalytics",
- "Command": "Get-MgBetaShareListItemAnalytic",
"Method": "GET",
- "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/analytics",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaShareListItemAnalytic",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/createdByUser",
+ "OutputType": "IMicrosoftGraphUser",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphUser",
- "Command": "Get-MgBetaShareListItemCreatedByUser",
"Method": "GET",
- "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/createdByUser",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaShareListItemCreatedByUser",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/createdByUser/mailboxSettings",
+ "OutputType": "IMicrosoftGraphMailboxSettings",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Command": "Get-MgBetaShareListItemCreatedByUserMailboxSetting",
"Method": "GET",
- "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/createdByUser/mailboxSettings",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaShareListItemCreatedByUserMailboxSetting",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors",
+ "OutputType": "IMicrosoftGraphServiceProvisioningError",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List",
"List1"
],
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Command": "Get-MgBetaShareListItemCreatedByUserServiceProvisioningError",
"Method": "GET",
- "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaShareListItemCreatedByUserServiceProvisioningError",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": null,
- "Command": "Get-MgBetaShareListItemCreatedByUserServiceProvisioningErrorCount",
"Method": "GET",
- "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaShareListItemCreatedByUserServiceProvisioningErrorCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/shares/{sharedDriveItem-id}/list/items/delta",
+ "OutputType": "IMicrosoftGraphListItem",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Delta",
"Delta1",
"DeltaViaIdentity",
"DeltaViaIdentity1"
],
- "OutputType": "IMicrosoftGraphListItem",
- "Command": "Get-MgBetaShareListItemDelta",
"Method": "GET",
- "Uri": "/shares/{sharedDriveItem-id}/list/items/delta",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaShareListItemDelta",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}",
+ "OutputType": "IMicrosoftGraphDocumentSetVersion",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphDocumentSetVersion",
- "Command": "Get-MgBetaShareListItemDocumentSetVersion",
"Method": "GET",
- "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaShareListItemDocumentSetVersion",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Files",
+ "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions",
+ "OutputType": "IMicrosoftGraphDocumentSetVersion",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List",
"List1"
],
- "OutputType": "IMicrosoftGraphDocumentSetVersion",
- "Command": "Get-MgBetaShareListItemDocumentSetVersion",
"Method": "GET",
- "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaShareListItemDocumentSetVersion",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-list-documentsetversions?view=graph-rest-1.0"
},
{
"Module": "Beta.Files",
+ "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": null,
- "Command": "Get-MgBetaShareListItemDocumentSetVersionCount",
"Method": "GET",
- "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaShareListItemDocumentSetVersionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": null,
- "Command": "Get-MgBetaShareListItemDocumentSetVersionField",
"Method": "GET",
- "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaShareListItemDocumentSetVersionField",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/driveItem",
+ "OutputType": "IMicrosoftGraphDriveItem",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphDriveItem",
- "Command": "Get-MgBetaShareListItemDriveItem",
"Method": "GET",
- "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/driveItem",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaShareListItemDriveItem",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/driveItem/content",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": null,
- "Command": "Get-MgBetaShareListItemDriveItemContent",
"Method": "GET",
- "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/driveItem/content",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaShareListItemDriveItemContent",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/driveItem/contentStream",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": null,
- "Command": "Get-MgBetaShareListItemDriveItemContentStream",
"Method": "GET",
- "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/driveItem/contentStream",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaShareListItemDriveItemContentStream",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/fields",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": null,
- "Command": "Get-MgBetaShareListItemField",
"Method": "GET",
- "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/fields",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaShareListItemField",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}",
+ "OutputType": "IMicrosoftGraphListItemVersion",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphListItemVersion",
- "Command": "Get-MgBetaShareListItemVersion",
"Method": "GET",
- "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaShareListItemVersion",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions",
+ "OutputType": "IMicrosoftGraphListItemVersion",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List",
"List1"
],
- "OutputType": "IMicrosoftGraphListItemVersion",
- "Command": "Get-MgBetaShareListItemVersion",
"Method": "GET",
- "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaShareListItemVersion",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": null,
- "Command": "Get-MgBetaShareListItemVersionCount",
"Method": "GET",
- "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaShareListItemVersionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": null,
- "Command": "Get-MgBetaShareListItemVersionField",
"Method": "GET",
- "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaShareListItemVersionField",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/shares/{sharedDriveItem-id}/list/operations/{richLongRunningOperation-id}",
+ "OutputType": "IMicrosoftGraphRichLongRunningOperation",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphRichLongRunningOperation",
- "Command": "Get-MgBetaShareListOperation",
"Method": "GET",
- "Uri": "/shares/{sharedDriveItem-id}/list/operations/{richLongRunningOperation-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaShareListOperation",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/shares/{sharedDriveItem-id}/list/operations",
+ "OutputType": "IMicrosoftGraphRichLongRunningOperation",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphRichLongRunningOperation",
- "Command": "Get-MgBetaShareListOperation",
"Method": "GET",
- "Uri": "/shares/{sharedDriveItem-id}/list/operations",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaShareListOperation",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/shares/{sharedDriveItem-id}/list/operations/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaShareListOperationCount",
"Method": "GET",
- "Uri": "/shares/{sharedDriveItem-id}/list/operations/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaShareListOperationCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/shares/{sharedDriveItem-id}/list/subscriptions/{subscription-id}",
+ "OutputType": "IMicrosoftGraphSubscription",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSubscription",
- "Command": "Get-MgBetaShareListSubscription",
"Method": "GET",
- "Uri": "/shares/{sharedDriveItem-id}/list/subscriptions/{subscription-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaShareListSubscription",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/shares/{sharedDriveItem-id}/list/subscriptions",
+ "OutputType": "IMicrosoftGraphSubscription",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphSubscription",
- "Command": "Get-MgBetaShareListSubscription",
"Method": "GET",
- "Uri": "/shares/{sharedDriveItem-id}/list/subscriptions",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaShareListSubscription",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/shares/{sharedDriveItem-id}/list/subscriptions/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaShareListSubscriptionCount",
"Method": "GET",
- "Uri": "/shares/{sharedDriveItem-id}/list/subscriptions/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaShareListSubscriptionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/shares/{sharedDriveItem-id}/permission",
+ "OutputType": "IMicrosoftGraphPermission",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphPermission",
- "Command": "Get-MgBetaSharePermission",
"Method": "GET",
- "Uri": "/shares/{sharedDriveItem-id}/permission",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSharePermission",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/shares/{sharedDriveItem-id}/root",
+ "OutputType": "IMicrosoftGraphDriveItem",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDriveItem",
- "Command": "Get-MgBetaShareRoot",
"Method": "GET",
- "Uri": "/shares/{sharedDriveItem-id}/root",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaShareRoot",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/shares/{sharedDriveItem-id}/root/content",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaShareRootContent",
"Method": "GET",
- "Uri": "/shares/{sharedDriveItem-id}/root/content",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaShareRootContent",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/shares/{sharedDriveItem-id}/root/contentStream",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaShareRootContentStream",
"Method": "GET",
- "Uri": "/shares/{sharedDriveItem-id}/root/contentStream",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaShareRootContentStream",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphSharedDriveItem",
- "Command": "Get-MgBetaShareSharedDriveItemSharedDriveItem",
- "Method": "GET",
"Uri": "/shares/{sharedDriveItem-id}",
+ "OutputType": "IMicrosoftGraphSharedDriveItem",
"ApiVersion": "beta",
"Permissions": [
{
@@ -151916,43 +158720,46 @@
"PermissionType": "DelegatedPersonal",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaShareSharedDriveItemSharedDriveItem",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/shares-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Files",
+ "Uri": "/shares",
+ "OutputType": "IMicrosoftGraphSharedDriveItem",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphSharedDriveItem",
- "Command": "Get-MgBetaShareSharedDriveItemSharedDriveItem",
"Method": "GET",
- "Uri": "/shares",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaShareSharedDriveItemSharedDriveItem",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/shares/{sharedDriveItem-id}/site",
+ "OutputType": "IMicrosoftGraphSite",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSite",
- "Command": "Get-MgBetaShareSite",
"Method": "GET",
- "Uri": "/shares/{sharedDriveItem-id}/site",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaShareSite",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphSite",
- "Command": "Get-MgBetaSite",
- "Method": "GET",
"Uri": "/sites/{site-id}",
+ "OutputType": "IMicrosoftGraphSite",
"ApiVersion": "beta",
"Permissions": [
{
@@ -151971,17 +158778,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Sites",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSite",
- "Command": "Get-MgBetaSite",
"Method": "GET",
+ "Command": "Get-MgBetaSite",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Sites",
"Uri": "/sites",
+ "OutputType": "IMicrosoftGraphSite",
"ApiVersion": "beta",
"Permissions": [
{
@@ -152000,31 +158809,32 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Sites",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": "IMicrosoftGraphItemActivityStat",
- "Command": "Get-MgBetaSiteActivityByInterval",
"Method": "GET",
- "Uri": "/sites/{site-id}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSite",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-search?view=graph-rest-1.0"
},
{
"Module": "Beta.Sites",
+ "Uri": "/sites/{site-id}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')",
+ "OutputType": "IMicrosoftGraphItemActivityStat",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphItemAnalytics",
- "Command": "Get-MgBetaSiteAnalytic",
"Method": "GET",
+ "Command": "Get-MgBetaSiteActivityByInterval",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Sites",
"Uri": "/sites/{site-id}/analytics",
+ "OutputType": "IMicrosoftGraphItemAnalytics",
"ApiVersion": "beta",
"Permissions": [
{
@@ -152075,133 +158885,143 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaSiteAnalytic",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}",
+ "OutputType": "IMicrosoftGraphItemActivityStat",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphItemActivityStat",
- "Command": "Get-MgBetaSiteAnalyticItemActivityStat",
"Method": "GET",
- "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSiteAnalyticItemActivityStat",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/sites/{site-id}/analytics/itemActivityStats",
+ "OutputType": "IMicrosoftGraphItemActivityStat",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphItemActivityStat",
- "Command": "Get-MgBetaSiteAnalyticItemActivityStat",
"Method": "GET",
- "Uri": "/sites/{site-id}/analytics/itemActivityStats",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSiteAnalyticItemActivityStat",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}",
+ "OutputType": "IMicrosoftGraphItemActivity",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphItemActivity",
- "Command": "Get-MgBetaSiteAnalyticItemActivityStatActivity",
"Method": "GET",
- "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSiteAnalyticItemActivityStatActivity",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities",
+ "OutputType": "IMicrosoftGraphItemActivity",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphItemActivity",
- "Command": "Get-MgBetaSiteAnalyticItemActivityStatActivity",
"Method": "GET",
- "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSiteAnalyticItemActivityStatActivity",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaSiteAnalyticItemActivityStatActivityCount",
"Method": "GET",
- "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSiteAnalyticItemActivityStatActivityCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem",
+ "OutputType": "IMicrosoftGraphDriveItem",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDriveItem",
- "Command": "Get-MgBetaSiteAnalyticItemActivityStatActivityDriveItem",
"Method": "GET",
- "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSiteAnalyticItemActivityStatActivityDriveItem",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/content",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaSiteAnalyticItemActivityStatActivityDriveItemContent",
"Method": "GET",
- "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/content",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSiteAnalyticItemActivityStatActivityDriveItemContent",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/contentStream",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaSiteAnalyticItemActivityStatActivityDriveItemContentStream",
"Method": "GET",
- "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/contentStream",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSiteAnalyticItemActivityStatActivityDriveItemContentStream",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/sites/{site-id}/analytics/itemActivityStats/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaSiteAnalyticItemActivityStatCount",
"Method": "GET",
- "Uri": "/sites/{site-id}/analytics/itemActivityStats/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSiteAnalyticItemActivityStatCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphItemActivityStat",
- "Command": "Get-MgBetaSiteAnalyticLastSevenDay",
- "Method": "GET",
"Uri": "/sites/{site-id}/analytics/lastSevenDays",
+ "OutputType": "IMicrosoftGraphItemActivityStat",
"ApiVersion": "beta",
"Permissions": [
{
@@ -152252,18 +159072,19 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Sites",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphItemActivityStat",
- "Command": "Get-MgBetaSiteAnalyticTime",
"Method": "GET",
+ "Command": "Get-MgBetaSiteAnalyticLastSevenDay",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Sites",
"Uri": "/sites/{site-id}/analytics/allTime",
+ "OutputType": "IMicrosoftGraphItemActivityStat",
"ApiVersion": "beta",
"Permissions": [
{
@@ -152314,18 +159135,19 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Sites",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphContentType",
- "Command": "Get-MgBetaSiteApplicableContentTypeForList",
"Method": "GET",
+ "Command": "Get-MgBetaSiteAnalyticTime",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Sites",
"Uri": "/sites/{site-id}/getApplicableContentTypesForList(listId='{listId}')",
+ "OutputType": "IMicrosoftGraphContentType",
"ApiVersion": "beta",
"Permissions": [
{
@@ -152360,31 +159182,33 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Sites",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSite",
- "Command": "Get-MgBetaSiteByPath",
"Method": "GET",
- "Uri": "/sites/{site-id}/getByPath(path='{path}')",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSiteApplicableContentTypeForList",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/sites/{site-id}/getByPath(path='{path}')",
+ "OutputType": "IMicrosoftGraphSite",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphColumnDefinition",
- "Command": "Get-MgBetaSiteColumn",
"Method": "GET",
+ "Command": "Get-MgBetaSiteByPath",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Sites",
"Uri": "/sites/{site-id}/columns/{columnDefinition-id}",
+ "OutputType": "IMicrosoftGraphColumnDefinition",
"ApiVersion": "beta",
"Permissions": [
{
@@ -152419,17 +159243,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Sites",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphColumnDefinition",
- "Command": "Get-MgBetaSiteColumn",
"Method": "GET",
+ "Command": "Get-MgBetaSiteColumn",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Sites",
"Uri": "/sites/{site-id}/columns",
+ "OutputType": "IMicrosoftGraphColumnDefinition",
"ApiVersion": "beta",
"Permissions": [
{
@@ -152464,18 +159290,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Sites",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaSiteColumnCount",
"Method": "GET",
+ "Command": "Get-MgBetaSiteColumn",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-list-columns?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Sites",
"Uri": "/sites/{site-id}/columns/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -152510,31 +159336,33 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Sites",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphColumnDefinition",
- "Command": "Get-MgBetaSiteColumnSourceColumn",
"Method": "GET",
- "Uri": "/sites/{site-id}/columns/{columnDefinition-id}/sourceColumn",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSiteColumnCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/sites/{site-id}/columns/{columnDefinition-id}/sourceColumn",
+ "OutputType": "IMicrosoftGraphColumnDefinition",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphContentType",
- "Command": "Get-MgBetaSiteContentType",
"Method": "GET",
+ "Command": "Get-MgBetaSiteColumnSourceColumn",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Sites",
"Uri": "/sites/{site-id}/contentTypes/{contentType-id}",
+ "OutputType": "IMicrosoftGraphContentType",
"ApiVersion": "beta",
"Permissions": [
{
@@ -152569,17 +159397,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Sites",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphContentType",
- "Command": "Get-MgBetaSiteContentType",
"Method": "GET",
+ "Command": "Get-MgBetaSiteContentType",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Sites",
"Uri": "/sites/{site-id}/contentTypes",
+ "OutputType": "IMicrosoftGraphContentType",
"ApiVersion": "beta",
"Permissions": [
{
@@ -152614,76 +159444,80 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaSiteContentType",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-list-contenttypes?view=graph-rest-1.0"
},
{
"Module": "Beta.Sites",
+ "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/base",
+ "OutputType": "IMicrosoftGraphContentType",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphContentType",
- "Command": "Get-MgBetaSiteContentTypeBase",
"Method": "GET",
- "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/base",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSiteContentTypeBase",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/baseTypes/{contentType-id1}",
+ "OutputType": "IMicrosoftGraphContentType",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphContentType",
- "Command": "Get-MgBetaSiteContentTypeBaseType",
"Method": "GET",
- "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/baseTypes/{contentType-id1}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSiteContentTypeBaseType",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/baseTypes",
+ "OutputType": "IMicrosoftGraphContentType",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List",
"List1"
],
- "OutputType": "IMicrosoftGraphContentType",
- "Command": "Get-MgBetaSiteContentTypeBaseType",
"Method": "GET",
- "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/baseTypes",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSiteContentTypeBaseType",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/baseTypes/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": null,
- "Command": "Get-MgBetaSiteContentTypeBaseTypeCount",
"Method": "GET",
- "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/baseTypes/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSiteContentTypeBaseTypeCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphColumnDefinition",
- "Command": "Get-MgBetaSiteContentTypeColumn",
- "Method": "GET",
"Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}",
+ "OutputType": "IMicrosoftGraphColumnDefinition",
"ApiVersion": "beta",
"Permissions": [
{
@@ -152718,17 +159552,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Sites",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphColumnDefinition",
- "Command": "Get-MgBetaSiteContentTypeColumn",
"Method": "GET",
+ "Command": "Get-MgBetaSiteContentTypeColumn",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/columndefinition-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Sites",
"Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columns",
+ "OutputType": "IMicrosoftGraphColumnDefinition",
"ApiVersion": "beta",
"Permissions": [
{
@@ -152763,18 +159599,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Sites",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaSiteContentTypeColumnCount",
"Method": "GET",
+ "Command": "Get-MgBetaSiteContentTypeColumn",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-list-columns?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Sites",
"Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columns/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -152809,107 +159645,115 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaSiteContentTypeColumnCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}",
+ "OutputType": "IMicrosoftGraphColumnLink",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphColumnLink",
- "Command": "Get-MgBetaSiteContentTypeColumnLink",
"Method": "GET",
- "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSiteContentTypeColumnLink",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnLinks",
+ "OutputType": "IMicrosoftGraphColumnLink",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphColumnLink",
- "Command": "Get-MgBetaSiteContentTypeColumnLink",
"Method": "GET",
- "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnLinks",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSiteContentTypeColumnLink",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaSiteContentTypeColumnLinkCount",
"Method": "GET",
- "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSiteContentTypeColumnLinkCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}",
+ "OutputType": "IMicrosoftGraphColumnDefinition",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphColumnDefinition",
- "Command": "Get-MgBetaSiteContentTypeColumnPosition",
"Method": "GET",
- "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSiteContentTypeColumnPosition",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnPositions",
+ "OutputType": "IMicrosoftGraphColumnDefinition",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphColumnDefinition",
- "Command": "Get-MgBetaSiteContentTypeColumnPosition",
"Method": "GET",
- "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnPositions",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSiteContentTypeColumnPosition",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnPositions/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaSiteContentTypeColumnPositionCount",
"Method": "GET",
- "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnPositions/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSiteContentTypeColumnPositionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn",
+ "OutputType": "IMicrosoftGraphColumnDefinition",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphColumnDefinition",
- "Command": "Get-MgBetaSiteContentTypeColumnSourceColumn",
"Method": "GET",
- "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSiteContentTypeColumnSourceColumn",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphContentType",
- "Command": "Get-MgBetaSiteContentTypeCompatibleHubContentType",
- "Method": "GET",
"Uri": "/sites/{site-id}/contentTypes/getCompatibleHubContentTypes",
+ "OutputType": "IMicrosoftGraphContentType",
"ApiVersion": "beta",
"Permissions": [
{
@@ -152928,18 +159772,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Sites",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaSiteContentTypeCount",
"Method": "GET",
+ "Command": "Get-MgBetaSiteContentTypeCompatibleHubContentType",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Sites",
"Uri": "/sites/{site-id}/contentTypes/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -152974,17 +159819,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Sites",
+ ],
"Variants": [
- "Get1"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaSiteCount",
"Method": "GET",
+ "Command": "Get-MgBetaSiteContentTypeCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Sites",
"Uri": "/sites/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -153003,18 +159850,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Sites",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get1"
],
- "OutputType": "IMicrosoftGraphDrive",
- "Command": "Get-MgBetaSiteDefaultDrive",
"Method": "GET",
+ "Command": "Get-MgBetaSiteCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Sites",
"Uri": "/sites/{site-id}/drive",
+ "OutputType": "IMicrosoftGraphDrive",
"ApiVersion": "beta",
"Permissions": [
{
@@ -153065,17 +159912,19 @@
"PermissionType": "DelegatedPersonal",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Sites",
+ ],
"Variants": [
- "Delta"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSite",
- "Command": "Get-MgBetaSiteDelta",
"Method": "GET",
+ "Command": "Get-MgBetaSiteDefaultDrive",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Sites",
"Uri": "/sites/delta",
+ "OutputType": "IMicrosoftGraphSite",
"ApiVersion": "beta",
"Permissions": [
{
@@ -153094,30 +159943,32 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Delta"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaSiteDelta",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/sites/{site-id}/drives/{drive-id}",
+ "OutputType": "IMicrosoftGraphDrive",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get1",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphDrive",
- "Command": "Get-MgBetaSiteDrive",
"Method": "GET",
- "Uri": "/sites/{site-id}/drives/{drive-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSiteDrive",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphDrive",
- "Command": "Get-MgBetaSiteDrive",
- "Method": "GET",
"Uri": "/sites/{site-id}/drives",
+ "OutputType": "IMicrosoftGraphDrive",
"ApiVersion": "beta",
"Permissions": [
{
@@ -153168,18 +160019,18 @@
"PermissionType": "DelegatedPersonal",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Sites",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaSiteDriveCount",
"Method": "GET",
+ "Command": "Get-MgBetaSiteDrive",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Sites",
"Uri": "/sites/{site-id}/drives/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -153230,374 +160081,414 @@
"PermissionType": "DelegatedPersonal",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaSiteDriveCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/sites/{site-id}/externalColumns/{columnDefinition-id}",
+ "OutputType": "IMicrosoftGraphColumnDefinition",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphColumnDefinition",
- "Command": "Get-MgBetaSiteExternalColumn",
"Method": "GET",
- "Uri": "/sites/{site-id}/externalColumns/{columnDefinition-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSiteExternalColumn",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/sites/{site-id}/externalColumns",
+ "OutputType": "IMicrosoftGraphColumnDefinition",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphColumnDefinition",
- "Command": "Get-MgBetaSiteExternalColumn",
"Method": "GET",
- "Uri": "/sites/{site-id}/externalColumns",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSiteExternalColumn",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/sites/{site-id}/externalColumns/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaSiteExternalColumnCount",
"Method": "GET",
- "Uri": "/sites/{site-id}/externalColumns/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSiteExternalColumnCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/sites/{site-id}/getByPath(path='{path}')/lists",
+ "OutputType": "IMicrosoftGraphList",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
- "List",
- "List1"
+ "List"
],
- "OutputType": "IMicrosoftGraphList",
- "Command": "Get-MgBetaSiteGetByPath",
"Method": "GET",
- "Uri": "/sites/{site-id}/getByPath(path='{path}')/lists",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSiteGetByPath",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/list-list?view=graph-rest-1.0"
},
{
"Module": "Beta.Sites",
+ "Uri": "/sites/{site-id}/getByPath(path='{path}')/analytics",
+ "OutputType": "IMicrosoftGraphItemAnalytics",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphItemAnalytics",
- "Command": "Get-MgBetaSiteGetByPathAnalytic",
"Method": "GET",
- "Uri": "/sites/{site-id}/getByPath(path='{path}')/analytics",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSiteGetByPathAnalytic",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/sites/{site-id}/getByPath(path='{path}')/getApplicableContentTypesForList(listId='{listId}')",
+ "OutputType": "IMicrosoftGraphContentType",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphContentType",
- "Command": "Get-MgBetaSiteGetByPathApplicableContentTypeForList",
"Method": "GET",
- "Uri": "/sites/{site-id}/getByPath(path='{path}')/getApplicableContentTypesForList(listId='{listId}')",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSiteGetByPathApplicableContentTypeForList",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/sites/{site-id}/getByPath(path='{path}')/columns",
+ "OutputType": "IMicrosoftGraphColumnDefinition",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List",
"List1"
],
- "OutputType": "IMicrosoftGraphColumnDefinition",
- "Command": "Get-MgBetaSiteGetByPathColumn",
"Method": "GET",
- "Uri": "/sites/{site-id}/getByPath(path='{path}')/columns",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSiteGetByPathColumn",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-list-columns?view=graph-rest-1.0"
},
{
"Module": "Beta.Sites",
+ "Uri": "/sites/{site-id}/getByPath(path='{path}')/contentTypes",
+ "OutputType": "IMicrosoftGraphContentType",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List",
"List1"
],
- "OutputType": "IMicrosoftGraphContentType",
- "Command": "Get-MgBetaSiteGetByPathContentType",
"Method": "GET",
- "Uri": "/sites/{site-id}/getByPath(path='{path}')/contentTypes",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSiteGetByPathContentType",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-list-contenttypes?view=graph-rest-1.0"
},
{
"Module": "Beta.Sites",
+ "Uri": "/sites/{site-id}/getByPath(path='{path}')/drive",
+ "OutputType": "IMicrosoftGraphDrive",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphDrive",
- "Command": "Get-MgBetaSiteGetByPathDrive",
"Method": "GET",
- "Uri": "/sites/{site-id}/getByPath(path='{path}')/drive",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSiteGetByPathDrive",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/sites/{site-id}/getByPath(path='{path}')/drives",
+ "OutputType": "IMicrosoftGraphDrive",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List",
"List1"
],
- "OutputType": "IMicrosoftGraphDrive",
- "Command": "Get-MgBetaSiteGetByPathDrive",
"Method": "GET",
- "Uri": "/sites/{site-id}/getByPath(path='{path}')/drives",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSiteGetByPathDrive",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/sites/{site-id}/getByPath(path='{path}')/externalColumns",
+ "OutputType": "IMicrosoftGraphColumnDefinition",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List",
"List1"
],
- "OutputType": "IMicrosoftGraphColumnDefinition",
- "Command": "Get-MgBetaSiteGetByPathExternalColumn",
"Method": "GET",
- "Uri": "/sites/{site-id}/getByPath(path='{path}')/externalColumns",
+ "Command": "Get-MgBetaSiteGetByPathExternalColumn",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Sites",
+ "Uri": "/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/lists",
+ "OutputType": "IMicrosoftGraphList",
"ApiVersion": "beta",
- "Permissions": []
+ "Permissions": [],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaSiteGetByPathList",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/list-list?view=graph-rest-1.0"
},
{
"Module": "Beta.Notes",
+ "Uri": "/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/onenote",
+ "OutputType": "IMicrosoftGraphOnenote",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphOnenote",
- "Command": "Get-MgBetaSiteGetByPathOnenote",
"Method": "GET",
- "Uri": "/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/onenote",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSiteGetByPathOnenote",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/operations",
+ "OutputType": "IMicrosoftGraphRichLongRunningOperation",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List",
"List1"
],
- "OutputType": "IMicrosoftGraphRichLongRunningOperation",
- "Command": "Get-MgBetaSiteGetByPathOperation",
"Method": "GET",
- "Uri": "/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/operations",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSiteGetByPathOperation",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-list-operations?view=graph-rest-1.0"
},
{
"Module": "Beta.Sites",
+ "Uri": "/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/pages",
+ "OutputType": "IMicrosoftGraphBaseSitePage",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List",
"List1"
],
- "OutputType": "IMicrosoftGraphBaseSitePage",
- "Command": "Get-MgBetaSiteGetByPathPage",
"Method": "GET",
- "Uri": "/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/pages",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSiteGetByPathPage",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/basesitepage-list?view=graph-rest-1.0"
},
{
"Module": "Beta.Sites",
+ "Uri": "/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/permissions",
+ "OutputType": "IMicrosoftGraphPermission",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List",
"List1"
],
- "OutputType": "IMicrosoftGraphPermission",
- "Command": "Get-MgBetaSiteGetByPathPermission",
"Method": "GET",
- "Uri": "/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/permissions",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSiteGetByPathPermission",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-list-permissions?view=graph-rest-1.0"
},
{
"Module": "Beta.Sites",
+ "Uri": "/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/sites",
+ "OutputType": "IMicrosoftGraphSite",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List",
"List1"
],
- "OutputType": "IMicrosoftGraphSite",
- "Command": "Get-MgBetaSiteGetByPathSite",
"Method": "GET",
- "Uri": "/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/sites",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSiteGetByPathSite",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-list-subsites?view=graph-rest-1.0"
},
{
"Module": "Beta.Sites",
+ "Uri": "/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/termStore",
+ "OutputType": "IMicrosoftGraphTermStore",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphTermStore",
- "Command": "Get-MgBetaSiteGetByPathTermStore",
"Method": "GET",
- "Uri": "/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/termStore",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSiteGetByPathTermStore",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-store-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Sites",
+ "Uri": "/sites/{site-id}/getByPath(path='{path}')/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')",
+ "OutputType": "IMicrosoftGraphItemActivityStat",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphItemActivityStat",
- "Command": "Get-MgBetaSiteGetGraphBPrePathActivityByInterval",
"Method": "GET",
- "Uri": "/sites/{site-id}/getByPath(path='{path}')/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSiteGetGraphBPrePathActivityByInterval",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')",
+ "OutputType": "IMicrosoftGraphSite",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSite",
- "Command": "Get-MgBetaSiteGetGraphBPrePathByPath",
"Method": "GET",
- "Uri": "/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSiteGetGraphBPrePathByPath",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser",
+ "OutputType": "IMicrosoftGraphUser",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUser",
- "Command": "Get-MgBetaSiteItemLastModifiedByUser",
"Method": "GET",
- "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSiteItemLastModifiedByUser",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/mailboxSettings",
+ "OutputType": "IMicrosoftGraphMailboxSettings",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Command": "Get-MgBetaSiteItemLastModifiedByUserMailboxSetting",
"Method": "GET",
- "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/mailboxSettings",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSiteItemLastModifiedByUserMailboxSetting",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/serviceProvisioningErrors",
+ "OutputType": "IMicrosoftGraphServiceProvisioningError",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Command": "Get-MgBetaSiteItemLastModifiedByUserServiceProvisioningError",
"Method": "GET",
- "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/serviceProvisioningErrors",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSiteItemLastModifiedByUserServiceProvisioningError",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaSiteItemLastModifiedByUserServiceProvisioningErrorCount",
"Method": "GET",
- "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSiteItemLastModifiedByUserServiceProvisioningErrorCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/sites/{site-id}/lists/{list-id}/lastModifiedByUser",
+ "OutputType": "IMicrosoftGraphUser",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUser",
- "Command": "Get-MgBetaSiteLastModifiedByUser",
"Method": "GET",
- "Uri": "/sites/{site-id}/lists/{list-id}/lastModifiedByUser",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSiteLastModifiedByUser",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/sites/{site-id}/lists/{list-id}/lastModifiedByUser/mailboxSettings",
+ "OutputType": "IMicrosoftGraphMailboxSettings",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Command": "Get-MgBetaSiteLastModifiedByUserMailboxSetting",
"Method": "GET",
- "Uri": "/sites/{site-id}/lists/{list-id}/lastModifiedByUser/mailboxSettings",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSiteLastModifiedByUserMailboxSetting",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/sites/{site-id}/lists/{list-id}/lastModifiedByUser/serviceProvisioningErrors",
+ "OutputType": "IMicrosoftGraphServiceProvisioningError",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Command": "Get-MgBetaSiteLastModifiedByUserServiceProvisioningError",
"Method": "GET",
- "Uri": "/sites/{site-id}/lists/{list-id}/lastModifiedByUser/serviceProvisioningErrors",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSiteLastModifiedByUserServiceProvisioningError",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/sites/{site-id}/lists/{list-id}/lastModifiedByUser/serviceProvisioningErrors/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaSiteLastModifiedByUserServiceProvisioningErrorCount",
"Method": "GET",
- "Uri": "/sites/{site-id}/lists/{list-id}/lastModifiedByUser/serviceProvisioningErrors/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSiteLastModifiedByUserServiceProvisioningErrorCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphList",
- "Command": "Get-MgBetaSiteList",
- "Method": "GET",
"Uri": "/sites/{site-id}/lists/{list-id}",
+ "OutputType": "IMicrosoftGraphList",
"ApiVersion": "beta",
"Permissions": [
{
@@ -153616,17 +160507,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Sites",
+ ],
"Variants": [
- "List1"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphList",
- "Command": "Get-MgBetaSiteList",
"Method": "GET",
+ "Command": "Get-MgBetaSiteList",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/list-list-operations?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Sites",
"Uri": "/sites/{site-id}/lists",
+ "OutputType": "IMicrosoftGraphList",
"ApiVersion": "beta",
"Permissions": [
{
@@ -153645,17 +160538,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Sites",
+ ],
"Variants": [
- "List"
+ "List1"
],
- "OutputType": "IMicrosoftGraphItemActivityOld",
- "Command": "Get-MgBetaSiteListActivity",
"Method": "GET",
+ "Command": "Get-MgBetaSiteList",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/list-list?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Sites",
"Uri": "/sites/{site-id}/lists/{list-id}/activities",
+ "OutputType": "IMicrosoftGraphItemActivityOld",
"ApiVersion": "beta",
"Permissions": [
{
@@ -153706,18 +160600,18 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Sites",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": "IMicrosoftGraphColumnDefinition",
- "Command": "Get-MgBetaSiteListColumn",
"Method": "GET",
+ "Command": "Get-MgBetaSiteListActivity",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Sites",
"Uri": "/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}",
+ "OutputType": "IMicrosoftGraphColumnDefinition",
"ApiVersion": "beta",
"Permissions": [
{
@@ -153752,17 +160646,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Sites",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphColumnDefinition",
- "Command": "Get-MgBetaSiteListColumn",
"Method": "GET",
+ "Command": "Get-MgBetaSiteListColumn",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Sites",
"Uri": "/sites/{site-id}/lists/{list-id}/columns",
+ "OutputType": "IMicrosoftGraphColumnDefinition",
"ApiVersion": "beta",
"Permissions": [
{
@@ -153797,18 +160693,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Sites",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaSiteListColumnCount",
"Method": "GET",
+ "Command": "Get-MgBetaSiteListColumn",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/list-list-columns?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Sites",
"Uri": "/sites/{site-id}/lists/{list-id}/columns/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -153843,31 +160739,33 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Sites",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphColumnDefinition",
- "Command": "Get-MgBetaSiteListColumnSourceColumn",
"Method": "GET",
- "Uri": "/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}/sourceColumn",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSiteListColumnCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}/sourceColumn",
+ "OutputType": "IMicrosoftGraphColumnDefinition",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphContentType",
- "Command": "Get-MgBetaSiteListContentType",
"Method": "GET",
+ "Command": "Get-MgBetaSiteListColumnSourceColumn",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Sites",
"Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}",
+ "OutputType": "IMicrosoftGraphContentType",
"ApiVersion": "beta",
"Permissions": [
{
@@ -153902,17 +160800,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Sites",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphContentType",
- "Command": "Get-MgBetaSiteListContentType",
"Method": "GET",
+ "Command": "Get-MgBetaSiteListContentType",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Sites",
"Uri": "/sites/{site-id}/lists/{list-id}/contentTypes",
+ "OutputType": "IMicrosoftGraphContentType",
"ApiVersion": "beta",
"Permissions": [
{
@@ -153947,18 +160847,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Sites",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": "IMicrosoftGraphColumnDefinition",
- "Command": "Get-MgBetaSiteListContentTypeColumn",
"Method": "GET",
+ "Command": "Get-MgBetaSiteListContentType",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/list-list-contenttypes?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Sites",
"Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}",
+ "OutputType": "IMicrosoftGraphColumnDefinition",
"ApiVersion": "beta",
"Permissions": [
{
@@ -153993,17 +160893,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Sites",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphColumnDefinition",
- "Command": "Get-MgBetaSiteListContentTypeColumn",
"Method": "GET",
+ "Command": "Get-MgBetaSiteListContentTypeColumn",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/columndefinition-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Sites",
"Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns",
+ "OutputType": "IMicrosoftGraphColumnDefinition",
"ApiVersion": "beta",
"Permissions": [
{
@@ -154038,18 +160940,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Sites",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaSiteListContentTypeColumnCount",
"Method": "GET",
+ "Command": "Get-MgBetaSiteListContentTypeColumn",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-list-columns?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Sites",
"Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -154084,107 +160986,115 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaSiteListContentTypeColumnCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}",
+ "OutputType": "IMicrosoftGraphColumnLink",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphColumnLink",
- "Command": "Get-MgBetaSiteListContentTypeColumnLink",
"Method": "GET",
- "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSiteListContentTypeColumnLink",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks",
+ "OutputType": "IMicrosoftGraphColumnLink",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphColumnLink",
- "Command": "Get-MgBetaSiteListContentTypeColumnLink",
"Method": "GET",
- "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSiteListContentTypeColumnLink",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaSiteListContentTypeColumnLinkCount",
"Method": "GET",
- "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSiteListContentTypeColumnLinkCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}",
+ "OutputType": "IMicrosoftGraphColumnDefinition",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphColumnDefinition",
- "Command": "Get-MgBetaSiteListContentTypeColumnPosition",
"Method": "GET",
- "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSiteListContentTypeColumnPosition",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions",
+ "OutputType": "IMicrosoftGraphColumnDefinition",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphColumnDefinition",
- "Command": "Get-MgBetaSiteListContentTypeColumnPosition",
"Method": "GET",
- "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSiteListContentTypeColumnPosition",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaSiteListContentTypeColumnPositionCount",
"Method": "GET",
- "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSiteListContentTypeColumnPositionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn",
+ "OutputType": "IMicrosoftGraphColumnDefinition",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphColumnDefinition",
- "Command": "Get-MgBetaSiteListContentTypeColumnSourceColumn",
"Method": "GET",
- "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSiteListContentTypeColumnSourceColumn",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphContentType",
- "Command": "Get-MgBetaSiteListContentTypeCompatibleHubContentType",
- "Method": "GET",
"Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/getCompatibleHubContentTypes",
+ "OutputType": "IMicrosoftGraphContentType",
"ApiVersion": "beta",
"Permissions": [
{
@@ -154203,18 +161113,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Sites",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaSiteListContentTypeCount",
"Method": "GET",
+ "Command": "Get-MgBetaSiteListContentTypeCompatibleHubContentType",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Sites",
"Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -154249,18 +161160,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Sites",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaSiteListCount",
"Method": "GET",
+ "Command": "Get-MgBetaSiteListContentTypeCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Sites",
"Uri": "/sites/{site-id}/lists/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -154279,82 +161191,88 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaSiteListCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/sites/{site-id}/lists/{list-id}/createdByUser",
+ "OutputType": "IMicrosoftGraphUser",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUser",
- "Command": "Get-MgBetaSiteListCreatedByUser",
"Method": "GET",
- "Uri": "/sites/{site-id}/lists/{list-id}/createdByUser",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSiteListCreatedByUser",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/sites/{site-id}/lists/{list-id}/createdByUser/mailboxSettings",
+ "OutputType": "IMicrosoftGraphMailboxSettings",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Command": "Get-MgBetaSiteListCreatedByUserMailboxSetting",
"Method": "GET",
- "Uri": "/sites/{site-id}/lists/{list-id}/createdByUser/mailboxSettings",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSiteListCreatedByUserMailboxSetting",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/sites/{site-id}/lists/{list-id}/createdByUser/serviceProvisioningErrors",
+ "OutputType": "IMicrosoftGraphServiceProvisioningError",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Command": "Get-MgBetaSiteListCreatedByUserServiceProvisioningError",
"Method": "GET",
- "Uri": "/sites/{site-id}/lists/{list-id}/createdByUser/serviceProvisioningErrors",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSiteListCreatedByUserServiceProvisioningError",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/sites/{site-id}/lists/{list-id}/createdByUser/serviceProvisioningErrors/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaSiteListCreatedByUserServiceProvisioningErrorCount",
"Method": "GET",
- "Uri": "/sites/{site-id}/lists/{list-id}/createdByUser/serviceProvisioningErrors/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSiteListCreatedByUserServiceProvisioningErrorCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/sites/{site-id}/lists/{list-id}/drive",
+ "OutputType": "IMicrosoftGraphDrive",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDrive",
- "Command": "Get-MgBetaSiteListDrive",
"Method": "GET",
- "Uri": "/sites/{site-id}/lists/{list-id}/drive",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSiteListDrive",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphListItem",
- "Command": "Get-MgBetaSiteListItem",
- "Method": "GET",
"Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}",
+ "OutputType": "IMicrosoftGraphListItem",
"ApiVersion": "beta",
"Permissions": [
{
@@ -154381,17 +161299,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Sites",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphListItem",
- "Command": "Get-MgBetaSiteListItem",
"Method": "GET",
+ "Command": "Get-MgBetaSiteListItem",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Sites",
"Uri": "/sites/{site-id}/lists/{list-id}/items",
+ "OutputType": "IMicrosoftGraphListItem",
"ApiVersion": "beta",
"Permissions": [
{
@@ -154410,30 +161330,32 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaSiteListItem",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-list?view=graph-rest-1.0"
},
{
"Module": "Beta.Sites",
+ "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}",
+ "OutputType": "IMicrosoftGraphItemActivityOld",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphItemActivityOld",
- "Command": "Get-MgBetaSiteListItemActivity",
"Method": "GET",
- "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSiteListItemActivity",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphItemActivityOld",
- "Command": "Get-MgBetaSiteListItemActivity",
- "Method": "GET",
"Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities",
+ "OutputType": "IMicrosoftGraphItemActivityOld",
"ApiVersion": "beta",
"Permissions": [
{
@@ -154484,31 +161406,32 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Sites",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": "IMicrosoftGraphItemActivityStat",
- "Command": "Get-MgBetaSiteListItemActivityByInterval",
"Method": "GET",
- "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSiteListItemActivity",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')",
+ "OutputType": "IMicrosoftGraphItemActivityStat",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaSiteListItemActivityCount",
"Method": "GET",
+ "Command": "Get-MgBetaSiteListItemActivityByInterval",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Sites",
"Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -154559,70 +161482,75 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Sites",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDriveItem",
- "Command": "Get-MgBetaSiteListItemActivityDriveItem",
"Method": "GET",
- "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSiteListItemActivityCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem",
+ "OutputType": "IMicrosoftGraphDriveItem",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaSiteListItemActivityDriveItemContent",
"Method": "GET",
- "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem/content",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSiteListItemActivityDriveItem",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem/content",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaSiteListItemActivityDriveItemContentStream",
"Method": "GET",
- "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem/contentStream",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSiteListItemActivityDriveItemContent",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem/contentStream",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphListItem",
- "Command": "Get-MgBetaSiteListItemActivityListItem",
"Method": "GET",
- "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}/listItem",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSiteListItemActivityDriveItemContentStream",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}/listItem",
+ "OutputType": "IMicrosoftGraphListItem",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphItemAnalytics",
- "Command": "Get-MgBetaSiteListItemAnalytic",
"Method": "GET",
+ "Command": "Get-MgBetaSiteListItemActivityListItem",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Sites",
"Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/analytics",
+ "OutputType": "IMicrosoftGraphItemAnalytics",
"ApiVersion": "beta",
"Permissions": [
{
@@ -154673,71 +161601,74 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaSiteListItemAnalytic",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser",
+ "OutputType": "IMicrosoftGraphUser",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUser",
- "Command": "Get-MgBetaSiteListItemCreatedByUser",
"Method": "GET",
- "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSiteListItemCreatedByUser",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/mailboxSettings",
+ "OutputType": "IMicrosoftGraphMailboxSettings",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Command": "Get-MgBetaSiteListItemCreatedByUserMailboxSetting",
"Method": "GET",
- "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/mailboxSettings",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSiteListItemCreatedByUserMailboxSetting",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/serviceProvisioningErrors",
+ "OutputType": "IMicrosoftGraphServiceProvisioningError",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Command": "Get-MgBetaSiteListItemCreatedByUserServiceProvisioningError",
"Method": "GET",
- "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/serviceProvisioningErrors",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSiteListItemCreatedByUserServiceProvisioningError",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/serviceProvisioningErrors/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaSiteListItemCreatedByUserServiceProvisioningErrorCount",
"Method": "GET",
- "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/serviceProvisioningErrors/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSiteListItemCreatedByUserServiceProvisioningErrorCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
- "Variants": [
- "Delta",
- "Delta1",
- "DeltaViaIdentity",
- "DeltaViaIdentity1"
- ],
- "OutputType": "IMicrosoftGraphListItem",
- "Command": "Get-MgBetaSiteListItemDelta",
- "Method": "GET",
"Uri": "/sites/{site-id}/lists/{list-id}/items/delta",
+ "OutputType": "IMicrosoftGraphListItem",
"ApiVersion": "beta",
"Permissions": [
{
@@ -154756,18 +161687,21 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Sites",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Delta",
+ "Delta1",
+ "DeltaViaIdentity",
+ "DeltaViaIdentity1"
],
- "OutputType": "IMicrosoftGraphDocumentSetVersion",
- "Command": "Get-MgBetaSiteListItemDocumentSetVersion",
"Method": "GET",
+ "Command": "Get-MgBetaSiteListItemDelta",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Sites",
"Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}",
+ "OutputType": "IMicrosoftGraphDocumentSetVersion",
"ApiVersion": "beta",
"Permissions": [
{
@@ -154810,17 +161744,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Sites",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDocumentSetVersion",
- "Command": "Get-MgBetaSiteListItemDocumentSetVersion",
"Method": "GET",
+ "Command": "Get-MgBetaSiteListItemDocumentSetVersion",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Sites",
"Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions",
+ "OutputType": "IMicrosoftGraphDocumentSetVersion",
"ApiVersion": "beta",
"Permissions": [
{
@@ -154863,18 +161799,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Sites",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaSiteListItemDocumentSetVersionCount",
"Method": "GET",
+ "Command": "Get-MgBetaSiteListItemDocumentSetVersion",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-list-documentsetversions?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Sites",
"Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -154917,31 +161853,33 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Sites",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaSiteListItemDocumentSetVersionField",
"Method": "GET",
- "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSiteListItemDocumentSetVersionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDriveItem",
- "Command": "Get-MgBetaSiteListItemDriveItem",
"Method": "GET",
+ "Command": "Get-MgBetaSiteListItemDocumentSetVersionField",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Sites",
"Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem",
+ "OutputType": "IMicrosoftGraphDriveItem",
"ApiVersion": "beta",
"Permissions": [
{
@@ -154992,57 +161930,61 @@
"PermissionType": "DelegatedPersonal",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Sites",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaSiteListItemDriveItemContent",
"Method": "GET",
- "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/content",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSiteListItemDriveItem",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/content",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaSiteListItemDriveItemContentStream",
"Method": "GET",
- "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/contentStream",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSiteListItemDriveItemContent",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/contentStream",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaSiteListItemField",
"Method": "GET",
- "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSiteListItemDriveItemContentStream",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphListItemVersion",
- "Command": "Get-MgBetaSiteListItemVersion",
"Method": "GET",
+ "Command": "Get-MgBetaSiteListItemField",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Sites",
"Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}",
+ "OutputType": "IMicrosoftGraphListItemVersion",
"ApiVersion": "beta",
"Permissions": [
{
@@ -155061,17 +162003,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Sites",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphListItemVersion",
- "Command": "Get-MgBetaSiteListItemVersion",
"Method": "GET",
+ "Command": "Get-MgBetaSiteListItemVersion",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Sites",
"Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions",
+ "OutputType": "IMicrosoftGraphListItemVersion",
"ApiVersion": "beta",
"Permissions": [
{
@@ -155090,18 +162034,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Sites",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaSiteListItemVersionCount",
"Method": "GET",
+ "Command": "Get-MgBetaSiteListItemVersion",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Sites",
"Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -155120,31 +162064,33 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Sites",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaSiteListItemVersionField",
"Method": "GET",
- "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSiteListItemVersionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphRichLongRunningOperation",
- "Command": "Get-MgBetaSiteListOperation",
"Method": "GET",
+ "Command": "Get-MgBetaSiteListItemVersionField",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Sites",
"Uri": "/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}",
+ "OutputType": "IMicrosoftGraphRichLongRunningOperation",
"ApiVersion": "beta",
"Permissions": [
{
@@ -155179,17 +162125,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Sites",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphRichLongRunningOperation",
- "Command": "Get-MgBetaSiteListOperation",
"Method": "GET",
+ "Command": "Get-MgBetaSiteListOperation",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Sites",
"Uri": "/sites/{site-id}/lists/{list-id}/operations",
+ "OutputType": "IMicrosoftGraphRichLongRunningOperation",
"ApiVersion": "beta",
"Permissions": [
{
@@ -155224,18 +162172,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Sites",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaSiteListOperationCount",
"Method": "GET",
+ "Command": "Get-MgBetaSiteListOperation",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Sites",
"Uri": "/sites/{site-id}/lists/{list-id}/operations/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -155270,56 +162218,60 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaSiteListOperationCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}",
+ "OutputType": "IMicrosoftGraphSubscription",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSubscription",
- "Command": "Get-MgBetaSiteListSubscription",
"Method": "GET",
- "Uri": "/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSiteListSubscription",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/sites/{site-id}/lists/{list-id}/subscriptions",
+ "OutputType": "IMicrosoftGraphSubscription",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphSubscription",
- "Command": "Get-MgBetaSiteListSubscription",
"Method": "GET",
- "Uri": "/sites/{site-id}/lists/{list-id}/subscriptions",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSiteListSubscription",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/sites/{site-id}/lists/{list-id}/subscriptions/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaSiteListSubscriptionCount",
"Method": "GET",
- "Uri": "/sites/{site-id}/lists/{list-id}/subscriptions/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSiteListSubscriptionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Notes",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphNotebook",
- "Command": "Get-MgBetaSiteOnenoteNotebook",
- "Method": "GET",
"Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}",
+ "OutputType": "IMicrosoftGraphNotebook",
"ApiVersion": "beta",
"Permissions": [
{
@@ -155362,17 +162314,19 @@
"PermissionType": "DelegatedPersonal",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Notes",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphNotebook",
- "Command": "Get-MgBetaSiteOnenoteNotebook",
"Method": "GET",
+ "Command": "Get-MgBetaSiteOnenoteNotebook",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Notes",
"Uri": "/sites/{site-id}/onenote/notebooks",
+ "OutputType": "IMicrosoftGraphNotebook",
"ApiVersion": "beta",
"Permissions": [
{
@@ -155415,18 +162369,18 @@
"PermissionType": "DelegatedPersonal",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Notes",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaSiteOnenoteNotebookCount",
"Method": "GET",
+ "Command": "Get-MgBetaSiteOnenoteNotebook",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onenote-list-notebooks?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Notes",
"Uri": "/sites/{site-id}/onenote/notebooks/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -155469,20 +162423,19 @@
"PermissionType": "DelegatedPersonal",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Sites",
+ ],
"Variants": [
"Get",
- "GetExpanded",
- "GetViaIdentity",
- "GetViaIdentityExpanded"
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphCopyNotebookModel",
- "Command": "Get-MgBetaSiteOnenoteNotebookFromWebUrl",
- "Method": "POST",
+ "Method": "GET",
+ "Command": "Get-MgBetaSiteOnenoteNotebookCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Sites",
"Uri": "/sites/{site-id}/onenote/notebooks/getNotebookFromWebUrl",
+ "OutputType": "IMicrosoftGraphCopyNotebookModel",
"ApiVersion": "beta",
"Permissions": [
{
@@ -155525,17 +162478,21 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetExpanded",
+ "GetViaIdentity",
+ "GetViaIdentityExpanded"
+ ],
+ "Method": "POST",
+ "Command": "Get-MgBetaSiteOnenoteNotebookFromWebUrl",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-getnotebookfromweburl?view=graph-rest-1.0"
},
{
"Module": "Beta.Notes",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphOnenoteSection",
- "Command": "Get-MgBetaSiteOnenoteNotebookSection",
- "Method": "GET",
"Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections",
+ "OutputType": "IMicrosoftGraphOnenoteSection",
"ApiVersion": "beta",
"Permissions": [
{
@@ -155578,17 +162535,18 @@
"PermissionType": "DelegatedPersonal",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Notes",
+ ],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphSectionGroup",
- "Command": "Get-MgBetaSiteOnenoteNotebookSectionGroup",
"Method": "GET",
+ "Command": "Get-MgBetaSiteOnenoteNotebookSection",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-list-sections?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Notes",
"Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups",
+ "OutputType": "IMicrosoftGraphSectionGroup",
"ApiVersion": "beta",
"Permissions": [
{
@@ -155631,18 +162589,18 @@
"PermissionType": "DelegatedPersonal",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Notes",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": "IMicrosoftGraphOnenoteOperation",
- "Command": "Get-MgBetaSiteOnenoteOperation",
"Method": "GET",
+ "Command": "Get-MgBetaSiteOnenoteNotebookSectionGroup",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-list-sectiongroups?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Notes",
"Uri": "/sites/{site-id}/onenote/operations/{onenoteOperation-id}",
+ "OutputType": "IMicrosoftGraphOnenoteOperation",
"ApiVersion": "beta",
"Permissions": [
{
@@ -155685,31 +162643,33 @@
"PermissionType": "DelegatedPersonal",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Notes",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaSiteOnenoteOperationCount",
"Method": "GET",
- "Uri": "/sites/{site-id}/onenote/operations/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSiteOnenoteOperation",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onenoteoperation-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Notes",
+ "Uri": "/sites/{site-id}/onenote/operations/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphOnenotePage",
- "Command": "Get-MgBetaSiteOnenotePage",
"Method": "GET",
+ "Command": "Get-MgBetaSiteOnenoteOperationCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Notes",
"Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}",
+ "OutputType": "IMicrosoftGraphOnenotePage",
"ApiVersion": "beta",
"Permissions": [
{
@@ -155744,17 +162704,19 @@
"PermissionType": "DelegatedPersonal",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Notes",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphOnenotePage",
- "Command": "Get-MgBetaSiteOnenotePage",
"Method": "GET",
+ "Command": "Get-MgBetaSiteOnenotePage",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Notes",
"Uri": "/sites/{site-id}/onenote/pages",
+ "OutputType": "IMicrosoftGraphOnenotePage",
"ApiVersion": "beta",
"Permissions": [
{
@@ -155789,31 +162751,32 @@
"PermissionType": "DelegatedPersonal",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Notes",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaSiteOnenotePageContent",
"Method": "GET",
- "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}/content",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSiteOnenotePage",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Notes",
+ "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}/content",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaSiteOnenotePageCount",
"Method": "GET",
+ "Command": "Get-MgBetaSiteOnenotePageContent",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Notes",
"Uri": "/sites/{site-id}/onenote/pages/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -155848,31 +162811,33 @@
"PermissionType": "DelegatedPersonal",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Notes",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphOnenoteResource",
- "Command": "Get-MgBetaSiteOnenoteResource",
"Method": "GET",
- "Uri": "/sites/{site-id}/onenote/resources/{onenoteResource-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSiteOnenotePageCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Notes",
+ "Uri": "/sites/{site-id}/onenote/resources/{onenoteResource-id}",
+ "OutputType": "IMicrosoftGraphOnenoteResource",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaSiteOnenoteResourceContent",
"Method": "GET",
+ "Command": "Get-MgBetaSiteOnenoteResource",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Notes",
"Uri": "/sites/{site-id}/onenote/resources/{onenoteResource-id}/content",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -155907,31 +162872,33 @@
"PermissionType": "DelegatedPersonal",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Notes",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaSiteOnenoteResourceCount",
"Method": "GET",
- "Uri": "/sites/{site-id}/onenote/resources/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSiteOnenoteResourceContent",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Notes",
+ "Uri": "/sites/{site-id}/onenote/resources/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphOnenoteSection",
- "Command": "Get-MgBetaSiteOnenoteSection",
"Method": "GET",
+ "Command": "Get-MgBetaSiteOnenoteResourceCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Notes",
"Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}",
+ "OutputType": "IMicrosoftGraphOnenoteSection",
"ApiVersion": "beta",
"Permissions": [
{
@@ -155974,17 +162941,19 @@
"PermissionType": "DelegatedPersonal",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Notes",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphOnenoteSection",
- "Command": "Get-MgBetaSiteOnenoteSection",
"Method": "GET",
+ "Command": "Get-MgBetaSiteOnenoteSection",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Notes",
"Uri": "/sites/{site-id}/onenote/sections",
+ "OutputType": "IMicrosoftGraphOnenoteSection",
"ApiVersion": "beta",
"Permissions": [
{
@@ -156027,18 +162996,18 @@
"PermissionType": "DelegatedPersonal",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Notes",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaSiteOnenoteSectionCount",
"Method": "GET",
+ "Command": "Get-MgBetaSiteOnenoteSection",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onenote-list-sections?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Notes",
"Uri": "/sites/{site-id}/onenote/sections/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -156081,18 +163050,19 @@
"PermissionType": "DelegatedPersonal",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Notes",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSectionGroup",
- "Command": "Get-MgBetaSiteOnenoteSectionGroup",
"Method": "GET",
+ "Command": "Get-MgBetaSiteOnenoteSectionCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Notes",
"Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}",
+ "OutputType": "IMicrosoftGraphSectionGroup",
"ApiVersion": "beta",
"Permissions": [
{
@@ -156135,18 +163105,19 @@
"PermissionType": "DelegatedPersonal",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Notes",
+ ],
"Variants": [
- "List",
- "List1"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSectionGroup",
- "Command": "Get-MgBetaSiteOnenoteSectionGroup",
"Method": "GET",
+ "Command": "Get-MgBetaSiteOnenoteSectionGroup",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sectiongroup-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Notes",
"Uri": "/sites/{site-id}/onenote/sectionGroups",
+ "OutputType": "IMicrosoftGraphSectionGroup",
"ApiVersion": "beta",
"Permissions": [
{
@@ -156189,20 +163160,19 @@
"PermissionType": "DelegatedPersonal",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Notes",
+ ],
"Variants": [
- "Get",
- "Get1",
- "GetViaIdentity",
- "GetViaIdentity1"
+ "List",
+ "List1"
],
- "OutputType": null,
- "Command": "Get-MgBetaSiteOnenoteSectionGroupCount",
"Method": "GET",
+ "Command": "Get-MgBetaSiteOnenoteSectionGroup",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onenote-list-sectiongroups?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Notes",
"Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -156245,17 +163215,21 @@
"PermissionType": "DelegatedPersonal",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Notes",
+ ],
"Variants": [
- "List"
+ "Get",
+ "Get1",
+ "GetViaIdentity",
+ "GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphOnenoteSection",
- "Command": "Get-MgBetaSiteOnenoteSectionGroupSection",
"Method": "GET",
+ "Command": "Get-MgBetaSiteOnenoteSectionGroupCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Notes",
"Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections",
+ "OutputType": "IMicrosoftGraphOnenoteSection",
"ApiVersion": "beta",
"Permissions": [
{
@@ -156298,17 +163272,18 @@
"PermissionType": "DelegatedPersonal",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Notes",
+ ],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphOnenotePage",
- "Command": "Get-MgBetaSiteOnenoteSectionPage",
"Method": "GET",
+ "Command": "Get-MgBetaSiteOnenoteSectionGroupSection",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sectiongroup-list-sections?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Notes",
"Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages",
+ "OutputType": "IMicrosoftGraphOnenotePage",
"ApiVersion": "beta",
"Permissions": [
{
@@ -156343,18 +163318,18 @@
"PermissionType": "DelegatedPersonal",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Sites",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": "IMicrosoftGraphRichLongRunningOperation",
- "Command": "Get-MgBetaSiteOperation",
"Method": "GET",
+ "Command": "Get-MgBetaSiteOnenoteSectionPage",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Sites",
"Uri": "/sites/{site-id}/operations/{richLongRunningOperation-id}",
+ "OutputType": "IMicrosoftGraphRichLongRunningOperation",
"ApiVersion": "beta",
"Permissions": [
{
@@ -156389,17 +163364,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Sites",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphRichLongRunningOperation",
- "Command": "Get-MgBetaSiteOperation",
"Method": "GET",
+ "Command": "Get-MgBetaSiteOperation",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/richlongrunningoperation-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Sites",
"Uri": "/sites/{site-id}/operations",
+ "OutputType": "IMicrosoftGraphRichLongRunningOperation",
"ApiVersion": "beta",
"Permissions": [
{
@@ -156434,18 +163411,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Sites",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaSiteOperationCount",
"Method": "GET",
+ "Command": "Get-MgBetaSiteOperation",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-list-operations?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Sites",
"Uri": "/sites/{site-id}/operations/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -156480,18 +163457,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Sites",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphBaseSitePage",
- "Command": "Get-MgBetaSitePage",
"Method": "GET",
+ "Command": "Get-MgBetaSiteOperationCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Sites",
"Uri": "/sites/{site-id}/pages/{baseSitePage-id}",
+ "OutputType": "IMicrosoftGraphBaseSitePage",
"ApiVersion": "beta",
"Permissions": [
{
@@ -156510,17 +163488,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Sites",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphBaseSitePage",
- "Command": "Get-MgBetaSitePage",
"Method": "GET",
+ "Command": "Get-MgBetaSitePage",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/basesitepage-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Sites",
"Uri": "/sites/{site-id}/pages",
+ "OutputType": "IMicrosoftGraphBaseSitePage",
"ApiVersion": "beta",
"Permissions": [
{
@@ -156539,30 +163519,32 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaSitePage",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/basesitepage-list?view=graph-rest-1.0"
},
{
"Module": "Beta.Sites",
+ "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage",
+ "OutputType": "IMicrosoftGraphSitePage",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSitePage",
- "Command": "Get-MgBetaSitePageAsSitePage",
"Method": "GET",
- "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSitePageAsSitePage",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphSitePage",
- "Command": "Get-MgBetaSitePageAsSitePage",
- "Method": "GET",
"Uri": "/sites/{site-id}/pages/sitePage",
+ "OutputType": "IMicrosoftGraphSitePage",
"ApiVersion": "beta",
"Permissions": [
{
@@ -156581,336 +163563,361 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaSitePageAsSitePage",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout",
+ "OutputType": "IMicrosoftGraphCanvasLayout",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphCanvasLayout",
- "Command": "Get-MgBetaSitePageAsSitePageCanvaLayout",
"Method": "GET",
- "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSitePageAsSitePageCanvaLayout",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}",
+ "OutputType": "IMicrosoftGraphHorizontalSection",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphHorizontalSection",
- "Command": "Get-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSection",
"Method": "GET",
- "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSection",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections",
+ "OutputType": "IMicrosoftGraphHorizontalSection",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphHorizontalSection",
- "Command": "Get-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSection",
"Method": "GET",
- "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSection",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}",
+ "OutputType": "IMicrosoftGraphHorizontalSectionColumn",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphHorizontalSectionColumn",
- "Command": "Get-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSectionColumn",
"Method": "GET",
- "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSectionColumn",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns",
+ "OutputType": "IMicrosoftGraphHorizontalSectionColumn",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphHorizontalSectionColumn",
- "Command": "Get-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSectionColumn",
"Method": "GET",
- "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSectionColumn",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSectionColumnCount",
"Method": "GET",
- "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSectionColumnCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart",
"Method": "GET",
- "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts",
+ "OutputType": "IMicrosoftGraphWebPart",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphWebPart",
- "Command": "Get-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart",
"Method": "GET",
- "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpartCount",
"Method": "GET",
- "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpartCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSectionCount",
"Method": "GET",
- "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSectionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection",
+ "OutputType": "IMicrosoftGraphVerticalSection",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphVerticalSection",
- "Command": "Get-MgBetaSitePageAsSitePageCanvaLayoutVerticalSection",
"Method": "GET",
- "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSitePageAsSitePageCanvaLayoutVerticalSection",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/{webPart-id}",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaSitePageAsSitePageCanvaLayoutVerticalSectionWebpart",
"Method": "GET",
- "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/{webPart-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSitePageAsSitePageCanvaLayoutVerticalSectionWebpart",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts",
+ "OutputType": "IMicrosoftGraphWebPart",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphWebPart",
- "Command": "Get-MgBetaSitePageAsSitePageCanvaLayoutVerticalSectionWebpart",
"Method": "GET",
- "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSitePageAsSitePageCanvaLayoutVerticalSectionWebpart",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaSitePageAsSitePageCanvaLayoutVerticalSectionWebpartCount",
"Method": "GET",
- "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSitePageAsSitePageCanvaLayoutVerticalSectionWebpartCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser",
+ "OutputType": "IMicrosoftGraphUser",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUser",
- "Command": "Get-MgBetaSitePageAsSitePageCreatedByUser",
"Method": "GET",
- "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSitePageAsSitePageCreatedByUser",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser/mailboxSettings",
+ "OutputType": "IMicrosoftGraphMailboxSettings",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Command": "Get-MgBetaSitePageAsSitePageCreatedByUserMailboxSetting",
"Method": "GET",
- "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser/mailboxSettings",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSitePageAsSitePageCreatedByUserMailboxSetting",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser/serviceProvisioningErrors",
+ "OutputType": "IMicrosoftGraphServiceProvisioningError",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Command": "Get-MgBetaSitePageAsSitePageCreatedByUserServiceProvisioningError",
"Method": "GET",
- "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser/serviceProvisioningErrors",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSitePageAsSitePageCreatedByUserServiceProvisioningError",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser/serviceProvisioningErrors/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaSitePageAsSitePageCreatedByUserServiceProvisioningErrorCount",
"Method": "GET",
- "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser/serviceProvisioningErrors/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSitePageAsSitePageCreatedByUserServiceProvisioningErrorCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser",
+ "OutputType": "IMicrosoftGraphUser",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUser",
- "Command": "Get-MgBetaSitePageAsSitePageLastModifiedByUser",
"Method": "GET",
- "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSitePageAsSitePageLastModifiedByUser",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser/mailboxSettings",
+ "OutputType": "IMicrosoftGraphMailboxSettings",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Command": "Get-MgBetaSitePageAsSitePageLastModifiedByUserMailboxSetting",
"Method": "GET",
- "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser/mailboxSettings",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSitePageAsSitePageLastModifiedByUserMailboxSetting",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser/serviceProvisioningErrors",
+ "OutputType": "IMicrosoftGraphServiceProvisioningError",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Command": "Get-MgBetaSitePageAsSitePageLastModifiedByUserServiceProvisioningError",
"Method": "GET",
- "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser/serviceProvisioningErrors",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSitePageAsSitePageLastModifiedByUserServiceProvisioningError",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser/serviceProvisioningErrors/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaSitePageAsSitePageLastModifiedByUserServiceProvisioningErrorCount",
"Method": "GET",
- "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser/serviceProvisioningErrors/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSitePageAsSitePageLastModifiedByUserServiceProvisioningErrorCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/{webPart-id}",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaSitePageAsSitePageWebPart",
"Method": "GET",
- "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/{webPart-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSitePageAsSitePageWebPart",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts",
+ "OutputType": "IMicrosoftGraphWebPart",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphWebPart",
- "Command": "Get-MgBetaSitePageAsSitePageWebPart",
"Method": "GET",
- "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSitePageAsSitePageWebPart",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaSitePageAsSitePageWebPartCount",
"Method": "GET",
- "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSitePageAsSitePageWebPartCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": null,
- "Command": "Get-MgBetaSitePageCount",
- "Method": "GET",
"Uri": "/sites/{site-id}/pages/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -156929,18 +163936,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Sites",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaSitePageCountAsSitePage",
"Method": "GET",
+ "Command": "Get-MgBetaSitePageCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Sites",
"Uri": "/sites/{site-id}/pages/sitePage/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -156959,197 +163967,212 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaSitePageCountAsSitePage",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/createdByUser",
+ "OutputType": "IMicrosoftGraphUser",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUser",
- "Command": "Get-MgBetaSitePageCreatedByUser",
"Method": "GET",
- "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/createdByUser",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSitePageCreatedByUser",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/mailboxSettings",
+ "OutputType": "IMicrosoftGraphMailboxSettings",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Command": "Get-MgBetaSitePageCreatedByUserMailboxSetting",
"Method": "GET",
- "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/mailboxSettings",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSitePageCreatedByUserMailboxSetting",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/serviceProvisioningErrors",
+ "OutputType": "IMicrosoftGraphServiceProvisioningError",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Command": "Get-MgBetaSitePageCreatedByUserServiceProvisioningError",
"Method": "GET",
- "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/serviceProvisioningErrors",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSitePageCreatedByUserServiceProvisioningError",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/serviceProvisioningErrors/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaSitePageCreatedByUserServiceProvisioningErrorCount",
"Method": "GET",
- "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/serviceProvisioningErrors/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSitePageCreatedByUserServiceProvisioningErrorCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser",
+ "OutputType": "IMicrosoftGraphUser",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUser",
- "Command": "Get-MgBetaSitePageLastModifiedByUser",
"Method": "GET",
- "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSitePageLastModifiedByUser",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/mailboxSettings",
+ "OutputType": "IMicrosoftGraphMailboxSettings",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Command": "Get-MgBetaSitePageLastModifiedByUserMailboxSetting",
"Method": "GET",
- "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/mailboxSettings",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSitePageLastModifiedByUserMailboxSetting",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/serviceProvisioningErrors",
+ "OutputType": "IMicrosoftGraphServiceProvisioningError",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Command": "Get-MgBetaSitePageLastModifiedByUserServiceProvisioningError",
"Method": "GET",
- "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/serviceProvisioningErrors",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSitePageLastModifiedByUserServiceProvisioningError",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/serviceProvisioningErrors/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaSitePageLastModifiedByUserServiceProvisioningErrorCount",
"Method": "GET",
- "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/serviceProvisioningErrors/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSitePageLastModifiedByUserServiceProvisioningErrorCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}/getPositionOfWebPart",
+ "OutputType": "IMicrosoftGraphWebPartPosition",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphWebPartPosition",
- "Command": "Get-MgBetaSitePageMicrosoftGraphSitePageCanvaLayoutHorizontalSectionColumnWebpartPositionOfWebPart",
"Method": "POST",
- "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}/getPositionOfWebPart",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSitePageMicrosoftGraphSitePageCanvaLayoutHorizontalSectionColumnWebpartPositionOfWebPart",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/{webPart-id}/getPositionOfWebPart",
+ "OutputType": "IMicrosoftGraphWebPartPosition",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphWebPartPosition",
- "Command": "Get-MgBetaSitePageMicrosoftGraphSitePageCanvaLayoutVerticalSectionWebpartPositionOfWebPart",
"Method": "POST",
- "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/{webPart-id}/getPositionOfWebPart",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSitePageMicrosoftGraphSitePageCanvaLayoutVerticalSectionWebpartPositionOfWebPart",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/{webPart-id}/getPositionOfWebPart",
+ "OutputType": "IMicrosoftGraphWebPartPosition",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphWebPartPosition",
- "Command": "Get-MgBetaSitePageMicrosoftGraphSitePageWebPartPositionOfWebPart",
"Method": "POST",
- "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/{webPart-id}/getPositionOfWebPart",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSitePageMicrosoftGraphSitePageWebPartPositionOfWebPart",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/sites/{site-id}/permissions/{permission-id}",
+ "OutputType": "IMicrosoftGraphPermission",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphPermission",
- "Command": "Get-MgBetaSitePermission",
"Method": "GET",
- "Uri": "/sites/{site-id}/permissions/{permission-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSitePermission",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-get-permission?view=graph-rest-1.0"
},
{
"Module": "Beta.Sites",
+ "Uri": "/sites/{site-id}/permissions",
+ "OutputType": "IMicrosoftGraphPermission",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphPermission",
- "Command": "Get-MgBetaSitePermission",
"Method": "GET",
- "Uri": "/sites/{site-id}/permissions",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSitePermission",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-list-permissions?view=graph-rest-1.0"
},
{
"Module": "Beta.Sites",
+ "Uri": "/sites/{site-id}/permissions/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaSitePermissionCount",
"Method": "GET",
- "Uri": "/sites/{site-id}/permissions/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSitePermissionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphRecentNotebook",
- "Command": "Get-MgBetaSiteRecentNotebook",
- "Method": "GET",
"Uri": "/sites/{site-id}/onenote/notebooks/getRecentNotebooks(includePersonalNotebooks={includePersonalNotebooks})",
+ "OutputType": "IMicrosoftGraphRecentNotebook",
"ApiVersion": "beta",
"Permissions": [
{
@@ -157192,18 +164215,19 @@
"PermissionType": "DelegatedPersonal",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Sites",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTermStore",
- "Command": "Get-MgBetaSiteTermStore",
"Method": "GET",
+ "Command": "Get-MgBetaSiteRecentNotebook",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Sites",
"Uri": "/sites/{site-id}/termStore",
+ "OutputType": "IMicrosoftGraphTermStore",
"ApiVersion": "beta",
"Permissions": [
{
@@ -157222,18 +164246,19 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Sites",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTermStoreGroup",
- "Command": "Get-MgBetaSiteTermStoreGroup",
"Method": "GET",
+ "Command": "Get-MgBetaSiteTermStore",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-store-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Sites",
"Uri": "/sites/{site-id}/termStore/groups/{group-id}",
+ "OutputType": "IMicrosoftGraphTermStoreGroup",
"ApiVersion": "beta",
"Permissions": [
{
@@ -157252,17 +164277,19 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Sites",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTermStoreGroup",
- "Command": "Get-MgBetaSiteTermStoreGroup",
"Method": "GET",
+ "Command": "Get-MgBetaSiteTermStoreGroup",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-group-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Sites",
"Uri": "/sites/{site-id}/termStore/groups",
+ "OutputType": "IMicrosoftGraphTermStoreGroup",
"ApiVersion": "beta",
"Permissions": [
{
@@ -157281,18 +164308,18 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Sites",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaSiteTermStoreGroupCount",
"Method": "GET",
+ "Command": "Get-MgBetaSiteTermStoreGroup",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-list-groups?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Sites",
"Uri": "/sites/{site-id}/termStore/groups/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -157311,30 +164338,33 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Sites",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTermStoreSet",
- "Command": "Get-MgBetaSiteTermStoreGroupSet",
"Method": "GET",
- "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSiteTermStoreGroupCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}",
+ "OutputType": "IMicrosoftGraphTermStoreSet",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTermStoreSet",
- "Command": "Get-MgBetaSiteTermStoreGroupSet",
"Method": "GET",
+ "Command": "Get-MgBetaSiteTermStoreGroupSet",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Sites",
"Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets",
+ "OutputType": "IMicrosoftGraphTermStoreSet",
"ApiVersion": "beta",
"Permissions": [
{
@@ -157353,164 +164383,174 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaSiteTermStoreGroupSet",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-group-list-sets?view=graph-rest-1.0"
},
{
"Module": "Beta.Sites",
+ "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}",
+ "OutputType": "IMicrosoftGraphTermStoreTerm",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Command": "Get-MgBetaSiteTermStoreGroupSetChild",
"Method": "GET",
- "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSiteTermStoreGroupSetChild",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children",
+ "OutputType": "IMicrosoftGraphTermStoreTerm",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List",
"List1"
],
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Command": "Get-MgBetaSiteTermStoreGroupSetChild",
"Method": "GET",
- "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSiteTermStoreGroupSetChild",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-term-list-children?view=graph-rest-1.0"
},
{
"Module": "Beta.Sites",
+ "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": null,
- "Command": "Get-MgBetaSiteTermStoreGroupSetChildCount",
"Method": "GET",
- "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSiteTermStoreGroupSetChildCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}",
+ "OutputType": "IMicrosoftGraphTermStoreRelation",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphTermStoreRelation",
- "Command": "Get-MgBetaSiteTermStoreGroupSetChildRelation",
"Method": "GET",
- "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSiteTermStoreGroupSetChildRelation",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations",
+ "OutputType": "IMicrosoftGraphTermStoreRelation",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List",
"List1"
],
- "OutputType": "IMicrosoftGraphTermStoreRelation",
- "Command": "Get-MgBetaSiteTermStoreGroupSetChildRelation",
"Method": "GET",
- "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSiteTermStoreGroupSetChildRelation",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": null,
- "Command": "Get-MgBetaSiteTermStoreGroupSetChildRelationCount",
"Method": "GET",
- "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSiteTermStoreGroupSetChildRelationCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm",
+ "OutputType": "IMicrosoftGraphTermStoreTerm",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Command": "Get-MgBetaSiteTermStoreGroupSetChildRelationFromTerm",
"Method": "GET",
- "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSiteTermStoreGroupSetChildRelationFromTerm",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set",
+ "OutputType": "IMicrosoftGraphTermStoreSet",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphTermStoreSet",
- "Command": "Get-MgBetaSiteTermStoreGroupSetChildRelationSet",
"Method": "GET",
- "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSiteTermStoreGroupSetChildRelationSet",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm",
+ "OutputType": "IMicrosoftGraphTermStoreTerm",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Command": "Get-MgBetaSiteTermStoreGroupSetChildRelationToTerm",
"Method": "GET",
- "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSiteTermStoreGroupSetChildRelationToTerm",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/set",
+ "OutputType": "IMicrosoftGraphTermStoreSet",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphTermStoreSet",
- "Command": "Get-MgBetaSiteTermStoreGroupSetChildSet",
"Method": "GET",
- "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/set",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSiteTermStoreGroupSetChildSet",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": null,
- "Command": "Get-MgBetaSiteTermStoreGroupSetCount",
- "Method": "GET",
"Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -157529,108 +164569,116 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaSiteTermStoreGroupSetCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/parentGroup",
+ "OutputType": "IMicrosoftGraphTermStoreGroup",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTermStoreGroup",
- "Command": "Get-MgBetaSiteTermStoreGroupSetParentGroup",
"Method": "GET",
- "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/parentGroup",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSiteTermStoreGroupSetParentGroup",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}",
+ "OutputType": "IMicrosoftGraphTermStoreRelation",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTermStoreRelation",
- "Command": "Get-MgBetaSiteTermStoreGroupSetRelation",
"Method": "GET",
- "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSiteTermStoreGroupSetRelation",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations",
+ "OutputType": "IMicrosoftGraphTermStoreRelation",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphTermStoreRelation",
- "Command": "Get-MgBetaSiteTermStoreGroupSetRelation",
"Method": "GET",
- "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSiteTermStoreGroupSetRelation",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-term-list-relations?view=graph-rest-1.0"
},
{
"Module": "Beta.Sites",
+ "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaSiteTermStoreGroupSetRelationCount",
"Method": "GET",
- "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSiteTermStoreGroupSetRelationCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/fromTerm",
+ "OutputType": "IMicrosoftGraphTermStoreTerm",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Command": "Get-MgBetaSiteTermStoreGroupSetRelationFromTerm",
"Method": "GET",
- "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/fromTerm",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSiteTermStoreGroupSetRelationFromTerm",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/set",
+ "OutputType": "IMicrosoftGraphTermStoreSet",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTermStoreSet",
- "Command": "Get-MgBetaSiteTermStoreGroupSetRelationSet",
"Method": "GET",
- "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/set",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSiteTermStoreGroupSetRelationSet",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/toTerm",
+ "OutputType": "IMicrosoftGraphTermStoreTerm",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Command": "Get-MgBetaSiteTermStoreGroupSetRelationToTerm",
"Method": "GET",
- "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/toTerm",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSiteTermStoreGroupSetRelationToTerm",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Command": "Get-MgBetaSiteTermStoreGroupSetTerm",
- "Method": "GET",
"Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}",
+ "OutputType": "IMicrosoftGraphTermStoreTerm",
"ApiVersion": "beta",
"Permissions": [
{
@@ -157649,261 +164697,281 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaSiteTermStoreGroupSetTerm",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-term-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Sites",
+ "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms",
+ "OutputType": "IMicrosoftGraphTermStoreTerm",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Command": "Get-MgBetaSiteTermStoreGroupSetTerm",
"Method": "GET",
- "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSiteTermStoreGroupSetTerm",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}",
+ "OutputType": "IMicrosoftGraphTermStoreTerm",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Command": "Get-MgBetaSiteTermStoreGroupSetTermChild",
"Method": "GET",
- "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSiteTermStoreGroupSetTermChild",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children",
+ "OutputType": "IMicrosoftGraphTermStoreTerm",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Command": "Get-MgBetaSiteTermStoreGroupSetTermChild",
"Method": "GET",
- "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSiteTermStoreGroupSetTermChild",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaSiteTermStoreGroupSetTermChildCount",
"Method": "GET",
- "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSiteTermStoreGroupSetTermChildCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}",
+ "OutputType": "IMicrosoftGraphTermStoreRelation",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTermStoreRelation",
- "Command": "Get-MgBetaSiteTermStoreGroupSetTermChildRelation",
"Method": "GET",
- "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSiteTermStoreGroupSetTermChildRelation",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations",
+ "OutputType": "IMicrosoftGraphTermStoreRelation",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphTermStoreRelation",
- "Command": "Get-MgBetaSiteTermStoreGroupSetTermChildRelation",
"Method": "GET",
- "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSiteTermStoreGroupSetTermChildRelation",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaSiteTermStoreGroupSetTermChildRelationCount",
"Method": "GET",
- "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSiteTermStoreGroupSetTermChildRelationCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm",
+ "OutputType": "IMicrosoftGraphTermStoreTerm",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Command": "Get-MgBetaSiteTermStoreGroupSetTermChildRelationFromTerm",
"Method": "GET",
- "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSiteTermStoreGroupSetTermChildRelationFromTerm",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set",
+ "OutputType": "IMicrosoftGraphTermStoreSet",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTermStoreSet",
- "Command": "Get-MgBetaSiteTermStoreGroupSetTermChildRelationSet",
"Method": "GET",
- "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSiteTermStoreGroupSetTermChildRelationSet",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm",
+ "OutputType": "IMicrosoftGraphTermStoreTerm",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Command": "Get-MgBetaSiteTermStoreGroupSetTermChildRelationToTerm",
"Method": "GET",
- "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSiteTermStoreGroupSetTermChildRelationToTerm",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set",
+ "OutputType": "IMicrosoftGraphTermStoreSet",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTermStoreSet",
- "Command": "Get-MgBetaSiteTermStoreGroupSetTermChildSet",
"Method": "GET",
- "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSiteTermStoreGroupSetTermChildSet",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaSiteTermStoreGroupSetTermCount",
"Method": "GET",
- "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSiteTermStoreGroupSetTermCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}",
+ "OutputType": "IMicrosoftGraphTermStoreRelation",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTermStoreRelation",
- "Command": "Get-MgBetaSiteTermStoreGroupSetTermRelation",
"Method": "GET",
- "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSiteTermStoreGroupSetTermRelation",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations",
+ "OutputType": "IMicrosoftGraphTermStoreRelation",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphTermStoreRelation",
- "Command": "Get-MgBetaSiteTermStoreGroupSetTermRelation",
"Method": "GET",
- "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSiteTermStoreGroupSetTermRelation",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaSiteTermStoreGroupSetTermRelationCount",
"Method": "GET",
- "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSiteTermStoreGroupSetTermRelationCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm",
+ "OutputType": "IMicrosoftGraphTermStoreTerm",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Command": "Get-MgBetaSiteTermStoreGroupSetTermRelationFromTerm",
"Method": "GET",
- "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSiteTermStoreGroupSetTermRelationFromTerm",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set",
+ "OutputType": "IMicrosoftGraphTermStoreSet",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTermStoreSet",
- "Command": "Get-MgBetaSiteTermStoreGroupSetTermRelationSet",
"Method": "GET",
- "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSiteTermStoreGroupSetTermRelationSet",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm",
+ "OutputType": "IMicrosoftGraphTermStoreTerm",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Command": "Get-MgBetaSiteTermStoreGroupSetTermRelationToTerm",
"Method": "GET",
- "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSiteTermStoreGroupSetTermRelationToTerm",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/set",
+ "OutputType": "IMicrosoftGraphTermStoreSet",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTermStoreSet",
- "Command": "Get-MgBetaSiteTermStoreGroupSetTermSet",
"Method": "GET",
- "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/set",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSiteTermStoreGroupSetTermSet",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphTermStoreSet",
- "Command": "Get-MgBetaSiteTermStoreSet",
- "Method": "GET",
"Uri": "/sites/{site-id}/termStore/sets/{set-id}",
+ "OutputType": "IMicrosoftGraphTermStoreSet",
"ApiVersion": "beta",
"Permissions": [
{
@@ -157922,45 +164990,48 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaSiteTermStoreSet",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-set-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Sites",
+ "Uri": "/sites/{site-id}/termStore/sets",
+ "OutputType": "IMicrosoftGraphTermStoreSet",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphTermStoreSet",
- "Command": "Get-MgBetaSiteTermStoreSet",
"Method": "GET",
- "Uri": "/sites/{site-id}/termStore/sets",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSiteTermStoreSet",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}",
+ "OutputType": "IMicrosoftGraphTermStoreTerm",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Command": "Get-MgBetaSiteTermStoreSetChild",
"Method": "GET",
- "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSiteTermStoreSetChild",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
- "Variants": [
- "List",
- "List1"
- ],
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Command": "Get-MgBetaSiteTermStoreSetChild",
- "Method": "GET",
"Uri": "/sites/{site-id}/termStore/sets/{set-id}/children",
+ "OutputType": "IMicrosoftGraphTermStoreTerm",
"ApiVersion": "beta",
"Permissions": [
{
@@ -157979,691 +165050,743 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List",
+ "List1"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaSiteTermStoreSetChild",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-term-list-children?view=graph-rest-1.0"
},
{
"Module": "Beta.Sites",
+ "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": null,
- "Command": "Get-MgBetaSiteTermStoreSetChildCount",
"Method": "GET",
- "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSiteTermStoreSetChildCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}",
+ "OutputType": "IMicrosoftGraphTermStoreRelation",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphTermStoreRelation",
- "Command": "Get-MgBetaSiteTermStoreSetChildRelation",
"Method": "GET",
- "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSiteTermStoreSetChildRelation",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations",
+ "OutputType": "IMicrosoftGraphTermStoreRelation",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List",
"List1"
],
- "OutputType": "IMicrosoftGraphTermStoreRelation",
- "Command": "Get-MgBetaSiteTermStoreSetChildRelation",
"Method": "GET",
- "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSiteTermStoreSetChildRelation",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": null,
- "Command": "Get-MgBetaSiteTermStoreSetChildRelationCount",
"Method": "GET",
- "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSiteTermStoreSetChildRelationCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm",
+ "OutputType": "IMicrosoftGraphTermStoreTerm",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Command": "Get-MgBetaSiteTermStoreSetChildRelationFromTerm",
"Method": "GET",
- "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSiteTermStoreSetChildRelationFromTerm",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set",
+ "OutputType": "IMicrosoftGraphTermStoreSet",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphTermStoreSet",
- "Command": "Get-MgBetaSiteTermStoreSetChildRelationSet",
"Method": "GET",
- "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSiteTermStoreSetChildRelationSet",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm",
+ "OutputType": "IMicrosoftGraphTermStoreTerm",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Command": "Get-MgBetaSiteTermStoreSetChildRelationToTerm",
"Method": "GET",
- "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSiteTermStoreSetChildRelationToTerm",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/set",
+ "OutputType": "IMicrosoftGraphTermStoreSet",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphTermStoreSet",
- "Command": "Get-MgBetaSiteTermStoreSetChildSet",
"Method": "GET",
- "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/set",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSiteTermStoreSetChildSet",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/sites/{site-id}/termStore/sets/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaSiteTermStoreSetCount",
"Method": "GET",
- "Uri": "/sites/{site-id}/termStore/sets/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSiteTermStoreSetCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup",
+ "OutputType": "IMicrosoftGraphTermStoreGroup",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTermStoreGroup",
- "Command": "Get-MgBetaSiteTermStoreSetParentGroup",
"Method": "GET",
- "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSiteTermStoreSetParentGroup",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}",
+ "OutputType": "IMicrosoftGraphTermStoreSet",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTermStoreSet",
- "Command": "Get-MgBetaSiteTermStoreSetParentGroupSet",
"Method": "GET",
- "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSiteTermStoreSetParentGroupSet",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets",
+ "OutputType": "IMicrosoftGraphTermStoreSet",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphTermStoreSet",
- "Command": "Get-MgBetaSiteTermStoreSetParentGroupSet",
"Method": "GET",
- "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSiteTermStoreSetParentGroupSet",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-group-list-sets?view=graph-rest-1.0"
},
{
"Module": "Beta.Sites",
+ "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}",
+ "OutputType": "IMicrosoftGraphTermStoreTerm",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetChild",
"Method": "GET",
- "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetChild",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children",
+ "OutputType": "IMicrosoftGraphTermStoreTerm",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List",
"List1"
],
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetChild",
"Method": "GET",
- "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetChild",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-term-list-children?view=graph-rest-1.0"
},
{
"Module": "Beta.Sites",
+ "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": null,
- "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetChildCount",
"Method": "GET",
- "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetChildCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}",
+ "OutputType": "IMicrosoftGraphTermStoreRelation",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphTermStoreRelation",
- "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetChildRelation",
"Method": "GET",
- "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetChildRelation",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations",
+ "OutputType": "IMicrosoftGraphTermStoreRelation",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List",
"List1"
],
- "OutputType": "IMicrosoftGraphTermStoreRelation",
- "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetChildRelation",
"Method": "GET",
- "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetChildRelation",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": null,
- "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetChildRelationCount",
"Method": "GET",
- "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetChildRelationCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm",
+ "OutputType": "IMicrosoftGraphTermStoreTerm",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetChildRelationFromTerm",
"Method": "GET",
- "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetChildRelationFromTerm",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set",
+ "OutputType": "IMicrosoftGraphTermStoreSet",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphTermStoreSet",
- "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetChildRelationSet",
"Method": "GET",
- "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetChildRelationSet",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm",
+ "OutputType": "IMicrosoftGraphTermStoreTerm",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetChildRelationToTerm",
"Method": "GET",
- "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetChildRelationToTerm",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/set",
+ "OutputType": "IMicrosoftGraphTermStoreSet",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphTermStoreSet",
- "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetChildSet",
"Method": "GET",
- "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/set",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetChildSet",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetCount",
"Method": "GET",
- "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}",
+ "OutputType": "IMicrosoftGraphTermStoreRelation",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTermStoreRelation",
- "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetRelation",
"Method": "GET",
- "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetRelation",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations",
+ "OutputType": "IMicrosoftGraphTermStoreRelation",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphTermStoreRelation",
- "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetRelation",
"Method": "GET",
- "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetRelation",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-term-list-relations?view=graph-rest-1.0"
},
{
"Module": "Beta.Sites",
+ "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetRelationCount",
"Method": "GET",
- "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetRelationCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm",
+ "OutputType": "IMicrosoftGraphTermStoreTerm",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetRelationFromTerm",
"Method": "GET",
- "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetRelationFromTerm",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set",
+ "OutputType": "IMicrosoftGraphTermStoreSet",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTermStoreSet",
- "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetRelationSet",
"Method": "GET",
- "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetRelationSet",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm",
+ "OutputType": "IMicrosoftGraphTermStoreTerm",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetRelationToTerm",
"Method": "GET",
- "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetRelationToTerm",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}",
+ "OutputType": "IMicrosoftGraphTermStoreTerm",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTerm",
"Method": "GET",
- "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTerm",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-term-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Sites",
+ "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms",
+ "OutputType": "IMicrosoftGraphTermStoreTerm",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTerm",
"Method": "GET",
- "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTerm",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}",
+ "OutputType": "IMicrosoftGraphTermStoreTerm",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermChild",
"Method": "GET",
- "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermChild",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children",
+ "OutputType": "IMicrosoftGraphTermStoreTerm",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermChild",
"Method": "GET",
- "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermChild",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermChildCount",
"Method": "GET",
- "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermChildCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}",
+ "OutputType": "IMicrosoftGraphTermStoreRelation",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTermStoreRelation",
- "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermChildRelation",
"Method": "GET",
- "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermChildRelation",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations",
+ "OutputType": "IMicrosoftGraphTermStoreRelation",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphTermStoreRelation",
- "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermChildRelation",
"Method": "GET",
- "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermChildRelation",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermChildRelationCount",
"Method": "GET",
- "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermChildRelationCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm",
+ "OutputType": "IMicrosoftGraphTermStoreTerm",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermChildRelationFromTerm",
"Method": "GET",
- "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermChildRelationFromTerm",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set",
+ "OutputType": "IMicrosoftGraphTermStoreSet",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTermStoreSet",
- "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermChildRelationSet",
"Method": "GET",
- "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermChildRelationSet",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm",
+ "OutputType": "IMicrosoftGraphTermStoreTerm",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermChildRelationToTerm",
"Method": "GET",
- "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermChildRelationToTerm",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/set",
+ "OutputType": "IMicrosoftGraphTermStoreSet",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTermStoreSet",
- "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermChildSet",
"Method": "GET",
- "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/set",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermChildSet",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermCount",
"Method": "GET",
- "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}",
+ "OutputType": "IMicrosoftGraphTermStoreRelation",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTermStoreRelation",
- "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermRelation",
"Method": "GET",
- "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermRelation",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations",
+ "OutputType": "IMicrosoftGraphTermStoreRelation",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphTermStoreRelation",
- "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermRelation",
"Method": "GET",
- "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermRelation",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermRelationCount",
"Method": "GET",
- "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermRelationCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm",
+ "OutputType": "IMicrosoftGraphTermStoreTerm",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermRelationFromTerm",
"Method": "GET",
- "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermRelationFromTerm",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set",
+ "OutputType": "IMicrosoftGraphTermStoreSet",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTermStoreSet",
- "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermRelationSet",
"Method": "GET",
- "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermRelationSet",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm",
+ "OutputType": "IMicrosoftGraphTermStoreTerm",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermRelationToTerm",
"Method": "GET",
- "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermRelationToTerm",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set",
+ "OutputType": "IMicrosoftGraphTermStoreSet",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTermStoreSet",
- "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermSet",
"Method": "GET",
- "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermSet",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}",
+ "OutputType": "IMicrosoftGraphTermStoreRelation",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTermStoreRelation",
- "Command": "Get-MgBetaSiteTermStoreSetRelation",
"Method": "GET",
- "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSiteTermStoreSetRelation",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphTermStoreRelation",
- "Command": "Get-MgBetaSiteTermStoreSetRelation",
- "Method": "GET",
"Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations",
+ "OutputType": "IMicrosoftGraphTermStoreRelation",
"ApiVersion": "beta",
"Permissions": [
{
@@ -158682,18 +165805,18 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Sites",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaSiteTermStoreSetRelationCount",
"Method": "GET",
+ "Command": "Get-MgBetaSiteTermStoreSetRelation",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-term-list-relations?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Sites",
"Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -158712,57 +165835,61 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Sites",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Command": "Get-MgBetaSiteTermStoreSetRelationFromTerm",
"Method": "GET",
- "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/fromTerm",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSiteTermStoreSetRelationCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/fromTerm",
+ "OutputType": "IMicrosoftGraphTermStoreTerm",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTermStoreSet",
- "Command": "Get-MgBetaSiteTermStoreSetRelationSet",
"Method": "GET",
- "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/set",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSiteTermStoreSetRelationFromTerm",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/set",
+ "OutputType": "IMicrosoftGraphTermStoreSet",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Command": "Get-MgBetaSiteTermStoreSetRelationToTerm",
"Method": "GET",
- "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/toTerm",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSiteTermStoreSetRelationSet",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/toTerm",
+ "OutputType": "IMicrosoftGraphTermStoreTerm",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Command": "Get-MgBetaSiteTermStoreSetTerm",
"Method": "GET",
+ "Command": "Get-MgBetaSiteTermStoreSetRelationToTerm",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Sites",
"Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}",
+ "OutputType": "IMicrosoftGraphTermStoreTerm",
"ApiVersion": "beta",
"Permissions": [
{
@@ -158781,42 +165908,46 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaSiteTermStoreSetTerm",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-term-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Sites",
+ "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms",
+ "OutputType": "IMicrosoftGraphTermStoreTerm",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Command": "Get-MgBetaSiteTermStoreSetTerm",
"Method": "GET",
- "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSiteTermStoreSetTerm",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}",
+ "OutputType": "IMicrosoftGraphTermStoreTerm",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Command": "Get-MgBetaSiteTermStoreSetTermChild",
"Method": "GET",
- "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSiteTermStoreSetTermChild",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Command": "Get-MgBetaSiteTermStoreSetTermChild",
- "Method": "GET",
"Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children",
+ "OutputType": "IMicrosoftGraphTermStoreTerm",
"ApiVersion": "beta",
"Permissions": [
{
@@ -158835,18 +165966,18 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Sites",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaSiteTermStoreSetTermChildCount",
"Method": "GET",
+ "Command": "Get-MgBetaSiteTermStoreSetTermChild",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Sites",
"Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -158865,133 +165996,144 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaSiteTermStoreSetTermChildCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}",
+ "OutputType": "IMicrosoftGraphTermStoreRelation",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTermStoreRelation",
- "Command": "Get-MgBetaSiteTermStoreSetTermChildRelation",
"Method": "GET",
- "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSiteTermStoreSetTermChildRelation",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations",
+ "OutputType": "IMicrosoftGraphTermStoreRelation",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphTermStoreRelation",
- "Command": "Get-MgBetaSiteTermStoreSetTermChildRelation",
"Method": "GET",
- "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSiteTermStoreSetTermChildRelation",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaSiteTermStoreSetTermChildRelationCount",
"Method": "GET",
- "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSiteTermStoreSetTermChildRelationCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm",
+ "OutputType": "IMicrosoftGraphTermStoreTerm",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Command": "Get-MgBetaSiteTermStoreSetTermChildRelationFromTerm",
"Method": "GET",
- "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSiteTermStoreSetTermChildRelationFromTerm",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set",
+ "OutputType": "IMicrosoftGraphTermStoreSet",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTermStoreSet",
- "Command": "Get-MgBetaSiteTermStoreSetTermChildRelationSet",
"Method": "GET",
- "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSiteTermStoreSetTermChildRelationSet",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm",
+ "OutputType": "IMicrosoftGraphTermStoreTerm",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Command": "Get-MgBetaSiteTermStoreSetTermChildRelationToTerm",
"Method": "GET",
- "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSiteTermStoreSetTermChildRelationToTerm",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/set",
+ "OutputType": "IMicrosoftGraphTermStoreSet",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTermStoreSet",
- "Command": "Get-MgBetaSiteTermStoreSetTermChildSet",
"Method": "GET",
- "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/set",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSiteTermStoreSetTermChildSet",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaSiteTermStoreSetTermCount",
"Method": "GET",
- "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSiteTermStoreSetTermCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}",
+ "OutputType": "IMicrosoftGraphTermStoreRelation",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTermStoreRelation",
- "Command": "Get-MgBetaSiteTermStoreSetTermRelation",
"Method": "GET",
- "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSiteTermStoreSetTermRelation",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphTermStoreRelation",
- "Command": "Get-MgBetaSiteTermStoreSetTermRelation",
- "Method": "GET",
"Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations",
+ "OutputType": "IMicrosoftGraphTermStoreRelation",
"ApiVersion": "beta",
"Permissions": [
{
@@ -159010,18 +166152,18 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Sites",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaSiteTermStoreSetTermRelationCount",
"Method": "GET",
+ "Command": "Get-MgBetaSiteTermStoreSetTermRelation",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Sites",
"Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -159040,70 +166182,75 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Sites",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Command": "Get-MgBetaSiteTermStoreSetTermRelationFromTerm",
"Method": "GET",
- "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSiteTermStoreSetTermRelationCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm",
+ "OutputType": "IMicrosoftGraphTermStoreTerm",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTermStoreSet",
- "Command": "Get-MgBetaSiteTermStoreSetTermRelationSet",
"Method": "GET",
- "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSiteTermStoreSetTermRelationFromTerm",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set",
+ "OutputType": "IMicrosoftGraphTermStoreSet",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Command": "Get-MgBetaSiteTermStoreSetTermRelationToTerm",
"Method": "GET",
- "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSiteTermStoreSetTermRelationSet",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm",
+ "OutputType": "IMicrosoftGraphTermStoreTerm",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTermStoreSet",
- "Command": "Get-MgBetaSiteTermStoreSetTermSet",
"Method": "GET",
- "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/set",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSiteTermStoreSetTermRelationToTerm",
+ "ApiReferenceLink": null
},
{
- "Module": "Beta.Identity.DirectoryManagement",
+ "Module": "Beta.Sites",
+ "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/set",
+ "OutputType": "IMicrosoftGraphTermStoreSet",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSubscribedSku",
- "Command": "Get-MgBetaSubscribedSku",
"Method": "GET",
+ "Command": "Get-MgBetaSiteTermStoreSetTermSet",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Identity.DirectoryManagement",
"Uri": "/subscribedSkus/{subscribedSku-id}",
+ "OutputType": "IMicrosoftGraphSubscribedSku",
"ApiVersion": "beta",
"Permissions": [
{
@@ -159138,17 +166285,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.DirectoryManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSubscribedSku",
- "Command": "Get-MgBetaSubscribedSku",
"Method": "GET",
+ "Command": "Get-MgBetaSubscribedSku",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscribedsku-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.DirectoryManagement",
"Uri": "/subscribedSkus",
+ "OutputType": "IMicrosoftGraphSubscribedSku",
"ApiVersion": "beta",
"Permissions": [
{
@@ -159183,55 +166332,59 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaSubscribedSku",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscribedsku-list?view=graph-rest-1.0"
},
{
"Module": "Beta.ChangeNotifications",
+ "Uri": "/subscriptions/{subscription-id}",
+ "OutputType": "IMicrosoftGraphSubscription",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSubscription",
- "Command": "Get-MgBetaSubscription",
"Method": "GET",
- "Uri": "/subscriptions/{subscription-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSubscription",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-get?view=graph-rest-1.0"
},
{
"Module": "Beta.ChangeNotifications",
+ "Uri": "/subscriptions",
+ "OutputType": "IMicrosoftGraphSubscription",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphSubscription",
- "Command": "Get-MgBetaSubscription",
"Method": "GET",
- "Uri": "/subscriptions",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSubscription",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-list?view=graph-rest-1.0"
},
{
"Module": "Beta.Sites",
+ "Uri": "/sites/{site-id}/sites/{site-id1}",
+ "OutputType": "IMicrosoftGraphSite",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get1",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphSite",
- "Command": "Get-MgBetaSubSite",
"Method": "GET",
- "Uri": "/sites/{site-id}/sites/{site-id1}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaSubSite",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
- "Variants": [
- "List2"
- ],
- "OutputType": "IMicrosoftGraphSite",
- "Command": "Get-MgBetaSubSite",
- "Method": "GET",
"Uri": "/sites/{site-id}/sites",
+ "OutputType": "IMicrosoftGraphSite",
"ApiVersion": "beta",
"Permissions": [
{
@@ -159250,18 +166403,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Sites",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List2"
],
- "OutputType": null,
- "Command": "Get-MgBetaSubSiteCount",
"Method": "GET",
+ "Command": "Get-MgBetaSubSite",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-list-subsites?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Sites",
"Uri": "/sites/{site-id}/sites/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -159280,18 +166433,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Teams",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTeam",
- "Command": "Get-MgBetaTeam",
"Method": "GET",
+ "Command": "Get-MgBetaSubSiteCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Teams",
"Uri": "/teams/{team-id}",
+ "OutputType": "IMicrosoftGraphTeam",
"ApiVersion": "beta",
"Permissions": [
{
@@ -159366,17 +166520,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Teams",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTeam",
- "Command": "Get-MgBetaTeam",
"Method": "GET",
+ "Command": "Get-MgBetaTeam",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Teams",
"Uri": "/teams",
+ "OutputType": "IMicrosoftGraphTeam",
"ApiVersion": "beta",
"Permissions": [
{
@@ -159403,18 +166559,105 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaTeam",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teams-list?view=graph-rest-1.0"
},
{
"Module": "Beta.Teams",
+ "Uri": "/teams/{team-id}/channels/{channel-id}",
+ "OutputType": "IMicrosoftGraphChannel",
+ "ApiVersion": "beta",
+ "Permissions": [
+ {
+ "Name": "ChannelSettings.Read.Group",
+ "Description": "Consent name unavailable",
+ "FullDescription": "Consent description unavailable",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": true
+ },
+ {
+ "Name": "Group.ReadWrite.All",
+ "Description": "Read and write all groups",
+ "FullDescription": "Allows the app to create groups, read all group properties and memberships, update group properties and memberships, and delete groups. Also allows the app to read and write conversations. All of these operations can be performed by the app without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "Group.Read.All",
+ "Description": "Read all groups",
+ "FullDescription": "Allows the app to read group properties and memberships, and read conversations for all groups, without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "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": "ChannelSettings.ReadWrite.Group",
+ "Description": "Consent name unavailable",
+ "FullDescription": "Consent description unavailable",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "ChannelSettings.ReadWrite.All",
+ "Description": "Read and write the names, descriptions, and settings of all channels",
+ "FullDescription": "Read and write the names, descriptions, and settings of all channels, without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "ChannelSettings.Read.All",
+ "Description": "Read the names, descriptions, and settings of all channels",
+ "FullDescription": "Read all channel names, channel descriptions, and channel settings, without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "Channel.ReadBasic.All",
+ "Description": "Read the names and descriptions of all channels",
+ "FullDescription": "Read all channel names and channel descriptions, without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ }
+ ],
"Variants": [
"Get1",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphChannel",
- "Command": "Get-MgBetaTeamChannel",
"Method": "GET",
- "Uri": "/teams/{team-id}/channels/{channel-id}",
+ "Command": "Get-MgBetaTeamChannel",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Teams",
+ "Uri": "/teams/{team-id}/channels",
+ "OutputType": "IMicrosoftGraphChannel",
"ApiVersion": "beta",
"Permissions": [
{
@@ -159489,17 +166732,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Teams",
+ ],
"Variants": [
"List1"
],
- "OutputType": "IMicrosoftGraphChannel",
- "Command": "Get-MgBetaTeamChannel",
"Method": "GET",
- "Uri": "/teams/{team-id}/channels",
+ "Command": "Get-MgBetaTeamChannel",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-list?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Teams",
+ "Uri": "/teams/{team-id}/channels/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -159574,104 +166818,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Teams",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaTeamChannelCount",
"Method": "GET",
- "Uri": "/teams/{team-id}/channels/$count",
- "ApiVersion": "beta",
- "Permissions": [
- {
- "Name": "ChannelSettings.Read.Group",
- "Description": "Consent name unavailable",
- "FullDescription": "Consent description unavailable",
- "IsAdmin": false,
- "PermissionType": "Application",
- "IsLeastPrivilege": true
- },
- {
- "Name": "Group.ReadWrite.All",
- "Description": "Read and write all groups",
- "FullDescription": "Allows the app to create groups, read all group properties and memberships, update group properties and memberships, and delete groups. Also allows the app to read and write conversations. All of these operations can be performed by the app without a signed-in user.",
- "IsAdmin": false,
- "PermissionType": "Application",
- "IsLeastPrivilege": false
- },
- {
- "Name": "Group.Read.All",
- "Description": "Read all groups",
- "FullDescription": "Allows the app to read group properties and memberships, and read conversations for all groups, without a signed-in user.",
- "IsAdmin": false,
- "PermissionType": "Application",
- "IsLeastPrivilege": false
- },
- {
- "Name": "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": "ChannelSettings.ReadWrite.Group",
- "Description": "Consent name unavailable",
- "FullDescription": "Consent description unavailable",
- "IsAdmin": false,
- "PermissionType": "Application",
- "IsLeastPrivilege": false
- },
- {
- "Name": "ChannelSettings.ReadWrite.All",
- "Description": "Read and write the names, descriptions, and settings of all channels",
- "FullDescription": "Read and write the names, descriptions, and settings of all channels, without a signed-in user.",
- "IsAdmin": false,
- "PermissionType": "Application",
- "IsLeastPrivilege": false
- },
- {
- "Name": "ChannelSettings.Read.All",
- "Description": "Read the names, descriptions, and settings of all channels",
- "FullDescription": "Read all channel names, channel descriptions, and channel settings, without a signed-in user.",
- "IsAdmin": false,
- "PermissionType": "Application",
- "IsLeastPrivilege": false
- },
- {
- "Name": "Channel.ReadBasic.All",
- "Description": "Read the names and descriptions of all channels",
- "FullDescription": "Read all channel names and channel descriptions, without a signed-in user.",
- "IsAdmin": false,
- "PermissionType": "Application",
- "IsLeastPrivilege": false
- }
- ]
+ "Command": "Get-MgBetaTeamChannelCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Teams",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphDriveItem",
- "Command": "Get-MgBetaTeamChannelFileFolder",
- "Method": "GET",
"Uri": "/teams/{team-id}/channels/{channel-id}/filesFolder",
+ "OutputType": "IMicrosoftGraphDriveItem",
"ApiVersion": "beta",
"Permissions": [
{
@@ -159746,44 +166905,47 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Teams",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaTeamChannelFileFolderContent",
"Method": "GET",
- "Uri": "/teams/{team-id}/channels/{channel-id}/filesFolder/content",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaTeamChannelFileFolder",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-get-filesfolder?view=graph-rest-1.0"
},
{
"Module": "Beta.Teams",
+ "Uri": "/teams/{team-id}/channels/{channel-id}/filesFolder/content",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaTeamChannelFileFolderContentStream",
"Method": "GET",
- "Uri": "/teams/{team-id}/channels/{channel-id}/filesFolder/contentStream",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaTeamChannelFileFolderContent",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-get-filesfolder?view=graph-rest-1.0"
},
{
"Module": "Beta.Teams",
+ "Uri": "/teams/{team-id}/channels/{channel-id}/filesFolder/contentStream",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphConversationMember",
- "Command": "Get-MgBetaTeamChannelMember",
"Method": "GET",
+ "Command": "Get-MgBetaTeamChannelFileFolderContentStream",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-get-filesfolder?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Teams",
"Uri": "/teams/{team-id}/channels/{channel-id}/members/{conversationMember-id}",
+ "OutputType": "IMicrosoftGraphConversationMember",
"ApiVersion": "beta",
"Permissions": [
{
@@ -159818,17 +166980,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Teams",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphConversationMember",
- "Command": "Get-MgBetaTeamChannelMember",
"Method": "GET",
+ "Command": "Get-MgBetaTeamChannelMember",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-get-members?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Teams",
"Uri": "/teams/{team-id}/channels/{channel-id}/members",
+ "OutputType": "IMicrosoftGraphConversationMember",
"ApiVersion": "beta",
"Permissions": [
{
@@ -159855,18 +167019,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Teams",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaTeamChannelMemberCount",
"Method": "GET",
+ "Command": "Get-MgBetaTeamChannelMember",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-list-members?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Teams",
"Uri": "/teams/{team-id}/channels/{channel-id}/members/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -159893,20 +167057,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Teams",
+ ],
"Variants": [
"Get",
- "Get1",
- "GetViaIdentity",
- "GetViaIdentity1"
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphChatMessage",
- "Command": "Get-MgBetaTeamChannelMessage",
"Method": "GET",
+ "Command": "Get-MgBetaTeamChannelMemberCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Teams",
"Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}",
+ "OutputType": "IMicrosoftGraphChatMessage",
"ApiVersion": "beta",
"Permissions": [
{
@@ -159941,17 +167104,21 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Teams",
+ ],
"Variants": [
- "List"
+ "Get",
+ "Get1",
+ "GetViaIdentity",
+ "GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphChatMessage",
- "Command": "Get-MgBetaTeamChannelMessage",
"Method": "GET",
+ "Command": "Get-MgBetaTeamChannelMessage",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Teams",
"Uri": "/teams/{team-id}/channels/{channel-id}/messages",
+ "OutputType": "IMicrosoftGraphChatMessage",
"ApiVersion": "beta",
"Permissions": [
{
@@ -159986,18 +167153,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Teams",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaTeamChannelMessageCount",
"Method": "GET",
+ "Command": "Get-MgBetaTeamChannelMessage",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-list-messages?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Teams",
"Uri": "/teams/{team-id}/channels/{channel-id}/messages/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -160032,18 +167199,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Teams",
+ ],
"Variants": [
- "Delta",
- "DeltaViaIdentity"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphChatMessage",
- "Command": "Get-MgBetaTeamChannelMessageDelta",
"Method": "GET",
+ "Command": "Get-MgBetaTeamChannelMessageCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Teams",
"Uri": "/teams/{team-id}/channels/{channel-id}/messages/delta",
+ "OutputType": "IMicrosoftGraphChatMessage",
"ApiVersion": "beta",
"Permissions": [
{
@@ -160078,20 +167246,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Teams",
+ ],
"Variants": [
- "Get",
- "Get1",
- "GetViaIdentity",
- "GetViaIdentity1"
+ "Delta",
+ "DeltaViaIdentity"
],
- "OutputType": "IMicrosoftGraphChatMessageHostedContent",
- "Command": "Get-MgBetaTeamChannelMessageHostedContent",
"Method": "GET",
+ "Command": "Get-MgBetaTeamChannelMessageDelta",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Teams",
"Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}",
+ "OutputType": "IMicrosoftGraphChatMessageHostedContent",
"ApiVersion": "beta",
"Permissions": [
{
@@ -160126,17 +167293,21 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Teams",
+ ],
"Variants": [
- "List"
+ "Get",
+ "Get1",
+ "GetViaIdentity",
+ "GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphChatMessageHostedContent",
- "Command": "Get-MgBetaTeamChannelMessageHostedContent",
"Method": "GET",
+ "Command": "Get-MgBetaTeamChannelMessageHostedContent",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessagehostedcontent-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Teams",
"Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents",
+ "OutputType": "IMicrosoftGraphChatMessageHostedContent",
"ApiVersion": "beta",
"Permissions": [
{
@@ -160171,18 +167342,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Teams",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaTeamChannelMessageHostedContentCount",
"Method": "GET",
+ "Command": "Get-MgBetaTeamChannelMessageHostedContent",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-list-hostedcontents?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Teams",
"Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -160217,18 +167388,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Teams",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphChatMessage",
- "Command": "Get-MgBetaTeamChannelMessageReply",
"Method": "GET",
+ "Command": "Get-MgBetaTeamChannelMessageHostedContentCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Teams",
"Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}",
+ "OutputType": "IMicrosoftGraphChatMessage",
"ApiVersion": "beta",
"Permissions": [
{
@@ -160263,17 +167435,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Teams",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphChatMessage",
- "Command": "Get-MgBetaTeamChannelMessageReply",
"Method": "GET",
+ "Command": "Get-MgBetaTeamChannelMessageReply",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Teams",
"Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies",
+ "OutputType": "IMicrosoftGraphChatMessage",
"ApiVersion": "beta",
"Permissions": [
{
@@ -160308,18 +167482,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Teams",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaTeamChannelMessageReplyCount",
"Method": "GET",
+ "Command": "Get-MgBetaTeamChannelMessageReply",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-list-replies?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Teams",
"Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -160354,18 +167528,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Teams",
+ ],
"Variants": [
- "Delta",
- "DeltaViaIdentity"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphChatMessage",
- "Command": "Get-MgBetaTeamChannelMessageReplyDelta",
"Method": "GET",
+ "Command": "Get-MgBetaTeamChannelMessageReplyCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Teams",
"Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/delta",
+ "OutputType": "IMicrosoftGraphChatMessage",
"ApiVersion": "beta",
"Permissions": [
{
@@ -160400,20 +167575,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Teams",
+ ],
"Variants": [
- "Get",
- "Get1",
- "GetViaIdentity",
- "GetViaIdentity1"
+ "Delta",
+ "DeltaViaIdentity"
],
- "OutputType": "IMicrosoftGraphChatMessageHostedContent",
- "Command": "Get-MgBetaTeamChannelMessageReplyHostedContent",
"Method": "GET",
+ "Command": "Get-MgBetaTeamChannelMessageReplyDelta",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Teams",
"Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}",
+ "OutputType": "IMicrosoftGraphChatMessageHostedContent",
"ApiVersion": "beta",
"Permissions": [
{
@@ -160448,17 +167622,21 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Teams",
+ ],
"Variants": [
- "List"
+ "Get",
+ "Get1",
+ "GetViaIdentity",
+ "GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphChatMessageHostedContent",
- "Command": "Get-MgBetaTeamChannelMessageReplyHostedContent",
"Method": "GET",
+ "Command": "Get-MgBetaTeamChannelMessageReplyHostedContent",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessagehostedcontent-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Teams",
"Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents",
+ "OutputType": "IMicrosoftGraphChatMessageHostedContent",
"ApiVersion": "beta",
"Permissions": [
{
@@ -160493,18 +167671,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Teams",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaTeamChannelMessageReplyHostedContentCount",
"Method": "GET",
+ "Command": "Get-MgBetaTeamChannelMessageReplyHostedContent",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-list-hostedcontents?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Teams",
"Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -160539,33 +167717,33 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Teams",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphChatMessage",
- "Command": "Get-MgBetaTeamChannelRetainedMessage",
"Method": "GET",
- "Uri": "/teams/{team-id}/channels/getAllRetainedMessages",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaTeamChannelMessageReplyHostedContentCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Teams",
+ "Uri": "/teams/{team-id}/channels/getAllRetainedMessages",
+ "OutputType": "IMicrosoftGraphChatMessage",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
- "Get1",
- "GetViaIdentity",
- "GetViaIdentity1"
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo",
- "Command": "Get-MgBetaTeamChannelSharedWithTeam",
"Method": "GET",
+ "Command": "Get-MgBetaTeamChannelRetainedMessage",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Teams",
"Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}",
+ "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo",
"ApiVersion": "beta",
"Permissions": [
{
@@ -160584,17 +167762,21 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Teams",
+ ],
"Variants": [
- "List"
+ "Get",
+ "Get1",
+ "GetViaIdentity",
+ "GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo",
- "Command": "Get-MgBetaTeamChannelSharedWithTeam",
"Method": "GET",
+ "Command": "Get-MgBetaTeamChannelSharedWithTeam",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sharedwithchannelteaminfo-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Teams",
"Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams",
+ "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo",
"ApiVersion": "beta",
"Permissions": [
{
@@ -160613,30 +167795,32 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaTeamChannelSharedWithTeam",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sharedwithchannelteaminfo-list?view=graph-rest-1.0"
},
{
"Module": "Beta.Teams",
+ "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}",
+ "OutputType": "IMicrosoftGraphConversationMember",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphConversationMember",
- "Command": "Get-MgBetaTeamChannelSharedWithTeamAllowedMember",
"Method": "GET",
- "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaTeamChannelSharedWithTeamAllowedMember",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Teams",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphConversationMember",
- "Command": "Get-MgBetaTeamChannelSharedWithTeamAllowedMember",
- "Method": "GET",
"Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers",
+ "OutputType": "IMicrosoftGraphConversationMember",
"ApiVersion": "beta",
"Permissions": [
{
@@ -160655,18 +167839,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Teams",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaTeamChannelSharedWithTeamAllowedMemberCount",
"Method": "GET",
+ "Command": "Get-MgBetaTeamChannelSharedWithTeamAllowedMember",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sharedwithchannelteaminfo-list-allowedmembers?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Teams",
"Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -160685,18 +167869,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Teams",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaTeamChannelSharedWithTeamCount",
"Method": "GET",
+ "Command": "Get-MgBetaTeamChannelSharedWithTeamAllowedMemberCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Teams",
"Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -160715,18 +167900,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Teams",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTeamsTab",
- "Command": "Get-MgBetaTeamChannelTab",
"Method": "GET",
+ "Command": "Get-MgBetaTeamChannelSharedWithTeamCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Teams",
"Uri": "/teams/{team-id}/channels/{channel-id}/tabs/{teamsTab-id}",
+ "OutputType": "IMicrosoftGraphTeamsTab",
"ApiVersion": "beta",
"Permissions": [
{
@@ -160825,17 +168011,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Teams",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTeamsTab",
- "Command": "Get-MgBetaTeamChannelTab",
"Method": "GET",
+ "Command": "Get-MgBetaTeamChannelTab",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Teams",
"Uri": "/teams/{team-id}/channels/{channel-id}/tabs",
+ "OutputType": "IMicrosoftGraphTeamsTab",
"ApiVersion": "beta",
"Permissions": [
{
@@ -160934,18 +168122,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Teams",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaTeamChannelTabCount",
"Method": "GET",
+ "Command": "Get-MgBetaTeamChannelTab",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-list-tabs?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Teams",
"Uri": "/teams/{team-id}/channels/{channel-id}/tabs/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -161044,30 +168232,33 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Teams",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTeamsApp",
- "Command": "Get-MgBetaTeamChannelTabTeamApp",
"Method": "GET",
- "Uri": "/teams/{team-id}/channels/{channel-id}/tabs/{teamsTab-id}/teamsApp",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaTeamChannelTabCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Teams",
+ "Uri": "/teams/{team-id}/channels/{channel-id}/tabs/{teamsTab-id}/teamsApp",
+ "OutputType": "IMicrosoftGraphTeamsApp",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
- "Get"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaTeamCount",
"Method": "GET",
+ "Command": "Get-MgBetaTeamChannelTabTeamApp",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Teams",
"Uri": "/teams/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -161094,55 +168285,59 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaTeamCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Teams",
+ "Uri": "/teams/{team-id}/group/serviceProvisioningErrors",
+ "OutputType": "IMicrosoftGraphServiceProvisioningError",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Command": "Get-MgBetaTeamGroupServiceProvisioningError",
"Method": "GET",
- "Uri": "/teams/{team-id}/group/serviceProvisioningErrors",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaTeamGroupServiceProvisioningError",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Teams",
+ "Uri": "/teams/{team-id}/group/serviceProvisioningErrors/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaTeamGroupServiceProvisioningErrorCount",
"Method": "GET",
- "Uri": "/teams/{team-id}/group/serviceProvisioningErrors/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaTeamGroupServiceProvisioningErrorCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Teams",
+ "Uri": "/teams/{team-id}/incomingChannels/{channel-id}",
+ "OutputType": "IMicrosoftGraphChannel",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphChannel",
- "Command": "Get-MgBetaTeamIncomingChannel",
"Method": "GET",
- "Uri": "/teams/{team-id}/incomingChannels/{channel-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaTeamIncomingChannel",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Teams",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphChannel",
- "Command": "Get-MgBetaTeamIncomingChannel",
- "Method": "GET",
"Uri": "/teams/{team-id}/incomingChannels",
+ "OutputType": "IMicrosoftGraphChannel",
"ApiVersion": "beta",
"Permissions": [
{
@@ -161169,18 +168364,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Teams",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaTeamIncomingChannelCount",
"Method": "GET",
+ "Command": "Get-MgBetaTeamIncomingChannel",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-list-incomingchannels?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Teams",
"Uri": "/teams/{team-id}/incomingChannels/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -161207,18 +168402,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Teams",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTeamsAppInstallation",
- "Command": "Get-MgBetaTeamInstalledApp",
"Method": "GET",
+ "Command": "Get-MgBetaTeamIncomingChannelCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Teams",
"Uri": "/teams/{team-id}/installedApps/{teamsAppInstallation-id}",
+ "OutputType": "IMicrosoftGraphTeamsAppInstallation",
"ApiVersion": "beta",
"Permissions": [
{
@@ -161349,17 +168545,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Teams",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTeamsAppInstallation",
- "Command": "Get-MgBetaTeamInstalledApp",
"Method": "GET",
+ "Command": "Get-MgBetaTeamInstalledApp",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-get-installedapps?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Teams",
"Uri": "/teams/{team-id}/installedApps",
+ "OutputType": "IMicrosoftGraphTeamsAppInstallation",
"ApiVersion": "beta",
"Permissions": [
{
@@ -161482,18 +168680,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Teams",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaTeamInstalledAppCount",
"Method": "GET",
+ "Command": "Get-MgBetaTeamInstalledApp",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-list-installedapps?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Teams",
"Uri": "/teams/{team-id}/installedApps/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -161616,44 +168814,47 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Teams",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTeamsApp",
- "Command": "Get-MgBetaTeamInstalledAppTeamApp",
"Method": "GET",
- "Uri": "/teams/{team-id}/installedApps/{teamsAppInstallation-id}/teamsApp",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaTeamInstalledAppCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Teams",
+ "Uri": "/teams/{team-id}/installedApps/{teamsAppInstallation-id}/teamsApp",
+ "OutputType": "IMicrosoftGraphTeamsApp",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTeamsAppDefinition",
- "Command": "Get-MgBetaTeamInstalledAppTeamAppDefinition",
"Method": "GET",
- "Uri": "/teams/{team-id}/installedApps/{teamsAppInstallation-id}/teamsAppDefinition",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaTeamInstalledAppTeamApp",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Teams",
+ "Uri": "/teams/{team-id}/installedApps/{teamsAppInstallation-id}/teamsAppDefinition",
+ "OutputType": "IMicrosoftGraphTeamsAppDefinition",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphConversationMember",
- "Command": "Get-MgBetaTeamMember",
"Method": "GET",
+ "Command": "Get-MgBetaTeamInstalledAppTeamAppDefinition",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Teams",
"Uri": "/teams/{team-id}/members/{conversationMember-id}",
+ "OutputType": "IMicrosoftGraphConversationMember",
"ApiVersion": "beta",
"Permissions": [
{
@@ -161680,17 +168881,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Teams",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphConversationMember",
- "Command": "Get-MgBetaTeamMember",
"Method": "GET",
+ "Command": "Get-MgBetaTeamMember",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-get-members?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Teams",
"Uri": "/teams/{team-id}/members",
+ "OutputType": "IMicrosoftGraphConversationMember",
"ApiVersion": "beta",
"Permissions": [
{
@@ -161717,18 +168920,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Teams",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaTeamMemberCount",
"Method": "GET",
+ "Command": "Get-MgBetaTeamMember",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-list-members?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Teams",
"Uri": "/teams/{team-id}/members/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -161755,17 +168958,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Teams",
+ ],
"Variants": [
- "Get"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphOpenShift",
- "Command": "Get-MgBetaTeamOpenShift",
"Method": "GET",
+ "Command": "Get-MgBetaTeamMemberCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Teams",
"Uri": "/teams/getOpenShifts",
+ "OutputType": "IMicrosoftGraphOpenShift",
"ApiVersion": "beta",
"Permissions": [
{
@@ -161840,144 +169045,233 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaTeamOpenShift",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Teams",
+ "Uri": "/teams/{team-id}/operations/{teamsAsyncOperation-id}",
+ "OutputType": "IMicrosoftGraphTeamsAsyncOperation",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTeamsAsyncOperation",
- "Command": "Get-MgBetaTeamOperation",
"Method": "GET",
- "Uri": "/teams/{team-id}/operations/{teamsAsyncOperation-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaTeamOperation",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Teams",
+ "Uri": "/teams/{team-id}/operations",
+ "OutputType": "IMicrosoftGraphTeamsAsyncOperation",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphTeamsAsyncOperation",
- "Command": "Get-MgBetaTeamOperation",
"Method": "GET",
- "Uri": "/teams/{team-id}/operations",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaTeamOperation",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Teams",
+ "Uri": "/teams/{team-id}/operations/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaTeamOperationCount",
"Method": "GET",
- "Uri": "/teams/{team-id}/operations/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaTeamOperationCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Teams",
+ "Uri": "/teams/{team-id}/owners/{user-id}",
+ "OutputType": "IMicrosoftGraphUser",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUser",
- "Command": "Get-MgBetaTeamOwner",
"Method": "GET",
- "Uri": "/teams/{team-id}/owners/{user-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaTeamOwner",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Teams",
+ "Uri": "/teams/{team-id}/owners",
+ "OutputType": "IMicrosoftGraphUser",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphUser",
- "Command": "Get-MgBetaTeamOwner",
"Method": "GET",
- "Uri": "/teams/{team-id}/owners",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaTeamOwner",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Teams",
+ "Uri": "/teams/{team-id}/owners/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaTeamOwnerCount",
"Method": "GET",
- "Uri": "/teams/{team-id}/owners/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaTeamOwnerCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Teams",
+ "Uri": "/teams/{team-id}/owners/{user-id}/mailboxSettings",
+ "OutputType": "IMicrosoftGraphMailboxSettings",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Command": "Get-MgBetaTeamOwnerMailboxSetting",
"Method": "GET",
- "Uri": "/teams/{team-id}/owners/{user-id}/mailboxSettings",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaTeamOwnerMailboxSetting",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Teams",
+ "Uri": "/teams/{team-id}/owners/{user-id}/serviceProvisioningErrors",
+ "OutputType": "IMicrosoftGraphServiceProvisioningError",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Command": "Get-MgBetaTeamOwnerServiceProvisioningError",
"Method": "GET",
- "Uri": "/teams/{team-id}/owners/{user-id}/serviceProvisioningErrors",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaTeamOwnerServiceProvisioningError",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Teams",
+ "Uri": "/teams/{team-id}/owners/{user-id}/serviceProvisioningErrors/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaTeamOwnerServiceProvisioningErrorCount",
"Method": "GET",
- "Uri": "/teams/{team-id}/owners/{user-id}/serviceProvisioningErrors/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaTeamOwnerServiceProvisioningErrorCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Teams",
+ "Uri": "/teams/{team-id}/permissionGrants/{resourceSpecificPermissionGrant-id}",
+ "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant",
- "Command": "Get-MgBetaTeamPermissionGrant",
"Method": "GET",
- "Uri": "/teams/{team-id}/permissionGrants/{resourceSpecificPermissionGrant-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaTeamPermissionGrant",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Teams",
+ "Uri": "/teams/{team-id}/permissionGrants",
+ "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant",
+ "ApiVersion": "beta",
+ "Permissions": [
+ {
+ "Name": "TeamsAppInstallation.ReadForTeam",
+ "Description": "Read installed Teams apps in teams",
+ "FullDescription": "Allows the app to read the Teams apps that are installed in teams that you can access. Does not give the ability to read application-specific settings.",
+ "IsAdmin": true,
+ "PermissionType": "DelegatedWork",
+ "IsLeastPrivilege": true
+ },
+ {
+ "Name": "TeamsAppInstallation.Read.Group",
+ "Description": "Consent name unavailable",
+ "FullDescription": "Consent description unavailable",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": true
+ },
+ {
+ "Name": "TeamsAppInstallation.ReadWriteSelfForTeam",
+ "Description": "Allow the Teams app to manage itself in teams",
+ "FullDescription": "Allows a Teams app to read, install, upgrade, and uninstall itself to teams you can access.",
+ "IsAdmin": true,
+ "PermissionType": "DelegatedWork",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "TeamsAppInstallation.ReadWriteForTeam",
+ "Description": "Manage installed Teams apps in teams",
+ "FullDescription": "Allows the app to read, install, upgrade, and uninstall Teams apps in teams you can access. Does not give the ability to read application-specific settings.",
+ "IsAdmin": true,
+ "PermissionType": "DelegatedWork",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "TeamsAppInstallation.ReadWriteSelfForTeam.All",
+ "Description": "Allow the Teams app to manage itself for all teams",
+ "FullDescription": "Allows a Teams app to read, install, upgrade, and uninstall itself in any team, without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "TeamsAppInstallation.ReadWriteForTeam.All",
+ "Description": "Manage Teams apps for all teams",
+ "FullDescription": "Allows the app to read, install, upgrade, and uninstall Teams apps in any team, without a signed-in user. Does not give the ability to read application-specific settings.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "TeamsAppInstallation.ReadForTeam.All",
+ "Description": "Read installed Teams apps for all teams",
+ "FullDescription": "Allows the app to read the Teams apps that are installed in any team, without a signed-in user. Does not give the ability to read application-specific settings.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "TeamsApp.Read.Group",
+ "Description": "Consent name unavailable",
+ "FullDescription": "Consent description unavailable",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ }
+ ],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant",
- "Command": "Get-MgBetaTeamPermissionGrant",
"Method": "GET",
- "Uri": "/teams/{team-id}/permissionGrants",
+ "Command": "Get-MgBetaTeamPermissionGrant",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-list-permissiongrants?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Teams",
+ "Uri": "/teams/{team-id}/permissionGrants/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -162044,122 +169338,47 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Teams",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaTeamPermissionGrantCount",
"Method": "GET",
- "Uri": "/teams/{team-id}/permissionGrants/$count",
- "ApiVersion": "beta",
- "Permissions": [
- {
- "Name": "TeamsAppInstallation.ReadForTeam",
- "Description": "Read installed Teams apps in teams",
- "FullDescription": "Allows the app to read the Teams apps that are installed in teams that you can access. Does not give the ability to read application-specific settings.",
- "IsAdmin": true,
- "PermissionType": "DelegatedWork",
- "IsLeastPrivilege": true
- },
- {
- "Name": "TeamsAppInstallation.Read.Group",
- "Description": "Consent name unavailable",
- "FullDescription": "Consent description unavailable",
- "IsAdmin": false,
- "PermissionType": "Application",
- "IsLeastPrivilege": true
- },
- {
- "Name": "TeamsAppInstallation.ReadWriteSelfForTeam",
- "Description": "Allow the Teams app to manage itself in teams",
- "FullDescription": "Allows a Teams app to read, install, upgrade, and uninstall itself to teams you can access.",
- "IsAdmin": true,
- "PermissionType": "DelegatedWork",
- "IsLeastPrivilege": false
- },
- {
- "Name": "TeamsAppInstallation.ReadWriteForTeam",
- "Description": "Manage installed Teams apps in teams",
- "FullDescription": "Allows the app to read, install, upgrade, and uninstall Teams apps in teams you can access. Does not give the ability to read application-specific settings.",
- "IsAdmin": true,
- "PermissionType": "DelegatedWork",
- "IsLeastPrivilege": false
- },
- {
- "Name": "TeamsAppInstallation.ReadWriteSelfForTeam.All",
- "Description": "Allow the Teams app to manage itself for all teams",
- "FullDescription": "Allows a Teams app to read, install, upgrade, and uninstall itself in any team, without a signed-in user.",
- "IsAdmin": false,
- "PermissionType": "Application",
- "IsLeastPrivilege": false
- },
- {
- "Name": "TeamsAppInstallation.ReadWriteForTeam.All",
- "Description": "Manage Teams apps for all teams",
- "FullDescription": "Allows the app to read, install, upgrade, and uninstall Teams apps in any team, without a signed-in user. Does not give the ability to read application-specific settings.",
- "IsAdmin": false,
- "PermissionType": "Application",
- "IsLeastPrivilege": false
- },
- {
- "Name": "TeamsAppInstallation.ReadForTeam.All",
- "Description": "Read installed Teams apps for all teams",
- "FullDescription": "Allows the app to read the Teams apps that are installed in any team, without a signed-in user. Does not give the ability to read application-specific settings.",
- "IsAdmin": false,
- "PermissionType": "Application",
- "IsLeastPrivilege": false
- },
- {
- "Name": "TeamsApp.Read.Group",
- "Description": "Consent name unavailable",
- "FullDescription": "Consent description unavailable",
- "IsAdmin": false,
- "PermissionType": "Application",
- "IsLeastPrivilege": false
- }
- ]
+ "Command": "Get-MgBetaTeamPermissionGrantCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Teams",
+ "Uri": "/teams/{team-id}/photo",
+ "OutputType": "IMicrosoftGraphProfilePhoto",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphProfilePhoto",
- "Command": "Get-MgBetaTeamPhoto",
"Method": "GET",
- "Uri": "/teams/{team-id}/photo",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaTeamPhoto",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Teams",
+ "Uri": "/teams/{team-id}/photo/$value",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaTeamPhotoContent",
"Method": "GET",
- "Uri": "/teams/{team-id}/photo/$value",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaTeamPhotoContent",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Teams",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphChannel",
- "Command": "Get-MgBetaTeamPrimaryChannel",
- "Method": "GET",
"Uri": "/teams/{team-id}/primaryChannel",
+ "OutputType": "IMicrosoftGraphChannel",
"ApiVersion": "beta",
"Permissions": [
{
@@ -162202,406 +169421,437 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaTeamPrimaryChannel",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-get-primarychannel?view=graph-rest-1.0"
},
{
"Module": "Beta.Teams",
+ "Uri": "/teams/{team-id}/primaryChannel/filesFolder",
+ "OutputType": "IMicrosoftGraphDriveItem",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDriveItem",
- "Command": "Get-MgBetaTeamPrimaryChannelFileFolder",
"Method": "GET",
- "Uri": "/teams/{team-id}/primaryChannel/filesFolder",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaTeamPrimaryChannelFileFolder",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-get-filesfolder?view=graph-rest-1.0"
},
{
"Module": "Beta.Teams",
+ "Uri": "/teams/{team-id}/primaryChannel/filesFolder/content",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaTeamPrimaryChannelFileFolderContent",
"Method": "GET",
- "Uri": "/teams/{team-id}/primaryChannel/filesFolder/content",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaTeamPrimaryChannelFileFolderContent",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-get-filesfolder?view=graph-rest-1.0"
},
{
"Module": "Beta.Teams",
+ "Uri": "/teams/{team-id}/primaryChannel/filesFolder/contentStream",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaTeamPrimaryChannelFileFolderContentStream",
"Method": "GET",
- "Uri": "/teams/{team-id}/primaryChannel/filesFolder/contentStream",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaTeamPrimaryChannelFileFolderContentStream",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-get-filesfolder?view=graph-rest-1.0"
},
{
"Module": "Beta.Teams",
+ "Uri": "/teams/{team-id}/primaryChannel/members/{conversationMember-id}",
+ "OutputType": "IMicrosoftGraphConversationMember",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphConversationMember",
- "Command": "Get-MgBetaTeamPrimaryChannelMember",
"Method": "GET",
- "Uri": "/teams/{team-id}/primaryChannel/members/{conversationMember-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaTeamPrimaryChannelMember",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-get-members?view=graph-rest-1.0"
},
{
"Module": "Beta.Teams",
+ "Uri": "/teams/{team-id}/primaryChannel/members",
+ "OutputType": "IMicrosoftGraphConversationMember",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphConversationMember",
- "Command": "Get-MgBetaTeamPrimaryChannelMember",
"Method": "GET",
- "Uri": "/teams/{team-id}/primaryChannel/members",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaTeamPrimaryChannelMember",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-list-members?view=graph-rest-1.0"
},
{
"Module": "Beta.Teams",
+ "Uri": "/teams/{team-id}/primaryChannel/members/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaTeamPrimaryChannelMemberCount",
"Method": "GET",
- "Uri": "/teams/{team-id}/primaryChannel/members/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaTeamPrimaryChannelMemberCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Teams",
+ "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}",
+ "OutputType": "IMicrosoftGraphChatMessage",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphChatMessage",
- "Command": "Get-MgBetaTeamPrimaryChannelMessage",
"Method": "GET",
- "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaTeamPrimaryChannelMessage",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Teams",
+ "Uri": "/teams/{team-id}/primaryChannel/messages",
+ "OutputType": "IMicrosoftGraphChatMessage",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphChatMessage",
- "Command": "Get-MgBetaTeamPrimaryChannelMessage",
"Method": "GET",
- "Uri": "/teams/{team-id}/primaryChannel/messages",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaTeamPrimaryChannelMessage",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-list-messages?view=graph-rest-1.0"
},
{
"Module": "Beta.Teams",
+ "Uri": "/teams/{team-id}/primaryChannel/messages/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaTeamPrimaryChannelMessageCount",
"Method": "GET",
- "Uri": "/teams/{team-id}/primaryChannel/messages/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaTeamPrimaryChannelMessageCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Teams",
+ "Uri": "/teams/{team-id}/primaryChannel/messages/delta",
+ "OutputType": "IMicrosoftGraphChatMessage",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Delta",
"DeltaViaIdentity"
],
- "OutputType": "IMicrosoftGraphChatMessage",
- "Command": "Get-MgBetaTeamPrimaryChannelMessageDelta",
"Method": "GET",
- "Uri": "/teams/{team-id}/primaryChannel/messages/delta",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaTeamPrimaryChannelMessageDelta",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Teams",
+ "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}",
+ "OutputType": "IMicrosoftGraphChatMessageHostedContent",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphChatMessageHostedContent",
- "Command": "Get-MgBetaTeamPrimaryChannelMessageHostedContent",
"Method": "GET",
- "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaTeamPrimaryChannelMessageHostedContent",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessagehostedcontent-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Teams",
+ "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents",
+ "OutputType": "IMicrosoftGraphChatMessageHostedContent",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphChatMessageHostedContent",
- "Command": "Get-MgBetaTeamPrimaryChannelMessageHostedContent",
"Method": "GET",
- "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaTeamPrimaryChannelMessageHostedContent",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-list-hostedcontents?view=graph-rest-1.0"
},
{
"Module": "Beta.Teams",
+ "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaTeamPrimaryChannelMessageHostedContentCount",
"Method": "GET",
- "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaTeamPrimaryChannelMessageHostedContentCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Teams",
+ "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}",
+ "OutputType": "IMicrosoftGraphChatMessage",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphChatMessage",
- "Command": "Get-MgBetaTeamPrimaryChannelMessageReply",
"Method": "GET",
- "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaTeamPrimaryChannelMessageReply",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Teams",
+ "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies",
+ "OutputType": "IMicrosoftGraphChatMessage",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphChatMessage",
- "Command": "Get-MgBetaTeamPrimaryChannelMessageReply",
"Method": "GET",
- "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaTeamPrimaryChannelMessageReply",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-list-replies?view=graph-rest-1.0"
},
{
"Module": "Beta.Teams",
+ "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaTeamPrimaryChannelMessageReplyCount",
"Method": "GET",
- "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaTeamPrimaryChannelMessageReplyCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Teams",
+ "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/delta",
+ "OutputType": "IMicrosoftGraphChatMessage",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Delta",
"DeltaViaIdentity"
],
- "OutputType": "IMicrosoftGraphChatMessage",
- "Command": "Get-MgBetaTeamPrimaryChannelMessageReplyDelta",
"Method": "GET",
- "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/delta",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaTeamPrimaryChannelMessageReplyDelta",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Teams",
+ "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}",
+ "OutputType": "IMicrosoftGraphChatMessageHostedContent",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphChatMessageHostedContent",
- "Command": "Get-MgBetaTeamPrimaryChannelMessageReplyHostedContent",
"Method": "GET",
- "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaTeamPrimaryChannelMessageReplyHostedContent",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessagehostedcontent-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Teams",
+ "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents",
+ "OutputType": "IMicrosoftGraphChatMessageHostedContent",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphChatMessageHostedContent",
- "Command": "Get-MgBetaTeamPrimaryChannelMessageReplyHostedContent",
"Method": "GET",
- "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaTeamPrimaryChannelMessageReplyHostedContent",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-list-hostedcontents?view=graph-rest-1.0"
},
{
"Module": "Beta.Teams",
+ "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaTeamPrimaryChannelMessageReplyHostedContentCount",
"Method": "GET",
- "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaTeamPrimaryChannelMessageReplyHostedContentCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Teams",
+ "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}",
+ "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo",
- "Command": "Get-MgBetaTeamPrimaryChannelSharedWithTeam",
"Method": "GET",
- "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaTeamPrimaryChannelSharedWithTeam",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sharedwithchannelteaminfo-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Teams",
+ "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams",
+ "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo",
- "Command": "Get-MgBetaTeamPrimaryChannelSharedWithTeam",
"Method": "GET",
- "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaTeamPrimaryChannelSharedWithTeam",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sharedwithchannelteaminfo-list?view=graph-rest-1.0"
},
{
"Module": "Beta.Teams",
+ "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}",
+ "OutputType": "IMicrosoftGraphConversationMember",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphConversationMember",
- "Command": "Get-MgBetaTeamPrimaryChannelSharedWithTeamAllowedMember",
"Method": "GET",
- "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaTeamPrimaryChannelSharedWithTeamAllowedMember",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Teams",
+ "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers",
+ "OutputType": "IMicrosoftGraphConversationMember",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphConversationMember",
- "Command": "Get-MgBetaTeamPrimaryChannelSharedWithTeamAllowedMember",
"Method": "GET",
- "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaTeamPrimaryChannelSharedWithTeamAllowedMember",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sharedwithchannelteaminfo-list-allowedmembers?view=graph-rest-1.0"
},
{
"Module": "Beta.Teams",
+ "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaTeamPrimaryChannelSharedWithTeamAllowedMemberCount",
"Method": "GET",
- "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaTeamPrimaryChannelSharedWithTeamAllowedMemberCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Teams",
+ "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaTeamPrimaryChannelSharedWithTeamCount",
"Method": "GET",
- "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaTeamPrimaryChannelSharedWithTeamCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Teams",
+ "Uri": "/teams/{team-id}/primaryChannel/tabs/{teamsTab-id}",
+ "OutputType": "IMicrosoftGraphTeamsTab",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTeamsTab",
- "Command": "Get-MgBetaTeamPrimaryChannelTab",
"Method": "GET",
- "Uri": "/teams/{team-id}/primaryChannel/tabs/{teamsTab-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaTeamPrimaryChannelTab",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Teams",
+ "Uri": "/teams/{team-id}/primaryChannel/tabs",
+ "OutputType": "IMicrosoftGraphTeamsTab",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphTeamsTab",
- "Command": "Get-MgBetaTeamPrimaryChannelTab",
"Method": "GET",
- "Uri": "/teams/{team-id}/primaryChannel/tabs",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaTeamPrimaryChannelTab",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-list-tabs?view=graph-rest-1.0"
},
{
"Module": "Beta.Teams",
+ "Uri": "/teams/{team-id}/primaryChannel/tabs/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaTeamPrimaryChannelTabCount",
"Method": "GET",
- "Uri": "/teams/{team-id}/primaryChannel/tabs/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaTeamPrimaryChannelTabCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Teams",
+ "Uri": "/teams/{team-id}/primaryChannel/tabs/{teamsTab-id}/teamsApp",
+ "OutputType": "IMicrosoftGraphTeamsApp",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTeamsApp",
- "Command": "Get-MgBetaTeamPrimaryChannelTabTeamApp",
"Method": "GET",
- "Uri": "/teams/{team-id}/primaryChannel/tabs/{teamsTab-id}/teamsApp",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaTeamPrimaryChannelTabTeamApp",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Teams",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphSchedule",
- "Command": "Get-MgBetaTeamSchedule",
- "Method": "GET",
"Uri": "/teams/{team-id}/schedule",
+ "OutputType": "IMicrosoftGraphSchedule",
"ApiVersion": "beta",
"Permissions": [
{
@@ -162636,18 +169886,19 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Teams",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDayNote",
- "Command": "Get-MgBetaTeamScheduleDayNote",
"Method": "GET",
+ "Command": "Get-MgBetaTeamSchedule",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schedule-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Teams",
"Uri": "/teams/{team-id}/schedule/dayNotes/{dayNote-id}",
+ "OutputType": "IMicrosoftGraphDayNote",
"ApiVersion": "beta",
"Permissions": [
{
@@ -162666,17 +169917,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Teams",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDayNote",
- "Command": "Get-MgBetaTeamScheduleDayNote",
"Method": "GET",
+ "Command": "Get-MgBetaTeamScheduleDayNote",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Teams",
"Uri": "/teams/{team-id}/schedule/dayNotes",
+ "OutputType": "IMicrosoftGraphDayNote",
"ApiVersion": "beta",
"Permissions": [
{
@@ -162695,18 +169948,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Teams",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaTeamScheduleDayNoteCount",
"Method": "GET",
+ "Command": "Get-MgBetaTeamScheduleDayNote",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Teams",
"Uri": "/teams/{team-id}/schedule/dayNotes/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -162725,18 +169978,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Teams",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphOfferShiftRequest",
- "Command": "Get-MgBetaTeamScheduleOfferShiftRequest",
"Method": "GET",
+ "Command": "Get-MgBetaTeamScheduleDayNoteCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Teams",
"Uri": "/teams/{team-id}/schedule/offerShiftRequests/{offerShiftRequest-id}",
+ "OutputType": "IMicrosoftGraphOfferShiftRequest",
"ApiVersion": "beta",
"Permissions": [
{
@@ -162771,17 +170025,19 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Teams",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphOfferShiftRequest",
- "Command": "Get-MgBetaTeamScheduleOfferShiftRequest",
"Method": "GET",
+ "Command": "Get-MgBetaTeamScheduleOfferShiftRequest",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/offershiftrequest-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Teams",
"Uri": "/teams/{team-id}/schedule/offerShiftRequests",
+ "OutputType": "IMicrosoftGraphOfferShiftRequest",
"ApiVersion": "beta",
"Permissions": [
{
@@ -162800,18 +170056,18 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Teams",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaTeamScheduleOfferShiftRequestCount",
"Method": "GET",
+ "Command": "Get-MgBetaTeamScheduleOfferShiftRequest",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/offershiftrequest-list?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Teams",
"Uri": "/teams/{team-id}/schedule/offerShiftRequests/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -162830,18 +170086,19 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Teams",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphOpenShift",
- "Command": "Get-MgBetaTeamScheduleOpenShift",
"Method": "GET",
+ "Command": "Get-MgBetaTeamScheduleOfferShiftRequestCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Teams",
"Uri": "/teams/{team-id}/schedule/openShifts/{openShift-id}",
+ "OutputType": "IMicrosoftGraphOpenShift",
"ApiVersion": "beta",
"Permissions": [
{
@@ -162876,17 +170133,19 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Teams",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphOpenShift",
- "Command": "Get-MgBetaTeamScheduleOpenShift",
"Method": "GET",
+ "Command": "Get-MgBetaTeamScheduleOpenShift",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/openshift-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Teams",
"Uri": "/teams/{team-id}/schedule/openShifts",
+ "OutputType": "IMicrosoftGraphOpenShift",
"ApiVersion": "beta",
"Permissions": [
{
@@ -162921,18 +170180,18 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Teams",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": "IMicrosoftGraphOpenShiftChangeRequest",
- "Command": "Get-MgBetaTeamScheduleOpenShiftChangeRequest",
"Method": "GET",
+ "Command": "Get-MgBetaTeamScheduleOpenShift",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/openshift-list?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Teams",
"Uri": "/teams/{team-id}/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}",
+ "OutputType": "IMicrosoftGraphOpenShiftChangeRequest",
"ApiVersion": "beta",
"Permissions": [
{
@@ -162967,17 +170226,19 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Teams",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphOpenShiftChangeRequest",
- "Command": "Get-MgBetaTeamScheduleOpenShiftChangeRequest",
"Method": "GET",
+ "Command": "Get-MgBetaTeamScheduleOpenShiftChangeRequest",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/openshiftchangerequest-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Teams",
"Uri": "/teams/{team-id}/schedule/openShiftChangeRequests",
+ "OutputType": "IMicrosoftGraphOpenShiftChangeRequest",
"ApiVersion": "beta",
"Permissions": [
{
@@ -163012,18 +170273,18 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Teams",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaTeamScheduleOpenShiftChangeRequestCount",
"Method": "GET",
+ "Command": "Get-MgBetaTeamScheduleOpenShiftChangeRequest",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/openshiftchangerequest-list?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Teams",
"Uri": "/teams/{team-id}/schedule/openShiftChangeRequests/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -163058,18 +170319,19 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Teams",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaTeamScheduleOpenShiftCount",
"Method": "GET",
+ "Command": "Get-MgBetaTeamScheduleOpenShiftChangeRequestCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Teams",
"Uri": "/teams/{team-id}/schedule/openShifts/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -163104,18 +170366,19 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Teams",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSchedulingGroup",
- "Command": "Get-MgBetaTeamScheduleSchedulingGroup",
"Method": "GET",
+ "Command": "Get-MgBetaTeamScheduleOpenShiftCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Teams",
"Uri": "/teams/{team-id}/schedule/schedulingGroups/{schedulingGroup-id}",
+ "OutputType": "IMicrosoftGraphSchedulingGroup",
"ApiVersion": "beta",
"Permissions": [
{
@@ -163150,17 +170413,19 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Teams",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSchedulingGroup",
- "Command": "Get-MgBetaTeamScheduleSchedulingGroup",
"Method": "GET",
+ "Command": "Get-MgBetaTeamScheduleSchedulingGroup",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schedulinggroup-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Teams",
"Uri": "/teams/{team-id}/schedule/schedulingGroups",
+ "OutputType": "IMicrosoftGraphSchedulingGroup",
"ApiVersion": "beta",
"Permissions": [
{
@@ -163195,18 +170460,18 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Teams",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaTeamScheduleSchedulingGroupCount",
"Method": "GET",
+ "Command": "Get-MgBetaTeamScheduleSchedulingGroup",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schedule-list-schedulinggroups?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Teams",
"Uri": "/teams/{team-id}/schedule/schedulingGroups/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -163241,18 +170506,19 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Teams",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphShift",
- "Command": "Get-MgBetaTeamScheduleShift",
"Method": "GET",
+ "Command": "Get-MgBetaTeamScheduleSchedulingGroupCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Teams",
"Uri": "/teams/{team-id}/schedule/shifts/{shift-id}",
+ "OutputType": "IMicrosoftGraphShift",
"ApiVersion": "beta",
"Permissions": [
{
@@ -163287,17 +170553,19 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Teams",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphShift",
- "Command": "Get-MgBetaTeamScheduleShift",
"Method": "GET",
+ "Command": "Get-MgBetaTeamScheduleShift",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/shift-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Teams",
"Uri": "/teams/{team-id}/schedule/shifts",
+ "OutputType": "IMicrosoftGraphShift",
"ApiVersion": "beta",
"Permissions": [
{
@@ -163332,18 +170600,18 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Teams",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaTeamScheduleShiftCount",
"Method": "GET",
+ "Command": "Get-MgBetaTeamScheduleShift",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schedule-list-shifts?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Teams",
"Uri": "/teams/{team-id}/schedule/shifts/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -163378,18 +170646,19 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Teams",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphShiftsRoleDefinition",
- "Command": "Get-MgBetaTeamScheduleShiftRoleDefinition",
"Method": "GET",
+ "Command": "Get-MgBetaTeamScheduleShiftCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Teams",
"Uri": "/teams/{team-id}/schedule/shiftsRoleDefinitions/{shiftsRoleDefinition-id}",
+ "OutputType": "IMicrosoftGraphShiftsRoleDefinition",
"ApiVersion": "beta",
"Permissions": [
{
@@ -163416,17 +170685,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Teams",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphShiftsRoleDefinition",
- "Command": "Get-MgBetaTeamScheduleShiftRoleDefinition",
"Method": "GET",
+ "Command": "Get-MgBetaTeamScheduleShiftRoleDefinition",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Teams",
"Uri": "/teams/{team-id}/schedule/shiftsRoleDefinitions",
+ "OutputType": "IMicrosoftGraphShiftsRoleDefinition",
"ApiVersion": "beta",
"Permissions": [
{
@@ -163453,18 +170724,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Teams",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaTeamScheduleShiftRoleDefinitionCount",
"Method": "GET",
+ "Command": "Get-MgBetaTeamScheduleShiftRoleDefinition",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Teams",
"Uri": "/teams/{team-id}/schedule/shiftsRoleDefinitions/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -163491,30 +170762,33 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Teams",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest",
- "Command": "Get-MgBetaTeamScheduleSwapShiftChangeRequest",
"Method": "GET",
- "Uri": "/teams/{team-id}/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaTeamScheduleShiftRoleDefinitionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Teams",
+ "Uri": "/teams/{team-id}/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}",
+ "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest",
- "Command": "Get-MgBetaTeamScheduleSwapShiftChangeRequest",
"Method": "GET",
+ "Command": "Get-MgBetaTeamScheduleSwapShiftChangeRequest",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/swapshiftschangerequest-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Teams",
"Uri": "/teams/{team-id}/schedule/swapShiftsChangeRequests",
+ "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest",
"ApiVersion": "beta",
"Permissions": [
{
@@ -163549,18 +170823,18 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Teams",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaTeamScheduleSwapShiftChangeRequestCount",
"Method": "GET",
+ "Command": "Get-MgBetaTeamScheduleSwapShiftChangeRequest",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/swapshiftschangerequest-list?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Teams",
"Uri": "/teams/{team-id}/schedule/swapShiftsChangeRequests/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -163595,18 +170869,19 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Teams",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTimeCard",
- "Command": "Get-MgBetaTeamScheduleTimeCard",
"Method": "GET",
+ "Command": "Get-MgBetaTeamScheduleSwapShiftChangeRequestCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Teams",
"Uri": "/teams/{team-id}/schedule/timeCards/{timeCard-id}",
+ "OutputType": "IMicrosoftGraphTimeCard",
"ApiVersion": "beta",
"Permissions": [
{
@@ -163625,17 +170900,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Teams",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTimeCard",
- "Command": "Get-MgBetaTeamScheduleTimeCard",
"Method": "GET",
+ "Command": "Get-MgBetaTeamScheduleTimeCard",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timecard-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Teams",
"Uri": "/teams/{team-id}/schedule/timeCards",
+ "OutputType": "IMicrosoftGraphTimeCard",
"ApiVersion": "beta",
"Permissions": [
{
@@ -163654,18 +170931,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Teams",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaTeamScheduleTimeCardCount",
"Method": "GET",
+ "Command": "Get-MgBetaTeamScheduleTimeCard",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timecard-list?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Teams",
"Uri": "/teams/{team-id}/schedule/timeCards/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -163684,18 +170961,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Teams",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTimeOff",
- "Command": "Get-MgBetaTeamScheduleTimeOff",
"Method": "GET",
+ "Command": "Get-MgBetaTeamScheduleTimeCardCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Teams",
"Uri": "/teams/{team-id}/schedule/timesOff/{timeOff-id}",
+ "OutputType": "IMicrosoftGraphTimeOff",
"ApiVersion": "beta",
"Permissions": [
{
@@ -163730,17 +171008,19 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Teams",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTimeOff",
- "Command": "Get-MgBetaTeamScheduleTimeOff",
"Method": "GET",
+ "Command": "Get-MgBetaTeamScheduleTimeOff",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timeoff-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Teams",
"Uri": "/teams/{team-id}/schedule/timesOff",
+ "OutputType": "IMicrosoftGraphTimeOff",
"ApiVersion": "beta",
"Permissions": [
{
@@ -163775,18 +171055,18 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Teams",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaTeamScheduleTimeOffCount",
"Method": "GET",
+ "Command": "Get-MgBetaTeamScheduleTimeOff",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schedule-list-timesoff?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Teams",
"Uri": "/teams/{team-id}/schedule/timesOff/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -163821,18 +171101,19 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Teams",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTimeOffReason",
- "Command": "Get-MgBetaTeamScheduleTimeOffReason",
"Method": "GET",
+ "Command": "Get-MgBetaTeamScheduleTimeOffCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Teams",
"Uri": "/teams/{team-id}/schedule/timeOffReasons/{timeOffReason-id}",
+ "OutputType": "IMicrosoftGraphTimeOffReason",
"ApiVersion": "beta",
"Permissions": [
{
@@ -163867,17 +171148,19 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Teams",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTimeOffReason",
- "Command": "Get-MgBetaTeamScheduleTimeOffReason",
"Method": "GET",
+ "Command": "Get-MgBetaTeamScheduleTimeOffReason",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timeoffreason-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Teams",
"Uri": "/teams/{team-id}/schedule/timeOffReasons",
+ "OutputType": "IMicrosoftGraphTimeOffReason",
"ApiVersion": "beta",
"Permissions": [
{
@@ -163912,18 +171195,65 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaTeamScheduleTimeOffReason",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schedule-list-timeoffreasons?view=graph-rest-1.0"
},
{
"Module": "Beta.Teams",
+ "Uri": "/teams/{team-id}/schedule/timeOffReasons/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [
+ {
+ "Name": "Schedule.Read.All",
+ "Description": "Read your schedule items",
+ "FullDescription": "Allows the app to read schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.",
+ "IsAdmin": true,
+ "PermissionType": "DelegatedWork",
+ "IsLeastPrivilege": true
+ },
+ {
+ "Name": "Schedule.ReadWrite.All",
+ "Description": "Read and write your schedule items",
+ "FullDescription": "Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.",
+ "IsAdmin": true,
+ "PermissionType": "DelegatedWork",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "Group.ReadWrite.All",
+ "Description": "Read and write all groups",
+ "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.",
+ "IsAdmin": true,
+ "PermissionType": "DelegatedWork",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "Group.Read.All",
+ "Description": "Read all groups",
+ "FullDescription": "Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ",
+ "IsAdmin": true,
+ "PermissionType": "DelegatedWork",
+ "IsLeastPrivilege": false
+ }
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaTeamScheduleTimeOffReasonCount",
"Method": "GET",
- "Uri": "/teams/{team-id}/schedule/timeOffReasons/$count",
+ "Command": "Get-MgBetaTeamScheduleTimeOffReasonCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Teams",
+ "Uri": "/teams/{team-id}/schedule/timeOffRequests/{timeOffRequest-id}",
+ "OutputType": "IMicrosoftGraphTimeOffRequest",
"ApiVersion": "beta",
"Permissions": [
{
@@ -163958,18 +171288,19 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Teams",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTimeOffRequest",
- "Command": "Get-MgBetaTeamScheduleTimeOffRequest",
"Method": "GET",
- "Uri": "/teams/{team-id}/schedule/timeOffRequests/{timeOffRequest-id}",
+ "Command": "Get-MgBetaTeamScheduleTimeOffRequest",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timeoffrequest-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Teams",
+ "Uri": "/teams/{team-id}/schedule/timeOffRequests",
+ "OutputType": "IMicrosoftGraphTimeOffRequest",
"ApiVersion": "beta",
"Permissions": [
{
@@ -164004,17 +171335,18 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Teams",
+ ],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphTimeOffRequest",
- "Command": "Get-MgBetaTeamScheduleTimeOffRequest",
"Method": "GET",
- "Uri": "/teams/{team-id}/schedule/timeOffRequests",
+ "Command": "Get-MgBetaTeamScheduleTimeOffRequest",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timeoffrequest-list?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Teams",
+ "Uri": "/teams/{team-id}/schedule/timeOffRequests/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -164049,63 +171381,19 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Teams",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaTeamScheduleTimeOffRequestCount",
"Method": "GET",
- "Uri": "/teams/{team-id}/schedule/timeOffRequests/$count",
- "ApiVersion": "beta",
- "Permissions": [
- {
- "Name": "Schedule.Read.All",
- "Description": "Read your schedule items",
- "FullDescription": "Allows the app to read schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.",
- "IsAdmin": true,
- "PermissionType": "DelegatedWork",
- "IsLeastPrivilege": true
- },
- {
- "Name": "Schedule.ReadWrite.All",
- "Description": "Read and write your schedule items",
- "FullDescription": "Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.",
- "IsAdmin": true,
- "PermissionType": "DelegatedWork",
- "IsLeastPrivilege": false
- },
- {
- "Name": "Group.ReadWrite.All",
- "Description": "Read and write all groups",
- "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.",
- "IsAdmin": true,
- "PermissionType": "DelegatedWork",
- "IsLeastPrivilege": false
- },
- {
- "Name": "Group.Read.All",
- "Description": "Read all groups",
- "FullDescription": "Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ",
- "IsAdmin": true,
- "PermissionType": "DelegatedWork",
- "IsLeastPrivilege": false
- }
- ]
+ "Command": "Get-MgBetaTeamScheduleTimeOffRequestCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Teams",
- "Variants": [
- "Get"
- ],
- "OutputType": "IMicrosoftGraphShift",
- "Command": "Get-MgBetaTeamShift",
- "Method": "GET",
"Uri": "/teams/getShifts",
+ "OutputType": "IMicrosoftGraphShift",
"ApiVersion": "beta",
"Permissions": [
{
@@ -164180,18 +171468,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Teams",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphTeamworkTag",
- "Command": "Get-MgBetaTeamTag",
"Method": "GET",
+ "Command": "Get-MgBetaTeamShift",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Teams",
"Uri": "/teams/{team-id}/tags/{teamworkTag-id}",
+ "OutputType": "IMicrosoftGraphTeamworkTag",
"ApiVersion": "beta",
"Permissions": [
{
@@ -164226,17 +171514,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Teams",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTeamworkTag",
- "Command": "Get-MgBetaTeamTag",
"Method": "GET",
+ "Command": "Get-MgBetaTeamTag",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworktag-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Teams",
"Uri": "/teams/{team-id}/tags",
+ "OutputType": "IMicrosoftGraphTeamworkTag",
"ApiVersion": "beta",
"Permissions": [
{
@@ -164271,18 +171561,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Teams",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaTeamTagCount",
"Method": "GET",
+ "Command": "Get-MgBetaTeamTag",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworktag-list?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Teams",
"Uri": "/teams/{team-id}/tags/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -164317,18 +171607,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Teams",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTeamworkTagMember",
- "Command": "Get-MgBetaTeamTagMember",
"Method": "GET",
+ "Command": "Get-MgBetaTeamTagCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Teams",
"Uri": "/teams/{team-id}/tags/{teamworkTag-id}/members/{teamworkTagMember-id}",
+ "OutputType": "IMicrosoftGraphTeamworkTagMember",
"ApiVersion": "beta",
"Permissions": [
{
@@ -164363,17 +171654,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Teams",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTeamworkTagMember",
- "Command": "Get-MgBetaTeamTagMember",
"Method": "GET",
+ "Command": "Get-MgBetaTeamTagMember",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworktagmember-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Teams",
"Uri": "/teams/{team-id}/tags/{teamworkTag-id}/members",
+ "OutputType": "IMicrosoftGraphTeamworkTagMember",
"ApiVersion": "beta",
"Permissions": [
{
@@ -164408,18 +171701,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Teams",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaTeamTagMemberCount",
"Method": "GET",
+ "Command": "Get-MgBetaTeamTagMember",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworktagmember-list?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Teams",
"Uri": "/teams/{team-id}/tags/{teamworkTag-id}/members/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -164454,43 +171747,47 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Teams",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaTeamTemplate",
"Method": "GET",
- "Uri": "/teams/{team-id}/template",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaTeamTagMemberCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Teams",
+ "Uri": "/teams/{team-id}/template",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTeamTemplateDefinition",
- "Command": "Get-MgBetaTeamTemplateDefinition",
"Method": "GET",
- "Uri": "/teams/{team-id}/templateDefinition",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaTeamTemplate",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Teams",
+ "Uri": "/teams/{team-id}/templateDefinition",
+ "OutputType": "IMicrosoftGraphTeamTemplateDefinition",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
- "Get"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTimeOff",
- "Command": "Get-MgBetaTeamTimeOff",
"Method": "GET",
+ "Command": "Get-MgBetaTeamTemplateDefinition",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Teams",
"Uri": "/teams/getTimesOff",
+ "OutputType": "IMicrosoftGraphTimeOff",
"ApiVersion": "beta",
"Permissions": [
{
@@ -164565,545 +171862,586 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaTeamTimeOff",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Teams",
+ "Uri": "/teamwork",
+ "OutputType": "IMicrosoftGraphTeamwork",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": "IMicrosoftGraphTeamwork",
- "Command": "Get-MgBetaTeamwork",
"Method": "GET",
- "Uri": "/teamwork",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaTeamwork",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamwork-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Teams",
+ "Uri": "/teamwork/deletedChats/{deletedChat-id}",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaTeamworkDeletedChat",
"Method": "GET",
- "Uri": "/teamwork/deletedChats/{deletedChat-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaTeamworkDeletedChat",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/deletedchat-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Teams",
+ "Uri": "/teamwork/deletedChats",
+ "OutputType": "IMicrosoftGraphDeletedChat",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphDeletedChat",
- "Command": "Get-MgBetaTeamworkDeletedChat",
"Method": "GET",
- "Uri": "/teamwork/deletedChats",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaTeamworkDeletedChat",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Teams",
+ "Uri": "/teamwork/deletedChats/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgBetaTeamworkDeletedChatCount",
"Method": "GET",
- "Uri": "/teamwork/deletedChats/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaTeamworkDeletedChatCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Teams",
+ "Uri": "/teamwork/deletedTeams/{deletedTeam-id}",
+ "OutputType": "IMicrosoftGraphDeletedTeam",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDeletedTeam",
- "Command": "Get-MgBetaTeamworkDeletedTeam",
"Method": "GET",
- "Uri": "/teamwork/deletedTeams/{deletedTeam-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaTeamworkDeletedTeam",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Teams",
+ "Uri": "/teamwork/deletedTeams",
+ "OutputType": "IMicrosoftGraphDeletedTeam",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphDeletedTeam",
- "Command": "Get-MgBetaTeamworkDeletedTeam",
"Method": "GET",
- "Uri": "/teamwork/deletedTeams",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaTeamworkDeletedTeam",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamwork-list-deletedteams?view=graph-rest-1.0"
},
{
"Module": "Beta.Teams",
+ "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}",
+ "OutputType": "IMicrosoftGraphChannel",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphChannel",
- "Command": "Get-MgBetaTeamworkDeletedTeamChannel",
"Method": "GET",
- "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaTeamworkDeletedTeamChannel",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Teams",
+ "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels",
+ "OutputType": "IMicrosoftGraphChannel",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphChannel",
- "Command": "Get-MgBetaTeamworkDeletedTeamChannel",
"Method": "GET",
- "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaTeamworkDeletedTeamChannel",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Teams",
+ "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaTeamworkDeletedTeamChannelCount",
"Method": "GET",
- "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaTeamworkDeletedTeamChannelCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Teams",
+ "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/filesFolder",
+ "OutputType": "IMicrosoftGraphDriveItem",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDriveItem",
- "Command": "Get-MgBetaTeamworkDeletedTeamChannelFileFolder",
"Method": "GET",
- "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/filesFolder",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaTeamworkDeletedTeamChannelFileFolder",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-get-filesfolder?view=graph-rest-1.0"
},
{
"Module": "Beta.Teams",
+ "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/filesFolder/content",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaTeamworkDeletedTeamChannelFileFolderContent",
"Method": "GET",
- "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/filesFolder/content",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaTeamworkDeletedTeamChannelFileFolderContent",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-get-filesfolder?view=graph-rest-1.0"
},
{
"Module": "Beta.Teams",
+ "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/filesFolder/contentStream",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaTeamworkDeletedTeamChannelFileFolderContentStream",
"Method": "GET",
- "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/filesFolder/contentStream",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaTeamworkDeletedTeamChannelFileFolderContentStream",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-get-filesfolder?view=graph-rest-1.0"
},
{
"Module": "Beta.Teams",
+ "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members/{conversationMember-id}",
+ "OutputType": "IMicrosoftGraphConversationMember",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphConversationMember",
- "Command": "Get-MgBetaTeamworkDeletedTeamChannelMember",
"Method": "GET",
- "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members/{conversationMember-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaTeamworkDeletedTeamChannelMember",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-get-members?view=graph-rest-1.0"
},
{
"Module": "Beta.Teams",
+ "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members",
+ "OutputType": "IMicrosoftGraphConversationMember",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphConversationMember",
- "Command": "Get-MgBetaTeamworkDeletedTeamChannelMember",
"Method": "GET",
- "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaTeamworkDeletedTeamChannelMember",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-list-members?view=graph-rest-1.0"
},
{
"Module": "Beta.Teams",
+ "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaTeamworkDeletedTeamChannelMemberCount",
"Method": "GET",
- "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaTeamworkDeletedTeamChannelMemberCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Teams",
+ "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}",
+ "OutputType": "IMicrosoftGraphChatMessage",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphChatMessage",
- "Command": "Get-MgBetaTeamworkDeletedTeamChannelMessage",
"Method": "GET",
- "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaTeamworkDeletedTeamChannelMessage",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Teams",
+ "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages",
+ "OutputType": "IMicrosoftGraphChatMessage",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphChatMessage",
- "Command": "Get-MgBetaTeamworkDeletedTeamChannelMessage",
"Method": "GET",
- "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaTeamworkDeletedTeamChannelMessage",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-list-messages?view=graph-rest-1.0"
},
{
"Module": "Beta.Teams",
+ "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaTeamworkDeletedTeamChannelMessageCount",
"Method": "GET",
- "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaTeamworkDeletedTeamChannelMessageCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Teams",
+ "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/delta",
+ "OutputType": "IMicrosoftGraphChatMessage",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Delta",
"DeltaViaIdentity"
],
- "OutputType": "IMicrosoftGraphChatMessage",
- "Command": "Get-MgBetaTeamworkDeletedTeamChannelMessageDelta",
"Method": "GET",
- "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/delta",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaTeamworkDeletedTeamChannelMessageDelta",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Teams",
+ "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}",
+ "OutputType": "IMicrosoftGraphChatMessageHostedContent",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphChatMessageHostedContent",
- "Command": "Get-MgBetaTeamworkDeletedTeamChannelMessageHostedContent",
"Method": "GET",
- "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaTeamworkDeletedTeamChannelMessageHostedContent",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessagehostedcontent-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Teams",
+ "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents",
+ "OutputType": "IMicrosoftGraphChatMessageHostedContent",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphChatMessageHostedContent",
- "Command": "Get-MgBetaTeamworkDeletedTeamChannelMessageHostedContent",
"Method": "GET",
- "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaTeamworkDeletedTeamChannelMessageHostedContent",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-list-hostedcontents?view=graph-rest-1.0"
},
{
"Module": "Beta.Teams",
+ "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaTeamworkDeletedTeamChannelMessageHostedContentCount",
"Method": "GET",
- "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaTeamworkDeletedTeamChannelMessageHostedContentCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Teams",
+ "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}",
+ "OutputType": "IMicrosoftGraphChatMessage",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphChatMessage",
- "Command": "Get-MgBetaTeamworkDeletedTeamChannelMessageReply",
"Method": "GET",
- "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaTeamworkDeletedTeamChannelMessageReply",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Teams",
+ "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies",
+ "OutputType": "IMicrosoftGraphChatMessage",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphChatMessage",
- "Command": "Get-MgBetaTeamworkDeletedTeamChannelMessageReply",
"Method": "GET",
- "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaTeamworkDeletedTeamChannelMessageReply",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-list-replies?view=graph-rest-1.0"
},
{
"Module": "Beta.Teams",
+ "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaTeamworkDeletedTeamChannelMessageReplyCount",
"Method": "GET",
- "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaTeamworkDeletedTeamChannelMessageReplyCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Teams",
+ "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/delta",
+ "OutputType": "IMicrosoftGraphChatMessage",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Delta",
"DeltaViaIdentity"
],
- "OutputType": "IMicrosoftGraphChatMessage",
- "Command": "Get-MgBetaTeamworkDeletedTeamChannelMessageReplyDelta",
"Method": "GET",
- "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/delta",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaTeamworkDeletedTeamChannelMessageReplyDelta",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Teams",
+ "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}",
+ "OutputType": "IMicrosoftGraphChatMessageHostedContent",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphChatMessageHostedContent",
- "Command": "Get-MgBetaTeamworkDeletedTeamChannelMessageReplyHostedContent",
"Method": "GET",
- "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaTeamworkDeletedTeamChannelMessageReplyHostedContent",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessagehostedcontent-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Teams",
+ "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents",
+ "OutputType": "IMicrosoftGraphChatMessageHostedContent",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphChatMessageHostedContent",
- "Command": "Get-MgBetaTeamworkDeletedTeamChannelMessageReplyHostedContent",
"Method": "GET",
- "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaTeamworkDeletedTeamChannelMessageReplyHostedContent",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-list-hostedcontents?view=graph-rest-1.0"
},
{
"Module": "Beta.Teams",
+ "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaTeamworkDeletedTeamChannelMessageReplyHostedContentCount",
"Method": "GET",
- "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaTeamworkDeletedTeamChannelMessageReplyHostedContentCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Teams",
+ "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/getAllRetainedMessages",
+ "OutputType": "IMicrosoftGraphChatMessage",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphChatMessage",
- "Command": "Get-MgBetaTeamworkDeletedTeamChannelRetainedMessage",
"Method": "GET",
- "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/getAllRetainedMessages",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaTeamworkDeletedTeamChannelRetainedMessage",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Teams",
+ "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}",
+ "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo",
- "Command": "Get-MgBetaTeamworkDeletedTeamChannelSharedWithTeam",
"Method": "GET",
- "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaTeamworkDeletedTeamChannelSharedWithTeam",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sharedwithchannelteaminfo-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Teams",
+ "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams",
+ "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo",
- "Command": "Get-MgBetaTeamworkDeletedTeamChannelSharedWithTeam",
"Method": "GET",
- "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaTeamworkDeletedTeamChannelSharedWithTeam",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sharedwithchannelteaminfo-list?view=graph-rest-1.0"
},
{
"Module": "Beta.Teams",
+ "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}",
+ "OutputType": "IMicrosoftGraphConversationMember",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphConversationMember",
- "Command": "Get-MgBetaTeamworkDeletedTeamChannelSharedWithTeamAllowedMember",
"Method": "GET",
- "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaTeamworkDeletedTeamChannelSharedWithTeamAllowedMember",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Teams",
+ "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers",
+ "OutputType": "IMicrosoftGraphConversationMember",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphConversationMember",
- "Command": "Get-MgBetaTeamworkDeletedTeamChannelSharedWithTeamAllowedMember",
"Method": "GET",
- "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaTeamworkDeletedTeamChannelSharedWithTeamAllowedMember",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sharedwithchannelteaminfo-list-allowedmembers?view=graph-rest-1.0"
},
{
"Module": "Beta.Teams",
+ "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaTeamworkDeletedTeamChannelSharedWithTeamAllowedMemberCount",
"Method": "GET",
- "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaTeamworkDeletedTeamChannelSharedWithTeamAllowedMemberCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Teams",
+ "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaTeamworkDeletedTeamChannelSharedWithTeamCount",
"Method": "GET",
- "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaTeamworkDeletedTeamChannelSharedWithTeamCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Teams",
+ "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs/{teamsTab-id}",
+ "OutputType": "IMicrosoftGraphTeamsTab",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTeamsTab",
- "Command": "Get-MgBetaTeamworkDeletedTeamChannelTab",
"Method": "GET",
- "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs/{teamsTab-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaTeamworkDeletedTeamChannelTab",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Teams",
+ "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs",
+ "OutputType": "IMicrosoftGraphTeamsTab",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphTeamsTab",
- "Command": "Get-MgBetaTeamworkDeletedTeamChannelTab",
"Method": "GET",
- "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaTeamworkDeletedTeamChannelTab",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-list-tabs?view=graph-rest-1.0"
},
{
"Module": "Beta.Teams",
+ "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaTeamworkDeletedTeamChannelTabCount",
"Method": "GET",
- "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaTeamworkDeletedTeamChannelTabCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Teams",
+ "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs/{teamsTab-id}/teamsApp",
+ "OutputType": "IMicrosoftGraphTeamsApp",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTeamsApp",
- "Command": "Get-MgBetaTeamworkDeletedTeamChannelTabTeamApp",
"Method": "GET",
- "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs/{teamsTab-id}/teamsApp",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaTeamworkDeletedTeamChannelTabTeamApp",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Teams",
+ "Uri": "/teamwork/deletedTeams/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgBetaTeamworkDeletedTeamCount",
"Method": "GET",
- "Uri": "/teamwork/deletedTeams/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaTeamworkDeletedTeamCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Teams",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphTeamworkDevice",
- "Command": "Get-MgBetaTeamworkDevice",
- "Method": "GET",
"Uri": "/teamwork/devices/{teamworkDevice-id}",
+ "OutputType": "IMicrosoftGraphTeamworkDevice",
"ApiVersion": "beta",
"Permissions": [
{
@@ -165122,17 +172460,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Teams",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTeamworkDevice",
- "Command": "Get-MgBetaTeamworkDevice",
"Method": "GET",
+ "Command": "Get-MgBetaTeamworkDevice",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworkdevice-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Teams",
"Uri": "/teamwork/devices",
+ "OutputType": "IMicrosoftGraphTeamworkDevice",
"ApiVersion": "beta",
"Permissions": [
{
@@ -165151,18 +172491,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Teams",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": "IMicrosoftGraphTeamworkDeviceActivity",
- "Command": "Get-MgBetaTeamworkDeviceActivity",
"Method": "GET",
+ "Command": "Get-MgBetaTeamworkDevice",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworkdevice-list?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Teams",
"Uri": "/teamwork/devices/{teamworkDevice-id}/activity",
+ "OutputType": "IMicrosoftGraphTeamworkDeviceActivity",
"ApiVersion": "beta",
"Permissions": [
{
@@ -165181,18 +172521,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Teams",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTeamworkDeviceConfiguration",
- "Command": "Get-MgBetaTeamworkDeviceConfiguration",
"Method": "GET",
+ "Command": "Get-MgBetaTeamworkDeviceActivity",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworkdeviceactivity-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Teams",
"Uri": "/teamwork/devices/{teamworkDevice-id}/configuration",
+ "OutputType": "IMicrosoftGraphTeamworkDeviceConfiguration",
"ApiVersion": "beta",
"Permissions": [
{
@@ -165211,17 +172552,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Teams",
+ ],
"Variants": [
- "Get"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaTeamworkDeviceCount",
"Method": "GET",
+ "Command": "Get-MgBetaTeamworkDeviceConfiguration",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworkdeviceconfiguration-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Teams",
"Uri": "/teamwork/devices/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -165240,18 +172583,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Teams",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphTeamworkDeviceHealth",
- "Command": "Get-MgBetaTeamworkDeviceHealth",
"Method": "GET",
+ "Command": "Get-MgBetaTeamworkDeviceCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Teams",
"Uri": "/teamwork/devices/{teamworkDevice-id}/health",
+ "OutputType": "IMicrosoftGraphTeamworkDeviceHealth",
"ApiVersion": "beta",
"Permissions": [
{
@@ -165270,18 +172613,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Teams",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTeamworkDeviceOperation",
- "Command": "Get-MgBetaTeamworkDeviceOperation",
"Method": "GET",
+ "Command": "Get-MgBetaTeamworkDeviceHealth",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworkdevicehealth-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Teams",
"Uri": "/teamwork/devices/{teamworkDevice-id}/operations/{teamworkDeviceOperation-id}",
+ "OutputType": "IMicrosoftGraphTeamworkDeviceOperation",
"ApiVersion": "beta",
"Permissions": [
{
@@ -165300,17 +172644,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Teams",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTeamworkDeviceOperation",
- "Command": "Get-MgBetaTeamworkDeviceOperation",
"Method": "GET",
+ "Command": "Get-MgBetaTeamworkDeviceOperation",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworkdeviceoperation-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Teams",
"Uri": "/teamwork/devices/{teamworkDevice-id}/operations",
+ "OutputType": "IMicrosoftGraphTeamworkDeviceOperation",
"ApiVersion": "beta",
"Permissions": [
{
@@ -165329,18 +172675,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Teams",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaTeamworkDeviceOperationCount",
"Method": "GET",
+ "Command": "Get-MgBetaTeamworkDeviceOperation",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworkdeviceoperation-list?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Teams",
"Uri": "/teamwork/devices/{teamworkDevice-id}/operations/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -165359,17 +172705,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Teams",
+ ],
"Variants": [
- "Get"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTeamsAppSettings",
- "Command": "Get-MgBetaTeamworkTeamAppSetting",
"Method": "GET",
+ "Command": "Get-MgBetaTeamworkDeviceOperationCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Teams",
"Uri": "/teamwork/teamsAppSettings",
+ "OutputType": "IMicrosoftGraphTeamsAppSettings",
"ApiVersion": "beta",
"Permissions": [
{
@@ -165388,30 +172736,32 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaTeamworkTeamAppSetting",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamsappsettings-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Teams",
+ "Uri": "/teamwork/teamTemplates/{teamTemplate-id}",
+ "OutputType": "IMicrosoftGraphTeamTemplate",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTeamTemplate",
- "Command": "Get-MgBetaTeamworkTeamTemplate",
"Method": "GET",
- "Uri": "/teamwork/teamTemplates/{teamTemplate-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaTeamworkTeamTemplate",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Teams",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphTeamTemplate",
- "Command": "Get-MgBetaTeamworkTeamTemplate",
- "Method": "GET",
"Uri": "/teamwork/teamTemplates",
+ "OutputType": "IMicrosoftGraphTeamTemplate",
"ApiVersion": "beta",
"Permissions": [
{
@@ -165430,17 +172780,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": true
}
- ]
- },
- {
- "Module": "Beta.Teams",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaTeamworkTeamTemplateCount",
"Method": "GET",
+ "Command": "Get-MgBetaTeamworkTeamTemplate",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamtemplate-list-definitions?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Teams",
"Uri": "/teamwork/teamTemplates/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -165459,18 +172810,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": true
}
- ]
- },
- {
- "Module": "Beta.Teams",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphTeamTemplateDefinition",
- "Command": "Get-MgBetaTeamworkTeamTemplateDefinition",
"Method": "GET",
+ "Command": "Get-MgBetaTeamworkTeamTemplateCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Teams",
"Uri": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}",
+ "OutputType": "IMicrosoftGraphTeamTemplateDefinition",
"ApiVersion": "beta",
"Permissions": [
{
@@ -165489,43 +172840,46 @@
"PermissionType": "Application",
"IsLeastPrivilege": true
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaTeamworkTeamTemplateDefinition",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamtemplatedefinition-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Teams",
+ "Uri": "/teamwork/teamTemplates/{teamTemplate-id}/definitions",
+ "OutputType": "IMicrosoftGraphTeamTemplateDefinition",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphTeamTemplateDefinition",
- "Command": "Get-MgBetaTeamworkTeamTemplateDefinition",
"Method": "GET",
- "Uri": "/teamwork/teamTemplates/{teamTemplate-id}/definitions",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaTeamworkTeamTemplateDefinition",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Teams",
+ "Uri": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaTeamworkTeamTemplateDefinitionCount",
"Method": "GET",
- "Uri": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaTeamworkTeamTemplateDefinitionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Teams",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphWorkforceIntegration",
- "Command": "Get-MgBetaTeamworkWorkforceIntegration",
- "Method": "GET",
"Uri": "/teamwork/workforceIntegrations/{workforceIntegration-id}",
+ "OutputType": "IMicrosoftGraphWorkforceIntegration",
"ApiVersion": "beta",
"Permissions": [
{
@@ -165544,17 +172898,19 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Teams",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphWorkforceIntegration",
- "Command": "Get-MgBetaTeamworkWorkforceIntegration",
"Method": "GET",
+ "Command": "Get-MgBetaTeamworkWorkforceIntegration",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/workforceintegration-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Teams",
"Uri": "/teamwork/workforceIntegrations",
+ "OutputType": "IMicrosoftGraphWorkforceIntegration",
"ApiVersion": "beta",
"Permissions": [
{
@@ -165573,17 +172929,18 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Teams",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaTeamworkWorkforceIntegrationCount",
"Method": "GET",
+ "Command": "Get-MgBetaTeamworkWorkforceIntegration",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/workforceintegration-list?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Teams",
"Uri": "/teamwork/workforceIntegrations/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -165602,18 +172959,18 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.Partner",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphDelegatedAdminCustomer",
- "Command": "Get-MgBetaTenantRelationshipDelegatedAdminCustomer",
"Method": "GET",
+ "Command": "Get-MgBetaTeamworkWorkforceIntegrationCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Identity.Partner",
"Uri": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}",
+ "OutputType": "IMicrosoftGraphDelegatedAdminCustomer",
"ApiVersion": "beta",
"Permissions": [
{
@@ -165632,17 +172989,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.Partner",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDelegatedAdminCustomer",
- "Command": "Get-MgBetaTenantRelationshipDelegatedAdminCustomer",
"Method": "GET",
+ "Command": "Get-MgBetaTenantRelationshipDelegatedAdminCustomer",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadmincustomer-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.Partner",
"Uri": "/tenantRelationships/delegatedAdminCustomers",
+ "OutputType": "IMicrosoftGraphDelegatedAdminCustomer",
"ApiVersion": "beta",
"Permissions": [
{
@@ -165661,17 +173020,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.Partner",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaTenantRelationshipDelegatedAdminCustomerCount",
"Method": "GET",
+ "Command": "Get-MgBetaTenantRelationshipDelegatedAdminCustomer",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tenantrelationship-list-delegatedadmincustomers?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.Partner",
"Uri": "/tenantRelationships/delegatedAdminCustomers/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -165690,30 +173050,32 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaTenantRelationshipDelegatedAdminCustomerCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Partner",
+ "Uri": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}/serviceManagementDetails/{delegatedAdminServiceManagementDetail-id}",
+ "OutputType": "IMicrosoftGraphDelegatedAdminServiceManagementDetail",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDelegatedAdminServiceManagementDetail",
- "Command": "Get-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetail",
"Method": "GET",
- "Uri": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}/serviceManagementDetails/{delegatedAdminServiceManagementDetail-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetail",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Partner",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphDelegatedAdminServiceManagementDetail",
- "Command": "Get-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetail",
- "Method": "GET",
"Uri": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}/serviceManagementDetails",
+ "OutputType": "IMicrosoftGraphDelegatedAdminServiceManagementDetail",
"ApiVersion": "beta",
"Permissions": [
{
@@ -165732,18 +173094,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.Partner",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetailCount",
"Method": "GET",
+ "Command": "Get-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetail",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadmincustomer-list-servicemanagementdetails?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.Partner",
"Uri": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}/serviceManagementDetails/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -165762,18 +173124,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.Partner",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDelegatedAdminRelationship",
- "Command": "Get-MgBetaTenantRelationshipDelegatedAdminRelationship",
"Method": "GET",
+ "Command": "Get-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetailCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Identity.Partner",
"Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}",
+ "OutputType": "IMicrosoftGraphDelegatedAdminRelationship",
"ApiVersion": "beta",
"Permissions": [
{
@@ -165792,17 +173155,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.Partner",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDelegatedAdminRelationship",
- "Command": "Get-MgBetaTenantRelationshipDelegatedAdminRelationship",
"Method": "GET",
+ "Command": "Get-MgBetaTenantRelationshipDelegatedAdminRelationship",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadminrelationship-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.Partner",
"Uri": "/tenantRelationships/delegatedAdminRelationships",
+ "OutputType": "IMicrosoftGraphDelegatedAdminRelationship",
"ApiVersion": "beta",
"Permissions": [
{
@@ -165821,18 +173186,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.Partner",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": "IMicrosoftGraphDelegatedAdminAccessAssignment",
- "Command": "Get-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment",
"Method": "GET",
+ "Command": "Get-MgBetaTenantRelationshipDelegatedAdminRelationship",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tenantrelationship-list-delegatedadminrelationships?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.Partner",
"Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/accessAssignments/{delegatedAdminAccessAssignment-id}",
+ "OutputType": "IMicrosoftGraphDelegatedAdminAccessAssignment",
"ApiVersion": "beta",
"Permissions": [
{
@@ -165851,17 +173216,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.Partner",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDelegatedAdminAccessAssignment",
- "Command": "Get-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment",
"Method": "GET",
+ "Command": "Get-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadminaccessassignment-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.Partner",
"Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/accessAssignments",
+ "OutputType": "IMicrosoftGraphDelegatedAdminAccessAssignment",
"ApiVersion": "beta",
"Permissions": [
{
@@ -165880,18 +173247,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.Partner",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignmentCount",
"Method": "GET",
+ "Command": "Get-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadminrelationship-list-accessassignments?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.Partner",
"Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/accessAssignments/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -165910,17 +173277,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.Partner",
+ ],
"Variants": [
- "Get"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaTenantRelationshipDelegatedAdminRelationshipCount",
"Method": "GET",
+ "Command": "Get-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignmentCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Identity.Partner",
"Uri": "/tenantRelationships/delegatedAdminRelationships/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -165939,18 +173308,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.Partner",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphDelegatedAdminRelationshipOperation",
- "Command": "Get-MgBetaTenantRelationshipDelegatedAdminRelationshipOperation",
"Method": "GET",
+ "Command": "Get-MgBetaTenantRelationshipDelegatedAdminRelationshipCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Identity.Partner",
"Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/operations/{delegatedAdminRelationshipOperation-id}",
+ "OutputType": "IMicrosoftGraphDelegatedAdminRelationshipOperation",
"ApiVersion": "beta",
"Permissions": [
{
@@ -165969,17 +173338,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.Partner",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDelegatedAdminRelationshipOperation",
- "Command": "Get-MgBetaTenantRelationshipDelegatedAdminRelationshipOperation",
"Method": "GET",
+ "Command": "Get-MgBetaTenantRelationshipDelegatedAdminRelationshipOperation",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadminrelationshipoperation-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.Partner",
"Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/operations",
+ "OutputType": "IMicrosoftGraphDelegatedAdminRelationshipOperation",
"ApiVersion": "beta",
"Permissions": [
{
@@ -165998,18 +173369,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.Partner",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaTenantRelationshipDelegatedAdminRelationshipOperationCount",
"Method": "GET",
+ "Command": "Get-MgBetaTenantRelationshipDelegatedAdminRelationshipOperation",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadminrelationship-list-operations?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.Partner",
"Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/operations/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -166028,18 +173399,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.Partner",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDelegatedAdminRelationshipRequest",
- "Command": "Get-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest",
"Method": "GET",
+ "Command": "Get-MgBetaTenantRelationshipDelegatedAdminRelationshipOperationCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Identity.Partner",
"Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/requests/{delegatedAdminRelationshipRequest-id}",
+ "OutputType": "IMicrosoftGraphDelegatedAdminRelationshipRequest",
"ApiVersion": "beta",
"Permissions": [
{
@@ -166058,17 +173430,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.Partner",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDelegatedAdminRelationshipRequest",
- "Command": "Get-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest",
"Method": "GET",
+ "Command": "Get-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadminrelationshiprequest-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.Partner",
"Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/requests",
+ "OutputType": "IMicrosoftGraphDelegatedAdminRelationshipRequest",
"ApiVersion": "beta",
"Permissions": [
{
@@ -166087,18 +173461,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.Partner",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaTenantRelationshipDelegatedAdminRelationshipRequestCount",
"Method": "GET",
+ "Command": "Get-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadminrelationship-list-requests?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.Partner",
"Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/requests/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -166117,18 +173491,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.ManagedTenants",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphManagedTenantsTenant",
- "Command": "Get-MgBetaTenantRelationshipManagedTenant",
"Method": "GET",
+ "Command": "Get-MgBetaTenantRelationshipDelegatedAdminRelationshipRequestCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.ManagedTenants",
"Uri": "/tenantRelationships/managedTenants/tenants/{tenant-id}",
+ "OutputType": "IMicrosoftGraphManagedTenantsTenant",
"ApiVersion": "beta",
"Permissions": [
{
@@ -166147,17 +173522,19 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.ManagedTenants",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphManagedTenantsTenant",
- "Command": "Get-MgBetaTenantRelationshipManagedTenant",
"Method": "GET",
+ "Command": "Get-MgBetaTenantRelationshipManagedTenant",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-tenant-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.ManagedTenants",
"Uri": "/tenantRelationships/managedTenants/tenants",
+ "OutputType": "IMicrosoftGraphManagedTenantsTenant",
"ApiVersion": "beta",
"Permissions": [
{
@@ -166176,30 +173553,32 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaTenantRelationshipManagedTenant",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-tenants?view=graph-rest-1.0"
},
{
"Module": "Beta.ManagedTenants",
- "Variants": [
+ "Uri": "/tenantRelationships/managedTenants/aggregatedPolicyCompliances/{aggregatedPolicyCompliance-id}",
+ "OutputType": "IMicrosoftGraphManagedTenantsAggregatedPolicyCompliance",
+ "ApiVersion": "beta",
+ "Permissions": [],
+ "Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphManagedTenantsAggregatedPolicyCompliance",
- "Command": "Get-MgBetaTenantRelationshipManagedTenantAggregatedPolicyCompliance",
"Method": "GET",
- "Uri": "/tenantRelationships/managedTenants/aggregatedPolicyCompliances/{aggregatedPolicyCompliance-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaTenantRelationshipManagedTenantAggregatedPolicyCompliance",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.ManagedTenants",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphManagedTenantsAggregatedPolicyCompliance",
- "Command": "Get-MgBetaTenantRelationshipManagedTenantAggregatedPolicyCompliance",
- "Method": "GET",
"Uri": "/tenantRelationships/managedTenants/aggregatedPolicyCompliances",
+ "OutputType": "IMicrosoftGraphManagedTenantsAggregatedPolicyCompliance",
"ApiVersion": "beta",
"Permissions": [
{
@@ -166218,17 +173597,18 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.ManagedTenants",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaTenantRelationshipManagedTenantAggregatedPolicyComplianceCount",
"Method": "GET",
+ "Command": "Get-MgBetaTenantRelationshipManagedTenantAggregatedPolicyCompliance",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-aggregatedpolicycompliances?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.ManagedTenants",
"Uri": "/tenantRelationships/managedTenants/aggregatedPolicyCompliances/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -166247,427 +173627,459 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaTenantRelationshipManagedTenantAggregatedPolicyComplianceCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.ManagedTenants",
+ "Uri": "/tenantRelationships/managedTenants/managedTenantAlerts/{managedTenantAlert-id}",
+ "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlert",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlert",
- "Command": "Get-MgBetaTenantRelationshipManagedTenantAlert",
"Method": "GET",
- "Uri": "/tenantRelationships/managedTenants/managedTenantAlerts/{managedTenantAlert-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaTenantRelationshipManagedTenantAlert",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.ManagedTenants",
+ "Uri": "/tenantRelationships/managedTenants/managedTenantAlerts",
+ "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlert",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlert",
- "Command": "Get-MgBetaTenantRelationshipManagedTenantAlert",
"Method": "GET",
- "Uri": "/tenantRelationships/managedTenants/managedTenantAlerts",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaTenantRelationshipManagedTenantAlert",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.ManagedTenants",
+ "Uri": "/tenantRelationships/managedTenants/managedTenantAlerts/{managedTenantAlert-id}/apiNotifications/{managedTenantApiNotification-id}",
+ "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantApiNotification",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantApiNotification",
- "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertApiNotification",
"Method": "GET",
- "Uri": "/tenantRelationships/managedTenants/managedTenantAlerts/{managedTenantAlert-id}/apiNotifications/{managedTenantApiNotification-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertApiNotification",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.ManagedTenants",
+ "Uri": "/tenantRelationships/managedTenants/managedTenantAlerts/{managedTenantAlert-id}/apiNotifications",
+ "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantApiNotification",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantApiNotification",
- "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertApiNotification",
"Method": "GET",
- "Uri": "/tenantRelationships/managedTenants/managedTenantAlerts/{managedTenantAlert-id}/apiNotifications",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertApiNotification",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.ManagedTenants",
+ "Uri": "/tenantRelationships/managedTenants/managedTenantAlerts/{managedTenantAlert-id}/apiNotifications/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertApiNotificationCount",
"Method": "GET",
- "Uri": "/tenantRelationships/managedTenants/managedTenantAlerts/{managedTenantAlert-id}/apiNotifications/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertApiNotificationCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.ManagedTenants",
+ "Uri": "/tenantRelationships/managedTenants/managedTenantAlerts/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertCount",
"Method": "GET",
- "Uri": "/tenantRelationships/managedTenants/managedTenantAlerts/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.ManagedTenants",
+ "Uri": "/tenantRelationships/managedTenants/managedTenantAlerts/{managedTenantAlert-id}/emailNotifications/{managedTenantEmailNotification-id}",
+ "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantEmailNotification",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantEmailNotification",
- "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertEmailNotification",
"Method": "GET",
- "Uri": "/tenantRelationships/managedTenants/managedTenantAlerts/{managedTenantAlert-id}/emailNotifications/{managedTenantEmailNotification-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertEmailNotification",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.ManagedTenants",
+ "Uri": "/tenantRelationships/managedTenants/managedTenantAlerts/{managedTenantAlert-id}/emailNotifications",
+ "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantEmailNotification",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantEmailNotification",
- "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertEmailNotification",
"Method": "GET",
- "Uri": "/tenantRelationships/managedTenants/managedTenantAlerts/{managedTenantAlert-id}/emailNotifications",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertEmailNotification",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.ManagedTenants",
+ "Uri": "/tenantRelationships/managedTenants/managedTenantAlerts/{managedTenantAlert-id}/emailNotifications/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertEmailNotificationCount",
"Method": "GET",
- "Uri": "/tenantRelationships/managedTenants/managedTenantAlerts/{managedTenantAlert-id}/emailNotifications/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertEmailNotificationCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.ManagedTenants",
+ "Uri": "/tenantRelationships/managedTenants/managedTenantAlertLogs/{managedTenantAlertLog-id}",
+ "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertLog",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertLog",
- "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertLog",
"Method": "GET",
- "Uri": "/tenantRelationships/managedTenants/managedTenantAlertLogs/{managedTenantAlertLog-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertLog",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.ManagedTenants",
+ "Uri": "/tenantRelationships/managedTenants/managedTenantAlertLogs",
+ "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertLog",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List",
"List1"
],
- "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertLog",
- "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertLog",
"Method": "GET",
- "Uri": "/tenantRelationships/managedTenants/managedTenantAlertLogs",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertLog",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.ManagedTenants",
+ "Uri": "/tenantRelationships/managedTenants/managedTenantAlertLogs/{managedTenantAlertLog-id}/alert",
+ "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlert",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlert",
- "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertLogAlert",
"Method": "GET",
- "Uri": "/tenantRelationships/managedTenants/managedTenantAlertLogs/{managedTenantAlertLog-id}/alert",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertLogAlert",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.ManagedTenants",
+ "Uri": "/tenantRelationships/managedTenants/managedTenantAlertLogs/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertLogCount",
"Method": "GET",
- "Uri": "/tenantRelationships/managedTenants/managedTenantAlertLogs/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertLogCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.ManagedTenants",
+ "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRules/{managedTenantAlertRule-id}",
+ "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertRule",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertRule",
- "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertRule",
"Method": "GET",
- "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRules/{managedTenantAlertRule-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertRule",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.ManagedTenants",
+ "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRules",
+ "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertRule",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertRule",
- "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertRule",
"Method": "GET",
- "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRules",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertRule",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.ManagedTenants",
+ "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRules/{managedTenantAlertRule-id}/alerts/{managedTenantAlert-id}",
+ "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlert",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlert",
- "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertRuleAlert",
"Method": "GET",
- "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRules/{managedTenantAlertRule-id}/alerts/{managedTenantAlert-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertRuleAlert",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.ManagedTenants",
+ "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRules/{managedTenantAlertRule-id}/alerts",
+ "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlert",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlert",
- "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertRuleAlert",
"Method": "GET",
- "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRules/{managedTenantAlertRule-id}/alerts",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertRuleAlert",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.ManagedTenants",
+ "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRules/{managedTenantAlertRule-id}/alerts/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertRuleAlertCount",
"Method": "GET",
- "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRules/{managedTenantAlertRule-id}/alerts/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertRuleAlertCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.ManagedTenants",
+ "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRules/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertRuleCount",
"Method": "GET",
- "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRules/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertRuleCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.ManagedTenants",
+ "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRuleDefinitions/{managedTenantAlertRuleDefinition-id}",
+ "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertRuleDefinition",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertRuleDefinition",
- "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertRuleDefinition",
"Method": "GET",
- "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRuleDefinitions/{managedTenantAlertRuleDefinition-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertRuleDefinition",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.ManagedTenants",
+ "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRuleDefinitions",
+ "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertRuleDefinition",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertRuleDefinition",
- "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertRuleDefinition",
"Method": "GET",
- "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRuleDefinitions",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertRuleDefinition",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.ManagedTenants",
+ "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRuleDefinitions/{managedTenantAlertRuleDefinition-id}/alertRules/{managedTenantAlertRule-id}",
+ "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertRule",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertRule",
- "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertRuleDefinitionAlertRule",
"Method": "GET",
- "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRuleDefinitions/{managedTenantAlertRuleDefinition-id}/alertRules/{managedTenantAlertRule-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertRuleDefinitionAlertRule",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.ManagedTenants",
+ "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRuleDefinitions/{managedTenantAlertRuleDefinition-id}/alertRules",
+ "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertRule",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertRule",
- "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertRuleDefinitionAlertRule",
"Method": "GET",
- "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRuleDefinitions/{managedTenantAlertRuleDefinition-id}/alertRules",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertRuleDefinitionAlertRule",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.ManagedTenants",
+ "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRuleDefinitions/{managedTenantAlertRuleDefinition-id}/alertRules/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertRuleDefinitionAlertRuleCount",
"Method": "GET",
- "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRuleDefinitions/{managedTenantAlertRuleDefinition-id}/alertRules/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertRuleDefinitionAlertRuleCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.ManagedTenants",
+ "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRuleDefinitions/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertRuleDefinitionCount",
"Method": "GET",
- "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRuleDefinitions/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertRuleDefinitionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.ManagedTenants",
+ "Uri": "/tenantRelationships/managedTenants/managedTenantApiNotifications/{managedTenantApiNotification-id}",
+ "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantApiNotification",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantApiNotification",
- "Command": "Get-MgBetaTenantRelationshipManagedTenantApiNotification",
"Method": "GET",
- "Uri": "/tenantRelationships/managedTenants/managedTenantApiNotifications/{managedTenantApiNotification-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaTenantRelationshipManagedTenantApiNotification",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.ManagedTenants",
+ "Uri": "/tenantRelationships/managedTenants/managedTenantApiNotifications",
+ "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantApiNotification",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantApiNotification",
- "Command": "Get-MgBetaTenantRelationshipManagedTenantApiNotification",
"Method": "GET",
- "Uri": "/tenantRelationships/managedTenants/managedTenantApiNotifications",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaTenantRelationshipManagedTenantApiNotification",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.ManagedTenants",
+ "Uri": "/tenantRelationships/managedTenants/managedTenantApiNotifications/{managedTenantApiNotification-id}/alert",
+ "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlert",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlert",
- "Command": "Get-MgBetaTenantRelationshipManagedTenantApiNotificationAlert",
"Method": "GET",
- "Uri": "/tenantRelationships/managedTenants/managedTenantApiNotifications/{managedTenantApiNotification-id}/alert",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaTenantRelationshipManagedTenantApiNotificationAlert",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.ManagedTenants",
+ "Uri": "/tenantRelationships/managedTenants/managedTenantApiNotifications/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgBetaTenantRelationshipManagedTenantApiNotificationCount",
"Method": "GET",
- "Uri": "/tenantRelationships/managedTenants/managedTenantApiNotifications/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaTenantRelationshipManagedTenantApiNotificationCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.ManagedTenants",
+ "Uri": "/tenantRelationships/managedTenants/appPerformances/{appPerformance-id}",
+ "OutputType": "IMicrosoftGraphManagedTenantsAppPerformance",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphManagedTenantsAppPerformance",
- "Command": "Get-MgBetaTenantRelationshipManagedTenantAppPerformance",
"Method": "GET",
- "Uri": "/tenantRelationships/managedTenants/appPerformances/{appPerformance-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaTenantRelationshipManagedTenantAppPerformance",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.ManagedTenants",
+ "Uri": "/tenantRelationships/managedTenants/appPerformances",
+ "OutputType": "IMicrosoftGraphManagedTenantsAppPerformance",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphManagedTenantsAppPerformance",
- "Command": "Get-MgBetaTenantRelationshipManagedTenantAppPerformance",
"Method": "GET",
- "Uri": "/tenantRelationships/managedTenants/appPerformances",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaTenantRelationshipManagedTenantAppPerformance",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.ManagedTenants",
+ "Uri": "/tenantRelationships/managedTenants/appPerformances/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgBetaTenantRelationshipManagedTenantAppPerformanceCount",
"Method": "GET",
- "Uri": "/tenantRelationships/managedTenants/appPerformances/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaTenantRelationshipManagedTenantAppPerformanceCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.ManagedTenants",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphManagedTenantsAuditEvent",
- "Command": "Get-MgBetaTenantRelationshipManagedTenantAuditEvent",
- "Method": "GET",
"Uri": "/tenantRelationships/managedTenants/auditEvents/{auditEvent-id}",
+ "OutputType": "IMicrosoftGraphManagedTenantsAuditEvent",
"ApiVersion": "beta",
"Permissions": [
{
@@ -166686,42 +174098,45 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaTenantRelationshipManagedTenantAuditEvent",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-auditevent-get?view=graph-rest-1.0"
},
{
"Module": "Beta.ManagedTenants",
+ "Uri": "/tenantRelationships/managedTenants/auditEvents",
+ "OutputType": "IMicrosoftGraphManagedTenantsAuditEvent",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphManagedTenantsAuditEvent",
- "Command": "Get-MgBetaTenantRelationshipManagedTenantAuditEvent",
"Method": "GET",
- "Uri": "/tenantRelationships/managedTenants/auditEvents",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaTenantRelationshipManagedTenantAuditEvent",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-auditevents?view=graph-rest-1.0"
},
{
"Module": "Beta.ManagedTenants",
+ "Uri": "/tenantRelationships/managedTenants/auditEvents/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgBetaTenantRelationshipManagedTenantAuditEventCount",
"Method": "GET",
- "Uri": "/tenantRelationships/managedTenants/auditEvents/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaTenantRelationshipManagedTenantAuditEventCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.ManagedTenants",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphManagedTenantsCloudPcConnection",
- "Command": "Get-MgBetaTenantRelationshipManagedTenantCloudPcConnection",
- "Method": "GET",
"Uri": "/tenantRelationships/managedTenants/cloudPcConnections/{cloudPcConnection-id}",
+ "OutputType": "IMicrosoftGraphManagedTenantsCloudPcConnection",
"ApiVersion": "beta",
"Permissions": [
{
@@ -166740,17 +174155,19 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.ManagedTenants",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphManagedTenantsCloudPcConnection",
- "Command": "Get-MgBetaTenantRelationshipManagedTenantCloudPcConnection",
"Method": "GET",
+ "Command": "Get-MgBetaTenantRelationshipManagedTenantCloudPcConnection",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-cloudpcconnection-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.ManagedTenants",
"Uri": "/tenantRelationships/managedTenants/cloudPcConnections",
+ "OutputType": "IMicrosoftGraphManagedTenantsCloudPcConnection",
"ApiVersion": "beta",
"Permissions": [
{
@@ -166769,17 +174186,18 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.ManagedTenants",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaTenantRelationshipManagedTenantCloudPcConnectionCount",
"Method": "GET",
+ "Command": "Get-MgBetaTenantRelationshipManagedTenantCloudPcConnection",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-cloudpcconnections?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.ManagedTenants",
"Uri": "/tenantRelationships/managedTenants/cloudPcConnections/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -166798,18 +174216,18 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.ManagedTenants",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphManagedTenantsCloudPcDevice",
- "Command": "Get-MgBetaTenantRelationshipManagedTenantCloudPcDevice",
"Method": "GET",
+ "Command": "Get-MgBetaTenantRelationshipManagedTenantCloudPcConnectionCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.ManagedTenants",
"Uri": "/tenantRelationships/managedTenants/cloudPcDevices/{cloudPcDevice-id}",
+ "OutputType": "IMicrosoftGraphManagedTenantsCloudPcDevice",
"ApiVersion": "beta",
"Permissions": [
{
@@ -166828,17 +174246,19 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.ManagedTenants",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphManagedTenantsCloudPcDevice",
- "Command": "Get-MgBetaTenantRelationshipManagedTenantCloudPcDevice",
"Method": "GET",
+ "Command": "Get-MgBetaTenantRelationshipManagedTenantCloudPcDevice",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-cloudpcdevice-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.ManagedTenants",
"Uri": "/tenantRelationships/managedTenants/cloudPcDevices",
+ "OutputType": "IMicrosoftGraphManagedTenantsCloudPcDevice",
"ApiVersion": "beta",
"Permissions": [
{
@@ -166857,17 +174277,18 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.ManagedTenants",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaTenantRelationshipManagedTenantCloudPcDeviceCount",
"Method": "GET",
+ "Command": "Get-MgBetaTenantRelationshipManagedTenantCloudPcDevice",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-cloudpcdevices?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.ManagedTenants",
"Uri": "/tenantRelationships/managedTenants/cloudPcDevices/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -166886,18 +174307,18 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.ManagedTenants",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphManagedTenantsCloudPcOverview",
- "Command": "Get-MgBetaTenantRelationshipManagedTenantCloudPcOverview",
"Method": "GET",
+ "Command": "Get-MgBetaTenantRelationshipManagedTenantCloudPcDeviceCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.ManagedTenants",
"Uri": "/tenantRelationships/managedTenants/cloudPcsOverview/{cloudPcOverview-tenantId}",
+ "OutputType": "IMicrosoftGraphManagedTenantsCloudPcOverview",
"ApiVersion": "beta",
"Permissions": [
{
@@ -166916,17 +174337,19 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.ManagedTenants",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphManagedTenantsCloudPcOverview",
- "Command": "Get-MgBetaTenantRelationshipManagedTenantCloudPcOverview",
"Method": "GET",
+ "Command": "Get-MgBetaTenantRelationshipManagedTenantCloudPcOverview",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-cloudpcoverview-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.ManagedTenants",
"Uri": "/tenantRelationships/managedTenants/cloudPcsOverview",
+ "OutputType": "IMicrosoftGraphManagedTenantsCloudPcOverview",
"ApiVersion": "beta",
"Permissions": [
{
@@ -166945,17 +174368,18 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.ManagedTenants",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaTenantRelationshipManagedTenantCloudPcOverviewCount",
"Method": "GET",
+ "Command": "Get-MgBetaTenantRelationshipManagedTenantCloudPcOverview",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-cloudpcsoverview?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.ManagedTenants",
"Uri": "/tenantRelationships/managedTenants/cloudPcsOverview/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -166974,18 +174398,18 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.ManagedTenants",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphManagedTenantsConditionalAccessPolicyCoverage",
- "Command": "Get-MgBetaTenantRelationshipManagedTenantConditionalAccessPolicyCoverage",
"Method": "GET",
+ "Command": "Get-MgBetaTenantRelationshipManagedTenantCloudPcOverviewCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.ManagedTenants",
"Uri": "/tenantRelationships/managedTenants/conditionalAccessPolicyCoverages/{conditionalAccessPolicyCoverage-id}",
+ "OutputType": "IMicrosoftGraphManagedTenantsConditionalAccessPolicyCoverage",
"ApiVersion": "beta",
"Permissions": [
{
@@ -167012,17 +174436,19 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.ManagedTenants",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphManagedTenantsConditionalAccessPolicyCoverage",
- "Command": "Get-MgBetaTenantRelationshipManagedTenantConditionalAccessPolicyCoverage",
"Method": "GET",
+ "Command": "Get-MgBetaTenantRelationshipManagedTenantConditionalAccessPolicyCoverage",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-conditionalaccesspolicycoverage-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.ManagedTenants",
"Uri": "/tenantRelationships/managedTenants/conditionalAccessPolicyCoverages",
+ "OutputType": "IMicrosoftGraphManagedTenantsConditionalAccessPolicyCoverage",
"ApiVersion": "beta",
"Permissions": [
{
@@ -167049,17 +174475,18 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.ManagedTenants",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaTenantRelationshipManagedTenantConditionalAccessPolicyCoverageCount",
"Method": "GET",
+ "Command": "Get-MgBetaTenantRelationshipManagedTenantConditionalAccessPolicyCoverage",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-conditionalaccesspolicycoverages?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.ManagedTenants",
"Uri": "/tenantRelationships/managedTenants/conditionalAccessPolicyCoverages/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -167086,17 +174513,18 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.ManagedTenants",
+ ],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgBetaTenantRelationshipManagedTenantCount",
"Method": "GET",
+ "Command": "Get-MgBetaTenantRelationshipManagedTenantConditionalAccessPolicyCoverageCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.ManagedTenants",
"Uri": "/tenantRelationships/managedTenants/tenants/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -167115,55 +174543,58 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaTenantRelationshipManagedTenantCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.ManagedTenants",
+ "Uri": "/tenantRelationships/managedTenants/credentialUserRegistrationsSummaries/{credentialUserRegistrationsSummary-id}",
+ "OutputType": "IMicrosoftGraphManagedTenantsCredentialUserRegistrationsSummary",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphManagedTenantsCredentialUserRegistrationsSummary",
- "Command": "Get-MgBetaTenantRelationshipManagedTenantCredentialUserRegistrationSummary",
"Method": "GET",
- "Uri": "/tenantRelationships/managedTenants/credentialUserRegistrationsSummaries/{credentialUserRegistrationsSummary-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaTenantRelationshipManagedTenantCredentialUserRegistrationSummary",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-credentialuserregistrationssummary-get?view=graph-rest-1.0"
},
{
"Module": "Beta.ManagedTenants",
+ "Uri": "/tenantRelationships/managedTenants/credentialUserRegistrationsSummaries",
+ "OutputType": "IMicrosoftGraphManagedTenantsCredentialUserRegistrationsSummary",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphManagedTenantsCredentialUserRegistrationsSummary",
- "Command": "Get-MgBetaTenantRelationshipManagedTenantCredentialUserRegistrationSummary",
"Method": "GET",
- "Uri": "/tenantRelationships/managedTenants/credentialUserRegistrationsSummaries",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaTenantRelationshipManagedTenantCredentialUserRegistrationSummary",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-credentialuserregistrationssummaries?view=graph-rest-1.0"
},
{
"Module": "Beta.ManagedTenants",
+ "Uri": "/tenantRelationships/managedTenants/credentialUserRegistrationsSummaries/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgBetaTenantRelationshipManagedTenantCredentialUserRegistrationSummaryCount",
"Method": "GET",
- "Uri": "/tenantRelationships/managedTenants/credentialUserRegistrationsSummaries/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaTenantRelationshipManagedTenantCredentialUserRegistrationSummaryCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.ManagedTenants",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphManagedTenantsTenantCustomizedInformation",
- "Command": "Get-MgBetaTenantRelationshipManagedTenantCustomizedInformation",
- "Method": "GET",
"Uri": "/tenantRelationships/managedTenants/tenantsCustomizedInformation/{tenantCustomizedInformation-id}",
+ "OutputType": "IMicrosoftGraphManagedTenantsTenantCustomizedInformation",
"ApiVersion": "beta",
"Permissions": [
{
@@ -167182,17 +174613,19 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.ManagedTenants",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphManagedTenantsTenantCustomizedInformation",
- "Command": "Get-MgBetaTenantRelationshipManagedTenantCustomizedInformation",
"Method": "GET",
+ "Command": "Get-MgBetaTenantRelationshipManagedTenantCustomizedInformation",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-tenantcustomizedinformation-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.ManagedTenants",
"Uri": "/tenantRelationships/managedTenants/tenantsCustomizedInformation",
+ "OutputType": "IMicrosoftGraphManagedTenantsTenantCustomizedInformation",
"ApiVersion": "beta",
"Permissions": [
{
@@ -167211,17 +174644,18 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.ManagedTenants",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaTenantRelationshipManagedTenantCustomizedInformationCount",
"Method": "GET",
+ "Command": "Get-MgBetaTenantRelationshipManagedTenantCustomizedInformation",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-tenantscustomizedinformation?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.ManagedTenants",
"Uri": "/tenantRelationships/managedTenants/tenantsCustomizedInformation/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -167240,18 +174674,18 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.ManagedTenants",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphManagedTenantsTenantDetailedInformation",
- "Command": "Get-MgBetaTenantRelationshipManagedTenantDetailedInformation",
"Method": "GET",
+ "Command": "Get-MgBetaTenantRelationshipManagedTenantCustomizedInformationCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.ManagedTenants",
"Uri": "/tenantRelationships/managedTenants/tenantsDetailedInformation/{tenantDetailedInformation-id}",
+ "OutputType": "IMicrosoftGraphManagedTenantsTenantDetailedInformation",
"ApiVersion": "beta",
"Permissions": [
{
@@ -167270,17 +174704,19 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.ManagedTenants",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphManagedTenantsTenantDetailedInformation",
- "Command": "Get-MgBetaTenantRelationshipManagedTenantDetailedInformation",
"Method": "GET",
+ "Command": "Get-MgBetaTenantRelationshipManagedTenantDetailedInformation",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-tenantdetailedinformation-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.ManagedTenants",
"Uri": "/tenantRelationships/managedTenants/tenantsDetailedInformation",
+ "OutputType": "IMicrosoftGraphManagedTenantsTenantDetailedInformation",
"ApiVersion": "beta",
"Permissions": [
{
@@ -167299,17 +174735,18 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.ManagedTenants",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaTenantRelationshipManagedTenantDetailedInformationCount",
"Method": "GET",
+ "Command": "Get-MgBetaTenantRelationshipManagedTenantDetailedInformation",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-tenantsdetailedinformation?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.ManagedTenants",
"Uri": "/tenantRelationships/managedTenants/tenantsDetailedInformation/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -167328,55 +174765,58 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaTenantRelationshipManagedTenantDetailedInformationCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.ManagedTenants",
+ "Uri": "/tenantRelationships/managedTenants/deviceAppPerformances/{deviceAppPerformance-id}",
+ "OutputType": "IMicrosoftGraphManagedTenantsDeviceAppPerformance",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphManagedTenantsDeviceAppPerformance",
- "Command": "Get-MgBetaTenantRelationshipManagedTenantDeviceAppPerformance",
"Method": "GET",
- "Uri": "/tenantRelationships/managedTenants/deviceAppPerformances/{deviceAppPerformance-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaTenantRelationshipManagedTenantDeviceAppPerformance",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.ManagedTenants",
+ "Uri": "/tenantRelationships/managedTenants/deviceAppPerformances",
+ "OutputType": "IMicrosoftGraphManagedTenantsDeviceAppPerformance",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphManagedTenantsDeviceAppPerformance",
- "Command": "Get-MgBetaTenantRelationshipManagedTenantDeviceAppPerformance",
"Method": "GET",
- "Uri": "/tenantRelationships/managedTenants/deviceAppPerformances",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaTenantRelationshipManagedTenantDeviceAppPerformance",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.ManagedTenants",
+ "Uri": "/tenantRelationships/managedTenants/deviceAppPerformances/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgBetaTenantRelationshipManagedTenantDeviceAppPerformanceCount",
"Method": "GET",
- "Uri": "/tenantRelationships/managedTenants/deviceAppPerformances/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaTenantRelationshipManagedTenantDeviceAppPerformanceCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.ManagedTenants",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphManagedTenantsDeviceCompliancePolicySettingStateSummary",
- "Command": "Get-MgBetaTenantRelationshipManagedTenantDeviceCompliancePolicySettingStateSummary",
- "Method": "GET",
"Uri": "/tenantRelationships/managedTenants/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}",
+ "OutputType": "IMicrosoftGraphManagedTenantsDeviceCompliancePolicySettingStateSummary",
"ApiVersion": "beta",
"Permissions": [
{
@@ -167395,17 +174835,19 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.ManagedTenants",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphManagedTenantsDeviceCompliancePolicySettingStateSummary",
- "Command": "Get-MgBetaTenantRelationshipManagedTenantDeviceCompliancePolicySettingStateSummary",
"Method": "GET",
+ "Command": "Get-MgBetaTenantRelationshipManagedTenantDeviceCompliancePolicySettingStateSummary",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-devicecompliancepolicysettingstatesummary-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.ManagedTenants",
"Uri": "/tenantRelationships/managedTenants/deviceCompliancePolicySettingStateSummaries",
+ "OutputType": "IMicrosoftGraphManagedTenantsDeviceCompliancePolicySettingStateSummary",
"ApiVersion": "beta",
"Permissions": [
{
@@ -167424,17 +174866,18 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.ManagedTenants",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaTenantRelationshipManagedTenantDeviceCompliancePolicySettingStateSummaryCount",
"Method": "GET",
+ "Command": "Get-MgBetaTenantRelationshipManagedTenantDeviceCompliancePolicySettingStateSummary",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-devicecompliancepolicysettingstatesummary?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.ManagedTenants",
"Uri": "/tenantRelationships/managedTenants/deviceCompliancePolicySettingStateSummaries/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -167453,105 +174896,112 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaTenantRelationshipManagedTenantDeviceCompliancePolicySettingStateSummaryCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.ManagedTenants",
+ "Uri": "/tenantRelationships/managedTenants/deviceHealthStatuses/{deviceHealthStatus-id}",
+ "OutputType": "IMicrosoftGraphManagedTenantsDeviceHealthStatus",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphManagedTenantsDeviceHealthStatus",
- "Command": "Get-MgBetaTenantRelationshipManagedTenantDeviceHealthStatus",
"Method": "GET",
- "Uri": "/tenantRelationships/managedTenants/deviceHealthStatuses/{deviceHealthStatus-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaTenantRelationshipManagedTenantDeviceHealthStatus",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.ManagedTenants",
+ "Uri": "/tenantRelationships/managedTenants/deviceHealthStatuses",
+ "OutputType": "IMicrosoftGraphManagedTenantsDeviceHealthStatus",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphManagedTenantsDeviceHealthStatus",
- "Command": "Get-MgBetaTenantRelationshipManagedTenantDeviceHealthStatus",
"Method": "GET",
- "Uri": "/tenantRelationships/managedTenants/deviceHealthStatuses",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaTenantRelationshipManagedTenantDeviceHealthStatus",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.ManagedTenants",
+ "Uri": "/tenantRelationships/managedTenants/deviceHealthStatuses/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgBetaTenantRelationshipManagedTenantDeviceHealthStatusCount",
"Method": "GET",
- "Uri": "/tenantRelationships/managedTenants/deviceHealthStatuses/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaTenantRelationshipManagedTenantDeviceHealthStatusCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.ManagedTenants",
+ "Uri": "/tenantRelationships/managedTenants/managedTenantEmailNotifications/{managedTenantEmailNotification-id}",
+ "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantEmailNotification",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantEmailNotification",
- "Command": "Get-MgBetaTenantRelationshipManagedTenantEmailNotification",
"Method": "GET",
- "Uri": "/tenantRelationships/managedTenants/managedTenantEmailNotifications/{managedTenantEmailNotification-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaTenantRelationshipManagedTenantEmailNotification",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.ManagedTenants",
+ "Uri": "/tenantRelationships/managedTenants/managedTenantEmailNotifications",
+ "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantEmailNotification",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantEmailNotification",
- "Command": "Get-MgBetaTenantRelationshipManagedTenantEmailNotification",
"Method": "GET",
- "Uri": "/tenantRelationships/managedTenants/managedTenantEmailNotifications",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaTenantRelationshipManagedTenantEmailNotification",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.ManagedTenants",
+ "Uri": "/tenantRelationships/managedTenants/managedTenantEmailNotifications/{managedTenantEmailNotification-id}/alert",
+ "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlert",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlert",
- "Command": "Get-MgBetaTenantRelationshipManagedTenantEmailNotificationAlert",
"Method": "GET",
- "Uri": "/tenantRelationships/managedTenants/managedTenantEmailNotifications/{managedTenantEmailNotification-id}/alert",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaTenantRelationshipManagedTenantEmailNotificationAlert",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.ManagedTenants",
+ "Uri": "/tenantRelationships/managedTenants/managedTenantEmailNotifications/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgBetaTenantRelationshipManagedTenantEmailNotificationCount",
"Method": "GET",
- "Uri": "/tenantRelationships/managedTenants/managedTenantEmailNotifications/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaTenantRelationshipManagedTenantEmailNotificationCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.ManagedTenants",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphManagedTenantsTenantGroup",
- "Command": "Get-MgBetaTenantRelationshipManagedTenantGroup",
- "Method": "GET",
"Uri": "/tenantRelationships/managedTenants/tenantGroups/{tenantGroup-id}",
+ "OutputType": "IMicrosoftGraphManagedTenantsTenantGroup",
"ApiVersion": "beta",
"Permissions": [
{
@@ -167570,17 +175020,19 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.ManagedTenants",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphManagedTenantsTenantGroup",
- "Command": "Get-MgBetaTenantRelationshipManagedTenantGroup",
"Method": "GET",
+ "Command": "Get-MgBetaTenantRelationshipManagedTenantGroup",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-tenantgroup-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.ManagedTenants",
"Uri": "/tenantRelationships/managedTenants/tenantGroups",
+ "OutputType": "IMicrosoftGraphManagedTenantsTenantGroup",
"ApiVersion": "beta",
"Permissions": [
{
@@ -167599,17 +175051,18 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.ManagedTenants",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaTenantRelationshipManagedTenantGroupCount",
"Method": "GET",
+ "Command": "Get-MgBetaTenantRelationshipManagedTenantGroup",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-tenantgroups?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.ManagedTenants",
"Uri": "/tenantRelationships/managedTenants/tenantGroups/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -167628,18 +175081,18 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.ManagedTenants",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphManagedTenantsManagedDeviceCompliance",
- "Command": "Get-MgBetaTenantRelationshipManagedTenantManagedDeviceCompliance",
"Method": "GET",
+ "Command": "Get-MgBetaTenantRelationshipManagedTenantGroupCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.ManagedTenants",
"Uri": "/tenantRelationships/managedTenants/managedDeviceCompliances/{managedDeviceCompliance-id}",
+ "OutputType": "IMicrosoftGraphManagedTenantsManagedDeviceCompliance",
"ApiVersion": "beta",
"Permissions": [
{
@@ -167658,17 +175111,19 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.ManagedTenants",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphManagedTenantsManagedDeviceCompliance",
- "Command": "Get-MgBetaTenantRelationshipManagedTenantManagedDeviceCompliance",
"Method": "GET",
+ "Command": "Get-MgBetaTenantRelationshipManagedTenantManagedDeviceCompliance",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-manageddevicecompliance-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.ManagedTenants",
"Uri": "/tenantRelationships/managedTenants/managedDeviceCompliances",
+ "OutputType": "IMicrosoftGraphManagedTenantsManagedDeviceCompliance",
"ApiVersion": "beta",
"Permissions": [
{
@@ -167687,17 +175142,18 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.ManagedTenants",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaTenantRelationshipManagedTenantManagedDeviceComplianceCount",
"Method": "GET",
+ "Command": "Get-MgBetaTenantRelationshipManagedTenantManagedDeviceCompliance",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-manageddevicecompliances?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.ManagedTenants",
"Uri": "/tenantRelationships/managedTenants/managedDeviceCompliances/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -167716,18 +175172,18 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.ManagedTenants",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphManagedTenantsManagedDeviceComplianceTrend",
- "Command": "Get-MgBetaTenantRelationshipManagedTenantManagedDeviceComplianceTrend",
"Method": "GET",
+ "Command": "Get-MgBetaTenantRelationshipManagedTenantManagedDeviceComplianceCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.ManagedTenants",
"Uri": "/tenantRelationships/managedTenants/managedDeviceComplianceTrends/{managedDeviceComplianceTrend-id}",
+ "OutputType": "IMicrosoftGraphManagedTenantsManagedDeviceComplianceTrend",
"ApiVersion": "beta",
"Permissions": [
{
@@ -167746,17 +175202,19 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.ManagedTenants",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphManagedTenantsManagedDeviceComplianceTrend",
- "Command": "Get-MgBetaTenantRelationshipManagedTenantManagedDeviceComplianceTrend",
"Method": "GET",
+ "Command": "Get-MgBetaTenantRelationshipManagedTenantManagedDeviceComplianceTrend",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-manageddevicecompliancetrend-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.ManagedTenants",
"Uri": "/tenantRelationships/managedTenants/managedDeviceComplianceTrends",
+ "OutputType": "IMicrosoftGraphManagedTenantsManagedDeviceComplianceTrend",
"ApiVersion": "beta",
"Permissions": [
{
@@ -167775,17 +175233,18 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.ManagedTenants",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaTenantRelationshipManagedTenantManagedDeviceComplianceTrendCount",
"Method": "GET",
+ "Command": "Get-MgBetaTenantRelationshipManagedTenantManagedDeviceComplianceTrend",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-manageddevicecompliancetrends?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.ManagedTenants",
"Uri": "/tenantRelationships/managedTenants/managedDeviceComplianceTrends/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -167804,18 +175263,18 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.ManagedTenants",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphManagedTenantsManagementAction",
- "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementAction",
"Method": "GET",
+ "Command": "Get-MgBetaTenantRelationshipManagedTenantManagedDeviceComplianceTrendCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.ManagedTenants",
"Uri": "/tenantRelationships/managedTenants/managementActions/{managementAction-id}",
+ "OutputType": "IMicrosoftGraphManagedTenantsManagementAction",
"ApiVersion": "beta",
"Permissions": [
{
@@ -167834,17 +175293,19 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.ManagedTenants",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphManagedTenantsManagementAction",
- "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementAction",
"Method": "GET",
+ "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementAction",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managementaction-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.ManagedTenants",
"Uri": "/tenantRelationships/managedTenants/managementActions",
+ "OutputType": "IMicrosoftGraphManagedTenantsManagementAction",
"ApiVersion": "beta",
"Permissions": [
{
@@ -167863,17 +175324,18 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.ManagedTenants",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementActionCount",
"Method": "GET",
+ "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementAction",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-managementactions?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.ManagedTenants",
"Uri": "/tenantRelationships/managedTenants/managementActions/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -167892,18 +175354,18 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.ManagedTenants",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphManagedTenantsManagementActionTenantDeploymentStatus",
- "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementActionTenantDeploymentStatus",
"Method": "GET",
+ "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementActionCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.ManagedTenants",
"Uri": "/tenantRelationships/managedTenants/managementActionTenantDeploymentStatuses/{managementActionTenantDeploymentStatus-id}",
+ "OutputType": "IMicrosoftGraphManagedTenantsManagementActionTenantDeploymentStatus",
"ApiVersion": "beta",
"Permissions": [
{
@@ -167922,17 +175384,19 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.ManagedTenants",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphManagedTenantsManagementActionTenantDeploymentStatus",
- "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementActionTenantDeploymentStatus",
"Method": "GET",
+ "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementActionTenantDeploymentStatus",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managementactiontenantdeploymentstatus-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.ManagedTenants",
"Uri": "/tenantRelationships/managedTenants/managementActionTenantDeploymentStatuses",
+ "OutputType": "IMicrosoftGraphManagedTenantsManagementActionTenantDeploymentStatus",
"ApiVersion": "beta",
"Permissions": [
{
@@ -167951,17 +175415,18 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.ManagedTenants",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementActionTenantDeploymentStatusCount",
"Method": "GET",
+ "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementActionTenantDeploymentStatus",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-managementactiontenantdeploymentstatuses?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.ManagedTenants",
"Uri": "/tenantRelationships/managedTenants/managementActionTenantDeploymentStatuses/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -167980,18 +175445,18 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.ManagedTenants",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphManagedTenantsManagementIntent",
- "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementIntent",
"Method": "GET",
+ "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementActionTenantDeploymentStatusCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.ManagedTenants",
"Uri": "/tenantRelationships/managedTenants/managementIntents/{managementIntent-id}",
+ "OutputType": "IMicrosoftGraphManagedTenantsManagementIntent",
"ApiVersion": "beta",
"Permissions": [
{
@@ -168010,17 +175475,19 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.ManagedTenants",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphManagedTenantsManagementIntent",
- "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementIntent",
"Method": "GET",
+ "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementIntent",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managementintent-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.ManagedTenants",
"Uri": "/tenantRelationships/managedTenants/managementIntents",
+ "OutputType": "IMicrosoftGraphManagedTenantsManagementIntent",
"ApiVersion": "beta",
"Permissions": [
{
@@ -168039,17 +175506,18 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.ManagedTenants",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementIntentCount",
"Method": "GET",
+ "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementIntent",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-managementintents?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.ManagedTenants",
"Uri": "/tenantRelationships/managedTenants/managementIntents/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -168068,18 +175536,18 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.ManagedTenants",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplate",
- "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplate",
"Method": "GET",
+ "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementIntentCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.ManagedTenants",
"Uri": "/tenantRelationships/managedTenants/managementTemplates/{managementTemplate-id}",
+ "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplate",
"ApiVersion": "beta",
"Permissions": [
{
@@ -168098,17 +175566,19 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.ManagedTenants",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplate",
- "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplate",
"Method": "GET",
+ "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplate",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managementtemplate-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.ManagedTenants",
"Uri": "/tenantRelationships/managedTenants/managementTemplates",
+ "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplate",
"ApiVersion": "beta",
"Permissions": [
{
@@ -168127,134 +175597,144 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplate",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-managementtemplates?view=graph-rest-1.0"
},
{
"Module": "Beta.ManagedTenants",
+ "Uri": "/tenantRelationships/managedTenants/managementTemplateCollections/{managementTemplateCollection-id}",
+ "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateCollection",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateCollection",
- "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateCollection",
"Method": "GET",
- "Uri": "/tenantRelationships/managedTenants/managementTemplateCollections/{managementTemplateCollection-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateCollection",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.ManagedTenants",
+ "Uri": "/tenantRelationships/managedTenants/managementTemplateCollections",
+ "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateCollection",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List",
"List1"
],
- "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateCollection",
- "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateCollection",
"Method": "GET",
- "Uri": "/tenantRelationships/managedTenants/managementTemplateCollections",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateCollection",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.ManagedTenants",
+ "Uri": "/tenantRelationships/managedTenants/managementTemplateCollections/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateCollectionCount",
"Method": "GET",
- "Uri": "/tenantRelationships/managedTenants/managementTemplateCollections/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateCollectionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.ManagedTenants",
- "Variants": [
- "Get",
+ "Uri": "/tenantRelationships/managedTenants/managementTemplateCollections/{managementTemplateCollection-id}/managementTemplates/{managementTemplate-id}",
+ "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplate",
+ "ApiVersion": "beta",
+ "Permissions": [],
+ "Variants": [
+ "Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplate",
- "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateCollectionManagementTemplate",
"Method": "GET",
- "Uri": "/tenantRelationships/managedTenants/managementTemplateCollections/{managementTemplateCollection-id}/managementTemplates/{managementTemplate-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateCollectionManagementTemplate",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.ManagedTenants",
+ "Uri": "/tenantRelationships/managedTenants/managementTemplateCollections/{managementTemplateCollection-id}/managementTemplates",
+ "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplate",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplate",
- "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateCollectionManagementTemplate",
"Method": "GET",
- "Uri": "/tenantRelationships/managedTenants/managementTemplateCollections/{managementTemplateCollection-id}/managementTemplates",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateCollectionManagementTemplate",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.ManagedTenants",
+ "Uri": "/tenantRelationships/managedTenants/managementTemplateCollections/{managementTemplateCollection-id}/managementTemplates/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateCollectionManagementTemplateCount",
"Method": "GET",
- "Uri": "/tenantRelationships/managedTenants/managementTemplateCollections/{managementTemplateCollection-id}/managementTemplates/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateCollectionManagementTemplateCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.ManagedTenants",
+ "Uri": "/tenantRelationships/managedTenants/managementTemplateCollectionTenantSummaries/{managementTemplateCollectionTenantSummary-id}",
+ "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateCollectionTenantSummary",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateCollectionTenantSummary",
- "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateCollectionTenantSummary",
"Method": "GET",
- "Uri": "/tenantRelationships/managedTenants/managementTemplateCollectionTenantSummaries/{managementTemplateCollectionTenantSummary-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateCollectionTenantSummary",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.ManagedTenants",
+ "Uri": "/tenantRelationships/managedTenants/managementTemplateCollectionTenantSummaries",
+ "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateCollectionTenantSummary",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateCollectionTenantSummary",
- "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateCollectionTenantSummary",
"Method": "GET",
- "Uri": "/tenantRelationships/managedTenants/managementTemplateCollectionTenantSummaries",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateCollectionTenantSummary",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.ManagedTenants",
+ "Uri": "/tenantRelationships/managedTenants/managementTemplateCollectionTenantSummaries/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateCollectionTenantSummaryCount",
"Method": "GET",
- "Uri": "/tenantRelationships/managedTenants/managementTemplateCollectionTenantSummaries/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateCollectionTenantSummaryCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.ManagedTenants",
- "Variants": [
- "Get"
- ],
- "OutputType": null,
- "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateCount",
- "Method": "GET",
"Uri": "/tenantRelationships/managedTenants/managementTemplates/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -168273,254 +175753,273 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.ManagedTenants",
+ "Uri": "/tenantRelationships/managedTenants/managementTemplateSteps/{managementTemplateStep-id}",
+ "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStep",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStep",
- "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStep",
"Method": "GET",
- "Uri": "/tenantRelationships/managedTenants/managementTemplateSteps/{managementTemplateStep-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStep",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.ManagedTenants",
+ "Uri": "/tenantRelationships/managedTenants/managementTemplateSteps",
+ "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStep",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List",
"List1"
],
- "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStep",
- "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStep",
"Method": "GET",
- "Uri": "/tenantRelationships/managedTenants/managementTemplateSteps",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStep",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.ManagedTenants",
+ "Uri": "/tenantRelationships/managedTenants/managementTemplateSteps/{managementTemplateStep-id}/acceptedVersion",
+ "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepVersion",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepVersion",
- "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepAcceptedVersion",
"Method": "GET",
- "Uri": "/tenantRelationships/managedTenants/managementTemplateSteps/{managementTemplateStep-id}/acceptedVersion",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepAcceptedVersion",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.ManagedTenants",
+ "Uri": "/tenantRelationships/managedTenants/managementTemplates/{managementTemplate-id}/managementTemplateSteps/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepCount",
"Method": "GET",
- "Uri": "/tenantRelationships/managedTenants/managementTemplates/{managementTemplate-id}/managementTemplateSteps/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.ManagedTenants",
+ "Uri": "/tenantRelationships/managedTenants/managementTemplateSteps/{managementTemplateStep-id}/managementTemplate",
+ "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplate",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplate",
- "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepManagementTemplate",
"Method": "GET",
- "Uri": "/tenantRelationships/managedTenants/managementTemplateSteps/{managementTemplateStep-id}/managementTemplate",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepManagementTemplate",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.ManagedTenants",
+ "Uri": "/tenantRelationships/managedTenants/managementTemplateStepTenantSummaries/{managementTemplateStepTenantSummary-id}",
+ "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepTenantSummary",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepTenantSummary",
- "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepTenantSummary",
"Method": "GET",
- "Uri": "/tenantRelationships/managedTenants/managementTemplateStepTenantSummaries/{managementTemplateStepTenantSummary-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepTenantSummary",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.ManagedTenants",
+ "Uri": "/tenantRelationships/managedTenants/managementTemplateStepTenantSummaries",
+ "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepTenantSummary",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepTenantSummary",
- "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepTenantSummary",
"Method": "GET",
- "Uri": "/tenantRelationships/managedTenants/managementTemplateStepTenantSummaries",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepTenantSummary",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.ManagedTenants",
+ "Uri": "/tenantRelationships/managedTenants/managementTemplateStepTenantSummaries/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepTenantSummaryCount",
"Method": "GET",
- "Uri": "/tenantRelationships/managedTenants/managementTemplateStepTenantSummaries/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepTenantSummaryCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.ManagedTenants",
+ "Uri": "/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}",
+ "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepVersion",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepVersion",
- "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersion",
"Method": "GET",
- "Uri": "/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersion",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.ManagedTenants",
+ "Uri": "/tenantRelationships/managedTenants/managementTemplateStepVersions",
+ "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepVersion",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List",
"List1"
],
- "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepVersion",
- "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersion",
"Method": "GET",
- "Uri": "/tenantRelationships/managedTenants/managementTemplateStepVersions",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersion",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.ManagedTenants",
+ "Uri": "/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}/acceptedFor",
+ "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStep",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStep",
- "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersionAcceptedFor",
"Method": "GET",
- "Uri": "/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}/acceptedFor",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersionAcceptedFor",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.ManagedTenants",
+ "Uri": "/tenantRelationships/managedTenants/managementTemplateSteps/{managementTemplateStep-id}/versions/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersionCount",
"Method": "GET",
- "Uri": "/tenantRelationships/managedTenants/managementTemplateSteps/{managementTemplateStep-id}/versions/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.ManagedTenants",
+ "Uri": "/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}/deployments/{managementTemplateStepDeployment-id}",
+ "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepDeployment",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepDeployment",
- "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersionDeployment",
"Method": "GET",
- "Uri": "/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}/deployments/{managementTemplateStepDeployment-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersionDeployment",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.ManagedTenants",
+ "Uri": "/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}/deployments",
+ "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepDeployment",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepDeployment",
- "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersionDeployment",
"Method": "GET",
- "Uri": "/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}/deployments",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersionDeployment",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.ManagedTenants",
+ "Uri": "/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}/deployments/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersionDeploymentCount",
"Method": "GET",
- "Uri": "/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}/deployments/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersionDeploymentCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.ManagedTenants",
+ "Uri": "/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}/deployments/{managementTemplateStepDeployment-id}/templateStepVersion",
+ "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepVersion",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepVersion",
- "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersionDeploymentTemplateStepVersion",
"Method": "GET",
- "Uri": "/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}/deployments/{managementTemplateStepDeployment-id}/templateStepVersion",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersionDeploymentTemplateStepVersion",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.ManagedTenants",
+ "Uri": "/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}/templateStep",
+ "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStep",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStep",
- "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersionTemplateStep",
"Method": "GET",
- "Uri": "/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}/templateStep",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersionTemplateStep",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.ManagedTenants",
+ "Uri": "/tenantRelationships/managedTenants/myRoles/{myRole-tenantId}",
+ "OutputType": "IMicrosoftGraphManagedTenantsMyRole",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphManagedTenantsMyRole",
- "Command": "Get-MgBetaTenantRelationshipManagedTenantMyRole",
"Method": "GET",
- "Uri": "/tenantRelationships/managedTenants/myRoles/{myRole-tenantId}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaTenantRelationshipManagedTenantMyRole",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.ManagedTenants",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphManagedTenantsMyRole",
- "Command": "Get-MgBetaTenantRelationshipManagedTenantMyRole",
- "Method": "GET",
"Uri": "/tenantRelationships/managedTenants/myRoles",
+ "OutputType": "IMicrosoftGraphManagedTenantsMyRole",
"ApiVersion": "beta",
"Permissions": [
{
@@ -168539,17 +176038,18 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.ManagedTenants",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaTenantRelationshipManagedTenantMyRoleCount",
"Method": "GET",
+ "Command": "Get-MgBetaTenantRelationshipManagedTenantMyRole",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-myroles?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.ManagedTenants",
"Uri": "/tenantRelationships/managedTenants/myRoles/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -168568,18 +176068,18 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.ManagedTenants",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphManagedTenantsTenantTag",
- "Command": "Get-MgBetaTenantRelationshipManagedTenantTag",
"Method": "GET",
+ "Command": "Get-MgBetaTenantRelationshipManagedTenantMyRoleCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.ManagedTenants",
"Uri": "/tenantRelationships/managedTenants/tenantTags/{tenantTag-id}",
+ "OutputType": "IMicrosoftGraphManagedTenantsTenantTag",
"ApiVersion": "beta",
"Permissions": [
{
@@ -168598,17 +176098,19 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.ManagedTenants",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphManagedTenantsTenantTag",
- "Command": "Get-MgBetaTenantRelationshipManagedTenantTag",
"Method": "GET",
+ "Command": "Get-MgBetaTenantRelationshipManagedTenantTag",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-tenanttag-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.ManagedTenants",
"Uri": "/tenantRelationships/managedTenants/tenantTags",
+ "OutputType": "IMicrosoftGraphManagedTenantsTenantTag",
"ApiVersion": "beta",
"Permissions": [
{
@@ -168627,17 +176129,18 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.ManagedTenants",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaTenantRelationshipManagedTenantTagCount",
"Method": "GET",
+ "Command": "Get-MgBetaTenantRelationshipManagedTenantTag",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-tenanttags?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.ManagedTenants",
"Uri": "/tenantRelationships/managedTenants/tenantTags/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -168656,55 +176159,58 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaTenantRelationshipManagedTenantTagCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.ManagedTenants",
+ "Uri": "/tenantRelationships/managedTenants/managedTenantTicketingEndpoints/{managedTenantTicketingEndpoint-id}",
+ "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantTicketingEndpoint",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantTicketingEndpoint",
- "Command": "Get-MgBetaTenantRelationshipManagedTenantTicketingEndpoint",
"Method": "GET",
- "Uri": "/tenantRelationships/managedTenants/managedTenantTicketingEndpoints/{managedTenantTicketingEndpoint-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaTenantRelationshipManagedTenantTicketingEndpoint",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.ManagedTenants",
+ "Uri": "/tenantRelationships/managedTenants/managedTenantTicketingEndpoints",
+ "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantTicketingEndpoint",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantTicketingEndpoint",
- "Command": "Get-MgBetaTenantRelationshipManagedTenantTicketingEndpoint",
"Method": "GET",
- "Uri": "/tenantRelationships/managedTenants/managedTenantTicketingEndpoints",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaTenantRelationshipManagedTenantTicketingEndpoint",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.ManagedTenants",
+ "Uri": "/tenantRelationships/managedTenants/managedTenantTicketingEndpoints/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgBetaTenantRelationshipManagedTenantTicketingEndpointCount",
"Method": "GET",
- "Uri": "/tenantRelationships/managedTenants/managedTenantTicketingEndpoints/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaTenantRelationshipManagedTenantTicketingEndpointCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.ManagedTenants",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphManagedTenantsWindowsDeviceMalwareState",
- "Command": "Get-MgBetaTenantRelationshipManagedTenantWindowsDeviceMalwareState",
- "Method": "GET",
"Uri": "/tenantRelationships/managedTenants/windowsDeviceMalwareStates/{windowsDeviceMalwareState-id}",
+ "OutputType": "IMicrosoftGraphManagedTenantsWindowsDeviceMalwareState",
"ApiVersion": "beta",
"Permissions": [
{
@@ -168723,17 +176229,19 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.ManagedTenants",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphManagedTenantsWindowsDeviceMalwareState",
- "Command": "Get-MgBetaTenantRelationshipManagedTenantWindowsDeviceMalwareState",
"Method": "GET",
+ "Command": "Get-MgBetaTenantRelationshipManagedTenantWindowsDeviceMalwareState",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-windowsdevicemalwarestate-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.ManagedTenants",
"Uri": "/tenantRelationships/managedTenants/windowsDeviceMalwareStates",
+ "OutputType": "IMicrosoftGraphManagedTenantsWindowsDeviceMalwareState",
"ApiVersion": "beta",
"Permissions": [
{
@@ -168752,17 +176260,18 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.ManagedTenants",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaTenantRelationshipManagedTenantWindowsDeviceMalwareStateCount",
"Method": "GET",
+ "Command": "Get-MgBetaTenantRelationshipManagedTenantWindowsDeviceMalwareState",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-windowsdevicemalwarestates?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.ManagedTenants",
"Uri": "/tenantRelationships/managedTenants/windowsDeviceMalwareStates/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -168781,18 +176290,18 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.ManagedTenants",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphManagedTenantsWindowsProtectionState",
- "Command": "Get-MgBetaTenantRelationshipManagedTenantWindowsProtectionState",
"Method": "GET",
+ "Command": "Get-MgBetaTenantRelationshipManagedTenantWindowsDeviceMalwareStateCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.ManagedTenants",
"Uri": "/tenantRelationships/managedTenants/windowsProtectionStates/{windowsProtectionState-id}",
+ "OutputType": "IMicrosoftGraphManagedTenantsWindowsProtectionState",
"ApiVersion": "beta",
"Permissions": [
{
@@ -168811,17 +176320,19 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.ManagedTenants",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphManagedTenantsWindowsProtectionState",
- "Command": "Get-MgBetaTenantRelationshipManagedTenantWindowsProtectionState",
"Method": "GET",
+ "Command": "Get-MgBetaTenantRelationshipManagedTenantWindowsProtectionState",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-windowsprotectionstate-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.ManagedTenants",
"Uri": "/tenantRelationships/managedTenants/windowsProtectionStates",
+ "OutputType": "IMicrosoftGraphManagedTenantsWindowsProtectionState",
"ApiVersion": "beta",
"Permissions": [
{
@@ -168840,17 +176351,18 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.ManagedTenants",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaTenantRelationshipManagedTenantWindowsProtectionStateCount",
"Method": "GET",
+ "Command": "Get-MgBetaTenantRelationshipManagedTenantWindowsProtectionState",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-windowsprotectionstates?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.ManagedTenants",
"Uri": "/tenantRelationships/managedTenants/windowsProtectionStates/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -168869,17 +176381,18 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.SignIns",
+ ],
"Variants": [
"Get"
],
- "OutputType": "IMicrosoftGraphMultiTenantOrganization",
- "Command": "Get-MgBetaTenantRelationshipMultiTenantOrganization",
"Method": "GET",
+ "Command": "Get-MgBetaTenantRelationshipManagedTenantWindowsProtectionStateCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Identity.SignIns",
"Uri": "/tenantRelationships/multiTenantOrganization",
+ "OutputType": "IMicrosoftGraphMultiTenantOrganization",
"ApiVersion": "beta",
"Permissions": [
{
@@ -168906,17 +176419,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.SignIns",
+ ],
"Variants": [
"Get"
],
- "OutputType": "IMicrosoftGraphMultiTenantOrganizationJoinRequestRecord",
- "Command": "Get-MgBetaTenantRelationshipMultiTenantOrganizationJoinRequest",
"Method": "GET",
+ "Command": "Get-MgBetaTenantRelationshipMultiTenantOrganization",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/multitenantorganization-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.SignIns",
"Uri": "/tenantRelationships/multiTenantOrganization/joinRequest",
+ "OutputType": "IMicrosoftGraphMultiTenantOrganizationJoinRequestRecord",
"ApiVersion": "beta",
"Permissions": [
{
@@ -168935,30 +176449,32 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaTenantRelationshipMultiTenantOrganizationJoinRequest",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/multitenantorganizationjoinrequestrecord-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Identity.SignIns",
+ "Uri": "/tenantRelationships/multiTenantOrganization/tenants/{multiTenantOrganizationMember-id}",
+ "OutputType": "IMicrosoftGraphMultiTenantOrganizationMember",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMultiTenantOrganizationMember",
- "Command": "Get-MgBetaTenantRelationshipMultiTenantOrganizationTenant",
"Method": "GET",
- "Uri": "/tenantRelationships/multiTenantOrganization/tenants/{multiTenantOrganizationMember-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaTenantRelationshipMultiTenantOrganizationTenant",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/multitenantorganizationmember-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Identity.SignIns",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphMultiTenantOrganizationMember",
- "Command": "Get-MgBetaTenantRelationshipMultiTenantOrganizationTenant",
- "Method": "GET",
"Uri": "/tenantRelationships/multiTenantOrganization/tenants",
+ "OutputType": "IMicrosoftGraphMultiTenantOrganizationMember",
"ApiVersion": "beta",
"Permissions": [
{
@@ -168985,17 +176501,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.SignIns",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaTenantRelationshipMultiTenantOrganizationTenantCount",
"Method": "GET",
+ "Command": "Get-MgBetaTenantRelationshipMultiTenantOrganizationTenant",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/multitenantorganization-list-tenants?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.SignIns",
"Uri": "/tenantRelationships/multiTenantOrganization/tenants/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -169022,30 +176539,31 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.SignIns",
+ ],
"Variants": [
"Get"
],
- "OutputType": "IMicrosoftGraphTrustFramework",
- "Command": "Get-MgBetaTrustFramework",
"Method": "GET",
- "Uri": "/trustFramework",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaTenantRelationshipMultiTenantOrganizationTenantCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.SignIns",
+ "Uri": "/trustFramework",
+ "OutputType": "IMicrosoftGraphTrustFramework",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphTrustFrameworkKeySet",
- "Command": "Get-MgBetaTrustFrameworkKeySet",
"Method": "GET",
+ "Command": "Get-MgBetaTrustFramework",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Identity.SignIns",
"Uri": "/trustFramework/keySets/{trustFrameworkKeySet-id}",
+ "OutputType": "IMicrosoftGraphTrustFrameworkKeySet",
"ApiVersion": "beta",
"Permissions": [
{
@@ -169064,17 +176582,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.SignIns",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTrustFrameworkKeySet",
- "Command": "Get-MgBetaTrustFrameworkKeySet",
"Method": "GET",
+ "Command": "Get-MgBetaTrustFrameworkKeySet",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/trustframeworkkeyset-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.SignIns",
"Uri": "/trustFramework/keySets",
+ "OutputType": "IMicrosoftGraphTrustFrameworkKeySet",
"ApiVersion": "beta",
"Permissions": [
{
@@ -169093,18 +176613,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.SignIns",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": "IMicrosoftGraphTrustFrameworkKey",
- "Command": "Get-MgBetaTrustFrameworkKeySetActiveKey",
"Method": "GET",
+ "Command": "Get-MgBetaTrustFrameworkKeySet",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/trustframework-list-keysets?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.SignIns",
"Uri": "/trustFramework/keySets/{trustFrameworkKeySet-id}/getActiveKey",
+ "OutputType": "IMicrosoftGraphTrustFrameworkKey",
"ApiVersion": "beta",
"Permissions": [
{
@@ -169123,17 +176643,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.SignIns",
+ ],
"Variants": [
- "Get"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaTrustFrameworkKeySetCount",
"Method": "GET",
+ "Command": "Get-MgBetaTrustFrameworkKeySetActiveKey",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Identity.SignIns",
"Uri": "/trustFramework/keySets/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -169152,18 +176674,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.SignIns",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": null,
- "Command": "Get-MgBetaTrustFrameworkPolicy",
"Method": "GET",
+ "Command": "Get-MgBetaTrustFrameworkKeySetCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Identity.SignIns",
"Uri": "/trustFramework/policies/{trustFrameworkPolicy-id}",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -169182,17 +176704,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.SignIns",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTrustFrameworkPolicy",
- "Command": "Get-MgBetaTrustFrameworkPolicy",
"Method": "GET",
+ "Command": "Get-MgBetaTrustFrameworkPolicy",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Identity.SignIns",
"Uri": "/trustFramework/policies",
+ "OutputType": "IMicrosoftGraphTrustFrameworkPolicy",
"ApiVersion": "beta",
"Permissions": [
{
@@ -169211,18 +176735,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.SignIns",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaTrustFrameworkPolicyContent",
"Method": "GET",
+ "Command": "Get-MgBetaTrustFrameworkPolicy",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/trustframework-list-trustframeworkpolicies?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.SignIns",
"Uri": "/trustFramework/policies/{trustFrameworkPolicy-id}/$value",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -169241,17 +176765,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.SignIns",
+ ],
"Variants": [
- "Get"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaTrustFrameworkPolicyCount",
"Method": "GET",
+ "Command": "Get-MgBetaTrustFrameworkPolicyContent",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/trustframework-list-trustframeworkpolicies?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.SignIns",
"Uri": "/trustFramework/policies/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -169270,18 +176796,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Users",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphUser",
- "Command": "Get-MgBetaUser",
"Method": "GET",
+ "Command": "Get-MgBetaTrustFrameworkPolicyCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Users",
"Uri": "/users/{user-id}",
+ "OutputType": "IMicrosoftGraphUser",
"ApiVersion": "beta",
"Permissions": [
{
@@ -169404,17 +176930,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Users",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUser",
- "Command": "Get-MgBetaUser",
"Method": "GET",
+ "Command": "Get-MgBetaUser",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Users",
"Uri": "/users",
+ "OutputType": "IMicrosoftGraphUser",
"ApiVersion": "beta",
"Permissions": [
{
@@ -169521,144 +177049,155 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaUser",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-list?view=graph-rest-1.0"
},
{
"Module": "Beta.CrossDeviceExperiences",
+ "Uri": "/users/{user-id}/activities/{userActivity-id}",
+ "OutputType": "IMicrosoftGraphUserActivity",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUserActivity",
- "Command": "Get-MgBetaUserActivity",
"Method": "GET",
- "Uri": "/users/{user-id}/activities/{userActivity-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserActivity",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.CrossDeviceExperiences",
+ "Uri": "/users/{user-id}/activities",
+ "OutputType": "IMicrosoftGraphUserActivity",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphUserActivity",
- "Command": "Get-MgBetaUserActivity",
"Method": "GET",
- "Uri": "/users/{user-id}/activities",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserActivity",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.CrossDeviceExperiences",
+ "Uri": "/users/{user-id}/activities/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserActivityCount",
"Method": "GET",
- "Uri": "/users/{user-id}/activities/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserActivityCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.CrossDeviceExperiences",
+ "Uri": "/users/{user-id}/activities/{userActivity-id}/historyItems/{activityHistoryItem-id}",
+ "OutputType": "IMicrosoftGraphActivityHistoryItem",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphActivityHistoryItem",
- "Command": "Get-MgBetaUserActivityHistoryItem",
"Method": "GET",
- "Uri": "/users/{user-id}/activities/{userActivity-id}/historyItems/{activityHistoryItem-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserActivityHistoryItem",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.CrossDeviceExperiences",
+ "Uri": "/users/{user-id}/activities/{userActivity-id}/historyItems",
+ "OutputType": "IMicrosoftGraphActivityHistoryItem",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphActivityHistoryItem",
- "Command": "Get-MgBetaUserActivityHistoryItem",
"Method": "GET",
- "Uri": "/users/{user-id}/activities/{userActivity-id}/historyItems",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserActivityHistoryItem",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.CrossDeviceExperiences",
+ "Uri": "/users/{user-id}/activities/{userActivity-id}/historyItems/{activityHistoryItem-id}/activity",
+ "OutputType": "IMicrosoftGraphUserActivity",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUserActivity",
- "Command": "Get-MgBetaUserActivityHistoryItemActivity",
"Method": "GET",
- "Uri": "/users/{user-id}/activities/{userActivity-id}/historyItems/{activityHistoryItem-id}/activity",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserActivityHistoryItemActivity",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.CrossDeviceExperiences",
+ "Uri": "/users/{user-id}/activities/{userActivity-id}/historyItems/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserActivityHistoryItemCount",
"Method": "GET",
- "Uri": "/users/{user-id}/activities/{userActivity-id}/historyItems/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserActivityHistoryItemCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.People",
+ "Uri": "/users/{user-id}/analytics/activityStatistics/{activityStatistics-id}",
+ "OutputType": "IMicrosoftGraphActivityStatistics",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphActivityStatistics",
- "Command": "Get-MgBetaUserActivityStatistics",
"Method": "GET",
- "Uri": "/users/{user-id}/analytics/activityStatistics/{activityStatistics-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserActivityStatistics",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.People",
+ "Uri": "/users/{user-id}/analytics/activityStatistics",
+ "OutputType": "IMicrosoftGraphActivityStatistics",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphActivityStatistics",
- "Command": "Get-MgBetaUserActivityStatistics",
"Method": "GET",
- "Uri": "/users/{user-id}/analytics/activityStatistics",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserActivityStatistics",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
+ "Uri": "/users/{user-id}/agreementAcceptances/{agreementAcceptance-id}",
+ "OutputType": "IMicrosoftGraphAgreementAcceptance",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAgreementAcceptance",
- "Command": "Get-MgBetaUserAgreementAcceptance",
"Method": "GET",
- "Uri": "/users/{user-id}/agreementAcceptances/{agreementAcceptance-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserAgreementAcceptance",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.Governance",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphAgreementAcceptance",
- "Command": "Get-MgBetaUserAgreementAcceptance",
- "Method": "GET",
"Uri": "/users/{user-id}/agreementAcceptances",
+ "OutputType": "IMicrosoftGraphAgreementAcceptance",
"ApiVersion": "beta",
"Permissions": [
{
@@ -169677,18 +177216,18 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.Governance",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserAgreementAcceptanceCount",
"Method": "GET",
+ "Command": "Get-MgBetaUserAgreementAcceptance",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-list-agreementacceptances?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.Governance",
"Uri": "/users/{user-id}/agreementAcceptances/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -169707,43 +177246,47 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaUserAgreementAcceptanceCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.People",
+ "Uri": "/users/{user-id}/analytics/activityStatistics/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserAnalyticActivityStatisticsCount",
"Method": "GET",
- "Uri": "/users/{user-id}/analytics/activityStatistics/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserAnalyticActivityStatisticsCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Users",
+ "Uri": "/users/{user-id}/appRoleAssignedResources/{servicePrincipal-id}",
+ "OutputType": "IMicrosoftGraphServicePrincipal",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphServicePrincipal",
- "Command": "Get-MgBetaUserAppRoleAssignedResource",
"Method": "GET",
- "Uri": "/users/{user-id}/appRoleAssignedResources/{servicePrincipal-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserAppRoleAssignedResource",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Users",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphServicePrincipal",
- "Command": "Get-MgBetaUserAppRoleAssignedResource",
- "Method": "GET",
"Uri": "/users/{user-id}/appRoleAssignedResources",
+ "OutputType": "IMicrosoftGraphServicePrincipal",
"ApiVersion": "beta",
"Permissions": [
{
@@ -169762,18 +177305,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Users",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": "IMicrosoftGraphServicePrincipal",
- "Command": "Get-MgBetaUserAppRoleAssignedResourceByAppId",
"Method": "GET",
+ "Command": "Get-MgBetaUserAppRoleAssignedResource",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-list-approleassignedresources?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Users",
"Uri": "/users/{user-id}/appRoleAssignedResources(appId='{appId}')",
+ "OutputType": "IMicrosoftGraphServicePrincipal",
"ApiVersion": "beta",
"Permissions": [
{
@@ -169792,18 +177335,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Users",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserAppRoleAssignedResourceCount",
"Method": "GET",
+ "Command": "Get-MgBetaUserAppRoleAssignedResourceByAppId",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Users",
"Uri": "/users/{user-id}/appRoleAssignedResources/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -169822,30 +177366,33 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Applications",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAppRoleAssignment",
- "Command": "Get-MgBetaUserAppRoleAssignment",
"Method": "GET",
- "Uri": "/users/{user-id}/appRoleAssignments/{appRoleAssignment-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserAppRoleAssignedResourceCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Applications",
+ "Uri": "/users/{user-id}/appRoleAssignments/{appRoleAssignment-id}",
+ "OutputType": "IMicrosoftGraphAppRoleAssignment",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAppRoleAssignment",
- "Command": "Get-MgBetaUserAppRoleAssignment",
"Method": "GET",
+ "Command": "Get-MgBetaUserAppRoleAssignment",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Applications",
"Uri": "/users/{user-id}/appRoleAssignments",
+ "OutputType": "IMicrosoftGraphAppRoleAssignment",
"ApiVersion": "beta",
"Permissions": [
{
@@ -169864,18 +177411,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Applications",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserAppRoleAssignmentCount",
"Method": "GET",
+ "Command": "Get-MgBetaUserAppRoleAssignment",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-list-approleassignments?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Applications",
"Uri": "/users/{user-id}/appRoleAssignments/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -169894,63 +177441,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.SignIns",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphEmailAuthenticationMethod",
- "Command": "Get-MgBetaUserAuthenticationEmailMethod",
"Method": "GET",
- "Uri": "/users/{user-id}/authentication/emailMethods/{emailAuthenticationMethod-id}",
- "ApiVersion": "beta",
- "Permissions": [
- {
- "Name": "UserAuthenticationMethod.Read",
- "Description": "Read your authentication methods.",
- "FullDescription": "Allows the app to read your authentication methods, including phone numbers and Authenticator app settings. This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.",
- "IsAdmin": true,
- "PermissionType": "DelegatedWork",
- "IsLeastPrivilege": true
- },
- {
- "Name": "UserAuthenticationMethod.ReadWrite.All",
- "Description": "Read and write all users' authentication methods",
- "FullDescription": "Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user’s phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.",
- "IsAdmin": true,
- "PermissionType": "DelegatedWork",
- "IsLeastPrivilege": false
- },
- {
- "Name": "UserAuthenticationMethod.ReadWrite",
- "Description": "Read and write your authentication methods",
- "FullDescription": "Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.",
- "IsAdmin": true,
- "PermissionType": "DelegatedWork",
- "IsLeastPrivilege": false
- },
- {
- "Name": "UserAuthenticationMethod.Read.All",
- "Description": "Read all users' authentication methods",
- "FullDescription": "Allows the app to read authentication methods of all users you have access to in your organization. Authentication methods include things like a user’s phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.",
- "IsAdmin": true,
- "PermissionType": "DelegatedWork",
- "IsLeastPrivilege": false
- }
- ]
+ "Command": "Get-MgBetaUserAppRoleAssignmentCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.SignIns",
- "Variants": [
- "List"
- ],
+ "Uri": "/users/{user-id}/authentication/emailMethods/{emailAuthenticationMethod-id}",
"OutputType": "IMicrosoftGraphEmailAuthenticationMethod",
- "Command": "Get-MgBetaUserAuthenticationEmailMethod",
- "Method": "GET",
- "Uri": "/users/{user-id}/authentication/emailMethods",
"ApiVersion": "beta",
"Permissions": [
{
@@ -169985,18 +177488,19 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.SignIns",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserAuthenticationEmailMethodCount",
"Method": "GET",
- "Uri": "/users/{user-id}/authentication/emailMethods/$count",
+ "Command": "Get-MgBetaUserAuthenticationEmailMethod",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/emailauthenticationmethod-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.SignIns",
+ "Uri": "/users/{user-id}/authentication/emailMethods",
+ "OutputType": "IMicrosoftGraphEmailAuthenticationMethod",
"ApiVersion": "beta",
"Permissions": [
{
@@ -170031,18 +177535,65 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaUserAuthenticationEmailMethod",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authentication-list-emailmethods?view=graph-rest-1.0"
},
{
"Module": "Beta.Identity.SignIns",
+ "Uri": "/users/{user-id}/authentication/emailMethods/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "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
+ }
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphFido2AuthenticationMethod",
- "Command": "Get-MgBetaUserAuthenticationFido2Method",
"Method": "GET",
+ "Command": "Get-MgBetaUserAuthenticationEmailMethodCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Identity.SignIns",
"Uri": "/users/{user-id}/authentication/fido2Methods/{fido2AuthenticationMethod-id}",
+ "OutputType": "IMicrosoftGraphFido2AuthenticationMethod",
"ApiVersion": "beta",
"Permissions": [
{
@@ -170077,17 +177628,19 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.SignIns",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphFido2AuthenticationMethod",
- "Command": "Get-MgBetaUserAuthenticationFido2Method",
"Method": "GET",
+ "Command": "Get-MgBetaUserAuthenticationFido2Method",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/fido2authenticationmethod-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.SignIns",
"Uri": "/users/{user-id}/authentication/fido2Methods",
+ "OutputType": "IMicrosoftGraphFido2AuthenticationMethod",
"ApiVersion": "beta",
"Permissions": [
{
@@ -170122,18 +177675,18 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.SignIns",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserAuthenticationFido2MethodCount",
"Method": "GET",
+ "Command": "Get-MgBetaUserAuthenticationFido2Method",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/fido2authenticationmethod-list?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.SignIns",
"Uri": "/users/{user-id}/authentication/fido2Methods/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -170168,18 +177721,19 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.SignIns",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserAuthenticationMethod",
"Method": "GET",
+ "Command": "Get-MgBetaUserAuthenticationFido2MethodCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Identity.SignIns",
"Uri": "/users/{user-id}/authentication/methods/{authenticationMethod-id}",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -170214,17 +177768,19 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.SignIns",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAuthenticationMethod",
- "Command": "Get-MgBetaUserAuthenticationMethod",
"Method": "GET",
+ "Command": "Get-MgBetaUserAuthenticationMethod",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationmethod-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.SignIns",
"Uri": "/users/{user-id}/authentication/methods",
+ "OutputType": "IMicrosoftGraphAuthenticationMethod",
"ApiVersion": "beta",
"Permissions": [
{
@@ -170259,18 +177815,18 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.SignIns",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserAuthenticationMethodCount",
"Method": "GET",
+ "Command": "Get-MgBetaUserAuthenticationMethod",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authentication-list-methods?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.SignIns",
"Uri": "/users/{user-id}/authentication/methods/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -170305,18 +177861,19 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.SignIns",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMicrosoftAuthenticatorAuthenticationMethod",
- "Command": "Get-MgBetaUserAuthenticationMicrosoftAuthenticatorMethod",
"Method": "GET",
+ "Command": "Get-MgBetaUserAuthenticationMethodCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Identity.SignIns",
"Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}",
+ "OutputType": "IMicrosoftGraphMicrosoftAuthenticatorAuthenticationMethod",
"ApiVersion": "beta",
"Permissions": [
{
@@ -170351,17 +177908,19 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.SignIns",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMicrosoftAuthenticatorAuthenticationMethod",
- "Command": "Get-MgBetaUserAuthenticationMicrosoftAuthenticatorMethod",
"Method": "GET",
+ "Command": "Get-MgBetaUserAuthenticationMicrosoftAuthenticatorMethod",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/microsoftauthenticatorauthenticationmethod-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.SignIns",
"Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods",
+ "OutputType": "IMicrosoftGraphMicrosoftAuthenticatorAuthenticationMethod",
"ApiVersion": "beta",
"Permissions": [
{
@@ -170396,18 +177955,18 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.SignIns",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserAuthenticationMicrosoftAuthenticatorMethodCount",
"Method": "GET",
+ "Command": "Get-MgBetaUserAuthenticationMicrosoftAuthenticatorMethod",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/microsoftauthenticatorauthenticationmethod-list?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.SignIns",
"Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -170442,31 +178001,33 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.SignIns",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDevice",
- "Command": "Get-MgBetaUserAuthenticationMicrosoftAuthenticatorMethodDevice",
"Method": "GET",
- "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}/device",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserAuthenticationMicrosoftAuthenticatorMethodCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.SignIns",
+ "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}/device",
+ "OutputType": "IMicrosoftGraphDevice",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphLongRunningOperation",
- "Command": "Get-MgBetaUserAuthenticationOperation",
"Method": "GET",
+ "Command": "Get-MgBetaUserAuthenticationMicrosoftAuthenticatorMethodDevice",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Identity.SignIns",
"Uri": "/users/{user-id}/authentication/operations/{longRunningOperation-id}",
+ "OutputType": "IMicrosoftGraphLongRunningOperation",
"ApiVersion": "beta",
"Permissions": [
{
@@ -170501,43 +178062,93 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaUserAuthenticationOperation",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationoperation-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Identity.SignIns",
+ "Uri": "/users/{user-id}/authentication/operations",
+ "OutputType": "IMicrosoftGraphLongRunningOperation",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphLongRunningOperation",
- "Command": "Get-MgBetaUserAuthenticationOperation",
"Method": "GET",
- "Uri": "/users/{user-id}/authentication/operations",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserAuthenticationOperation",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.SignIns",
+ "Uri": "/users/{user-id}/authentication/operations/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserAuthenticationOperationCount",
"Method": "GET",
- "Uri": "/users/{user-id}/authentication/operations/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserAuthenticationOperationCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.SignIns",
+ "Uri": "/users/{user-id}/authentication/passwordlessMicrosoftAuthenticatorMethods/{passwordlessMicrosoftAuthenticatorAuthenticationMethod-id}",
+ "OutputType": "IMicrosoftGraphPasswordlessMicrosoftAuthenticatorAuthenticationMethod",
+ "ApiVersion": "beta",
+ "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
+ }
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphPasswordlessMicrosoftAuthenticatorAuthenticationMethod",
- "Command": "Get-MgBetaUserAuthenticationPasswordlessMicrosoftAuthenticatorMethod",
"Method": "GET",
- "Uri": "/users/{user-id}/authentication/passwordlessMicrosoftAuthenticatorMethods/{passwordlessMicrosoftAuthenticatorAuthenticationMethod-id}",
+ "Command": "Get-MgBetaUserAuthenticationPasswordlessMicrosoftAuthenticatorMethod",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/passwordlessmicrosoftauthenticatorauthenticationmethod-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.SignIns",
+ "Uri": "/users/{user-id}/authentication/passwordlessMicrosoftAuthenticatorMethods",
+ "OutputType": "IMicrosoftGraphPasswordlessMicrosoftAuthenticatorAuthenticationMethod",
"ApiVersion": "beta",
"Permissions": [
{
@@ -170572,63 +178183,18 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.SignIns",
+ ],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphPasswordlessMicrosoftAuthenticatorAuthenticationMethod",
- "Command": "Get-MgBetaUserAuthenticationPasswordlessMicrosoftAuthenticatorMethod",
"Method": "GET",
- "Uri": "/users/{user-id}/authentication/passwordlessMicrosoftAuthenticatorMethods",
- "ApiVersion": "beta",
- "Permissions": [
- {
- "Name": "UserAuthenticationMethod.Read",
- "Description": "Read your authentication methods.",
- "FullDescription": "Allows the app to read your authentication methods, including phone numbers and Authenticator app settings. This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.",
- "IsAdmin": true,
- "PermissionType": "DelegatedWork",
- "IsLeastPrivilege": true
- },
- {
- "Name": "UserAuthenticationMethod.ReadWrite.All",
- "Description": "Read and write all users' authentication methods",
- "FullDescription": "Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user’s phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.",
- "IsAdmin": true,
- "PermissionType": "DelegatedWork",
- "IsLeastPrivilege": false
- },
- {
- "Name": "UserAuthenticationMethod.ReadWrite",
- "Description": "Read and write your authentication methods",
- "FullDescription": "Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.",
- "IsAdmin": true,
- "PermissionType": "DelegatedWork",
- "IsLeastPrivilege": false
- },
- {
- "Name": "UserAuthenticationMethod.Read.All",
- "Description": "Read all users' authentication methods",
- "FullDescription": "Allows the app to read authentication methods of all users you have access to in your organization. Authentication methods include things like a user’s phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.",
- "IsAdmin": true,
- "PermissionType": "DelegatedWork",
- "IsLeastPrivilege": false
- }
- ]
+ "Command": "Get-MgBetaUserAuthenticationPasswordlessMicrosoftAuthenticatorMethod",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/passwordlessmicrosoftauthenticatorauthenticationmethod-list?view=graph-rest-1.0"
},
{
"Module": "Beta.Identity.SignIns",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": null,
- "Command": "Get-MgBetaUserAuthenticationPasswordlessMicrosoftAuthenticatorMethodCount",
- "Method": "GET",
"Uri": "/users/{user-id}/authentication/passwordlessMicrosoftAuthenticatorMethods/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -170663,31 +178229,33 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.SignIns",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDevice",
- "Command": "Get-MgBetaUserAuthenticationPasswordlessMicrosoftAuthenticatorMethodDevice",
"Method": "GET",
- "Uri": "/users/{user-id}/authentication/passwordlessMicrosoftAuthenticatorMethods/{passwordlessMicrosoftAuthenticatorAuthenticationMethod-id}/device",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserAuthenticationPasswordlessMicrosoftAuthenticatorMethodCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.SignIns",
+ "Uri": "/users/{user-id}/authentication/passwordlessMicrosoftAuthenticatorMethods/{passwordlessMicrosoftAuthenticatorAuthenticationMethod-id}/device",
+ "OutputType": "IMicrosoftGraphDevice",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphPasswordAuthenticationMethod",
- "Command": "Get-MgBetaUserAuthenticationPasswordMethod",
"Method": "GET",
+ "Command": "Get-MgBetaUserAuthenticationPasswordlessMicrosoftAuthenticatorMethodDevice",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Identity.SignIns",
"Uri": "/users/{user-id}/authentication/passwordMethods/{passwordAuthenticationMethod-id}",
+ "OutputType": "IMicrosoftGraphPasswordAuthenticationMethod",
"ApiVersion": "beta",
"Permissions": [
{
@@ -170722,17 +178290,19 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.SignIns",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphPasswordAuthenticationMethod",
- "Command": "Get-MgBetaUserAuthenticationPasswordMethod",
"Method": "GET",
+ "Command": "Get-MgBetaUserAuthenticationPasswordMethod",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/passwordauthenticationmethod-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.SignIns",
"Uri": "/users/{user-id}/authentication/passwordMethods",
+ "OutputType": "IMicrosoftGraphPasswordAuthenticationMethod",
"ApiVersion": "beta",
"Permissions": [
{
@@ -170767,18 +178337,18 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.SignIns",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserAuthenticationPasswordMethodCount",
"Method": "GET",
+ "Command": "Get-MgBetaUserAuthenticationPasswordMethod",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authentication-list-passwordmethods?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.SignIns",
"Uri": "/users/{user-id}/authentication/passwordMethods/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -170813,18 +178383,19 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.SignIns",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphPhoneAuthenticationMethod",
- "Command": "Get-MgBetaUserAuthenticationPhoneMethod",
"Method": "GET",
+ "Command": "Get-MgBetaUserAuthenticationPasswordMethodCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Identity.SignIns",
"Uri": "/users/{user-id}/authentication/phoneMethods/{phoneAuthenticationMethod-id}",
+ "OutputType": "IMicrosoftGraphPhoneAuthenticationMethod",
"ApiVersion": "beta",
"Permissions": [
{
@@ -170859,17 +178430,19 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.SignIns",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphPhoneAuthenticationMethod",
- "Command": "Get-MgBetaUserAuthenticationPhoneMethod",
"Method": "GET",
+ "Command": "Get-MgBetaUserAuthenticationPhoneMethod",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/phoneauthenticationmethod-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.SignIns",
"Uri": "/users/{user-id}/authentication/phoneMethods",
+ "OutputType": "IMicrosoftGraphPhoneAuthenticationMethod",
"ApiVersion": "beta",
"Permissions": [
{
@@ -170904,18 +178477,18 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.SignIns",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserAuthenticationPhoneMethodCount",
"Method": "GET",
+ "Command": "Get-MgBetaUserAuthenticationPhoneMethod",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authentication-list-phonemethods?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.SignIns",
"Uri": "/users/{user-id}/authentication/phoneMethods/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -170950,82 +178523,88 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaUserAuthenticationPhoneMethodCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.SignIns",
+ "Uri": "/users/{user-id}/authentication/platformCredentialMethods/{platformCredentialAuthenticationMethod-id}",
+ "OutputType": "IMicrosoftGraphPlatformCredentialAuthenticationMethod",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphPlatformCredentialAuthenticationMethod",
- "Command": "Get-MgBetaUserAuthenticationPlatformCredentialMethod",
"Method": "GET",
- "Uri": "/users/{user-id}/authentication/platformCredentialMethods/{platformCredentialAuthenticationMethod-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserAuthenticationPlatformCredentialMethod",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/platformcredentialauthenticationmethod-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Identity.SignIns",
+ "Uri": "/users/{user-id}/authentication/platformCredentialMethods",
+ "OutputType": "IMicrosoftGraphPlatformCredentialAuthenticationMethod",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphPlatformCredentialAuthenticationMethod",
- "Command": "Get-MgBetaUserAuthenticationPlatformCredentialMethod",
"Method": "GET",
- "Uri": "/users/{user-id}/authentication/platformCredentialMethods",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserAuthenticationPlatformCredentialMethod",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/platformcredentialauthenticationmethod-list?view=graph-rest-1.0"
},
{
"Module": "Beta.Identity.SignIns",
+ "Uri": "/users/{user-id}/authentication/platformCredentialMethods/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserAuthenticationPlatformCredentialMethodCount",
"Method": "GET",
- "Uri": "/users/{user-id}/authentication/platformCredentialMethods/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserAuthenticationPlatformCredentialMethodCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.SignIns",
+ "Uri": "/users/{user-id}/authentication/platformCredentialMethods/{platformCredentialAuthenticationMethod-id}/device",
+ "OutputType": "IMicrosoftGraphDevice",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDevice",
- "Command": "Get-MgBetaUserAuthenticationPlatformCredentialMethodDevice",
"Method": "GET",
- "Uri": "/users/{user-id}/authentication/platformCredentialMethods/{platformCredentialAuthenticationMethod-id}/device",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserAuthenticationPlatformCredentialMethodDevice",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.SignIns",
+ "Uri": "/users/{user-id}/authentication/signInPreferences",
+ "OutputType": "IMicrosoftGraphSignInPreferences",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSignInPreferences",
- "Command": "Get-MgBetaUserAuthenticationSignInPreference",
"Method": "GET",
- "Uri": "/users/{user-id}/authentication/signInPreferences",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserAuthenticationSignInPreference",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.SignIns",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphSoftwareOathAuthenticationMethod",
- "Command": "Get-MgBetaUserAuthenticationSoftwareOathMethod",
- "Method": "GET",
"Uri": "/users/{user-id}/authentication/softwareOathMethods/{softwareOathAuthenticationMethod-id}",
+ "OutputType": "IMicrosoftGraphSoftwareOathAuthenticationMethod",
"ApiVersion": "beta",
"Permissions": [
{
@@ -171060,17 +178639,19 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.SignIns",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSoftwareOathAuthenticationMethod",
- "Command": "Get-MgBetaUserAuthenticationSoftwareOathMethod",
"Method": "GET",
+ "Command": "Get-MgBetaUserAuthenticationSoftwareOathMethod",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/softwareoathauthenticationmethod-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.SignIns",
"Uri": "/users/{user-id}/authentication/softwareOathMethods",
+ "OutputType": "IMicrosoftGraphSoftwareOathAuthenticationMethod",
"ApiVersion": "beta",
"Permissions": [
{
@@ -171105,18 +178686,18 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.SignIns",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserAuthenticationSoftwareOathMethodCount",
"Method": "GET",
+ "Command": "Get-MgBetaUserAuthenticationSoftwareOathMethod",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authentication-list-softwareoathmethods?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.SignIns",
"Uri": "/users/{user-id}/authentication/softwareOathMethods/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -171151,18 +178732,19 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.SignIns",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTemporaryAccessPassAuthenticationMethod",
- "Command": "Get-MgBetaUserAuthenticationTemporaryAccessPassMethod",
"Method": "GET",
+ "Command": "Get-MgBetaUserAuthenticationSoftwareOathMethodCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Identity.SignIns",
"Uri": "/users/{user-id}/authentication/temporaryAccessPassMethods/{temporaryAccessPassAuthenticationMethod-id}",
+ "OutputType": "IMicrosoftGraphTemporaryAccessPassAuthenticationMethod",
"ApiVersion": "beta",
"Permissions": [
{
@@ -171197,17 +178779,19 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.SignIns",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTemporaryAccessPassAuthenticationMethod",
- "Command": "Get-MgBetaUserAuthenticationTemporaryAccessPassMethod",
"Method": "GET",
+ "Command": "Get-MgBetaUserAuthenticationTemporaryAccessPassMethod",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/temporaryaccesspassauthenticationmethod-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.SignIns",
"Uri": "/users/{user-id}/authentication/temporaryAccessPassMethods",
+ "OutputType": "IMicrosoftGraphTemporaryAccessPassAuthenticationMethod",
"ApiVersion": "beta",
"Permissions": [
{
@@ -171242,18 +178826,18 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.SignIns",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserAuthenticationTemporaryAccessPassMethodCount",
"Method": "GET",
+ "Command": "Get-MgBetaUserAuthenticationTemporaryAccessPassMethod",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authentication-list-temporaryaccesspassmethods?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.SignIns",
"Uri": "/users/{user-id}/authentication/temporaryAccessPassMethods/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -171288,18 +178872,19 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.SignIns",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphWindowsHelloForBusinessAuthenticationMethod",
- "Command": "Get-MgBetaUserAuthenticationWindowsHelloForBusinessMethod",
"Method": "GET",
+ "Command": "Get-MgBetaUserAuthenticationTemporaryAccessPassMethodCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Identity.SignIns",
"Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}",
+ "OutputType": "IMicrosoftGraphWindowsHelloForBusinessAuthenticationMethod",
"ApiVersion": "beta",
"Permissions": [
{
@@ -171334,17 +178919,19 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.SignIns",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphWindowsHelloForBusinessAuthenticationMethod",
- "Command": "Get-MgBetaUserAuthenticationWindowsHelloForBusinessMethod",
"Method": "GET",
+ "Command": "Get-MgBetaUserAuthenticationWindowsHelloForBusinessMethod",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowshelloforbusinessauthenticationmethod-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.SignIns",
"Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods",
+ "OutputType": "IMicrosoftGraphWindowsHelloForBusinessAuthenticationMethod",
"ApiVersion": "beta",
"Permissions": [
{
@@ -171379,18 +178966,18 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.SignIns",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserAuthenticationWindowsHelloForBusinessMethodCount",
"Method": "GET",
+ "Command": "Get-MgBetaUserAuthenticationWindowsHelloForBusinessMethod",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowshelloforbusinessauthenticationmethod-list?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.SignIns",
"Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -171425,56 +179012,61 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaUserAuthenticationWindowsHelloForBusinessMethodCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.SignIns",
+ "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}/device",
+ "OutputType": "IMicrosoftGraphDevice",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDevice",
- "Command": "Get-MgBetaUserAuthenticationWindowsHelloForBusinessMethodDevice",
"Method": "GET",
- "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}/device",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserAuthenticationWindowsHelloForBusinessMethodDevice",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Users.Actions",
+ "Uri": "/users/getByIds",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetExpanded"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgBetaUserById",
"Method": "POST",
- "Uri": "/users/getByIds",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserById",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0"
},
{
"Module": "Beta.Calendar",
+ "Uri": "/users/{user-id}/calendars/{calendar-id}",
+ "OutputType": "IMicrosoftGraphCalendar",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get1",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphCalendar",
- "Command": "Get-MgBetaUserCalendar",
"Method": "GET",
- "Uri": "/users/{user-id}/calendars/{calendar-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserCalendar",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Calendar",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphCalendar",
- "Command": "Get-MgBetaUserCalendar",
- "Method": "GET",
"Uri": "/users/{user-id}/calendars",
+ "OutputType": "IMicrosoftGraphCalendar",
"ApiVersion": "beta",
"Permissions": [
{
@@ -171509,18 +179101,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Calendar",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserCalendarCount",
"Method": "GET",
+ "Command": "Get-MgBetaUserCalendar",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-list-calendars?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Calendar",
"Uri": "/users/{user-id}/calendars/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -171555,17 +179147,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Calendar",
+ ],
"Variants": [
- "List1"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphEvent",
- "Command": "Get-MgBetaUserCalendarEvent",
"Method": "GET",
+ "Command": "Get-MgBetaUserCalendarCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Calendar",
"Uri": "/users/{user-id}/calendars/{calendar-id}/events",
+ "OutputType": "IMicrosoftGraphEvent",
"ApiVersion": "beta",
"Permissions": [
{
@@ -171592,20 +179186,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Users.Functions",
+ ],
"Variants": [
- "Delta",
- "Delta1",
- "DeltaViaIdentity",
- "DeltaViaIdentity1"
+ "List1"
],
- "OutputType": "IMicrosoftGraphEvent",
- "Command": "Get-MgBetaUserCalendarEventDelta",
"Method": "GET",
+ "Command": "Get-MgBetaUserCalendarEvent",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calendar-list-events?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Users.Functions",
"Uri": "/users/{user-id}/calendar/events/delta",
+ "OutputType": "IMicrosoftGraphEvent",
"ApiVersion": "beta",
"Permissions": [
{
@@ -171632,18 +179224,21 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Calendar",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Delta",
+ "Delta1",
+ "DeltaViaIdentity",
+ "DeltaViaIdentity1"
],
- "OutputType": "IMicrosoftGraphCalendarGroup",
- "Command": "Get-MgBetaUserCalendarGroup",
"Method": "GET",
+ "Command": "Get-MgBetaUserCalendarEventDelta",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Calendar",
"Uri": "/users/{user-id}/calendarGroups/{calendarGroup-id}",
+ "OutputType": "IMicrosoftGraphCalendarGroup",
"ApiVersion": "beta",
"Permissions": [
{
@@ -171662,17 +179257,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Calendar",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphCalendarGroup",
- "Command": "Get-MgBetaUserCalendarGroup",
"Method": "GET",
+ "Command": "Get-MgBetaUserCalendarGroup",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calendargroup-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Calendar",
"Uri": "/users/{user-id}/calendarGroups",
+ "OutputType": "IMicrosoftGraphCalendarGroup",
"ApiVersion": "beta",
"Permissions": [
{
@@ -171699,17 +179296,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Calendar",
+ ],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphCalendar",
- "Command": "Get-MgBetaUserCalendarGroupCalendar",
"Method": "GET",
+ "Command": "Get-MgBetaUserCalendarGroup",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-list-calendargroups?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Calendar",
"Uri": "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars",
+ "OutputType": "IMicrosoftGraphCalendar",
"ApiVersion": "beta",
"Permissions": [
{
@@ -171744,18 +179342,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Calendar",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserCalendarGroupCount",
"Method": "GET",
+ "Command": "Get-MgBetaUserCalendarGroupCalendar",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calendargroup-list-calendars?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Calendar",
"Uri": "/users/{user-id}/calendarGroups/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -171782,76 +179380,81 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaUserCalendarGroupCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Calendar",
+ "Uri": "/users/{user-id}/calendar/calendarPermissions/{calendarPermission-id}",
+ "OutputType": "IMicrosoftGraphCalendarPermission",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphCalendarPermission",
- "Command": "Get-MgBetaUserCalendarPermission",
"Method": "GET",
- "Uri": "/users/{user-id}/calendar/calendarPermissions/{calendarPermission-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserCalendarPermission",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calendarpermission-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Calendar",
+ "Uri": "/users/{user-id}/calendar/calendarPermissions",
+ "OutputType": "IMicrosoftGraphCalendarPermission",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List",
"List1"
],
- "OutputType": "IMicrosoftGraphCalendarPermission",
- "Command": "Get-MgBetaUserCalendarPermission",
"Method": "GET",
- "Uri": "/users/{user-id}/calendar/calendarPermissions",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserCalendarPermission",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Calendar",
+ "Uri": "/users/{user-id}/calendar/calendarPermissions/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserCalendarPermissionCount",
"Method": "GET",
- "Uri": "/users/{user-id}/calendar/calendarPermissions/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserCalendarPermissionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Users.Actions",
+ "Uri": "/users/{user-id}/calendars/{calendar-id}/getSchedule",
+ "OutputType": "IMicrosoftGraphScheduleInformation",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get1",
"GetExpanded1",
"GetViaIdentity1",
"GetViaIdentityExpanded1"
],
- "OutputType": "IMicrosoftGraphScheduleInformation",
- "Command": "Get-MgBetaUserCalendarSchedule",
"Method": "POST",
- "Uri": "/users/{user-id}/calendars/{calendar-id}/getSchedule",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserCalendarSchedule",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calendar-getschedule?view=graph-rest-1.0"
},
{
"Module": "Beta.Calendar",
- "Variants": [
- "List",
- "List1"
- ],
- "OutputType": "IMicrosoftGraphEvent",
- "Command": "Get-MgBetaUserCalendarView",
- "Method": "GET",
"Uri": "/users/{user-id}/calendar/calendarView",
+ "OutputType": "IMicrosoftGraphEvent",
"ApiVersion": "beta",
"Permissions": [
{
@@ -171878,18 +179481,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Teams",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List",
+ "List1"
],
- "OutputType": "IMicrosoftGraphChat",
- "Command": "Get-MgBetaUserChat",
"Method": "GET",
+ "Command": "Get-MgBetaUserCalendarView",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calendar-list-calendarview?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Teams",
"Uri": "/users/{user-id}/chats/{chat-id}",
+ "OutputType": "IMicrosoftGraphChat",
"ApiVersion": "beta",
"Permissions": [
{
@@ -171972,17 +179576,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Teams",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphChat",
- "Command": "Get-MgBetaUserChat",
"Method": "GET",
+ "Command": "Get-MgBetaUserChat",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Teams",
"Uri": "/users/{user-id}/chats",
+ "OutputType": "IMicrosoftGraphChat",
"ApiVersion": "beta",
"Permissions": [
{
@@ -172025,18 +179631,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Teams",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserChatCount",
"Method": "GET",
+ "Command": "Get-MgBetaUserChat",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-list?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Teams",
"Uri": "/users/{user-id}/chats/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -172079,95 +179685,102 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaUserChatCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Teams",
+ "Uri": "/users/{user-id}/chats/{chat-id}/installedApps/{teamsAppInstallation-id}",
+ "OutputType": "IMicrosoftGraphTeamsAppInstallation",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTeamsAppInstallation",
- "Command": "Get-MgBetaUserChatInstalledApp",
"Method": "GET",
- "Uri": "/users/{user-id}/chats/{chat-id}/installedApps/{teamsAppInstallation-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserChatInstalledApp",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-get-installedapps?view=graph-rest-1.0"
},
{
"Module": "Beta.Teams",
+ "Uri": "/users/{user-id}/chats/{chat-id}/installedApps",
+ "OutputType": "IMicrosoftGraphTeamsAppInstallation",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphTeamsAppInstallation",
- "Command": "Get-MgBetaUserChatInstalledApp",
"Method": "GET",
- "Uri": "/users/{user-id}/chats/{chat-id}/installedApps",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserChatInstalledApp",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-list-installedapps?view=graph-rest-1.0"
},
{
"Module": "Beta.Teams",
+ "Uri": "/users/{user-id}/chats/{chat-id}/installedApps/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserChatInstalledAppCount",
"Method": "GET",
- "Uri": "/users/{user-id}/chats/{chat-id}/installedApps/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserChatInstalledAppCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Teams",
+ "Uri": "/users/{user-id}/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/teamsApp",
+ "OutputType": "IMicrosoftGraphTeamsApp",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTeamsApp",
- "Command": "Get-MgBetaUserChatInstalledAppTeamApp",
"Method": "GET",
- "Uri": "/users/{user-id}/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/teamsApp",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserChatInstalledAppTeamApp",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Teams",
+ "Uri": "/users/{user-id}/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/teamsAppDefinition",
+ "OutputType": "IMicrosoftGraphTeamsAppDefinition",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTeamsAppDefinition",
- "Command": "Get-MgBetaUserChatInstalledAppTeamAppDefinition",
"Method": "GET",
- "Uri": "/users/{user-id}/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/teamsAppDefinition",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserChatInstalledAppTeamAppDefinition",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Teams",
+ "Uri": "/users/{user-id}/chats/{chat-id}/lastMessagePreview",
+ "OutputType": "IMicrosoftGraphChatMessageInfo",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphChatMessageInfo",
- "Command": "Get-MgBetaUserChatLastMessagePreview",
"Method": "GET",
- "Uri": "/users/{user-id}/chats/{chat-id}/lastMessagePreview",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserChatLastMessagePreview",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Teams",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphConversationMember",
- "Command": "Get-MgBetaUserChatMember",
- "Method": "GET",
"Uri": "/users/{user-id}/chats/{chat-id}/members/{conversationMember-id}",
+ "OutputType": "IMicrosoftGraphConversationMember",
"ApiVersion": "beta",
"Permissions": [
{
@@ -172266,17 +179879,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Teams",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphConversationMember",
- "Command": "Get-MgBetaUserChatMember",
"Method": "GET",
+ "Command": "Get-MgBetaUserChatMember",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-get-members?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Teams",
"Uri": "/users/{user-id}/chats/{chat-id}/members",
+ "OutputType": "IMicrosoftGraphConversationMember",
"ApiVersion": "beta",
"Permissions": [
{
@@ -172375,18 +179990,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Teams",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserChatMemberCount",
"Method": "GET",
+ "Command": "Get-MgBetaUserChatMember",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-list-members?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Teams",
"Uri": "/users/{user-id}/chats/{chat-id}/members/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -172485,18 +180100,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Teams",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphChatMessage",
- "Command": "Get-MgBetaUserChatMessage",
"Method": "GET",
+ "Command": "Get-MgBetaUserChatMemberCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Teams",
"Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}",
+ "OutputType": "IMicrosoftGraphChatMessage",
"ApiVersion": "beta",
"Permissions": [
{
@@ -172555,17 +180171,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Teams",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphChatMessage",
- "Command": "Get-MgBetaUserChatMessage",
"Method": "GET",
+ "Command": "Get-MgBetaUserChatMessage",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Teams",
"Uri": "/users/{user-id}/chats/{chat-id}/messages",
+ "OutputType": "IMicrosoftGraphChatMessage",
"ApiVersion": "beta",
"Permissions": [
{
@@ -172608,18 +180226,144 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaUserChatMessage",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-list-messages?view=graph-rest-1.0"
},
{
"Module": "Beta.Teams",
+ "Uri": "/users/{user-id}/chats/{chat-id}/messages/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [
+ {
+ "Name": "Chat.Read",
+ "Description": "Read your chat messages",
+ "FullDescription": "Allows an app to read your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.",
+ "IsAdmin": false,
+ "PermissionType": "DelegatedWork",
+ "IsLeastPrivilege": true
+ },
+ {
+ "Name": "ChatMessage.Read.Chat",
+ "Description": "Consent name unavailable",
+ "FullDescription": "Consent description unavailable",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": true
+ },
+ {
+ "Name": "Chat.ReadWrite",
+ "Description": "Read and write your chat messages",
+ "FullDescription": "Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.",
+ "IsAdmin": false,
+ "PermissionType": "DelegatedWork",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "Chat.ReadWrite.All",
+ "Description": "Read and write all chat messages",
+ "FullDescription": "Allows an app to read and write all chat messages in Microsoft Teams, without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "Chat.Read.All",
+ "Description": "Read all chat messages",
+ "FullDescription": "Allows the app to read all 1-to-1 or group chat messages in Microsoft Teams.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ }
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
+ "Method": "GET",
"Command": "Get-MgBetaUserChatMessageCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Users.Functions",
+ "Uri": "/users/{user-id}/chats/{chat-id}/messages/delta",
+ "OutputType": "IMicrosoftGraphChatMessage",
+ "ApiVersion": "beta",
+ "Permissions": [
+ {
+ "Name": "Chat.Read",
+ "Description": "Read your chat messages",
+ "FullDescription": "Allows an app to read your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.",
+ "IsAdmin": false,
+ "PermissionType": "DelegatedWork",
+ "IsLeastPrivilege": true
+ },
+ {
+ "Name": "ChatMessage.Read.Chat",
+ "Description": "Consent name unavailable",
+ "FullDescription": "Consent description unavailable",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": true
+ },
+ {
+ "Name": "Group.ReadWrite.All",
+ "Description": "Read and write all groups",
+ "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.",
+ "IsAdmin": true,
+ "PermissionType": "DelegatedWork",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "Group.Read.All",
+ "Description": "Read all groups",
+ "FullDescription": "Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ",
+ "IsAdmin": true,
+ "PermissionType": "DelegatedWork",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "Chat.ReadWrite",
+ "Description": "Read and write your chat messages",
+ "FullDescription": "Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.",
+ "IsAdmin": false,
+ "PermissionType": "DelegatedWork",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "Chat.ReadWrite.All",
+ "Description": "Read and write all chat messages",
+ "FullDescription": "Allows an app to read and write all chat messages in Microsoft Teams, without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "Chat.Read.All",
+ "Description": "Read all chat messages",
+ "FullDescription": "Allows the app to read all 1-to-1 or group chat messages in Microsoft Teams.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ }
+ ],
+ "Variants": [
+ "Delta",
+ "DeltaViaIdentity"
+ ],
"Method": "GET",
- "Uri": "/users/{user-id}/chats/{chat-id}/messages/$count",
+ "Command": "Get-MgBetaUserChatMessageDelta",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Teams",
+ "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}",
+ "OutputType": "IMicrosoftGraphChatMessageHostedContent",
"ApiVersion": "beta",
"Permissions": [
{
@@ -172638,6 +180382,22 @@
"PermissionType": "Application",
"IsLeastPrivilege": true
},
+ {
+ "Name": "Group.ReadWrite.All",
+ "Description": "Read and write all groups",
+ "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.",
+ "IsAdmin": true,
+ "PermissionType": "DelegatedWork",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "Group.Read.All",
+ "Description": "Read all groups",
+ "FullDescription": "Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ",
+ "IsAdmin": true,
+ "PermissionType": "DelegatedWork",
+ "IsLeastPrivilege": false
+ },
{
"Name": "Chat.ReadWrite",
"Description": "Read and write your chat messages",
@@ -172662,90 +180422,21 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Users.Functions",
- "Variants": [
- "Delta",
- "DeltaViaIdentity"
],
- "OutputType": "IMicrosoftGraphChatMessage",
- "Command": "Get-MgBetaUserChatMessageDelta",
- "Method": "GET",
- "Uri": "/users/{user-id}/chats/{chat-id}/messages/delta",
- "ApiVersion": "beta",
- "Permissions": [
- {
- "Name": "Chat.Read",
- "Description": "Read your chat messages",
- "FullDescription": "Allows an app to read your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.",
- "IsAdmin": false,
- "PermissionType": "DelegatedWork",
- "IsLeastPrivilege": true
- },
- {
- "Name": "ChatMessage.Read.Chat",
- "Description": "Consent name unavailable",
- "FullDescription": "Consent description unavailable",
- "IsAdmin": false,
- "PermissionType": "Application",
- "IsLeastPrivilege": true
- },
- {
- "Name": "Group.ReadWrite.All",
- "Description": "Read and write all groups",
- "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.",
- "IsAdmin": true,
- "PermissionType": "DelegatedWork",
- "IsLeastPrivilege": false
- },
- {
- "Name": "Group.Read.All",
- "Description": "Read all groups",
- "FullDescription": "Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ",
- "IsAdmin": true,
- "PermissionType": "DelegatedWork",
- "IsLeastPrivilege": false
- },
- {
- "Name": "Chat.ReadWrite",
- "Description": "Read and write your chat messages",
- "FullDescription": "Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.",
- "IsAdmin": false,
- "PermissionType": "DelegatedWork",
- "IsLeastPrivilege": false
- },
- {
- "Name": "Chat.ReadWrite.All",
- "Description": "Read and write all chat messages",
- "FullDescription": "Allows an app to read and write all chat messages in Microsoft Teams, without a signed-in user.",
- "IsAdmin": false,
- "PermissionType": "Application",
- "IsLeastPrivilege": false
- },
- {
- "Name": "Chat.Read.All",
- "Description": "Read all chat messages",
- "FullDescription": "Allows the app to read all 1-to-1 or group chat messages in Microsoft Teams.",
- "IsAdmin": false,
- "PermissionType": "Application",
- "IsLeastPrivilege": false
- }
- ]
- },
- {
- "Module": "Beta.Teams",
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphChatMessageHostedContent",
- "Command": "Get-MgBetaUserChatMessageHostedContent",
"Method": "GET",
- "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}",
+ "Command": "Get-MgBetaUserChatMessageHostedContent",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessagehostedcontent-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Teams",
+ "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents",
+ "OutputType": "IMicrosoftGraphChatMessageHostedContent",
"ApiVersion": "beta",
"Permissions": [
{
@@ -172804,17 +180495,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Teams",
+ ],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphChatMessageHostedContent",
- "Command": "Get-MgBetaUserChatMessageHostedContent",
"Method": "GET",
- "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents",
+ "Command": "Get-MgBetaUserChatMessageHostedContent",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-list-hostedcontents?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Teams",
+ "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -172873,295 +180565,242 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Teams",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserChatMessageHostedContentCount",
"Method": "GET",
- "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/$count",
- "ApiVersion": "beta",
- "Permissions": [
- {
- "Name": "Chat.Read",
- "Description": "Read your chat messages",
- "FullDescription": "Allows an app to read your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.",
- "IsAdmin": false,
- "PermissionType": "DelegatedWork",
- "IsLeastPrivilege": true
- },
- {
- "Name": "ChatMessage.Read.Chat",
- "Description": "Consent name unavailable",
- "FullDescription": "Consent description unavailable",
- "IsAdmin": false,
- "PermissionType": "Application",
- "IsLeastPrivilege": true
- },
- {
- "Name": "Group.ReadWrite.All",
- "Description": "Read and write all groups",
- "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.",
- "IsAdmin": true,
- "PermissionType": "DelegatedWork",
- "IsLeastPrivilege": false
- },
- {
- "Name": "Group.Read.All",
- "Description": "Read all groups",
- "FullDescription": "Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ",
- "IsAdmin": true,
- "PermissionType": "DelegatedWork",
- "IsLeastPrivilege": false
- },
- {
- "Name": "Chat.ReadWrite",
- "Description": "Read and write your chat messages",
- "FullDescription": "Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.",
- "IsAdmin": false,
- "PermissionType": "DelegatedWork",
- "IsLeastPrivilege": false
- },
- {
- "Name": "Chat.ReadWrite.All",
- "Description": "Read and write all chat messages",
- "FullDescription": "Allows an app to read and write all chat messages in Microsoft Teams, without a signed-in user.",
- "IsAdmin": false,
- "PermissionType": "Application",
- "IsLeastPrivilege": false
- },
- {
- "Name": "Chat.Read.All",
- "Description": "Read all chat messages",
- "FullDescription": "Allows the app to read all 1-to-1 or group chat messages in Microsoft Teams.",
- "IsAdmin": false,
- "PermissionType": "Application",
- "IsLeastPrivilege": false
- }
- ]
+ "Command": "Get-MgBetaUserChatMessageHostedContentCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Teams",
+ "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}",
+ "OutputType": "IMicrosoftGraphChatMessage",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphChatMessage",
- "Command": "Get-MgBetaUserChatMessageReply",
"Method": "GET",
- "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserChatMessageReply",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Teams",
+ "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies",
+ "OutputType": "IMicrosoftGraphChatMessage",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphChatMessage",
- "Command": "Get-MgBetaUserChatMessageReply",
"Method": "GET",
- "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserChatMessageReply",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-list-replies?view=graph-rest-1.0"
},
{
"Module": "Beta.Teams",
+ "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserChatMessageReplyCount",
"Method": "GET",
- "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserChatMessageReplyCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Users.Functions",
+ "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/delta",
+ "OutputType": "IMicrosoftGraphChatMessage",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Delta",
"DeltaViaIdentity"
],
- "OutputType": "IMicrosoftGraphChatMessage",
- "Command": "Get-MgBetaUserChatMessageReplyDelta",
"Method": "GET",
- "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/delta",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserChatMessageReplyDelta",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Teams",
+ "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}",
+ "OutputType": "IMicrosoftGraphChatMessageHostedContent",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphChatMessageHostedContent",
- "Command": "Get-MgBetaUserChatMessageReplyHostedContent",
"Method": "GET",
- "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserChatMessageReplyHostedContent",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessagehostedcontent-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Teams",
+ "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents",
+ "OutputType": "IMicrosoftGraphChatMessageHostedContent",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphChatMessageHostedContent",
- "Command": "Get-MgBetaUserChatMessageReplyHostedContent",
"Method": "GET",
- "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserChatMessageReplyHostedContent",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-list-hostedcontents?view=graph-rest-1.0"
},
{
"Module": "Beta.Teams",
+ "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserChatMessageReplyHostedContentCount",
"Method": "GET",
- "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserChatMessageReplyHostedContentCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Teams",
+ "Uri": "/users/{user-id}/chats/{chat-id}/operations/{teamsAsyncOperation-id}",
+ "OutputType": "IMicrosoftGraphTeamsAsyncOperation",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTeamsAsyncOperation",
- "Command": "Get-MgBetaUserChatOperation",
"Method": "GET",
- "Uri": "/users/{user-id}/chats/{chat-id}/operations/{teamsAsyncOperation-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserChatOperation",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamsasyncoperation-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Teams",
+ "Uri": "/users/{user-id}/chats/{chat-id}/operations",
+ "OutputType": "IMicrosoftGraphTeamsAsyncOperation",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphTeamsAsyncOperation",
- "Command": "Get-MgBetaUserChatOperation",
"Method": "GET",
- "Uri": "/users/{user-id}/chats/{chat-id}/operations",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserChatOperation",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-list-operations?view=graph-rest-1.0"
},
{
"Module": "Beta.Teams",
+ "Uri": "/users/{user-id}/chats/{chat-id}/operations/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserChatOperationCount",
"Method": "GET",
- "Uri": "/users/{user-id}/chats/{chat-id}/operations/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserChatOperationCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Teams",
+ "Uri": "/users/{user-id}/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}",
+ "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant",
- "Command": "Get-MgBetaUserChatPermissionGrant",
"Method": "GET",
- "Uri": "/users/{user-id}/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserChatPermissionGrant",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Teams",
+ "Uri": "/users/{user-id}/chats/{chat-id}/permissionGrants",
+ "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant",
- "Command": "Get-MgBetaUserChatPermissionGrant",
"Method": "GET",
- "Uri": "/users/{user-id}/chats/{chat-id}/permissionGrants",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserChatPermissionGrant",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-list-permissiongrants?view=graph-rest-1.0"
},
{
"Module": "Beta.Teams",
+ "Uri": "/users/{user-id}/chats/{chat-id}/permissionGrants/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserChatPermissionGrantCount",
"Method": "GET",
- "Uri": "/users/{user-id}/chats/{chat-id}/permissionGrants/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserChatPermissionGrantCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Teams",
+ "Uri": "/users/{user-id}/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}",
+ "OutputType": "IMicrosoftGraphPinnedChatMessageInfo",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphPinnedChatMessageInfo",
- "Command": "Get-MgBetaUserChatPinnedMessage",
"Method": "GET",
- "Uri": "/users/{user-id}/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserChatPinnedMessage",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Teams",
+ "Uri": "/users/{user-id}/chats/{chat-id}/pinnedMessages",
+ "OutputType": "IMicrosoftGraphPinnedChatMessageInfo",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphPinnedChatMessageInfo",
- "Command": "Get-MgBetaUserChatPinnedMessage",
"Method": "GET",
- "Uri": "/users/{user-id}/chats/{chat-id}/pinnedMessages",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserChatPinnedMessage",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-list-pinnedmessages?view=graph-rest-1.0"
},
{
"Module": "Beta.Teams",
+ "Uri": "/users/{user-id}/chats/{chat-id}/pinnedMessages/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserChatPinnedMessageCount",
"Method": "GET",
- "Uri": "/users/{user-id}/chats/{chat-id}/pinnedMessages/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserChatPinnedMessageCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Users.Functions",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphChatMessage",
- "Command": "Get-MgBetaUserChatRetainedMessage",
- "Method": "GET",
"Uri": "/users/{user-id}/chats/getAllRetainedMessages",
+ "OutputType": "IMicrosoftGraphChatMessage",
"ApiVersion": "beta",
"Permissions": [
{
@@ -173180,95 +180819,102 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaUserChatRetainedMessage",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Teams",
+ "Uri": "/users/{user-id}/chats/{chat-id}/tabs/{teamsTab-id}",
+ "OutputType": "IMicrosoftGraphTeamsTab",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTeamsTab",
- "Command": "Get-MgBetaUserChatTab",
"Method": "GET",
- "Uri": "/users/{user-id}/chats/{chat-id}/tabs/{teamsTab-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserChatTab",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-get-tabs?view=graph-rest-1.0"
},
{
"Module": "Beta.Teams",
+ "Uri": "/users/{user-id}/chats/{chat-id}/tabs",
+ "OutputType": "IMicrosoftGraphTeamsTab",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphTeamsTab",
- "Command": "Get-MgBetaUserChatTab",
"Method": "GET",
- "Uri": "/users/{user-id}/chats/{chat-id}/tabs",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserChatTab",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-list-tabs?view=graph-rest-1.0"
},
{
"Module": "Beta.Teams",
+ "Uri": "/users/{user-id}/chats/{chat-id}/tabs/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserChatTabCount",
"Method": "GET",
- "Uri": "/users/{user-id}/chats/{chat-id}/tabs/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserChatTabCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Teams",
+ "Uri": "/users/{user-id}/chats/{chat-id}/tabs/{teamsTab-id}/teamsApp",
+ "OutputType": "IMicrosoftGraphTeamsApp",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTeamsApp",
- "Command": "Get-MgBetaUserChatTabTeamApp",
"Method": "GET",
- "Uri": "/users/{user-id}/chats/{chat-id}/tabs/{teamsTab-id}/teamsApp",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserChatTabTeamApp",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Users.Functions",
+ "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/getCloudPcConnectivityHistory",
+ "OutputType": "IMicrosoftGraphCloudPcConnectivityEvent",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphCloudPcConnectivityEvent",
- "Command": "Get-MgBetaUserCloudPcConnectivityHistory",
"Method": "GET",
- "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/getCloudPcConnectivityHistory",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserCloudPcConnectivityHistory",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Users.Functions",
+ "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/getFrontlineCloudPcAccessState",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserCloudPcFrontlineCloudPcAccessState",
"Method": "GET",
- "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/getFrontlineCloudPcAccessState",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserCloudPcFrontlineCloudPcAccessState",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Users.Functions",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphCloudPcLaunchInfo",
- "Command": "Get-MgBetaUserCloudPcLaunchInfo",
- "Method": "GET",
"Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/getCloudPcLaunchInfo",
+ "OutputType": "IMicrosoftGraphCloudPcLaunchInfo",
"ApiVersion": "beta",
"Permissions": [
{
@@ -173287,18 +180933,19 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Users.Functions",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphCloudPc",
- "Command": "Get-MgBetaUserCloudPcProvisionedCloudPc",
"Method": "GET",
+ "Command": "Get-MgBetaUserCloudPcLaunchInfo",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Users.Functions",
"Uri": "/users/{user-id}/cloudPCs/getProvisionedCloudPCs(groupId='{groupId}',servicePlanId='{servicePlanId}')",
+ "OutputType": "IMicrosoftGraphCloudPc",
"ApiVersion": "beta",
"Permissions": [
{
@@ -173317,18 +180964,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Users.Functions",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserCloudPcShiftWorkCloudPcAccessState",
"Method": "GET",
+ "Command": "Get-MgBetaUserCloudPcProvisionedCloudPc",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Users.Functions",
"Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/getShiftWorkCloudPcAccessState",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -173347,31 +180995,33 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Users.Functions",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphCloudPcRemoteActionCapability",
- "Command": "Get-MgBetaUserCloudPcSupportedCloudPcRemoteAction",
"Method": "GET",
- "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/getSupportedCloudPcRemoteActions",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserCloudPcShiftWorkCloudPcAccessState",
+ "ApiReferenceLink": null
},
{
- "Module": "Beta.PersonalContacts",
+ "Module": "Beta.Users.Functions",
+ "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/getSupportedCloudPcRemoteActions",
+ "OutputType": "IMicrosoftGraphCloudPcRemoteActionCapability",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphContact",
- "Command": "Get-MgBetaUserContact",
"Method": "GET",
+ "Command": "Get-MgBetaUserCloudPcSupportedCloudPcRemoteAction",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.PersonalContacts",
"Uri": "/users/{user-id}/contacts/{contact-id}",
+ "OutputType": "IMicrosoftGraphContact",
"ApiVersion": "beta",
"Permissions": [
{
@@ -173390,17 +181040,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.PersonalContacts",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphContact",
- "Command": "Get-MgBetaUserContact",
"Method": "GET",
+ "Command": "Get-MgBetaUserContact",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contact-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.PersonalContacts",
"Uri": "/users/{user-id}/contacts",
+ "OutputType": "IMicrosoftGraphContact",
"ApiVersion": "beta",
"Permissions": [
{
@@ -173419,18 +181071,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.PersonalContacts",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserContactCount",
"Method": "GET",
+ "Command": "Get-MgBetaUserContact",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-list-contacts?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.PersonalContacts",
"Uri": "/users/{user-id}/contacts/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -173449,18 +181101,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Users.Functions",
+ ],
"Variants": [
- "Delta",
- "DeltaViaIdentity"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphContact",
- "Command": "Get-MgBetaUserContactDelta",
"Method": "GET",
+ "Command": "Get-MgBetaUserContactCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Users.Functions",
"Uri": "/users/{user-id}/contacts/delta",
+ "OutputType": "IMicrosoftGraphContact",
"ApiVersion": "beta",
"Permissions": [
{
@@ -173479,56 +181132,60 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Delta",
+ "DeltaViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaUserContactDelta",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contact-delta?view=graph-rest-1.0"
},
{
"Module": "Beta.PersonalContacts",
+ "Uri": "/users/{user-id}/contacts/{contact-id}/extensions/{extension-id}",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserContactExtension",
"Method": "GET",
- "Uri": "/users/{user-id}/contacts/{contact-id}/extensions/{extension-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserContactExtension",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.PersonalContacts",
+ "Uri": "/users/{user-id}/contacts/{contact-id}/extensions",
+ "OutputType": "IMicrosoftGraphExtension",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphExtension",
- "Command": "Get-MgBetaUserContactExtension",
"Method": "GET",
- "Uri": "/users/{user-id}/contacts/{contact-id}/extensions",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserContactExtension",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.PersonalContacts",
+ "Uri": "/users/{user-id}/contacts/{contact-id}/extensions/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserContactExtensionCount",
"Method": "GET",
- "Uri": "/users/{user-id}/contacts/{contact-id}/extensions/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserContactExtensionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.PersonalContacts",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphContactFolder",
- "Command": "Get-MgBetaUserContactFolder",
- "Method": "GET",
"Uri": "/users/{user-id}/contactFolders/{contactFolder-id}",
+ "OutputType": "IMicrosoftGraphContactFolder",
"ApiVersion": "beta",
"Permissions": [
{
@@ -173547,17 +181204,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.PersonalContacts",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphContactFolder",
- "Command": "Get-MgBetaUserContactFolder",
"Method": "GET",
+ "Command": "Get-MgBetaUserContactFolder",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contactfolder-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.PersonalContacts",
"Uri": "/users/{user-id}/contactFolders",
+ "OutputType": "IMicrosoftGraphContactFolder",
"ApiVersion": "beta",
"Permissions": [
{
@@ -173576,30 +181235,32 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaUserContactFolder",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-list-contactfolders?view=graph-rest-1.0"
},
{
"Module": "Beta.PersonalContacts",
+ "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}",
+ "OutputType": "IMicrosoftGraphContactFolder",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphContactFolder",
- "Command": "Get-MgBetaUserContactFolderChildFolder",
"Method": "GET",
- "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserContactFolderChildFolder",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.PersonalContacts",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphContactFolder",
- "Command": "Get-MgBetaUserContactFolderChildFolder",
- "Method": "GET",
"Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders",
+ "OutputType": "IMicrosoftGraphContactFolder",
"ApiVersion": "beta",
"Permissions": [
{
@@ -173618,18 +181279,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.PersonalContacts",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": "IMicrosoftGraphContact",
- "Command": "Get-MgBetaUserContactFolderChildFolderContact",
"Method": "GET",
+ "Command": "Get-MgBetaUserContactFolderChildFolder",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contactfolder-list-childfolders?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.PersonalContacts",
"Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}",
+ "OutputType": "IMicrosoftGraphContact",
"ApiVersion": "beta",
"Permissions": [
{
@@ -173648,17 +181309,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.PersonalContacts",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphContact",
- "Command": "Get-MgBetaUserContactFolderChildFolderContact",
"Method": "GET",
+ "Command": "Get-MgBetaUserContactFolderChildFolderContact",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.PersonalContacts",
"Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts",
+ "OutputType": "IMicrosoftGraphContact",
"ApiVersion": "beta",
"Permissions": [
{
@@ -173677,18 +181340,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.PersonalContacts",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserContactFolderChildFolderContactCount",
"Method": "GET",
+ "Command": "Get-MgBetaUserContactFolderChildFolderContact",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contactfolder-list-contacts?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.PersonalContacts",
"Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -173707,18 +181370,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Users.Functions",
+ ],
"Variants": [
- "Delta",
- "DeltaViaIdentity"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphContact",
- "Command": "Get-MgBetaUserContactFolderChildFolderContactDelta",
"Method": "GET",
+ "Command": "Get-MgBetaUserContactFolderChildFolderContactCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Users.Functions",
"Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/delta",
+ "OutputType": "IMicrosoftGraphContact",
"ApiVersion": "beta",
"Permissions": [
{
@@ -173737,82 +181401,88 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Delta",
+ "DeltaViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaUserContactFolderChildFolderContactDelta",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contact-delta?view=graph-rest-1.0"
},
{
"Module": "Beta.PersonalContacts",
+ "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions/{extension-id}",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserContactFolderChildFolderContactExtension",
"Method": "GET",
- "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions/{extension-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserContactFolderChildFolderContactExtension",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.PersonalContacts",
+ "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions",
+ "OutputType": "IMicrosoftGraphExtension",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphExtension",
- "Command": "Get-MgBetaUserContactFolderChildFolderContactExtension",
"Method": "GET",
- "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserContactFolderChildFolderContactExtension",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.PersonalContacts",
+ "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserContactFolderChildFolderContactExtensionCount",
"Method": "GET",
- "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserContactFolderChildFolderContactExtensionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.PersonalContacts",
+ "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/photo",
+ "OutputType": "IMicrosoftGraphProfilePhoto",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphProfilePhoto",
- "Command": "Get-MgBetaUserContactFolderChildFolderContactPhoto",
"Method": "GET",
- "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/photo",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserContactFolderChildFolderContactPhoto",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.PersonalContacts",
+ "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/photo/$value",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserContactFolderChildFolderContactPhotoContent",
"Method": "GET",
- "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/photo/$value",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserContactFolderChildFolderContactPhotoContent",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.PersonalContacts",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": null,
- "Command": "Get-MgBetaUserContactFolderChildFolderCount",
- "Method": "GET",
"Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -173831,31 +181501,33 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaUserContactFolderChildFolderCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Users.Functions",
+ "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/delta",
+ "OutputType": "IMicrosoftGraphContactFolder",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Delta",
"DeltaViaIdentity"
],
- "OutputType": "IMicrosoftGraphContactFolder",
- "Command": "Get-MgBetaUserContactFolderChildFolderDelta",
"Method": "GET",
- "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/delta",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserContactFolderChildFolderDelta",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contactfolder-delta?view=graph-rest-1.0"
},
{
"Module": "Beta.PersonalContacts",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphContact",
- "Command": "Get-MgBetaUserContactFolderContact",
- "Method": "GET",
"Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}",
+ "OutputType": "IMicrosoftGraphContact",
"ApiVersion": "beta",
"Permissions": [
{
@@ -173874,17 +181546,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.PersonalContacts",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphContact",
- "Command": "Get-MgBetaUserContactFolderContact",
"Method": "GET",
+ "Command": "Get-MgBetaUserContactFolderContact",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.PersonalContacts",
"Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts",
+ "OutputType": "IMicrosoftGraphContact",
"ApiVersion": "beta",
"Permissions": [
{
@@ -173903,18 +181577,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.PersonalContacts",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserContactFolderContactCount",
"Method": "GET",
+ "Command": "Get-MgBetaUserContactFolderContact",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contactfolder-list-contacts?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.PersonalContacts",
"Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -173933,18 +181607,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Users.Functions",
+ ],
"Variants": [
- "Delta",
- "DeltaViaIdentity"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphContact",
- "Command": "Get-MgBetaUserContactFolderContactDelta",
"Method": "GET",
+ "Command": "Get-MgBetaUserContactFolderContactCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Users.Functions",
"Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/delta",
+ "OutputType": "IMicrosoftGraphContact",
"ApiVersion": "beta",
"Permissions": [
{
@@ -173963,82 +181638,88 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Delta",
+ "DeltaViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaUserContactFolderContactDelta",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contact-delta?view=graph-rest-1.0"
},
{
"Module": "Beta.PersonalContacts",
+ "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions/{extension-id}",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserContactFolderContactExtension",
"Method": "GET",
- "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions/{extension-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserContactFolderContactExtension",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.PersonalContacts",
+ "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions",
+ "OutputType": "IMicrosoftGraphExtension",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphExtension",
- "Command": "Get-MgBetaUserContactFolderContactExtension",
"Method": "GET",
- "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserContactFolderContactExtension",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.PersonalContacts",
+ "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserContactFolderContactExtensionCount",
"Method": "GET",
- "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserContactFolderContactExtensionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.PersonalContacts",
+ "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/photo",
+ "OutputType": "IMicrosoftGraphProfilePhoto",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphProfilePhoto",
- "Command": "Get-MgBetaUserContactFolderContactPhoto",
"Method": "GET",
- "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/photo",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserContactFolderContactPhoto",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.PersonalContacts",
+ "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/photo/$value",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserContactFolderContactPhotoContent",
"Method": "GET",
- "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/photo/$value",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserContactFolderContactPhotoContent",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.PersonalContacts",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": null,
- "Command": "Get-MgBetaUserContactFolderCount",
- "Method": "GET",
"Uri": "/users/{user-id}/contactFolders/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -174057,18 +181738,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Users.Functions",
+ ],
"Variants": [
- "Delta",
- "DeltaViaIdentity"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphContactFolder",
- "Command": "Get-MgBetaUserContactFolderDelta",
"Method": "GET",
+ "Command": "Get-MgBetaUserContactFolderCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Users.Functions",
"Uri": "/users/{user-id}/contactFolders/delta",
+ "OutputType": "IMicrosoftGraphContactFolder",
"ApiVersion": "beta",
"Permissions": [
{
@@ -174087,43 +181769,47 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Delta",
+ "DeltaViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaUserContactFolderDelta",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contactfolder-delta?view=graph-rest-1.0"
},
{
"Module": "Beta.PersonalContacts",
+ "Uri": "/users/{user-id}/contacts/{contact-id}/photo",
+ "OutputType": "IMicrosoftGraphProfilePhoto",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphProfilePhoto",
- "Command": "Get-MgBetaUserContactPhoto",
"Method": "GET",
- "Uri": "/users/{user-id}/contacts/{contact-id}/photo",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserContactPhoto",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.PersonalContacts",
+ "Uri": "/users/{user-id}/contacts/{contact-id}/photo/$value",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserContactPhotoContent",
"Method": "GET",
- "Uri": "/users/{user-id}/contacts/{contact-id}/photo/$value",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserContactPhotoContent",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Users",
- "Variants": [
- "Get"
- ],
- "OutputType": null,
- "Command": "Get-MgBetaUserCount",
- "Method": "GET",
"Uri": "/users/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -174230,30 +181916,32 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaUserCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Users",
+ "Uri": "/users/{user-id}/createdObjects/{directoryObject-id}",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgBetaUserCreatedObject",
"Method": "GET",
- "Uri": "/users/{user-id}/createdObjects/{directoryObject-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserCreatedObject",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Users",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgBetaUserCreatedObject",
- "Method": "GET",
"Uri": "/users/{user-id}/createdObjects",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
"ApiVersion": "beta",
"Permissions": [
{
@@ -174304,43 +181992,45 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaUserCreatedObject",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-list-createdobjects?view=graph-rest-1.0"
},
{
"Module": "Beta.Users",
+ "Uri": "/users/{user-id}/createdObjects/{directoryObject-id}/servicePrincipal",
+ "OutputType": "IMicrosoftGraphServicePrincipal",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphServicePrincipal",
- "Command": "Get-MgBetaUserCreatedObjectAsServicePrincipal",
"Method": "GET",
- "Uri": "/users/{user-id}/createdObjects/{directoryObject-id}/servicePrincipal",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserCreatedObjectAsServicePrincipal",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Users",
+ "Uri": "/users/{user-id}/createdObjects/servicePrincipal",
+ "OutputType": "IMicrosoftGraphServicePrincipal",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphServicePrincipal",
- "Command": "Get-MgBetaUserCreatedObjectAsServicePrincipal",
"Method": "GET",
- "Uri": "/users/{user-id}/createdObjects/servicePrincipal",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserCreatedObjectAsServicePrincipal",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Users",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": null,
- "Command": "Get-MgBetaUserCreatedObjectCount",
- "Method": "GET",
"Uri": "/users/{user-id}/createdObjects/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -174391,43 +182081,47 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaUserCreatedObjectCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Users",
+ "Uri": "/users/{user-id}/createdObjects/servicePrincipal/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserCreatedObjectCountAsServicePrincipal",
"Method": "GET",
- "Uri": "/users/{user-id}/createdObjects/servicePrincipal/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserCreatedObjectCountAsServicePrincipal",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Calendar",
+ "Uri": "/users/{user-id}/calendar",
+ "OutputType": "IMicrosoftGraphCalendar",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphCalendar",
- "Command": "Get-MgBetaUserDefaultCalendar",
"Method": "GET",
- "Uri": "/users/{user-id}/calendar",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDefaultCalendar",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calendar-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Calendar",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphEvent",
- "Command": "Get-MgBetaUserDefaultCalendarEvent",
- "Method": "GET",
"Uri": "/users/{user-id}/calendar/events",
+ "OutputType": "IMicrosoftGraphEvent",
"ApiVersion": "beta",
"Permissions": [
{
@@ -174454,20 +182148,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaUserDefaultCalendarEvent",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calendar-list-events?view=graph-rest-1.0"
},
{
"Module": "Beta.Users.Actions",
- "Variants": [
- "Get",
- "GetExpanded",
- "GetViaIdentity",
- "GetViaIdentityExpanded"
- ],
- "OutputType": "IMicrosoftGraphScheduleInformation",
- "Command": "Get-MgBetaUserDefaultCalendarSchedule",
- "Method": "POST",
"Uri": "/users/{user-id}/calendar/getSchedule",
+ "OutputType": "IMicrosoftGraphScheduleInformation",
"ApiVersion": "beta",
"Permissions": [
{
@@ -174494,18 +182186,21 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Files",
+ ],
"Variants": [
"Get",
- "GetViaIdentity"
+ "GetExpanded",
+ "GetViaIdentity",
+ "GetViaIdentityExpanded"
],
- "OutputType": "IMicrosoftGraphDrive",
- "Command": "Get-MgBetaUserDefaultDrive",
- "Method": "GET",
+ "Method": "POST",
+ "Command": "Get-MgBetaUserDefaultCalendarSchedule",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calendar-getschedule?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Files",
"Uri": "/users/{user-id}/drive",
+ "OutputType": "IMicrosoftGraphDrive",
"ApiVersion": "beta",
"Permissions": [
{
@@ -174556,17 +182251,19 @@
"PermissionType": "DelegatedPersonal",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Users.Functions",
+ ],
"Variants": [
- "Delta"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUser",
- "Command": "Get-MgBetaUserDelta",
"Method": "GET",
+ "Command": "Get-MgBetaUserDefaultDrive",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/drive-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Users.Functions",
"Uri": "/users/delta",
+ "OutputType": "IMicrosoftGraphUser",
"ApiVersion": "beta",
"Permissions": [
{
@@ -174601,865 +182298,933 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Delta"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaUserDelta",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.CrossDeviceExperiences",
+ "Uri": "/users/{user-id}/devices/{device-id}",
+ "OutputType": "IMicrosoftGraphDevice",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDevice",
- "Command": "Get-MgBetaUserDevice",
"Method": "GET",
- "Uri": "/users/{user-id}/devices/{device-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDevice",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.CrossDeviceExperiences",
+ "Uri": "/users/{user-id}/devices",
+ "OutputType": "IMicrosoftGraphDevice",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphDevice",
- "Command": "Get-MgBetaUserDevice",
"Method": "GET",
- "Uri": "/users/{user-id}/devices",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDevice",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.CrossDeviceExperiences",
+ "Uri": "/users/{user-id}/devices(deviceId='{deviceId}')",
+ "OutputType": "IMicrosoftGraphDevice",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDevice",
- "Command": "Get-MgBetaUserDeviceByDeviceId",
"Method": "GET",
- "Uri": "/users/{user-id}/devices(deviceId='{deviceId}')",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDeviceByDeviceId",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.CrossDeviceExperiences",
+ "Uri": "/users/{user-id}/devices/{device-id}/commands/{command-id}",
+ "OutputType": "IMicrosoftGraphCommand",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphCommand",
- "Command": "Get-MgBetaUserDeviceCommand",
"Method": "GET",
- "Uri": "/users/{user-id}/devices/{device-id}/commands/{command-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDeviceCommand",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.CrossDeviceExperiences",
+ "Uri": "/users/{user-id}/devices/{device-id}/commands",
+ "OutputType": "IMicrosoftGraphCommand",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphCommand",
- "Command": "Get-MgBetaUserDeviceCommand",
"Method": "GET",
- "Uri": "/users/{user-id}/devices/{device-id}/commands",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDeviceCommand",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.CrossDeviceExperiences",
+ "Uri": "/users/{user-id}/devices/{device-id}/commands/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserDeviceCommandCount",
"Method": "GET",
- "Uri": "/users/{user-id}/devices/{device-id}/commands/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDeviceCommandCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.CrossDeviceExperiences",
+ "Uri": "/users/{user-id}/devices/{device-id}/commands/{command-id}/responsepayload",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserDeviceCommandResponsepayload",
"Method": "GET",
- "Uri": "/users/{user-id}/devices/{device-id}/commands/{command-id}/responsepayload",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDeviceCommandResponsepayload",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.CrossDeviceExperiences",
+ "Uri": "/users/{user-id}/devices/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserDeviceCount",
"Method": "GET",
- "Uri": "/users/{user-id}/devices/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDeviceCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Users.Functions",
+ "Uri": "/users/{user-id}/devices/delta",
+ "OutputType": "IMicrosoftGraphDevice",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Delta",
"DeltaViaIdentity"
],
- "OutputType": "IMicrosoftGraphDevice",
- "Command": "Get-MgBetaUserDeviceDelta",
"Method": "GET",
- "Uri": "/users/{user-id}/devices/delta",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDeviceDelta",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/users/{user-id}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}",
+ "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration",
- "Command": "Get-MgBetaUserDeviceEnrollmentConfiguration",
"Method": "GET",
- "Uri": "/users/{user-id}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDeviceEnrollmentConfiguration",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/users/{user-id}/deviceEnrollmentConfigurations",
+ "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration",
- "Command": "Get-MgBetaUserDeviceEnrollmentConfiguration",
"Method": "GET",
- "Uri": "/users/{user-id}/deviceEnrollmentConfigurations",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDeviceEnrollmentConfiguration",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/users/{user-id}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/{enrollmentConfigurationAssignment-id}",
+ "OutputType": "IMicrosoftGraphEnrollmentConfigurationAssignment",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphEnrollmentConfigurationAssignment",
- "Command": "Get-MgBetaUserDeviceEnrollmentConfigurationAssignment",
"Method": "GET",
- "Uri": "/users/{user-id}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/{enrollmentConfigurationAssignment-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDeviceEnrollmentConfigurationAssignment",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/users/{user-id}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments",
+ "OutputType": "IMicrosoftGraphEnrollmentConfigurationAssignment",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphEnrollmentConfigurationAssignment",
- "Command": "Get-MgBetaUserDeviceEnrollmentConfigurationAssignment",
"Method": "GET",
- "Uri": "/users/{user-id}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDeviceEnrollmentConfigurationAssignment",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/users/{user-id}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserDeviceEnrollmentConfigurationAssignmentCount",
"Method": "GET",
- "Uri": "/users/{user-id}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDeviceEnrollmentConfigurationAssignmentCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/users/{user-id}/deviceEnrollmentConfigurations/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserDeviceEnrollmentConfigurationCount",
"Method": "GET",
- "Uri": "/users/{user-id}/deviceEnrollmentConfigurations/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDeviceEnrollmentConfigurationCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.CrossDeviceExperiences",
+ "Uri": "/users/{user-id}/devices/{device-id}/extensions/{extension-id}",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserDeviceExtension",
"Method": "GET",
- "Uri": "/users/{user-id}/devices/{device-id}/extensions/{extension-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDeviceExtension",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.CrossDeviceExperiences",
+ "Uri": "/users/{user-id}/devices/{device-id}/extensions",
+ "OutputType": "IMicrosoftGraphExtension",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphExtension",
- "Command": "Get-MgBetaUserDeviceExtension",
"Method": "GET",
- "Uri": "/users/{user-id}/devices/{device-id}/extensions",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDeviceExtension",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.CrossDeviceExperiences",
+ "Uri": "/users/{user-id}/devices/{device-id}/extensions/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserDeviceExtensionCount",
"Method": "GET",
- "Uri": "/users/{user-id}/devices/{device-id}/extensions/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDeviceExtensionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/users/{user-id}/deviceManagementTroubleshootingEvents/{deviceManagementTroubleshootingEvent-id}",
+ "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent",
- "Command": "Get-MgBetaUserDeviceManagementTroubleshootingEvent",
"Method": "GET",
- "Uri": "/users/{user-id}/deviceManagementTroubleshootingEvents/{deviceManagementTroubleshootingEvent-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDeviceManagementTroubleshootingEvent",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/users/{user-id}/deviceManagementTroubleshootingEvents",
+ "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent",
- "Command": "Get-MgBetaUserDeviceManagementTroubleshootingEvent",
"Method": "GET",
- "Uri": "/users/{user-id}/deviceManagementTroubleshootingEvents",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDeviceManagementTroubleshootingEvent",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/users/{user-id}/deviceManagementTroubleshootingEvents/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserDeviceManagementTroubleshootingEventCount",
"Method": "GET",
- "Uri": "/users/{user-id}/deviceManagementTroubleshootingEvents/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDeviceManagementTroubleshootingEventCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.CrossDeviceExperiences",
+ "Uri": "/users/{user-id}/devices/{device-id}/memberOf/{directoryObject-id}",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgBetaUserDeviceMemberOf",
"Method": "GET",
- "Uri": "/users/{user-id}/devices/{device-id}/memberOf/{directoryObject-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDeviceMemberOf",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.CrossDeviceExperiences",
+ "Uri": "/users/{user-id}/devices/{device-id}/memberOf",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgBetaUserDeviceMemberOf",
"Method": "GET",
- "Uri": "/users/{user-id}/devices/{device-id}/memberOf",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDeviceMemberOf",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-list-memberof?view=graph-rest-1.0"
},
{
"Module": "Beta.CrossDeviceExperiences",
+ "Uri": "/users/{user-id}/devices/{device-id}/memberOf/{directoryObject-id}/administrativeUnit",
+ "OutputType": "IMicrosoftGraphAdministrativeUnit",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAdministrativeUnit",
- "Command": "Get-MgBetaUserDeviceMemberOfAsAdministrativeUnit",
"Method": "GET",
- "Uri": "/users/{user-id}/devices/{device-id}/memberOf/{directoryObject-id}/administrativeUnit",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDeviceMemberOfAsAdministrativeUnit",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.CrossDeviceExperiences",
+ "Uri": "/users/{user-id}/devices/{device-id}/memberOf/administrativeUnit",
+ "OutputType": "IMicrosoftGraphAdministrativeUnit",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphAdministrativeUnit",
- "Command": "Get-MgBetaUserDeviceMemberOfAsAdministrativeUnit",
"Method": "GET",
- "Uri": "/users/{user-id}/devices/{device-id}/memberOf/administrativeUnit",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDeviceMemberOfAsAdministrativeUnit",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.CrossDeviceExperiences",
+ "Uri": "/users/{user-id}/devices/{device-id}/memberOf/{directoryObject-id}/group",
+ "OutputType": "IMicrosoftGraphGroup",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphGroup",
- "Command": "Get-MgBetaUserDeviceMemberOfAsGroup",
"Method": "GET",
- "Uri": "/users/{user-id}/devices/{device-id}/memberOf/{directoryObject-id}/group",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDeviceMemberOfAsGroup",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.CrossDeviceExperiences",
+ "Uri": "/users/{user-id}/devices/{device-id}/memberOf/group",
+ "OutputType": "IMicrosoftGraphGroup",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphGroup",
- "Command": "Get-MgBetaUserDeviceMemberOfAsGroup",
"Method": "GET",
- "Uri": "/users/{user-id}/devices/{device-id}/memberOf/group",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDeviceMemberOfAsGroup",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.CrossDeviceExperiences",
+ "Uri": "/users/{user-id}/devices/{device-id}/memberOf/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserDeviceMemberOfCount",
"Method": "GET",
- "Uri": "/users/{user-id}/devices/{device-id}/memberOf/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDeviceMemberOfCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.CrossDeviceExperiences",
+ "Uri": "/users/{user-id}/devices/{device-id}/memberOf/administrativeUnit/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserDeviceMemberOfCountAsAdministrativeUnit",
"Method": "GET",
- "Uri": "/users/{user-id}/devices/{device-id}/memberOf/administrativeUnit/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDeviceMemberOfCountAsAdministrativeUnit",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.CrossDeviceExperiences",
+ "Uri": "/users/{user-id}/devices/{device-id}/memberOf/group/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserDeviceMemberOfCountAsGroup",
"Method": "GET",
- "Uri": "/users/{user-id}/devices/{device-id}/memberOf/group/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDeviceMemberOfCountAsGroup",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.CrossDeviceExperiences",
+ "Uri": "/users/{user-id}/devices/{device-id}/registeredOwners",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgBetaUserDeviceRegisteredOwner",
"Method": "GET",
- "Uri": "/users/{user-id}/devices/{device-id}/registeredOwners",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDeviceRegisteredOwner",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-list-registeredowners?view=graph-rest-1.0"
},
{
"Module": "Beta.CrossDeviceExperiences",
+ "Uri": "/users/{user-id}/devices/{device-id}/registeredOwners/{directoryObject-id}/endpoint",
+ "OutputType": "IMicrosoftGraphEndpoint",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphEndpoint",
- "Command": "Get-MgBetaUserDeviceRegisteredOwnerAsEndpoint",
"Method": "GET",
- "Uri": "/users/{user-id}/devices/{device-id}/registeredOwners/{directoryObject-id}/endpoint",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDeviceRegisteredOwnerAsEndpoint",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.CrossDeviceExperiences",
+ "Uri": "/users/{user-id}/devices/{device-id}/registeredOwners/endpoint",
+ "OutputType": "IMicrosoftGraphEndpoint",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphEndpoint",
- "Command": "Get-MgBetaUserDeviceRegisteredOwnerAsEndpoint",
"Method": "GET",
- "Uri": "/users/{user-id}/devices/{device-id}/registeredOwners/endpoint",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDeviceRegisteredOwnerAsEndpoint",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.CrossDeviceExperiences",
+ "Uri": "/users/{user-id}/devices/{device-id}/registeredOwners/{directoryObject-id}/servicePrincipal",
+ "OutputType": "IMicrosoftGraphServicePrincipal",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphServicePrincipal",
- "Command": "Get-MgBetaUserDeviceRegisteredOwnerAsServicePrincipal",
"Method": "GET",
- "Uri": "/users/{user-id}/devices/{device-id}/registeredOwners/{directoryObject-id}/servicePrincipal",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDeviceRegisteredOwnerAsServicePrincipal",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.CrossDeviceExperiences",
+ "Uri": "/users/{user-id}/devices/{device-id}/registeredOwners/servicePrincipal",
+ "OutputType": "IMicrosoftGraphServicePrincipal",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphServicePrincipal",
- "Command": "Get-MgBetaUserDeviceRegisteredOwnerAsServicePrincipal",
"Method": "GET",
- "Uri": "/users/{user-id}/devices/{device-id}/registeredOwners/servicePrincipal",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDeviceRegisteredOwnerAsServicePrincipal",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.CrossDeviceExperiences",
+ "Uri": "/users/{user-id}/devices/{device-id}/registeredOwners/{directoryObject-id}/user",
+ "OutputType": "IMicrosoftGraphUser",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUser",
- "Command": "Get-MgBetaUserDeviceRegisteredOwnerAsUser",
"Method": "GET",
- "Uri": "/users/{user-id}/devices/{device-id}/registeredOwners/{directoryObject-id}/user",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDeviceRegisteredOwnerAsUser",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.CrossDeviceExperiences",
+ "Uri": "/users/{user-id}/devices/{device-id}/registeredOwners/user",
+ "OutputType": "IMicrosoftGraphUser",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphUser",
- "Command": "Get-MgBetaUserDeviceRegisteredOwnerAsUser",
"Method": "GET",
- "Uri": "/users/{user-id}/devices/{device-id}/registeredOwners/user",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDeviceRegisteredOwnerAsUser",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.CrossDeviceExperiences",
+ "Uri": "/users/{user-id}/devices/{device-id}/registeredOwners/$ref",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserDeviceRegisteredOwnerByRef",
"Method": "GET",
- "Uri": "/users/{user-id}/devices/{device-id}/registeredOwners/$ref",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDeviceRegisteredOwnerByRef",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-list-registeredowners?view=graph-rest-1.0"
},
{
"Module": "Beta.CrossDeviceExperiences",
+ "Uri": "/users/{user-id}/devices/{device-id}/registeredOwners/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserDeviceRegisteredOwnerCount",
"Method": "GET",
- "Uri": "/users/{user-id}/devices/{device-id}/registeredOwners/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDeviceRegisteredOwnerCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.CrossDeviceExperiences",
+ "Uri": "/users/{user-id}/devices/{device-id}/registeredOwners/endpoint/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserDeviceRegisteredOwnerCountAsEndpoint",
"Method": "GET",
- "Uri": "/users/{user-id}/devices/{device-id}/registeredOwners/endpoint/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDeviceRegisteredOwnerCountAsEndpoint",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.CrossDeviceExperiences",
+ "Uri": "/users/{user-id}/devices/{device-id}/registeredOwners/servicePrincipal/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserDeviceRegisteredOwnerCountAsServicePrincipal",
"Method": "GET",
- "Uri": "/users/{user-id}/devices/{device-id}/registeredOwners/servicePrincipal/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDeviceRegisteredOwnerCountAsServicePrincipal",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.CrossDeviceExperiences",
+ "Uri": "/users/{user-id}/devices/{device-id}/registeredOwners/user/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserDeviceRegisteredOwnerCountAsUser",
"Method": "GET",
- "Uri": "/users/{user-id}/devices/{device-id}/registeredOwners/user/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDeviceRegisteredOwnerCountAsUser",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.CrossDeviceExperiences",
+ "Uri": "/users/{user-id}/devices/{device-id}/registeredUsers",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgBetaUserDeviceRegisteredUser",
"Method": "GET",
- "Uri": "/users/{user-id}/devices/{device-id}/registeredUsers",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDeviceRegisteredUser",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-list-registeredusers?view=graph-rest-1.0"
},
{
"Module": "Beta.CrossDeviceExperiences",
+ "Uri": "/users/{user-id}/devices/{device-id}/registeredUsers/{directoryObject-id}/endpoint",
+ "OutputType": "IMicrosoftGraphEndpoint",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphEndpoint",
- "Command": "Get-MgBetaUserDeviceRegisteredUserAsEndpoint",
"Method": "GET",
- "Uri": "/users/{user-id}/devices/{device-id}/registeredUsers/{directoryObject-id}/endpoint",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDeviceRegisteredUserAsEndpoint",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.CrossDeviceExperiences",
+ "Uri": "/users/{user-id}/devices/{device-id}/registeredUsers/endpoint",
+ "OutputType": "IMicrosoftGraphEndpoint",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphEndpoint",
- "Command": "Get-MgBetaUserDeviceRegisteredUserAsEndpoint",
"Method": "GET",
- "Uri": "/users/{user-id}/devices/{device-id}/registeredUsers/endpoint",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDeviceRegisteredUserAsEndpoint",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.CrossDeviceExperiences",
+ "Uri": "/users/{user-id}/devices/{device-id}/registeredUsers/{directoryObject-id}/servicePrincipal",
+ "OutputType": "IMicrosoftGraphServicePrincipal",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphServicePrincipal",
- "Command": "Get-MgBetaUserDeviceRegisteredUserAsServicePrincipal",
"Method": "GET",
- "Uri": "/users/{user-id}/devices/{device-id}/registeredUsers/{directoryObject-id}/servicePrincipal",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDeviceRegisteredUserAsServicePrincipal",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.CrossDeviceExperiences",
+ "Uri": "/users/{user-id}/devices/{device-id}/registeredUsers/servicePrincipal",
+ "OutputType": "IMicrosoftGraphServicePrincipal",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphServicePrincipal",
- "Command": "Get-MgBetaUserDeviceRegisteredUserAsServicePrincipal",
"Method": "GET",
- "Uri": "/users/{user-id}/devices/{device-id}/registeredUsers/servicePrincipal",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDeviceRegisteredUserAsServicePrincipal",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.CrossDeviceExperiences",
+ "Uri": "/users/{user-id}/devices/{device-id}/registeredUsers/{directoryObject-id}/user",
+ "OutputType": "IMicrosoftGraphUser",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUser",
- "Command": "Get-MgBetaUserDeviceRegisteredUserAsUser",
"Method": "GET",
- "Uri": "/users/{user-id}/devices/{device-id}/registeredUsers/{directoryObject-id}/user",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDeviceRegisteredUserAsUser",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.CrossDeviceExperiences",
+ "Uri": "/users/{user-id}/devices/{device-id}/registeredUsers/user",
+ "OutputType": "IMicrosoftGraphUser",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphUser",
- "Command": "Get-MgBetaUserDeviceRegisteredUserAsUser",
"Method": "GET",
- "Uri": "/users/{user-id}/devices/{device-id}/registeredUsers/user",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDeviceRegisteredUserAsUser",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.CrossDeviceExperiences",
+ "Uri": "/users/{user-id}/devices/{device-id}/registeredUsers/$ref",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserDeviceRegisteredUserByRef",
"Method": "GET",
- "Uri": "/users/{user-id}/devices/{device-id}/registeredUsers/$ref",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDeviceRegisteredUserByRef",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-list-registeredusers?view=graph-rest-1.0"
},
{
"Module": "Beta.CrossDeviceExperiences",
+ "Uri": "/users/{user-id}/devices/{device-id}/registeredUsers/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserDeviceRegisteredUserCount",
"Method": "GET",
- "Uri": "/users/{user-id}/devices/{device-id}/registeredUsers/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDeviceRegisteredUserCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.CrossDeviceExperiences",
+ "Uri": "/users/{user-id}/devices/{device-id}/registeredUsers/endpoint/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserDeviceRegisteredUserCountAsEndpoint",
"Method": "GET",
- "Uri": "/users/{user-id}/devices/{device-id}/registeredUsers/endpoint/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDeviceRegisteredUserCountAsEndpoint",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.CrossDeviceExperiences",
+ "Uri": "/users/{user-id}/devices/{device-id}/registeredUsers/servicePrincipal/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserDeviceRegisteredUserCountAsServicePrincipal",
"Method": "GET",
- "Uri": "/users/{user-id}/devices/{device-id}/registeredUsers/servicePrincipal/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDeviceRegisteredUserCountAsServicePrincipal",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.CrossDeviceExperiences",
+ "Uri": "/users/{user-id}/devices/{device-id}/registeredUsers/user/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserDeviceRegisteredUserCountAsUser",
"Method": "GET",
- "Uri": "/users/{user-id}/devices/{device-id}/registeredUsers/user/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDeviceRegisteredUserCountAsUser",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.CrossDeviceExperiences",
+ "Uri": "/users/{user-id}/devices/{device-id}/transitiveMemberOf/{directoryObject-id}",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgBetaUserDeviceTransitiveMemberOf",
"Method": "GET",
- "Uri": "/users/{user-id}/devices/{device-id}/transitiveMemberOf/{directoryObject-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDeviceTransitiveMemberOf",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.CrossDeviceExperiences",
+ "Uri": "/users/{user-id}/devices/{device-id}/transitiveMemberOf",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgBetaUserDeviceTransitiveMemberOf",
"Method": "GET",
- "Uri": "/users/{user-id}/devices/{device-id}/transitiveMemberOf",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDeviceTransitiveMemberOf",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-list-transitivememberof?view=graph-rest-1.0"
},
{
"Module": "Beta.CrossDeviceExperiences",
+ "Uri": "/users/{user-id}/devices/{device-id}/transitiveMemberOf/{directoryObject-id}/administrativeUnit",
+ "OutputType": "IMicrosoftGraphAdministrativeUnit",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAdministrativeUnit",
- "Command": "Get-MgBetaUserDeviceTransitiveMemberOfAsAdministrativeUnit",
"Method": "GET",
- "Uri": "/users/{user-id}/devices/{device-id}/transitiveMemberOf/{directoryObject-id}/administrativeUnit",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDeviceTransitiveMemberOfAsAdministrativeUnit",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.CrossDeviceExperiences",
+ "Uri": "/users/{user-id}/devices/{device-id}/transitiveMemberOf/administrativeUnit",
+ "OutputType": "IMicrosoftGraphAdministrativeUnit",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphAdministrativeUnit",
- "Command": "Get-MgBetaUserDeviceTransitiveMemberOfAsAdministrativeUnit",
"Method": "GET",
- "Uri": "/users/{user-id}/devices/{device-id}/transitiveMemberOf/administrativeUnit",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDeviceTransitiveMemberOfAsAdministrativeUnit",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.CrossDeviceExperiences",
+ "Uri": "/users/{user-id}/devices/{device-id}/transitiveMemberOf/{directoryObject-id}/group",
+ "OutputType": "IMicrosoftGraphGroup",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphGroup",
- "Command": "Get-MgBetaUserDeviceTransitiveMemberOfAsGroup",
"Method": "GET",
- "Uri": "/users/{user-id}/devices/{device-id}/transitiveMemberOf/{directoryObject-id}/group",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDeviceTransitiveMemberOfAsGroup",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.CrossDeviceExperiences",
+ "Uri": "/users/{user-id}/devices/{device-id}/transitiveMemberOf/group",
+ "OutputType": "IMicrosoftGraphGroup",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphGroup",
- "Command": "Get-MgBetaUserDeviceTransitiveMemberOfAsGroup",
"Method": "GET",
- "Uri": "/users/{user-id}/devices/{device-id}/transitiveMemberOf/group",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDeviceTransitiveMemberOfAsGroup",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.CrossDeviceExperiences",
+ "Uri": "/users/{user-id}/devices/{device-id}/transitiveMemberOf/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserDeviceTransitiveMemberOfCount",
"Method": "GET",
- "Uri": "/users/{user-id}/devices/{device-id}/transitiveMemberOf/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDeviceTransitiveMemberOfCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.CrossDeviceExperiences",
+ "Uri": "/users/{user-id}/devices/{device-id}/transitiveMemberOf/administrativeUnit/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserDeviceTransitiveMemberOfCountAsAdministrativeUnit",
"Method": "GET",
- "Uri": "/users/{user-id}/devices/{device-id}/transitiveMemberOf/administrativeUnit/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDeviceTransitiveMemberOfCountAsAdministrativeUnit",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.CrossDeviceExperiences",
+ "Uri": "/users/{user-id}/devices/{device-id}/transitiveMemberOf/group/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserDeviceTransitiveMemberOfCountAsGroup",
"Method": "GET",
- "Uri": "/users/{user-id}/devices/{device-id}/transitiveMemberOf/group/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDeviceTransitiveMemberOfCountAsGroup",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.CrossDeviceExperiences",
+ "Uri": "/users/{user-id}/devices/{device-id}/usageRights/{usageRight-id}",
+ "OutputType": "IMicrosoftGraphUsageRight",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUsageRight",
- "Command": "Get-MgBetaUserDeviceUsageRights",
"Method": "GET",
- "Uri": "/users/{user-id}/devices/{device-id}/usageRights/{usageRight-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDeviceUsageRights",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.CrossDeviceExperiences",
+ "Uri": "/users/{user-id}/devices/{device-id}/usageRights",
+ "OutputType": "IMicrosoftGraphUsageRight",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphUsageRight",
- "Command": "Get-MgBetaUserDeviceUsageRights",
"Method": "GET",
- "Uri": "/users/{user-id}/devices/{device-id}/usageRights",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDeviceUsageRights",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-list-usagerights?view=graph-rest-1.0"
},
{
"Module": "Beta.CrossDeviceExperiences",
+ "Uri": "/users/{user-id}/devices/{device-id}/usageRights/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserDeviceUsageRightsCount",
"Method": "GET",
- "Uri": "/users/{user-id}/devices/{device-id}/usageRights/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDeviceUsageRightsCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Users",
+ "Uri": "/users/{user-id}/directReports/{directoryObject-id}",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgBetaUserDirectReport",
"Method": "GET",
- "Uri": "/users/{user-id}/directReports/{directoryObject-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDirectReport",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Users",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgBetaUserDirectReport",
- "Method": "GET",
"Uri": "/users/{user-id}/directReports",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
"ApiVersion": "beta",
"Permissions": [
{
@@ -175502,68 +183267,72 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaUserDirectReport",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-list-directreports?view=graph-rest-1.0"
},
{
"Module": "Beta.Users",
+ "Uri": "/users/{user-id}/directReports/{directoryObject-id}/orgContact",
+ "OutputType": "IMicrosoftGraphOrgContact",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphOrgContact",
- "Command": "Get-MgBetaUserDirectReportAsOrgContact",
"Method": "GET",
- "Uri": "/users/{user-id}/directReports/{directoryObject-id}/orgContact",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDirectReportAsOrgContact",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Users",
+ "Uri": "/users/{user-id}/directReports/orgContact",
+ "OutputType": "IMicrosoftGraphOrgContact",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphOrgContact",
- "Command": "Get-MgBetaUserDirectReportAsOrgContact",
"Method": "GET",
- "Uri": "/users/{user-id}/directReports/orgContact",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDirectReportAsOrgContact",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Users",
+ "Uri": "/users/{user-id}/directReports/{directoryObject-id}/user",
+ "OutputType": "IMicrosoftGraphUser",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUser",
- "Command": "Get-MgBetaUserDirectReportAsUser",
"Method": "GET",
- "Uri": "/users/{user-id}/directReports/{directoryObject-id}/user",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDirectReportAsUser",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Users",
+ "Uri": "/users/{user-id}/directReports/user",
+ "OutputType": "IMicrosoftGraphUser",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphUser",
- "Command": "Get-MgBetaUserDirectReportAsUser",
"Method": "GET",
- "Uri": "/users/{user-id}/directReports/user",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDirectReportAsUser",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Users",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": null,
- "Command": "Get-MgBetaUserDirectReportCount",
- "Method": "GET",
"Uri": "/users/{user-id}/directReports/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -175606,56 +183375,61 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaUserDirectReportCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Users",
+ "Uri": "/users/{user-id}/directReports/orgContact/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserDirectReportCountAsOrgContact",
"Method": "GET",
- "Uri": "/users/{user-id}/directReports/orgContact/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDirectReportCountAsOrgContact",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Users",
+ "Uri": "/users/{user-id}/directReports/user/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserDirectReportCountAsUser",
"Method": "GET",
- "Uri": "/users/{user-id}/directReports/user/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDirectReportCountAsUser",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}",
+ "OutputType": "IMicrosoftGraphDrive",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get1",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphDrive",
- "Command": "Get-MgBetaUserDrive",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDrive",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphDrive",
- "Command": "Get-MgBetaUserDrive",
- "Method": "GET",
"Uri": "/users/{user-id}/drives",
+ "OutputType": "IMicrosoftGraphDrive",
"ApiVersion": "beta",
"Permissions": [
{
@@ -175706,145 +183480,155 @@
"PermissionType": "DelegatedPersonal",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaUserDrive",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/drive-list?view=graph-rest-1.0"
},
{
"Module": "Beta.Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/activities",
+ "OutputType": "IMicrosoftGraphItemActivityOld",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphItemActivityOld",
- "Command": "Get-MgBetaUserDriveActivity",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/activities",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDriveActivity",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/activities-list?view=graph-rest-1.0"
},
{
"Module": "Beta.Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/bundles/{driveItem-id}",
+ "OutputType": "IMicrosoftGraphDriveItem",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDriveItem",
- "Command": "Get-MgBetaUserDriveBundle",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/bundles/{driveItem-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDriveBundle",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bundle-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/bundles",
+ "OutputType": "IMicrosoftGraphDriveItem",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphDriveItem",
- "Command": "Get-MgBetaUserDriveBundle",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/bundles",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDriveBundle",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bundle-list?view=graph-rest-1.0"
},
{
"Module": "Beta.Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/bundles/{driveItem-id}/content",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserDriveBundleContent",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/bundles/{driveItem-id}/content",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDriveBundleContent",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bundle-list?view=graph-rest-1.0"
},
{
"Module": "Beta.Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/bundles/{driveItem-id}/contentStream",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserDriveBundleContentStream",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/bundles/{driveItem-id}/contentStream",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDriveBundleContentStream",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bundle-list?view=graph-rest-1.0"
},
{
"Module": "Beta.Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/bundles/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserDriveBundleCount",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/bundles/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDriveBundleCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/base",
+ "OutputType": "IMicrosoftGraphContentType",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphContentType",
- "Command": "Get-MgBetaUserDriveContentTypeBase",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/base",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDriveContentTypeBase",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes/{contentType-id1}",
+ "OutputType": "IMicrosoftGraphContentType",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphContentType",
- "Command": "Get-MgBetaUserDriveContentTypeBaseType",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes/{contentType-id1}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDriveContentTypeBaseType",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes",
+ "OutputType": "IMicrosoftGraphContentType",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphContentType",
- "Command": "Get-MgBetaUserDriveContentTypeBaseType",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDriveContentTypeBaseType",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserDriveContentTypeBaseTypeCount",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDriveContentTypeBaseTypeCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": null,
- "Command": "Get-MgBetaUserDriveCount",
- "Method": "GET",
"Uri": "/users/{user-id}/drives/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -175895,2615 +183679,2818 @@
"PermissionType": "DelegatedPersonal",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaUserDriveCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/createdByUser",
+ "OutputType": "IMicrosoftGraphUser",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUser",
- "Command": "Get-MgBetaUserDriveCreatedByUser",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/createdByUser",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDriveCreatedByUser",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/createdByUser/mailboxSettings",
+ "OutputType": "IMicrosoftGraphMailboxSettings",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Command": "Get-MgBetaUserDriveCreatedByUserMailboxSetting",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/createdByUser/mailboxSettings",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDriveCreatedByUserMailboxSetting",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/createdByUser/serviceProvisioningErrors",
+ "OutputType": "IMicrosoftGraphServiceProvisioningError",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Command": "Get-MgBetaUserDriveCreatedByUserServiceProvisioningError",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/createdByUser/serviceProvisioningErrors",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDriveCreatedByUserServiceProvisioningError",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/createdByUser/serviceProvisioningErrors/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserDriveCreatedByUserServiceProvisioningErrorCount",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/createdByUser/serviceProvisioningErrors/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDriveCreatedByUserServiceProvisioningErrorCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/following/{driveItem-id}",
+ "OutputType": "IMicrosoftGraphDriveItem",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDriveItem",
- "Command": "Get-MgBetaUserDriveFollowing",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/following/{driveItem-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDriveFollowing",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/following",
+ "OutputType": "IMicrosoftGraphDriveItem",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphDriveItem",
- "Command": "Get-MgBetaUserDriveFollowing",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/following",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDriveFollowing",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/drive-list-following?view=graph-rest-1.0"
},
{
"Module": "Beta.Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/following/{driveItem-id}/content",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserDriveFollowingContent",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/following/{driveItem-id}/content",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDriveFollowingContent",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/drive-list-following?view=graph-rest-1.0"
},
{
"Module": "Beta.Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/following/{driveItem-id}/contentStream",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserDriveFollowingContentStream",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/following/{driveItem-id}/contentStream",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDriveFollowingContentStream",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/drive-list-following?view=graph-rest-1.0"
},
{
"Module": "Beta.Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/following/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserDriveFollowingCount",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/following/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDriveFollowingCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}",
+ "OutputType": "IMicrosoftGraphDriveItem",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDriveItem",
- "Command": "Get-MgBetaUserDriveItem",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDriveItem",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bundle-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/items",
+ "OutputType": "IMicrosoftGraphDriveItem",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphDriveItem",
- "Command": "Get-MgBetaUserDriveItem",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/items",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDriveItem",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/activities",
+ "OutputType": "IMicrosoftGraphItemActivityOld",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphItemActivityOld",
- "Command": "Get-MgBetaUserDriveItemActivity",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/activities",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDriveItemActivity",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Users.Functions",
+ "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')",
+ "OutputType": "IMicrosoftGraphItemActivityStat",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphItemActivityStat",
- "Command": "Get-MgBetaUserDriveItemActivityByInterval",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDriveItemActivityByInterval",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics",
+ "OutputType": "IMicrosoftGraphItemAnalytics",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphItemAnalytics",
- "Command": "Get-MgBetaUserDriveItemAnalytic",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDriveItemAnalytic",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itemanalytics-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}",
+ "OutputType": "IMicrosoftGraphItemActivityStat",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphItemActivityStat",
- "Command": "Get-MgBetaUserDriveItemAnalyticItemActivityStat",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDriveItemAnalyticItemActivityStat",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats",
+ "OutputType": "IMicrosoftGraphItemActivityStat",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphItemActivityStat",
- "Command": "Get-MgBetaUserDriveItemAnalyticItemActivityStat",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDriveItemAnalyticItemActivityStat",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities",
+ "OutputType": "IMicrosoftGraphItemActivity",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphItemActivity",
- "Command": "Get-MgBetaUserDriveItemAnalyticItemActivityStatActivity",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDriveItemAnalyticItemActivityStatActivity",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserDriveItemAnalyticItemActivityStatCount",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDriveItemAnalyticItemActivityStatCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/lastSevenDays",
+ "OutputType": "IMicrosoftGraphItemActivityStat",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphItemActivityStat",
- "Command": "Get-MgBetaUserDriveItemAnalyticLastSevenDay",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/lastSevenDays",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDriveItemAnalyticLastSevenDay",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/allTime",
+ "OutputType": "IMicrosoftGraphItemActivityStat",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphItemActivityStat",
- "Command": "Get-MgBetaUserDriveItemAnalyticTime",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/allTime",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDriveItemAnalyticTime",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}",
+ "OutputType": "IMicrosoftGraphDriveItem",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDriveItem",
- "Command": "Get-MgBetaUserDriveItemChild",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDriveItemChild",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children",
+ "OutputType": "IMicrosoftGraphDriveItem",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphDriveItem",
- "Command": "Get-MgBetaUserDriveItemChild",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDriveItemChild",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-list-children?view=graph-rest-1.0"
},
{
"Module": "Beta.Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserDriveItemChildContent",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDriveItemChildContent",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-list-children?view=graph-rest-1.0"
},
{
"Module": "Beta.Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/contentStream",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserDriveItemChildContentStream",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/contentStream",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDriveItemChildContentStream",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-list-children?view=graph-rest-1.0"
},
{
"Module": "Beta.Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserDriveItemChildCount",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDriveItemChildCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/content",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserDriveItemContent",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/content",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDriveItemContent",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/contentStream",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserDriveItemContentStream",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/contentStream",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDriveItemContentStream",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/items/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserDriveItemCount",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/items/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDriveItemCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser",
+ "OutputType": "IMicrosoftGraphUser",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUser",
- "Command": "Get-MgBetaUserDriveItemCreatedByUser",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDriveItemCreatedByUser",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/mailboxSettings",
+ "OutputType": "IMicrosoftGraphMailboxSettings",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Command": "Get-MgBetaUserDriveItemCreatedByUserMailboxSetting",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/mailboxSettings",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDriveItemCreatedByUserMailboxSetting",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/serviceProvisioningErrors",
+ "OutputType": "IMicrosoftGraphServiceProvisioningError",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Command": "Get-MgBetaUserDriveItemCreatedByUserServiceProvisioningError",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/serviceProvisioningErrors",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDriveItemCreatedByUserServiceProvisioningError",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/serviceProvisioningErrors/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserDriveItemCreatedByUserServiceProvisioningErrorCount",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/serviceProvisioningErrors/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDriveItemCreatedByUserServiceProvisioningErrorCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Users.Functions",
+ "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/delta",
+ "OutputType": "IMicrosoftGraphDriveItem",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Delta",
"Delta1",
"DeltaViaIdentity",
"DeltaViaIdentity1"
],
- "OutputType": "IMicrosoftGraphDriveItem",
- "Command": "Get-MgBetaUserDriveItemDelta",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/delta",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDriveItemDelta",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser",
+ "OutputType": "IMicrosoftGraphUser",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUser",
- "Command": "Get-MgBetaUserDriveItemItemLastModifiedByUser",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDriveItemItemLastModifiedByUser",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/mailboxSettings",
+ "OutputType": "IMicrosoftGraphMailboxSettings",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Command": "Get-MgBetaUserDriveItemItemLastModifiedByUserMailboxSetting",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/mailboxSettings",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDriveItemItemLastModifiedByUserMailboxSetting",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/serviceProvisioningErrors",
+ "OutputType": "IMicrosoftGraphServiceProvisioningError",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Command": "Get-MgBetaUserDriveItemItemLastModifiedByUserServiceProvisioningError",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/serviceProvisioningErrors",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDriveItemItemLastModifiedByUserServiceProvisioningError",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/serviceProvisioningErrors/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserDriveItemItemLastModifiedByUserServiceProvisioningErrorCount",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/serviceProvisioningErrors/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDriveItemItemLastModifiedByUserServiceProvisioningErrorCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser",
+ "OutputType": "IMicrosoftGraphUser",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphUser",
- "Command": "Get-MgBetaUserDriveItemLastModifiedByUser",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDriveItemLastModifiedByUser",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/mailboxSettings",
+ "OutputType": "IMicrosoftGraphMailboxSettings",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Command": "Get-MgBetaUserDriveItemLastModifiedByUserMailboxSetting",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/mailboxSettings",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDriveItemLastModifiedByUserMailboxSetting",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/serviceProvisioningErrors",
+ "OutputType": "IMicrosoftGraphServiceProvisioningError",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List",
"List1"
],
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Command": "Get-MgBetaUserDriveItemLastModifiedByUserServiceProvisioningError",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/serviceProvisioningErrors",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDriveItemLastModifiedByUserServiceProvisioningError",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserDriveItemLastModifiedByUserServiceProvisioningErrorCount",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDriveItemLastModifiedByUserServiceProvisioningErrorCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem",
+ "OutputType": "IMicrosoftGraphListItem",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphListItem",
- "Command": "Get-MgBetaUserDriveItemListItem",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDriveItemListItem",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/activities",
+ "OutputType": "IMicrosoftGraphItemActivityOld",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphItemActivityOld",
- "Command": "Get-MgBetaUserDriveItemListItemActivity",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/activities",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDriveItemListItemActivity",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Users.Functions",
+ "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')",
+ "OutputType": "IMicrosoftGraphItemActivityStat",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphItemActivityStat",
- "Command": "Get-MgBetaUserDriveItemListItemActivityByInterval",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDriveItemListItemActivityByInterval",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/analytics",
+ "OutputType": "IMicrosoftGraphItemAnalytics",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphItemAnalytics",
- "Command": "Get-MgBetaUserDriveItemListItemAnalytic",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/analytics",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDriveItemListItemAnalytic",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser",
+ "OutputType": "IMicrosoftGraphUser",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUser",
- "Command": "Get-MgBetaUserDriveItemListItemCreatedByUser",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDriveItemListItemCreatedByUser",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/mailboxSettings",
+ "OutputType": "IMicrosoftGraphMailboxSettings",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Command": "Get-MgBetaUserDriveItemListItemCreatedByUserMailboxSetting",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/mailboxSettings",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDriveItemListItemCreatedByUserMailboxSetting",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/serviceProvisioningErrors",
+ "OutputType": "IMicrosoftGraphServiceProvisioningError",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Command": "Get-MgBetaUserDriveItemListItemCreatedByUserServiceProvisioningError",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/serviceProvisioningErrors",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDriveItemListItemCreatedByUserServiceProvisioningError",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/serviceProvisioningErrors/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserDriveItemListItemCreatedByUserServiceProvisioningErrorCount",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/serviceProvisioningErrors/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDriveItemListItemCreatedByUserServiceProvisioningErrorCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}",
+ "OutputType": "IMicrosoftGraphDocumentSetVersion",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDocumentSetVersion",
- "Command": "Get-MgBetaUserDriveItemListItemDocumentSetVersion",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDriveItemListItemDocumentSetVersion",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions",
+ "OutputType": "IMicrosoftGraphDocumentSetVersion",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphDocumentSetVersion",
- "Command": "Get-MgBetaUserDriveItemListItemDocumentSetVersion",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDriveItemListItemDocumentSetVersion",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-list-documentsetversions?view=graph-rest-1.0"
},
{
"Module": "Beta.Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserDriveItemListItemDocumentSetVersionCount",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDriveItemListItemDocumentSetVersionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserDriveItemListItemDocumentSetVersionField",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDriveItemListItemDocumentSetVersionField",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem",
+ "OutputType": "IMicrosoftGraphDriveItem",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDriveItem",
- "Command": "Get-MgBetaUserDriveItemListItemDriveItem",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDriveItemListItemDriveItem",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserDriveItemListItemDriveItemContent",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDriveItemListItemDriveItemContent",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/contentStream",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserDriveItemListItemDriveItemContentStream",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/contentStream",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDriveItemListItemDriveItemContentStream",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/fields",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserDriveItemListItemField",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/fields",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDriveItemListItemField",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}",
+ "OutputType": "IMicrosoftGraphListItemVersion",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphListItemVersion",
- "Command": "Get-MgBetaUserDriveItemListItemVersion",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDriveItemListItemVersion",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions",
+ "OutputType": "IMicrosoftGraphListItemVersion",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphListItemVersion",
- "Command": "Get-MgBetaUserDriveItemListItemVersion",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDriveItemListItemVersion",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserDriveItemListItemVersionCount",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDriveItemListItemVersionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserDriveItemListItemVersionField",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDriveItemListItemVersionField",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}",
+ "OutputType": "IMicrosoftGraphPermission",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphPermission",
- "Command": "Get-MgBetaUserDriveItemPermission",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDriveItemPermission",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions",
+ "OutputType": "IMicrosoftGraphPermission",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphPermission",
- "Command": "Get-MgBetaUserDriveItemPermission",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDriveItemPermission",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-list-permissions?view=graph-rest-1.0"
},
{
"Module": "Beta.Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserDriveItemPermissionCount",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDriveItemPermissionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/retentionLabel",
+ "OutputType": "IMicrosoftGraphItemRetentionLabel",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphItemRetentionLabel",
- "Command": "Get-MgBetaUserDriveItemRetentionLabel",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/retentionLabel",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDriveItemRetentionLabel",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}",
+ "OutputType": "IMicrosoftGraphSubscription",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSubscription",
- "Command": "Get-MgBetaUserDriveItemSubscription",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDriveItemSubscription",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions",
+ "OutputType": "IMicrosoftGraphSubscription",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphSubscription",
- "Command": "Get-MgBetaUserDriveItemSubscription",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDriveItemSubscription",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserDriveItemSubscriptionCount",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDriveItemSubscriptionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}",
+ "OutputType": "IMicrosoftGraphThumbnailSet",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphThumbnailSet",
- "Command": "Get-MgBetaUserDriveItemThumbnail",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDriveItemThumbnail",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails",
+ "OutputType": "IMicrosoftGraphThumbnailSet",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphThumbnailSet",
- "Command": "Get-MgBetaUserDriveItemThumbnail",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDriveItemThumbnail",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-list-thumbnails?view=graph-rest-1.0"
},
{
"Module": "Beta.Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserDriveItemThumbnailCount",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDriveItemThumbnailCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}",
+ "OutputType": "IMicrosoftGraphDriveItemVersion",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDriveItemVersion",
- "Command": "Get-MgBetaUserDriveItemVersion",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDriveItemVersion",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitemversion-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions",
+ "OutputType": "IMicrosoftGraphDriveItemVersion",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphDriveItemVersion",
- "Command": "Get-MgBetaUserDriveItemVersion",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDriveItemVersion",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-list-versions?view=graph-rest-1.0"
},
{
"Module": "Beta.Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserDriveItemVersionContent",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDriveItemVersionContent",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-list-versions?view=graph-rest-1.0"
},
{
"Module": "Beta.Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserDriveItemVersionCount",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDriveItemVersionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/lastModifiedByUser",
+ "OutputType": "IMicrosoftGraphUser",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphUser",
- "Command": "Get-MgBetaUserDriveLastModifiedByUser",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/lastModifiedByUser",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDriveLastModifiedByUser",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/lastModifiedByUser/mailboxSettings",
+ "OutputType": "IMicrosoftGraphMailboxSettings",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Command": "Get-MgBetaUserDriveLastModifiedByUserMailboxSetting",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/lastModifiedByUser/mailboxSettings",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDriveLastModifiedByUserMailboxSetting",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/lastModifiedByUser/serviceProvisioningErrors",
+ "OutputType": "IMicrosoftGraphServiceProvisioningError",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List",
"List1"
],
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Command": "Get-MgBetaUserDriveLastModifiedByUserServiceProvisioningError",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/lastModifiedByUser/serviceProvisioningErrors",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDriveLastModifiedByUserServiceProvisioningError",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/lastModifiedByUser/serviceProvisioningErrors/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserDriveLastModifiedByUserServiceProvisioningErrorCount",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/lastModifiedByUser/serviceProvisioningErrors/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDriveLastModifiedByUserServiceProvisioningErrorCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/list",
+ "OutputType": "IMicrosoftGraphList",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphList",
- "Command": "Get-MgBetaUserDriveList",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/list",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDriveList",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/list/activities",
+ "OutputType": "IMicrosoftGraphItemActivityOld",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphItemActivityOld",
- "Command": "Get-MgBetaUserDriveListActivity",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/list/activities",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDriveListActivity",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/list/columns/{columnDefinition-id}",
+ "OutputType": "IMicrosoftGraphColumnDefinition",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphColumnDefinition",
- "Command": "Get-MgBetaUserDriveListColumn",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/list/columns/{columnDefinition-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDriveListColumn",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/list/columns",
+ "OutputType": "IMicrosoftGraphColumnDefinition",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphColumnDefinition",
- "Command": "Get-MgBetaUserDriveListColumn",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/list/columns",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDriveListColumn",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/list-list-columns?view=graph-rest-1.0"
},
{
"Module": "Beta.Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/list/columns/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserDriveListColumnCount",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/list/columns/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDriveListColumnCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/list/columns/{columnDefinition-id}/sourceColumn",
+ "OutputType": "IMicrosoftGraphColumnDefinition",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphColumnDefinition",
- "Command": "Get-MgBetaUserDriveListColumnSourceColumn",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/list/columns/{columnDefinition-id}/sourceColumn",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDriveListColumnSourceColumn",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}",
+ "OutputType": "IMicrosoftGraphContentType",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphContentType",
- "Command": "Get-MgBetaUserDriveListContentType",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDriveListContentType",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes",
+ "OutputType": "IMicrosoftGraphContentType",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphContentType",
- "Command": "Get-MgBetaUserDriveListContentType",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDriveListContentType",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/list-list-contenttypes?view=graph-rest-1.0"
},
{
"Module": "Beta.Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}",
+ "OutputType": "IMicrosoftGraphColumnDefinition",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphColumnDefinition",
- "Command": "Get-MgBetaUserDriveListContentTypeColumn",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDriveListContentTypeColumn",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/columndefinition-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns",
+ "OutputType": "IMicrosoftGraphColumnDefinition",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphColumnDefinition",
- "Command": "Get-MgBetaUserDriveListContentTypeColumn",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDriveListContentTypeColumn",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-list-columns?view=graph-rest-1.0"
},
{
"Module": "Beta.Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserDriveListContentTypeColumnCount",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDriveListContentTypeColumnCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}",
+ "OutputType": "IMicrosoftGraphColumnLink",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphColumnLink",
- "Command": "Get-MgBetaUserDriveListContentTypeColumnLink",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDriveListContentTypeColumnLink",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks",
+ "OutputType": "IMicrosoftGraphColumnLink",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphColumnLink",
- "Command": "Get-MgBetaUserDriveListContentTypeColumnLink",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDriveListContentTypeColumnLink",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserDriveListContentTypeColumnLinkCount",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDriveListContentTypeColumnLinkCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}",
+ "OutputType": "IMicrosoftGraphColumnDefinition",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphColumnDefinition",
- "Command": "Get-MgBetaUserDriveListContentTypeColumnPosition",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDriveListContentTypeColumnPosition",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions",
+ "OutputType": "IMicrosoftGraphColumnDefinition",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphColumnDefinition",
- "Command": "Get-MgBetaUserDriveListContentTypeColumnPosition",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDriveListContentTypeColumnPosition",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserDriveListContentTypeColumnPositionCount",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDriveListContentTypeColumnPositionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn",
+ "OutputType": "IMicrosoftGraphColumnDefinition",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphColumnDefinition",
- "Command": "Get-MgBetaUserDriveListContentTypeColumnSourceColumn",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDriveListContentTypeColumnSourceColumn",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Users.Functions",
+ "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/getCompatibleHubContentTypes",
+ "OutputType": "IMicrosoftGraphContentType",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphContentType",
- "Command": "Get-MgBetaUserDriveListContentTypeCompatibleHubContentType",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/getCompatibleHubContentTypes",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDriveListContentTypeCompatibleHubContentType",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserDriveListContentTypeCount",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDriveListContentTypeCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/list/createdByUser",
+ "OutputType": "IMicrosoftGraphUser",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUser",
- "Command": "Get-MgBetaUserDriveListCreatedByUser",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/list/createdByUser",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDriveListCreatedByUser",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/list/createdByUser/mailboxSettings",
+ "OutputType": "IMicrosoftGraphMailboxSettings",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Command": "Get-MgBetaUserDriveListCreatedByUserMailboxSetting",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/list/createdByUser/mailboxSettings",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDriveListCreatedByUserMailboxSetting",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/list/createdByUser/serviceProvisioningErrors",
+ "OutputType": "IMicrosoftGraphServiceProvisioningError",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Command": "Get-MgBetaUserDriveListCreatedByUserServiceProvisioningError",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/list/createdByUser/serviceProvisioningErrors",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDriveListCreatedByUserServiceProvisioningError",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/list/createdByUser/serviceProvisioningErrors/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserDriveListCreatedByUserServiceProvisioningErrorCount",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/list/createdByUser/serviceProvisioningErrors/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDriveListCreatedByUserServiceProvisioningErrorCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/list/drive",
+ "OutputType": "IMicrosoftGraphDrive",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDrive",
- "Command": "Get-MgBetaUserDriveListDrive",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/list/drive",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDriveListDrive",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}",
+ "OutputType": "IMicrosoftGraphListItem",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphListItem",
- "Command": "Get-MgBetaUserDriveListItem",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDriveListItem",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/list/items",
+ "OutputType": "IMicrosoftGraphListItem",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphListItem",
- "Command": "Get-MgBetaUserDriveListItem",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/list/items",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDriveListItem",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-list?view=graph-rest-1.0"
},
{
"Module": "Beta.Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/activities",
+ "OutputType": "IMicrosoftGraphItemActivityOld",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphItemActivityOld",
- "Command": "Get-MgBetaUserDriveListItemActivity",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/activities",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDriveListItemActivity",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Users.Functions",
+ "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')",
+ "OutputType": "IMicrosoftGraphItemActivityStat",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphItemActivityStat",
- "Command": "Get-MgBetaUserDriveListItemActivityByInterval",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDriveListItemActivityByInterval",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/analytics",
+ "OutputType": "IMicrosoftGraphItemAnalytics",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphItemAnalytics",
- "Command": "Get-MgBetaUserDriveListItemAnalytic",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/analytics",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDriveListItemAnalytic",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser",
+ "OutputType": "IMicrosoftGraphUser",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUser",
- "Command": "Get-MgBetaUserDriveListItemCreatedByUser",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDriveListItemCreatedByUser",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/mailboxSettings",
+ "OutputType": "IMicrosoftGraphMailboxSettings",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Command": "Get-MgBetaUserDriveListItemCreatedByUserMailboxSetting",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/mailboxSettings",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDriveListItemCreatedByUserMailboxSetting",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors",
+ "OutputType": "IMicrosoftGraphServiceProvisioningError",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Command": "Get-MgBetaUserDriveListItemCreatedByUserServiceProvisioningError",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDriveListItemCreatedByUserServiceProvisioningError",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserDriveListItemCreatedByUserServiceProvisioningErrorCount",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDriveListItemCreatedByUserServiceProvisioningErrorCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Users.Functions",
+ "Uri": "/users/{user-id}/drives/{drive-id}/list/items/delta",
+ "OutputType": "IMicrosoftGraphListItem",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Delta",
"Delta1",
"DeltaViaIdentity",
"DeltaViaIdentity1"
],
- "OutputType": "IMicrosoftGraphListItem",
- "Command": "Get-MgBetaUserDriveListItemDelta",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/list/items/delta",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDriveListItemDelta",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}",
+ "OutputType": "IMicrosoftGraphDocumentSetVersion",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDocumentSetVersion",
- "Command": "Get-MgBetaUserDriveListItemDocumentSetVersion",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDriveListItemDocumentSetVersion",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions",
+ "OutputType": "IMicrosoftGraphDocumentSetVersion",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphDocumentSetVersion",
- "Command": "Get-MgBetaUserDriveListItemDocumentSetVersion",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDriveListItemDocumentSetVersion",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-list-documentsetversions?view=graph-rest-1.0"
},
{
"Module": "Beta.Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserDriveListItemDocumentSetVersionCount",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDriveListItemDocumentSetVersionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserDriveListItemDocumentSetVersionField",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDriveListItemDocumentSetVersionField",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem",
+ "OutputType": "IMicrosoftGraphDriveItem",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDriveItem",
- "Command": "Get-MgBetaUserDriveListItemDriveItem",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDriveListItemDriveItem",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/content",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserDriveListItemDriveItemContent",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/content",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDriveListItemDriveItemContent",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/contentStream",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserDriveListItemDriveItemContentStream",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/contentStream",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDriveListItemDriveItemContentStream",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/fields",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserDriveListItemField",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/fields",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDriveListItemField",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}",
+ "OutputType": "IMicrosoftGraphListItemVersion",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphListItemVersion",
- "Command": "Get-MgBetaUserDriveListItemVersion",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDriveListItemVersion",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions",
+ "OutputType": "IMicrosoftGraphListItemVersion",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphListItemVersion",
- "Command": "Get-MgBetaUserDriveListItemVersion",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDriveListItemVersion",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserDriveListItemVersionCount",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDriveListItemVersionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserDriveListItemVersionField",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDriveListItemVersionField",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/list/operations/{richLongRunningOperation-id}",
+ "OutputType": "IMicrosoftGraphRichLongRunningOperation",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphRichLongRunningOperation",
- "Command": "Get-MgBetaUserDriveListOperation",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/list/operations/{richLongRunningOperation-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDriveListOperation",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/list/operations",
+ "OutputType": "IMicrosoftGraphRichLongRunningOperation",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphRichLongRunningOperation",
- "Command": "Get-MgBetaUserDriveListOperation",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/list/operations",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDriveListOperation",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/list/operations/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserDriveListOperationCount",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/list/operations/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDriveListOperationCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/list/subscriptions/{subscription-id}",
+ "OutputType": "IMicrosoftGraphSubscription",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSubscription",
- "Command": "Get-MgBetaUserDriveListSubscription",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/list/subscriptions/{subscription-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDriveListSubscription",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/list/subscriptions",
+ "OutputType": "IMicrosoftGraphSubscription",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphSubscription",
- "Command": "Get-MgBetaUserDriveListSubscription",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/list/subscriptions",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDriveListSubscription",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/list/subscriptions/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserDriveListSubscriptionCount",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/list/subscriptions/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDriveListSubscriptionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/root",
+ "OutputType": "IMicrosoftGraphDriveItem",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDriveItem",
- "Command": "Get-MgBetaUserDriveRoot",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/root",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDriveRoot",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/root/activities",
+ "OutputType": "IMicrosoftGraphItemActivityOld",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphItemActivityOld",
- "Command": "Get-MgBetaUserDriveRootActivity",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/root/activities",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDriveRootActivity",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Users.Functions",
+ "Uri": "/users/{user-id}/drives/{drive-id}/root/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')",
+ "OutputType": "IMicrosoftGraphItemActivityStat",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphItemActivityStat",
- "Command": "Get-MgBetaUserDriveRootActivityByInterval",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/root/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDriveRootActivityByInterval",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics",
+ "OutputType": "IMicrosoftGraphItemAnalytics",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphItemAnalytics",
- "Command": "Get-MgBetaUserDriveRootAnalytic",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDriveRootAnalytic",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itemanalytics-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}",
+ "OutputType": "IMicrosoftGraphItemActivityStat",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphItemActivityStat",
- "Command": "Get-MgBetaUserDriveRootAnalyticItemActivityStat",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDriveRootAnalyticItemActivityStat",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats",
+ "OutputType": "IMicrosoftGraphItemActivityStat",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphItemActivityStat",
- "Command": "Get-MgBetaUserDriveRootAnalyticItemActivityStat",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDriveRootAnalyticItemActivityStat",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}/activities",
+ "OutputType": "IMicrosoftGraphItemActivity",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphItemActivity",
- "Command": "Get-MgBetaUserDriveRootAnalyticItemActivityStatActivity",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}/activities",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDriveRootAnalyticItemActivityStatActivity",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserDriveRootAnalyticItemActivityStatCount",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDriveRootAnalyticItemActivityStatCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/lastSevenDays",
+ "OutputType": "IMicrosoftGraphItemActivityStat",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphItemActivityStat",
- "Command": "Get-MgBetaUserDriveRootAnalyticLastSevenDay",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/lastSevenDays",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDriveRootAnalyticLastSevenDay",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/allTime",
+ "OutputType": "IMicrosoftGraphItemActivityStat",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphItemActivityStat",
- "Command": "Get-MgBetaUserDriveRootAnalyticTime",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/allTime",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDriveRootAnalyticTime",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/root/children/{driveItem-id}",
+ "OutputType": "IMicrosoftGraphDriveItem",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDriveItem",
- "Command": "Get-MgBetaUserDriveRootChild",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/root/children/{driveItem-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDriveRootChild",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/root/children",
+ "OutputType": "IMicrosoftGraphDriveItem",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphDriveItem",
- "Command": "Get-MgBetaUserDriveRootChild",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/root/children",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDriveRootChild",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-list-children?view=graph-rest-1.0"
},
{
"Module": "Beta.Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/root/children/{driveItem-id}/content",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserDriveRootChildContent",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/root/children/{driveItem-id}/content",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDriveRootChildContent",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-list-children?view=graph-rest-1.0"
},
{
"Module": "Beta.Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/root/children/{driveItem-id}/contentStream",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserDriveRootChildContentStream",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/root/children/{driveItem-id}/contentStream",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDriveRootChildContentStream",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-list-children?view=graph-rest-1.0"
},
{
"Module": "Beta.Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/root/children/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserDriveRootChildCount",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/root/children/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDriveRootChildCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/root/content",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserDriveRootContent",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/root/content",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDriveRootContent",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/root/contentStream",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserDriveRootContentStream",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/root/contentStream",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDriveRootContentStream",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/root/createdByUser",
+ "OutputType": "IMicrosoftGraphUser",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUser",
- "Command": "Get-MgBetaUserDriveRootCreatedByUser",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/root/createdByUser",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDriveRootCreatedByUser",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/root/createdByUser/mailboxSettings",
+ "OutputType": "IMicrosoftGraphMailboxSettings",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Command": "Get-MgBetaUserDriveRootCreatedByUserMailboxSetting",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/root/createdByUser/mailboxSettings",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDriveRootCreatedByUserMailboxSetting",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/root/createdByUser/serviceProvisioningErrors",
+ "OutputType": "IMicrosoftGraphServiceProvisioningError",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Command": "Get-MgBetaUserDriveRootCreatedByUserServiceProvisioningError",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/root/createdByUser/serviceProvisioningErrors",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDriveRootCreatedByUserServiceProvisioningError",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/root/createdByUser/serviceProvisioningErrors/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserDriveRootCreatedByUserServiceProvisioningErrorCount",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/root/createdByUser/serviceProvisioningErrors/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDriveRootCreatedByUserServiceProvisioningErrorCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Users.Functions",
+ "Uri": "/users/{user-id}/drives/{drive-id}/root/delta",
+ "OutputType": "IMicrosoftGraphDriveItem",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Delta",
"Delta1",
"DeltaViaIdentity",
"DeltaViaIdentity1"
],
- "OutputType": "IMicrosoftGraphDriveItem",
- "Command": "Get-MgBetaUserDriveRootDelta",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/root/delta",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDriveRootDelta",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/lastModifiedByUser",
+ "OutputType": "IMicrosoftGraphUser",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUser",
- "Command": "Get-MgBetaUserDriveRootItemLastModifiedByUser",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/lastModifiedByUser",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDriveRootItemLastModifiedByUser",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/mailboxSettings",
+ "OutputType": "IMicrosoftGraphMailboxSettings",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Command": "Get-MgBetaUserDriveRootItemLastModifiedByUserMailboxSetting",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/mailboxSettings",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDriveRootItemLastModifiedByUserMailboxSetting",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/serviceProvisioningErrors",
+ "OutputType": "IMicrosoftGraphServiceProvisioningError",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Command": "Get-MgBetaUserDriveRootItemLastModifiedByUserServiceProvisioningError",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/serviceProvisioningErrors",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDriveRootItemLastModifiedByUserServiceProvisioningError",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/serviceProvisioningErrors/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserDriveRootItemLastModifiedByUserServiceProvisioningErrorCount",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/serviceProvisioningErrors/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDriveRootItemLastModifiedByUserServiceProvisioningErrorCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/root/lastModifiedByUser",
+ "OutputType": "IMicrosoftGraphUser",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUser",
- "Command": "Get-MgBetaUserDriveRootLastModifiedByUser",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/root/lastModifiedByUser",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDriveRootLastModifiedByUser",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/root/lastModifiedByUser/mailboxSettings",
+ "OutputType": "IMicrosoftGraphMailboxSettings",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Command": "Get-MgBetaUserDriveRootLastModifiedByUserMailboxSetting",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/root/lastModifiedByUser/mailboxSettings",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDriveRootLastModifiedByUserMailboxSetting",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/root/lastModifiedByUser/serviceProvisioningErrors",
+ "OutputType": "IMicrosoftGraphServiceProvisioningError",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Command": "Get-MgBetaUserDriveRootLastModifiedByUserServiceProvisioningError",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/root/lastModifiedByUser/serviceProvisioningErrors",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDriveRootLastModifiedByUserServiceProvisioningError",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/root/lastModifiedByUser/serviceProvisioningErrors/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserDriveRootLastModifiedByUserServiceProvisioningErrorCount",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/root/lastModifiedByUser/serviceProvisioningErrors/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDriveRootLastModifiedByUserServiceProvisioningErrorCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem",
+ "OutputType": "IMicrosoftGraphListItem",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphListItem",
- "Command": "Get-MgBetaUserDriveRootListItem",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDriveRootListItem",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/activities",
+ "OutputType": "IMicrosoftGraphItemActivityOld",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphItemActivityOld",
- "Command": "Get-MgBetaUserDriveRootListItemActivity",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/activities",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDriveRootListItemActivity",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Users.Functions",
+ "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')",
+ "OutputType": "IMicrosoftGraphItemActivityStat",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphItemActivityStat",
- "Command": "Get-MgBetaUserDriveRootListItemActivityByInterval",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDriveRootListItemActivityByInterval",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/analytics",
+ "OutputType": "IMicrosoftGraphItemAnalytics",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphItemAnalytics",
- "Command": "Get-MgBetaUserDriveRootListItemAnalytic",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/analytics",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDriveRootListItemAnalytic",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/createdByUser",
+ "OutputType": "IMicrosoftGraphUser",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUser",
- "Command": "Get-MgBetaUserDriveRootListItemCreatedByUser",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/createdByUser",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDriveRootListItemCreatedByUser",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/createdByUser/mailboxSettings",
+ "OutputType": "IMicrosoftGraphMailboxSettings",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Command": "Get-MgBetaUserDriveRootListItemCreatedByUserMailboxSetting",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/createdByUser/mailboxSettings",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDriveRootListItemCreatedByUserMailboxSetting",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/createdByUser/serviceProvisioningErrors",
+ "OutputType": "IMicrosoftGraphServiceProvisioningError",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Command": "Get-MgBetaUserDriveRootListItemCreatedByUserServiceProvisioningError",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/createdByUser/serviceProvisioningErrors",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDriveRootListItemCreatedByUserServiceProvisioningError",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/createdByUser/serviceProvisioningErrors/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserDriveRootListItemCreatedByUserServiceProvisioningErrorCount",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/createdByUser/serviceProvisioningErrors/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDriveRootListItemCreatedByUserServiceProvisioningErrorCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}",
+ "OutputType": "IMicrosoftGraphDocumentSetVersion",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDocumentSetVersion",
- "Command": "Get-MgBetaUserDriveRootListItemDocumentSetVersion",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDriveRootListItemDocumentSetVersion",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions",
+ "OutputType": "IMicrosoftGraphDocumentSetVersion",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphDocumentSetVersion",
- "Command": "Get-MgBetaUserDriveRootListItemDocumentSetVersion",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDriveRootListItemDocumentSetVersion",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-list-documentsetversions?view=graph-rest-1.0"
},
{
"Module": "Beta.Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserDriveRootListItemDocumentSetVersionCount",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDriveRootListItemDocumentSetVersionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserDriveRootListItemDocumentSetVersionField",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDriveRootListItemDocumentSetVersionField",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/driveItem",
+ "OutputType": "IMicrosoftGraphDriveItem",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDriveItem",
- "Command": "Get-MgBetaUserDriveRootListItemDriveItem",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/driveItem",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDriveRootListItemDriveItem",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/driveItem/content",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserDriveRootListItemDriveItemContent",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/driveItem/content",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDriveRootListItemDriveItemContent",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/driveItem/contentStream",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserDriveRootListItemDriveItemContentStream",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/driveItem/contentStream",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDriveRootListItemDriveItemContentStream",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/fields",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserDriveRootListItemField",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/fields",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDriveRootListItemField",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}",
+ "OutputType": "IMicrosoftGraphListItemVersion",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphListItemVersion",
- "Command": "Get-MgBetaUserDriveRootListItemVersion",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDriveRootListItemVersion",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions",
+ "OutputType": "IMicrosoftGraphListItemVersion",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphListItemVersion",
- "Command": "Get-MgBetaUserDriveRootListItemVersion",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDriveRootListItemVersion",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserDriveRootListItemVersionCount",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDriveRootListItemVersionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserDriveRootListItemVersionField",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDriveRootListItemVersionField",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/root/permissions/{permission-id}",
+ "OutputType": "IMicrosoftGraphPermission",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphPermission",
- "Command": "Get-MgBetaUserDriveRootPermission",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/root/permissions/{permission-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDriveRootPermission",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/root/permissions",
+ "OutputType": "IMicrosoftGraphPermission",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphPermission",
- "Command": "Get-MgBetaUserDriveRootPermission",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/root/permissions",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDriveRootPermission",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-list-permissions?view=graph-rest-1.0"
},
{
"Module": "Beta.Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/root/permissions/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserDriveRootPermissionCount",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/root/permissions/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDriveRootPermissionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/root/retentionLabel",
+ "OutputType": "IMicrosoftGraphItemRetentionLabel",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphItemRetentionLabel",
- "Command": "Get-MgBetaUserDriveRootRetentionLabel",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/root/retentionLabel",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDriveRootRetentionLabel",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/root/subscriptions/{subscription-id}",
+ "OutputType": "IMicrosoftGraphSubscription",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSubscription",
- "Command": "Get-MgBetaUserDriveRootSubscription",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/root/subscriptions/{subscription-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDriveRootSubscription",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/root/subscriptions",
+ "OutputType": "IMicrosoftGraphSubscription",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphSubscription",
- "Command": "Get-MgBetaUserDriveRootSubscription",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/root/subscriptions",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDriveRootSubscription",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/root/subscriptions/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserDriveRootSubscriptionCount",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/root/subscriptions/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDriveRootSubscriptionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}",
+ "OutputType": "IMicrosoftGraphThumbnailSet",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphThumbnailSet",
- "Command": "Get-MgBetaUserDriveRootThumbnail",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDriveRootThumbnail",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/root/thumbnails",
+ "OutputType": "IMicrosoftGraphThumbnailSet",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphThumbnailSet",
- "Command": "Get-MgBetaUserDriveRootThumbnail",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/root/thumbnails",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDriveRootThumbnail",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-list-thumbnails?view=graph-rest-1.0"
},
{
"Module": "Beta.Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/root/thumbnails/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserDriveRootThumbnailCount",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/root/thumbnails/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDriveRootThumbnailCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}",
+ "OutputType": "IMicrosoftGraphDriveItemVersion",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDriveItemVersion",
- "Command": "Get-MgBetaUserDriveRootVersion",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDriveRootVersion",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitemversion-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/root/versions",
+ "OutputType": "IMicrosoftGraphDriveItemVersion",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphDriveItemVersion",
- "Command": "Get-MgBetaUserDriveRootVersion",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/root/versions",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDriveRootVersion",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-list-versions?view=graph-rest-1.0"
},
{
"Module": "Beta.Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/content",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserDriveRootVersionContent",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/content",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDriveRootVersionContent",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-list-versions?view=graph-rest-1.0"
},
{
"Module": "Beta.Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/root/versions/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserDriveRootVersionCount",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/root/versions/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDriveRootVersionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/special/{driveItem-id}",
+ "OutputType": "IMicrosoftGraphDriveItem",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDriveItem",
- "Command": "Get-MgBetaUserDriveSpecial",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/special/{driveItem-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDriveSpecial",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/drive-get-specialfolder?view=graph-rest-1.0"
},
{
"Module": "Beta.Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/special",
+ "OutputType": "IMicrosoftGraphDriveItem",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphDriveItem",
- "Command": "Get-MgBetaUserDriveSpecial",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/special",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDriveSpecial",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/special/{driveItem-id}/content",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserDriveSpecialContent",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/special/{driveItem-id}/content",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDriveSpecialContent",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/special/{driveItem-id}/contentStream",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserDriveSpecialContentStream",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/special/{driveItem-id}/contentStream",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDriveSpecialContentStream",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/special/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserDriveSpecialCount",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/special/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserDriveSpecialCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Users.Functions",
+ "Uri": "/users/{user-id}/getEffectiveDeviceEnrollmentConfigurations",
+ "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration",
- "Command": "Get-MgBetaUserEffectiveDeviceEnrollmentConfiguration",
"Method": "GET",
- "Uri": "/users/{user-id}/getEffectiveDeviceEnrollmentConfigurations",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserEffectiveDeviceEnrollmentConfiguration",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Calendar",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphEvent",
- "Command": "Get-MgBetaUserEvent",
- "Method": "GET",
"Uri": "/users/{user-id}/events/{event-id}",
+ "OutputType": "IMicrosoftGraphEvent",
"ApiVersion": "beta",
"Permissions": [
{
@@ -178522,17 +186509,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Calendar",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphEvent",
- "Command": "Get-MgBetaUserEvent",
"Method": "GET",
+ "Command": "Get-MgBetaUserEvent",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Calendar",
"Uri": "/users/{user-id}/events",
+ "OutputType": "IMicrosoftGraphEvent",
"ApiVersion": "beta",
"Permissions": [
{
@@ -178559,69 +186548,73 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaUserEvent",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-list-events?view=graph-rest-1.0"
},
{
"Module": "Beta.Calendar",
+ "Uri": "/users/{user-id}/events/{event-id}/attachments/{attachment-id}",
+ "OutputType": "IMicrosoftGraphAttachment",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAttachment",
- "Command": "Get-MgBetaUserEventAttachment",
"Method": "GET",
- "Uri": "/users/{user-id}/events/{event-id}/attachments/{attachment-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserEventAttachment",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Calendar",
+ "Uri": "/users/{user-id}/events/{event-id}/attachments",
+ "OutputType": "IMicrosoftGraphAttachment",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphAttachment",
- "Command": "Get-MgBetaUserEventAttachment",
"Method": "GET",
- "Uri": "/users/{user-id}/events/{event-id}/attachments",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserEventAttachment",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0"
},
{
"Module": "Beta.Calendar",
+ "Uri": "/users/{user-id}/events/{event-id}/attachments/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserEventAttachmentCount",
"Method": "GET",
- "Uri": "/users/{user-id}/events/{event-id}/attachments/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserEventAttachmentCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Calendar",
+ "Uri": "/users/{user-id}/events/{event-id}/calendar",
+ "OutputType": "IMicrosoftGraphCalendar",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphCalendar",
- "Command": "Get-MgBetaUserEventCalendar",
"Method": "GET",
- "Uri": "/users/{user-id}/events/{event-id}/calendar",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserEventCalendar",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Calendar",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": null,
- "Command": "Get-MgBetaUserEventCount",
- "Method": "GET",
"Uri": "/users/{user-id}/events/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -178648,18 +186641,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Users.Functions",
+ ],
"Variants": [
- "Delta",
- "DeltaViaIdentity"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphEvent",
- "Command": "Get-MgBetaUserEventDelta",
"Method": "GET",
+ "Command": "Get-MgBetaUserEventCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Users.Functions",
"Uri": "/users/{user-id}/events/delta",
+ "OutputType": "IMicrosoftGraphEvent",
"ApiVersion": "beta",
"Permissions": [
{
@@ -178686,322 +186680,348 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Delta",
+ "DeltaViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaUserEventDelta",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-1.0"
},
{
"Module": "Beta.Calendar",
+ "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}",
+ "OutputType": "IMicrosoftGraphEvent",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphEvent",
- "Command": "Get-MgBetaUserEventExceptionOccurrence",
"Method": "GET",
- "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserEventExceptionOccurrence",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Calendar",
+ "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences",
+ "OutputType": "IMicrosoftGraphEvent",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphEvent",
- "Command": "Get-MgBetaUserEventExceptionOccurrence",
"Method": "GET",
- "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserEventExceptionOccurrence",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Calendar",
+ "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/attachments/{attachment-id}",
+ "OutputType": "IMicrosoftGraphAttachment",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAttachment",
- "Command": "Get-MgBetaUserEventExceptionOccurrenceAttachment",
"Method": "GET",
- "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/attachments/{attachment-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserEventExceptionOccurrenceAttachment",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Calendar",
+ "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/attachments",
+ "OutputType": "IMicrosoftGraphAttachment",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphAttachment",
- "Command": "Get-MgBetaUserEventExceptionOccurrenceAttachment",
"Method": "GET",
- "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/attachments",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserEventExceptionOccurrenceAttachment",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0"
},
{
"Module": "Beta.Calendar",
+ "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/attachments/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserEventExceptionOccurrenceAttachmentCount",
"Method": "GET",
- "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/attachments/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserEventExceptionOccurrenceAttachmentCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Calendar",
+ "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/calendar",
+ "OutputType": "IMicrosoftGraphCalendar",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphCalendar",
- "Command": "Get-MgBetaUserEventExceptionOccurrenceCalendar",
"Method": "GET",
- "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/calendar",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserEventExceptionOccurrenceCalendar",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Calendar",
+ "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserEventExceptionOccurrenceCount",
"Method": "GET",
- "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserEventExceptionOccurrenceCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Calendar",
+ "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/extensions/{extension-id}",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserEventExceptionOccurrenceExtension",
"Method": "GET",
- "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/extensions/{extension-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserEventExceptionOccurrenceExtension",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/opentypeextension-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Calendar",
+ "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/extensions",
+ "OutputType": "IMicrosoftGraphExtension",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphExtension",
- "Command": "Get-MgBetaUserEventExceptionOccurrenceExtension",
"Method": "GET",
- "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/extensions",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserEventExceptionOccurrenceExtension",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Calendar",
+ "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/extensions/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserEventExceptionOccurrenceExtensionCount",
"Method": "GET",
- "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/extensions/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserEventExceptionOccurrenceExtensionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Calendar",
+ "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}",
+ "OutputType": "IMicrosoftGraphEvent",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphEvent",
- "Command": "Get-MgBetaUserEventExceptionOccurrenceInstance",
"Method": "GET",
- "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserEventExceptionOccurrenceInstance",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Calendar",
+ "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances",
+ "OutputType": "IMicrosoftGraphEvent",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphEvent",
- "Command": "Get-MgBetaUserEventExceptionOccurrenceInstance",
"Method": "GET",
- "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserEventExceptionOccurrenceInstance",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-list-instances?view=graph-rest-1.0"
},
{
"Module": "Beta.Calendar",
+ "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments/{attachment-id}",
+ "OutputType": "IMicrosoftGraphAttachment",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAttachment",
- "Command": "Get-MgBetaUserEventExceptionOccurrenceInstanceAttachment",
"Method": "GET",
- "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments/{attachment-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserEventExceptionOccurrenceInstanceAttachment",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Calendar",
+ "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments",
+ "OutputType": "IMicrosoftGraphAttachment",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphAttachment",
- "Command": "Get-MgBetaUserEventExceptionOccurrenceInstanceAttachment",
"Method": "GET",
- "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserEventExceptionOccurrenceInstanceAttachment",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0"
},
{
"Module": "Beta.Calendar",
+ "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserEventExceptionOccurrenceInstanceAttachmentCount",
"Method": "GET",
- "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserEventExceptionOccurrenceInstanceAttachmentCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Calendar",
+ "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/calendar",
+ "OutputType": "IMicrosoftGraphCalendar",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphCalendar",
- "Command": "Get-MgBetaUserEventExceptionOccurrenceInstanceCalendar",
"Method": "GET",
- "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/calendar",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserEventExceptionOccurrenceInstanceCalendar",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Calendar",
+ "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserEventExceptionOccurrenceInstanceCount",
"Method": "GET",
- "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserEventExceptionOccurrenceInstanceCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Calendar",
+ "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions/{extension-id}",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserEventExceptionOccurrenceInstanceExtension",
"Method": "GET",
- "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions/{extension-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserEventExceptionOccurrenceInstanceExtension",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/opentypeextension-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Calendar",
+ "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions",
+ "OutputType": "IMicrosoftGraphExtension",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphExtension",
- "Command": "Get-MgBetaUserEventExceptionOccurrenceInstanceExtension",
"Method": "GET",
- "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserEventExceptionOccurrenceInstanceExtension",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Calendar",
+ "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserEventExceptionOccurrenceInstanceExtensionCount",
"Method": "GET",
- "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserEventExceptionOccurrenceInstanceExtensionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Calendar",
+ "Uri": "/users/{user-id}/events/{event-id}/extensions/{extension-id}",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserEventExtension",
"Method": "GET",
- "Uri": "/users/{user-id}/events/{event-id}/extensions/{extension-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserEventExtension",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/opentypeextension-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Calendar",
+ "Uri": "/users/{user-id}/events/{event-id}/extensions",
+ "OutputType": "IMicrosoftGraphExtension",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphExtension",
- "Command": "Get-MgBetaUserEventExtension",
"Method": "GET",
- "Uri": "/users/{user-id}/events/{event-id}/extensions",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserEventExtension",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Calendar",
+ "Uri": "/users/{user-id}/events/{event-id}/extensions/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserEventExtensionCount",
"Method": "GET",
- "Uri": "/users/{user-id}/events/{event-id}/extensions/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserEventExtensionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Calendar",
+ "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}",
+ "OutputType": "IMicrosoftGraphEvent",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphEvent",
- "Command": "Get-MgBetaUserEventInstance",
"Method": "GET",
- "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserEventInstance",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Calendar",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphEvent",
- "Command": "Get-MgBetaUserEventInstance",
- "Method": "GET",
"Uri": "/users/{user-id}/events/{event-id}/instances",
+ "OutputType": "IMicrosoftGraphEvent",
"ApiVersion": "beta",
"Permissions": [
{
@@ -179020,69 +187040,73 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaUserEventInstance",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-list-instances?view=graph-rest-1.0"
},
{
"Module": "Beta.Calendar",
+ "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}",
+ "OutputType": "IMicrosoftGraphAttachment",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAttachment",
- "Command": "Get-MgBetaUserEventInstanceAttachment",
"Method": "GET",
- "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserEventInstanceAttachment",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Calendar",
+ "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/attachments",
+ "OutputType": "IMicrosoftGraphAttachment",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphAttachment",
- "Command": "Get-MgBetaUserEventInstanceAttachment",
"Method": "GET",
- "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/attachments",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserEventInstanceAttachment",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0"
},
{
"Module": "Beta.Calendar",
+ "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/attachments/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserEventInstanceAttachmentCount",
"Method": "GET",
- "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/attachments/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserEventInstanceAttachmentCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Calendar",
+ "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/calendar",
+ "OutputType": "IMicrosoftGraphCalendar",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphCalendar",
- "Command": "Get-MgBetaUserEventInstanceCalendar",
"Method": "GET",
- "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/calendar",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserEventInstanceCalendar",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Calendar",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": null,
- "Command": "Get-MgBetaUserEventInstanceCount",
- "Method": "GET",
"Uri": "/users/{user-id}/events/{event-id}/instances/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -179101,246 +187125,266 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaUserEventInstanceCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Users.Functions",
+ "Uri": "/users/{user-id}/events/{event-id}/instances/delta",
+ "OutputType": "IMicrosoftGraphEvent",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Delta",
"DeltaViaIdentity"
],
- "OutputType": "IMicrosoftGraphEvent",
- "Command": "Get-MgBetaUserEventInstanceDelta",
"Method": "GET",
- "Uri": "/users/{user-id}/events/{event-id}/instances/delta",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserEventInstanceDelta",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-1.0"
},
{
"Module": "Beta.Calendar",
+ "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}",
+ "OutputType": "IMicrosoftGraphEvent",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphEvent",
- "Command": "Get-MgBetaUserEventInstanceExceptionOccurrence",
"Method": "GET",
- "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserEventInstanceExceptionOccurrence",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Calendar",
+ "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences",
+ "OutputType": "IMicrosoftGraphEvent",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphEvent",
- "Command": "Get-MgBetaUserEventInstanceExceptionOccurrence",
"Method": "GET",
- "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserEventInstanceExceptionOccurrence",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Calendar",
+ "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments/{attachment-id}",
+ "OutputType": "IMicrosoftGraphAttachment",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAttachment",
- "Command": "Get-MgBetaUserEventInstanceExceptionOccurrenceAttachment",
"Method": "GET",
- "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments/{attachment-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserEventInstanceExceptionOccurrenceAttachment",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Calendar",
+ "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments",
+ "OutputType": "IMicrosoftGraphAttachment",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphAttachment",
- "Command": "Get-MgBetaUserEventInstanceExceptionOccurrenceAttachment",
"Method": "GET",
- "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserEventInstanceExceptionOccurrenceAttachment",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0"
},
{
"Module": "Beta.Calendar",
+ "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserEventInstanceExceptionOccurrenceAttachmentCount",
"Method": "GET",
- "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserEventInstanceExceptionOccurrenceAttachmentCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Calendar",
+ "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/calendar",
+ "OutputType": "IMicrosoftGraphCalendar",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphCalendar",
- "Command": "Get-MgBetaUserEventInstanceExceptionOccurrenceCalendar",
"Method": "GET",
- "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/calendar",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserEventInstanceExceptionOccurrenceCalendar",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Calendar",
+ "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserEventInstanceExceptionOccurrenceCount",
"Method": "GET",
- "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserEventInstanceExceptionOccurrenceCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Calendar",
+ "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions/{extension-id}",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserEventInstanceExceptionOccurrenceExtension",
"Method": "GET",
- "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions/{extension-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserEventInstanceExceptionOccurrenceExtension",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/opentypeextension-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Calendar",
+ "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions",
+ "OutputType": "IMicrosoftGraphExtension",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphExtension",
- "Command": "Get-MgBetaUserEventInstanceExceptionOccurrenceExtension",
"Method": "GET",
- "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserEventInstanceExceptionOccurrenceExtension",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Calendar",
+ "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserEventInstanceExceptionOccurrenceExtensionCount",
"Method": "GET",
- "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserEventInstanceExceptionOccurrenceExtensionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Calendar",
+ "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserEventInstanceExtension",
"Method": "GET",
- "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserEventInstanceExtension",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/opentypeextension-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Calendar",
+ "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/extensions",
+ "OutputType": "IMicrosoftGraphExtension",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphExtension",
- "Command": "Get-MgBetaUserEventInstanceExtension",
"Method": "GET",
- "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/extensions",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserEventInstanceExtension",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Calendar",
+ "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/extensions/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserEventInstanceExtensionCount",
"Method": "GET",
- "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/extensions/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserEventInstanceExtensionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Users",
+ "Uri": "/users/{user-id}/extensions/{extension-id}",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserExtension",
"Method": "GET",
- "Uri": "/users/{user-id}/extensions/{extension-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserExtension",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Users",
+ "Uri": "/users/{user-id}/extensions",
+ "OutputType": "IMicrosoftGraphExtension",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphExtension",
- "Command": "Get-MgBetaUserExtension",
"Method": "GET",
- "Uri": "/users/{user-id}/extensions",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserExtension",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Users",
+ "Uri": "/users/{user-id}/extensions/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserExtensionCount",
"Method": "GET",
- "Uri": "/users/{user-id}/extensions/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserExtensionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
+ "Uri": "/users/{user-id}/followedSites/{site-id}",
+ "OutputType": "IMicrosoftGraphSite",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSite",
- "Command": "Get-MgBetaUserFollowedSite",
"Method": "GET",
- "Uri": "/users/{user-id}/followedSites/{site-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserFollowedSite",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Sites",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphSite",
- "Command": "Get-MgBetaUserFollowedSite",
- "Method": "GET",
"Uri": "/users/{user-id}/followedSites",
+ "OutputType": "IMicrosoftGraphSite",
"ApiVersion": "beta",
"Permissions": [
{
@@ -179359,18 +187403,18 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Sites",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserFollowedSiteCount",
"Method": "GET",
+ "Command": "Get-MgBetaUserFollowedSite",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sites-list-followed?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Sites",
"Uri": "/users/{user-id}/followedSites/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -179389,184 +187433,198 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaUserFollowedSiteCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Mail",
+ "Uri": "/users/{user-id}/inferenceClassification",
+ "OutputType": "IMicrosoftGraphInferenceClassification",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphInferenceClassification",
- "Command": "Get-MgBetaUserInferenceClassification",
"Method": "GET",
- "Uri": "/users/{user-id}/inferenceClassification",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserInferenceClassification",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Mail",
+ "Uri": "/users/{user-id}/inferenceClassification/overrides/{inferenceClassificationOverride-id}",
+ "OutputType": "IMicrosoftGraphInferenceClassificationOverride",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphInferenceClassificationOverride",
- "Command": "Get-MgBetaUserInferenceClassificationOverride",
"Method": "GET",
- "Uri": "/users/{user-id}/inferenceClassification/overrides/{inferenceClassificationOverride-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserInferenceClassificationOverride",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Mail",
+ "Uri": "/users/{user-id}/inferenceClassification/overrides",
+ "OutputType": "IMicrosoftGraphInferenceClassificationOverride",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphInferenceClassificationOverride",
- "Command": "Get-MgBetaUserInferenceClassificationOverride",
"Method": "GET",
- "Uri": "/users/{user-id}/inferenceClassification/overrides",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserInferenceClassificationOverride",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/inferenceclassification-list-overrides?view=graph-rest-1.0"
},
{
"Module": "Beta.Mail",
+ "Uri": "/users/{user-id}/inferenceClassification/overrides/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserInferenceClassificationOverrideCount",
"Method": "GET",
- "Uri": "/users/{user-id}/inferenceClassification/overrides/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserInferenceClassificationOverrideCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.SignIns",
+ "Uri": "/users/{user-id}/informationProtection",
+ "OutputType": "IMicrosoftGraphInformationProtection",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphInformationProtection",
- "Command": "Get-MgBetaUserInformationProtection",
"Method": "GET",
- "Uri": "/users/{user-id}/informationProtection",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserInformationProtection",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.SignIns",
+ "Uri": "/users/{user-id}/informationProtection/bitlocker",
+ "OutputType": "IMicrosoftGraphBitlocker",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphBitlocker",
- "Command": "Get-MgBetaUserInformationProtectionBitlocker",
"Method": "GET",
- "Uri": "/users/{user-id}/informationProtection/bitlocker",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserInformationProtectionBitlocker",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.SignIns",
+ "Uri": "/users/{user-id}/informationProtection/bitlocker/recoveryKeys/{bitlockerRecoveryKey-id}",
+ "OutputType": "IMicrosoftGraphBitlockerRecoveryKey",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphBitlockerRecoveryKey",
- "Command": "Get-MgBetaUserInformationProtectionBitlockerRecoveryKey",
"Method": "GET",
- "Uri": "/users/{user-id}/informationProtection/bitlocker/recoveryKeys/{bitlockerRecoveryKey-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserInformationProtectionBitlockerRecoveryKey",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bitlockerrecoverykey-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Identity.SignIns",
+ "Uri": "/users/{user-id}/informationProtection/bitlocker/recoveryKeys",
+ "OutputType": "IMicrosoftGraphBitlockerRecoveryKey",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphBitlockerRecoveryKey",
- "Command": "Get-MgBetaUserInformationProtectionBitlockerRecoveryKey",
"Method": "GET",
- "Uri": "/users/{user-id}/informationProtection/bitlocker/recoveryKeys",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserInformationProtectionBitlockerRecoveryKey",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bitlocker-list-recoverykeys?view=graph-rest-1.0"
},
{
"Module": "Beta.Identity.SignIns",
+ "Uri": "/users/{user-id}/informationProtection/bitlocker/recoveryKeys/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserInformationProtectionBitlockerRecoveryKeyCount",
"Method": "GET",
- "Uri": "/users/{user-id}/informationProtection/bitlocker/recoveryKeys/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserInformationProtectionBitlockerRecoveryKeyCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.SignIns",
+ "Uri": "/users/{user-id}/informationProtection/dataLossPreventionPolicies/{dataLossPreventionPolicy-id}",
+ "OutputType": "IMicrosoftGraphDataLossPreventionPolicy",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDataLossPreventionPolicy",
- "Command": "Get-MgBetaUserInformationProtectionDataLossPreventionPolicy",
"Method": "GET",
- "Uri": "/users/{user-id}/informationProtection/dataLossPreventionPolicies/{dataLossPreventionPolicy-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserInformationProtectionDataLossPreventionPolicy",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.SignIns",
+ "Uri": "/users/{user-id}/informationProtection/dataLossPreventionPolicies",
+ "OutputType": "IMicrosoftGraphDataLossPreventionPolicy",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphDataLossPreventionPolicy",
- "Command": "Get-MgBetaUserInformationProtectionDataLossPreventionPolicy",
"Method": "GET",
- "Uri": "/users/{user-id}/informationProtection/dataLossPreventionPolicies",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserInformationProtectionDataLossPreventionPolicy",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.SignIns",
+ "Uri": "/users/{user-id}/informationProtection/dataLossPreventionPolicies/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserInformationProtectionDataLossPreventionPolicyCount",
"Method": "GET",
- "Uri": "/users/{user-id}/informationProtection/dataLossPreventionPolicies/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserInformationProtectionDataLossPreventionPolicyCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.SignIns",
+ "Uri": "/users/{user-id}/informationProtection/policy",
+ "OutputType": "IMicrosoftGraphInformationProtectionPolicy",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphInformationProtectionPolicy",
- "Command": "Get-MgBetaUserInformationProtectionPolicy",
"Method": "GET",
- "Uri": "/users/{user-id}/informationProtection/policy",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserInformationProtectionPolicy",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.SignIns",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphInformationProtectionLabel",
- "Command": "Get-MgBetaUserInformationProtectionPolicyLabel",
- "Method": "GET",
"Uri": "/users/{user-id}/informationProtection/policy/labels/{informationProtectionLabel-id}",
+ "OutputType": "IMicrosoftGraphInformationProtectionLabel",
"ApiVersion": "beta",
"Permissions": [
{
@@ -179585,17 +187643,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": true
}
- ]
- },
- {
- "Module": "Beta.Identity.SignIns",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphInformationProtectionLabel",
- "Command": "Get-MgBetaUserInformationProtectionPolicyLabel",
"Method": "GET",
+ "Command": "Get-MgBetaUserInformationProtectionPolicyLabel",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/informationprotectionlabel-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.SignIns",
"Uri": "/users/{user-id}/informationProtection/policy/labels",
+ "OutputType": "IMicrosoftGraphInformationProtectionLabel",
"ApiVersion": "beta",
"Permissions": [
{
@@ -179614,18 +187674,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": true
}
- ]
- },
- {
- "Module": "Beta.Identity.SignIns",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserInformationProtectionPolicyLabelCount",
"Method": "GET",
+ "Command": "Get-MgBetaUserInformationProtectionPolicyLabel",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/informationprotectionpolicy-list-labels?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.SignIns",
"Uri": "/users/{user-id}/informationProtection/policy/labels/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -179644,208 +187704,225 @@
"PermissionType": "Application",
"IsLeastPrivilege": true
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaUserInformationProtectionPolicyLabelCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.SignIns",
+ "Uri": "/users/{user-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}",
+ "OutputType": "IMicrosoftGraphSensitivityLabel",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSensitivityLabel",
- "Command": "Get-MgBetaUserInformationProtectionSensitivityLabel",
"Method": "GET",
- "Uri": "/users/{user-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserInformationProtectionSensitivityLabel",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.SignIns",
+ "Uri": "/users/{user-id}/informationProtection/sensitivityLabels",
+ "OutputType": "IMicrosoftGraphSensitivityLabel",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphSensitivityLabel",
- "Command": "Get-MgBetaUserInformationProtectionSensitivityLabel",
"Method": "GET",
- "Uri": "/users/{user-id}/informationProtection/sensitivityLabels",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserInformationProtectionSensitivityLabel",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.SignIns",
+ "Uri": "/users/{user-id}/informationProtection/sensitivityLabels/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserInformationProtectionSensitivityLabelCount",
"Method": "GET",
- "Uri": "/users/{user-id}/informationProtection/sensitivityLabels/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserInformationProtectionSensitivityLabelCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.SignIns",
+ "Uri": "/users/{user-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/{sensitivityLabel-id1}",
+ "OutputType": "IMicrosoftGraphSensitivityLabel",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSensitivityLabel",
- "Command": "Get-MgBetaUserInformationProtectionSensitivityLabelSublabel",
"Method": "GET",
- "Uri": "/users/{user-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/{sensitivityLabel-id1}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserInformationProtectionSensitivityLabelSublabel",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.SignIns",
+ "Uri": "/users/{user-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels",
+ "OutputType": "IMicrosoftGraphSensitivityLabel",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphSensitivityLabel",
- "Command": "Get-MgBetaUserInformationProtectionSensitivityLabelSublabel",
"Method": "GET",
- "Uri": "/users/{user-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserInformationProtectionSensitivityLabelSublabel",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.SignIns",
+ "Uri": "/users/{user-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserInformationProtectionSensitivityLabelSublabelCount",
"Method": "GET",
- "Uri": "/users/{user-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserInformationProtectionSensitivityLabelSublabelCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.SignIns",
+ "Uri": "/users/{user-id}/informationProtection/sensitivityPolicySettings",
+ "OutputType": "IMicrosoftGraphSensitivityPolicySettings",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSensitivityPolicySettings",
- "Command": "Get-MgBetaUserInformationProtectionSensitivityPolicySetting",
"Method": "GET",
- "Uri": "/users/{user-id}/informationProtection/sensitivityPolicySettings",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserInformationProtectionSensitivityPolicySetting",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.SignIns",
+ "Uri": "/users/{user-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}",
+ "OutputType": "IMicrosoftGraphThreatAssessmentRequest",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphThreatAssessmentRequest",
- "Command": "Get-MgBetaUserInformationProtectionThreatAssessmentRequest",
"Method": "GET",
- "Uri": "/users/{user-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserInformationProtectionThreatAssessmentRequest",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/threatassessmentrequest-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Identity.SignIns",
+ "Uri": "/users/{user-id}/informationProtection/threatAssessmentRequests",
+ "OutputType": "IMicrosoftGraphThreatAssessmentRequest",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphThreatAssessmentRequest",
- "Command": "Get-MgBetaUserInformationProtectionThreatAssessmentRequest",
"Method": "GET",
- "Uri": "/users/{user-id}/informationProtection/threatAssessmentRequests",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserInformationProtectionThreatAssessmentRequest",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/informationprotection-list-threatassessmentrequests?view=graph-rest-1.0"
},
{
"Module": "Beta.Identity.SignIns",
+ "Uri": "/users/{user-id}/informationProtection/threatAssessmentRequests/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserInformationProtectionThreatAssessmentRequestCount",
"Method": "GET",
- "Uri": "/users/{user-id}/informationProtection/threatAssessmentRequests/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserInformationProtectionThreatAssessmentRequestCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.SignIns",
+ "Uri": "/users/{user-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}",
+ "OutputType": "IMicrosoftGraphThreatAssessmentResult",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphThreatAssessmentResult",
- "Command": "Get-MgBetaUserInformationProtectionThreatAssessmentRequestResult",
"Method": "GET",
- "Uri": "/users/{user-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserInformationProtectionThreatAssessmentRequestResult",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.SignIns",
+ "Uri": "/users/{user-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results",
+ "OutputType": "IMicrosoftGraphThreatAssessmentResult",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphThreatAssessmentResult",
- "Command": "Get-MgBetaUserInformationProtectionThreatAssessmentRequestResult",
"Method": "GET",
- "Uri": "/users/{user-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserInformationProtectionThreatAssessmentRequestResult",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.SignIns",
+ "Uri": "/users/{user-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserInformationProtectionThreatAssessmentRequestResultCount",
"Method": "GET",
- "Uri": "/users/{user-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserInformationProtectionThreatAssessmentRequestResultCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Users",
+ "Uri": "/users/{user-id}/insights",
+ "OutputType": "IMicrosoftGraphItemInsights",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphItemInsights",
- "Command": "Get-MgBetaUserInsight",
"Method": "GET",
- "Uri": "/users/{user-id}/insights",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserInsight",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Users",
+ "Uri": "/users/{user-id}/insights/shared/{sharedInsight-id}",
+ "OutputType": "IMicrosoftGraphSharedInsight",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSharedInsight",
- "Command": "Get-MgBetaUserInsightShared",
"Method": "GET",
- "Uri": "/users/{user-id}/insights/shared/{sharedInsight-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserInsightShared",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Users",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphSharedInsight",
- "Command": "Get-MgBetaUserInsightShared",
- "Method": "GET",
"Uri": "/users/{user-id}/insights/shared",
+ "OutputType": "IMicrosoftGraphSharedInsight",
"ApiVersion": "beta",
"Permissions": [
{
@@ -179864,18 +187941,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Users",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserInsightSharedCount",
"Method": "GET",
+ "Command": "Get-MgBetaUserInsightShared",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Users",
"Uri": "/users/{user-id}/insights/shared/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -179894,56 +187971,61 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Users",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserInsightSharedLastSharedMethod",
"Method": "GET",
- "Uri": "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserInsightSharedCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Users",
+ "Uri": "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserInsightSharedResource",
"Method": "GET",
- "Uri": "/users/{user-id}/insights/shared/{sharedInsight-id}/resource",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserInsightSharedLastSharedMethod",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Users",
+ "Uri": "/users/{user-id}/insights/shared/{sharedInsight-id}/resource",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTrending",
- "Command": "Get-MgBetaUserInsightTrending",
"Method": "GET",
- "Uri": "/users/{user-id}/insights/trending/{trending-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserInsightSharedResource",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Users",
+ "Uri": "/users/{user-id}/insights/trending/{trending-id}",
+ "OutputType": "IMicrosoftGraphTrending",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTrending",
- "Command": "Get-MgBetaUserInsightTrending",
"Method": "GET",
+ "Command": "Get-MgBetaUserInsightTrending",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Users",
"Uri": "/users/{user-id}/insights/trending",
+ "OutputType": "IMicrosoftGraphTrending",
"ApiVersion": "beta",
"Permissions": [
{
@@ -179962,18 +188044,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Users",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserInsightTrendingCount",
"Method": "GET",
+ "Command": "Get-MgBetaUserInsightTrending",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Users",
"Uri": "/users/{user-id}/insights/trending/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -179992,18 +188074,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Users",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserInsightTrendingResource",
"Method": "GET",
+ "Command": "Get-MgBetaUserInsightTrendingCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Users",
"Uri": "/users/{user-id}/insights/trending/{trending-id}/resource",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -180022,30 +188105,33 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Users",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUsedInsight",
- "Command": "Get-MgBetaUserInsightUsed",
"Method": "GET",
- "Uri": "/users/{user-id}/insights/used/{usedInsight-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserInsightTrendingResource",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Users",
+ "Uri": "/users/{user-id}/insights/used/{usedInsight-id}",
+ "OutputType": "IMicrosoftGraphUsedInsight",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUsedInsight",
- "Command": "Get-MgBetaUserInsightUsed",
"Method": "GET",
+ "Command": "Get-MgBetaUserInsightUsed",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Users",
"Uri": "/users/{user-id}/insights/used",
+ "OutputType": "IMicrosoftGraphUsedInsight",
"ApiVersion": "beta",
"Permissions": [
{
@@ -180064,18 +188150,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Users",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserInsightUsedCount",
"Method": "GET",
+ "Command": "Get-MgBetaUserInsightUsed",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Users",
"Uri": "/users/{user-id}/insights/used/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -180094,18 +188180,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Users",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserInsightUsedResource",
"Method": "GET",
+ "Command": "Get-MgBetaUserInsightUsedCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Users",
"Uri": "/users/{user-id}/insights/used/{usedInsight-id}/resource",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -180124,42 +188211,46 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaUserInsightUsedResource",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Users",
+ "Uri": "/users/{user-id}/invitedBy",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgBetaUserInvitedBy",
"Method": "GET",
- "Uri": "/users/{user-id}/invitedBy",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserInvitedBy",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Groups",
+ "Uri": "/users/{user-id}/joinedGroups",
+ "OutputType": "IMicrosoftGraphGroup",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphGroup",
- "Command": "Get-MgBetaUserJoinedGroup",
"Method": "GET",
- "Uri": "/users/{user-id}/joinedGroups",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserJoinedGroup",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Teams",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphTeam",
- "Command": "Get-MgBetaUserJoinedTeam",
- "Method": "GET",
"Uri": "/users/{user-id}/joinedTeams",
+ "OutputType": "IMicrosoftGraphTeam",
"ApiVersion": "beta",
"Permissions": [
{
@@ -180218,30 +188309,32 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaUserJoinedTeam",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-list-joinedteams?view=graph-rest-1.0"
},
{
"Module": "Beta.Users",
+ "Uri": "/users/{user-id}/licenseDetails/{licenseDetails-id}",
+ "OutputType": "IMicrosoftGraphLicenseDetails",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphLicenseDetails",
- "Command": "Get-MgBetaUserLicenseDetail",
"Method": "GET",
- "Uri": "/users/{user-id}/licenseDetails/{licenseDetails-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserLicenseDetail",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Users",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphLicenseDetails",
- "Command": "Get-MgBetaUserLicenseDetail",
- "Method": "GET",
"Uri": "/users/{user-id}/licenseDetails",
+ "OutputType": "IMicrosoftGraphLicenseDetails",
"ApiVersion": "beta",
"Permissions": [
{
@@ -180284,18 +188377,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Users",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserLicenseDetailCount",
"Method": "GET",
+ "Command": "Get-MgBetaUserLicenseDetail",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-list-licensedetails?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Users",
"Uri": "/users/{user-id}/licenseDetails/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -180338,18 +188431,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Users.Functions",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTeamsLicensingDetails",
- "Command": "Get-MgBetaUserLicenseDetailTeamLicensingDetail",
"Method": "GET",
+ "Command": "Get-MgBetaUserLicenseDetailCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Users.Functions",
"Uri": "/users/{user-id}/licenseDetails/getTeamsLicensingDetails",
+ "OutputType": "IMicrosoftGraphTeamsLicensingDetails",
"ApiVersion": "beta",
"Permissions": [
{
@@ -180384,31 +188478,33 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Users.Functions",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphManagedDevice",
- "Command": "Get-MgBetaUserLoggedOnManagedDevice",
"Method": "GET",
- "Uri": "/users/{user-id}/getLoggedOnManagedDevices",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserLicenseDetailTeamLicensingDetail",
+ "ApiReferenceLink": null
},
{
- "Module": "Beta.Users",
+ "Module": "Beta.Users.Functions",
+ "Uri": "/users/{user-id}/getLoggedOnManagedDevices",
+ "OutputType": "IMicrosoftGraphManagedDevice",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Command": "Get-MgBetaUserMailboxSetting",
"Method": "GET",
+ "Command": "Get-MgBetaUserLoggedOnManagedDevice",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Users",
"Uri": "/users/{user-id}/mailboxSettings",
+ "OutputType": "IMicrosoftGraphMailboxSettings",
"ApiVersion": "beta",
"Permissions": [
{
@@ -180427,18 +188523,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Mail",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMailFolder",
- "Command": "Get-MgBetaUserMailFolder",
"Method": "GET",
+ "Command": "Get-MgBetaUserMailboxSetting",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Mail",
"Uri": "/users/{user-id}/mailFolders/{mailFolder-id}",
+ "OutputType": "IMicrosoftGraphMailFolder",
"ApiVersion": "beta",
"Permissions": [
{
@@ -180473,17 +188570,79 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaUserMailFolder",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mailfolder-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Mail",
+ "Uri": "/users/{user-id}/mailFolders",
+ "OutputType": "IMicrosoftGraphMailFolder",
+ "ApiVersion": "beta",
+ "Permissions": [
+ {
+ "Name": "Mail.ReadBasic",
+ "Description": "Read user basic mail",
+ "FullDescription": "Allows the app to read email in the signed-in user's mailbox except body, previewBody, attachments and any extended properties.",
+ "IsAdmin": false,
+ "PermissionType": "DelegatedPersonal",
+ "IsLeastPrivilege": true
+ },
+ {
+ "Name": "Mail.ReadBasic.All",
+ "Description": "Read basic mail in all mailboxes",
+ "FullDescription": "Allows the app to read basic mail properties in all mailboxes without a signed-in user. Includes all properties except body, previewBody, attachments and any extended properties.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": true
+ },
+ {
+ "Name": "Mail.ReadWrite",
+ "Description": "Read and write mail in all mailboxes",
+ "FullDescription": "Allows the app to create, read, update, and delete mail in all mailboxes without a signed-in user. Does not include permission to send mail.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "Mail.Read",
+ "Description": "Read mail in all mailboxes",
+ "FullDescription": "Allows the app to read mail in all mailboxes without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ }
+ ],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphMailFolder",
+ "Method": "GET",
"Command": "Get-MgBetaUserMailFolder",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-list-mailfolders?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Mail",
+ "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}",
+ "OutputType": "IMicrosoftGraphMailFolder",
+ "ApiVersion": "beta",
+ "Permissions": [],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
"Method": "GET",
- "Uri": "/users/{user-id}/mailFolders",
+ "Command": "Get-MgBetaUserMailFolderChildFolder",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Mail",
+ "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders",
+ "OutputType": "IMicrosoftGraphMailFolder",
"ApiVersion": "beta",
"Permissions": [
{
@@ -180518,30 +188677,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Mail",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": "IMicrosoftGraphMailFolder",
- "Command": "Get-MgBetaUserMailFolderChildFolder",
"Method": "GET",
- "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserMailFolderChildFolder",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mailfolder-list-childfolders?view=graph-rest-1.0"
},
{
"Module": "Beta.Mail",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphMailFolder",
- "Command": "Get-MgBetaUserMailFolderChildFolder",
- "Method": "GET",
- "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders",
+ "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -180576,331 +188723,307 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Mail",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserMailFolderChildFolderCount",
"Method": "GET",
- "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/$count",
- "ApiVersion": "beta",
- "Permissions": [
- {
- "Name": "Mail.ReadBasic",
- "Description": "Read user basic mail",
- "FullDescription": "Allows the app to read email in the signed-in user's mailbox except body, previewBody, attachments and any extended properties.",
- "IsAdmin": false,
- "PermissionType": "DelegatedPersonal",
- "IsLeastPrivilege": true
- },
- {
- "Name": "Mail.ReadBasic.All",
- "Description": "Read basic mail in all mailboxes",
- "FullDescription": "Allows the app to read basic mail properties in all mailboxes without a signed-in user. Includes all properties except body, previewBody, attachments and any extended properties.",
- "IsAdmin": false,
- "PermissionType": "Application",
- "IsLeastPrivilege": true
- },
- {
- "Name": "Mail.ReadWrite",
- "Description": "Read and write mail in all mailboxes",
- "FullDescription": "Allows the app to create, read, update, and delete mail in all mailboxes without a signed-in user. Does not include permission to send mail.",
- "IsAdmin": false,
- "PermissionType": "Application",
- "IsLeastPrivilege": false
- },
- {
- "Name": "Mail.Read",
- "Description": "Read mail in all mailboxes",
- "FullDescription": "Allows the app to read mail in all mailboxes without a signed-in user.",
- "IsAdmin": false,
- "PermissionType": "Application",
- "IsLeastPrivilege": false
- }
- ]
+ "Command": "Get-MgBetaUserMailFolderChildFolderCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Users.Functions",
+ "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/delta",
+ "OutputType": "IMicrosoftGraphMailFolder",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Delta",
"DeltaViaIdentity"
],
- "OutputType": "IMicrosoftGraphMailFolder",
- "Command": "Get-MgBetaUserMailFolderChildFolderDelta",
"Method": "GET",
- "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/delta",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserMailFolderChildFolderDelta",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mailfolder-delta?view=graph-rest-1.0"
},
{
"Module": "Beta.Mail",
+ "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}",
+ "OutputType": "IMicrosoftGraphMessage",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMessage",
- "Command": "Get-MgBetaUserMailFolderChildFolderMessage",
"Method": "GET",
- "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserMailFolderChildFolderMessage",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Mail",
+ "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages",
+ "OutputType": "IMicrosoftGraphMessage",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphMessage",
- "Command": "Get-MgBetaUserMailFolderChildFolderMessage",
"Method": "GET",
- "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserMailFolderChildFolderMessage",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mailfolder-list-messages?view=graph-rest-1.0"
},
{
"Module": "Beta.Mail",
+ "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/{attachment-id}",
+ "OutputType": "IMicrosoftGraphAttachment",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAttachment",
- "Command": "Get-MgBetaUserMailFolderChildFolderMessageAttachment",
"Method": "GET",
- "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/{attachment-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserMailFolderChildFolderMessageAttachment",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Mail",
+ "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments",
+ "OutputType": "IMicrosoftGraphAttachment",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphAttachment",
- "Command": "Get-MgBetaUserMailFolderChildFolderMessageAttachment",
"Method": "GET",
- "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserMailFolderChildFolderMessageAttachment",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/eventmessage-list-attachments?view=graph-rest-1.0"
},
{
"Module": "Beta.Mail",
+ "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserMailFolderChildFolderMessageAttachmentCount",
"Method": "GET",
- "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserMailFolderChildFolderMessageAttachmentCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Mail",
+ "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/$value",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserMailFolderChildFolderMessageContent",
"Method": "GET",
- "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/$value",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserMailFolderChildFolderMessageContent",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mailfolder-list-messages?view=graph-rest-1.0"
},
{
"Module": "Beta.Mail",
+ "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserMailFolderChildFolderMessageCount",
"Method": "GET",
- "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserMailFolderChildFolderMessageCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Users.Functions",
+ "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/delta",
+ "OutputType": "IMicrosoftGraphMessage",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Delta",
"DeltaViaIdentity"
],
- "OutputType": "IMicrosoftGraphMessage",
- "Command": "Get-MgBetaUserMailFolderChildFolderMessageDelta",
"Method": "GET",
- "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/delta",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserMailFolderChildFolderMessageDelta",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-delta?view=graph-rest-1.0"
},
{
"Module": "Beta.Mail",
+ "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions/{extension-id}",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserMailFolderChildFolderMessageExtension",
"Method": "GET",
- "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions/{extension-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserMailFolderChildFolderMessageExtension",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/opentypeextension-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Mail",
+ "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions",
+ "OutputType": "IMicrosoftGraphExtension",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphExtension",
- "Command": "Get-MgBetaUserMailFolderChildFolderMessageExtension",
"Method": "GET",
- "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserMailFolderChildFolderMessageExtension",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Mail",
+ "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserMailFolderChildFolderMessageExtensionCount",
"Method": "GET",
- "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserMailFolderChildFolderMessageExtensionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Mail",
+ "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/mentions/{mention-id}",
+ "OutputType": "IMicrosoftGraphMention",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMention",
- "Command": "Get-MgBetaUserMailFolderChildFolderMessageMention",
"Method": "GET",
- "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/mentions/{mention-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserMailFolderChildFolderMessageMention",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Mail",
+ "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/mentions",
+ "OutputType": "IMicrosoftGraphMention",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphMention",
- "Command": "Get-MgBetaUserMailFolderChildFolderMessageMention",
"Method": "GET",
- "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/mentions",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserMailFolderChildFolderMessageMention",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Mail",
+ "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/mentions/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserMailFolderChildFolderMessageMentionCount",
"Method": "GET",
- "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/mentions/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserMailFolderChildFolderMessageMentionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Mail",
+ "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules/{messageRule-id}",
+ "OutputType": "IMicrosoftGraphMessageRule",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMessageRule",
- "Command": "Get-MgBetaUserMailFolderChildFolderMessageRule",
"Method": "GET",
- "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules/{messageRule-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserMailFolderChildFolderMessageRule",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/messagerule-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Mail",
+ "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules",
+ "OutputType": "IMicrosoftGraphMessageRule",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphMessageRule",
- "Command": "Get-MgBetaUserMailFolderChildFolderMessageRule",
"Method": "GET",
- "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserMailFolderChildFolderMessageRule",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mailfolder-list-messagerules?view=graph-rest-1.0"
},
{
"Module": "Beta.Mail",
+ "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserMailFolderChildFolderMessageRuleCount",
"Method": "GET",
- "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserMailFolderChildFolderMessageRuleCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Mail",
+ "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/userConfigurations/{userConfiguration-id}",
+ "OutputType": "IMicrosoftGraphUserConfiguration",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUserConfiguration",
- "Command": "Get-MgBetaUserMailFolderChildFolderUserConfiguration",
"Method": "GET",
- "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/userConfigurations/{userConfiguration-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserMailFolderChildFolderUserConfiguration",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Mail",
+ "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/userConfigurations",
+ "OutputType": "IMicrosoftGraphUserConfiguration",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphUserConfiguration",
- "Command": "Get-MgBetaUserMailFolderChildFolderUserConfiguration",
"Method": "GET",
- "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/userConfigurations",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserMailFolderChildFolderUserConfiguration",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Mail",
+ "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/userConfigurations/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserMailFolderChildFolderUserConfigurationCount",
"Method": "GET",
- "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/userConfigurations/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserMailFolderChildFolderUserConfigurationCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Mail",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": null,
- "Command": "Get-MgBetaUserMailFolderCount",
- "Method": "GET",
"Uri": "/users/{user-id}/mailFolders/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -180935,18 +189058,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Users.Functions",
+ ],
"Variants": [
- "Delta",
- "DeltaViaIdentity"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMailFolder",
- "Command": "Get-MgBetaUserMailFolderDelta",
"Method": "GET",
+ "Command": "Get-MgBetaUserMailFolderCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Users.Functions",
"Uri": "/users/{user-id}/mailFolders/delta",
+ "OutputType": "IMicrosoftGraphMailFolder",
"ApiVersion": "beta",
"Permissions": [
{
@@ -180981,18 +189105,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Mail",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Delta",
+ "DeltaViaIdentity"
],
- "OutputType": "IMicrosoftGraphMessage",
- "Command": "Get-MgBetaUserMailFolderMessage",
"Method": "GET",
+ "Command": "Get-MgBetaUserMailFolderDelta",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mailfolder-delta?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Mail",
"Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}",
+ "OutputType": "IMicrosoftGraphMessage",
"ApiVersion": "beta",
"Permissions": [
{
@@ -181019,17 +189144,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Mail",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMessage",
- "Command": "Get-MgBetaUserMailFolderMessage",
"Method": "GET",
+ "Command": "Get-MgBetaUserMailFolderMessage",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Mail",
"Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages",
+ "OutputType": "IMicrosoftGraphMessage",
"ApiVersion": "beta",
"Permissions": [
{
@@ -181064,56 +189191,59 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaUserMailFolderMessage",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mailfolder-list-messages?view=graph-rest-1.0"
},
{
"Module": "Beta.Mail",
+ "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/{attachment-id}",
+ "OutputType": "IMicrosoftGraphAttachment",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAttachment",
- "Command": "Get-MgBetaUserMailFolderMessageAttachment",
"Method": "GET",
- "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/{attachment-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserMailFolderMessageAttachment",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Mail",
+ "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments",
+ "OutputType": "IMicrosoftGraphAttachment",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphAttachment",
- "Command": "Get-MgBetaUserMailFolderMessageAttachment",
"Method": "GET",
- "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserMailFolderMessageAttachment",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/eventmessage-list-attachments?view=graph-rest-1.0"
},
{
"Module": "Beta.Mail",
+ "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserMailFolderMessageAttachmentCount",
"Method": "GET",
- "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserMailFolderMessageAttachmentCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Mail",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": null,
- "Command": "Get-MgBetaUserMailFolderMessageContent",
- "Method": "GET",
"Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/$value",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -181140,18 +189270,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Mail",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserMailFolderMessageCount",
"Method": "GET",
+ "Command": "Get-MgBetaUserMailFolderMessageContent",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mailfolder-list-messages?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Mail",
"Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -181186,18 +189317,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Users.Functions",
+ ],
"Variants": [
- "Delta",
- "DeltaViaIdentity"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMessage",
- "Command": "Get-MgBetaUserMailFolderMessageDelta",
"Method": "GET",
+ "Command": "Get-MgBetaUserMailFolderMessageCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Users.Functions",
"Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/delta",
+ "OutputType": "IMicrosoftGraphMessage",
"ApiVersion": "beta",
"Permissions": [
{
@@ -181232,172 +189364,183 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Delta",
+ "DeltaViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaUserMailFolderMessageDelta",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-delta?view=graph-rest-1.0"
},
{
"Module": "Beta.Mail",
+ "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions/{extension-id}",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserMailFolderMessageExtension",
"Method": "GET",
- "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions/{extension-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserMailFolderMessageExtension",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/opentypeextension-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Mail",
+ "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions",
+ "OutputType": "IMicrosoftGraphExtension",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphExtension",
- "Command": "Get-MgBetaUserMailFolderMessageExtension",
"Method": "GET",
- "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserMailFolderMessageExtension",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Mail",
+ "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserMailFolderMessageExtensionCount",
"Method": "GET",
- "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserMailFolderMessageExtensionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Mail",
+ "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/mentions/{mention-id}",
+ "OutputType": "IMicrosoftGraphMention",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMention",
- "Command": "Get-MgBetaUserMailFolderMessageMention",
"Method": "GET",
- "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/mentions/{mention-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserMailFolderMessageMention",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Mail",
+ "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/mentions",
+ "OutputType": "IMicrosoftGraphMention",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphMention",
- "Command": "Get-MgBetaUserMailFolderMessageMention",
"Method": "GET",
- "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/mentions",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserMailFolderMessageMention",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Mail",
+ "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/mentions/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserMailFolderMessageMentionCount",
"Method": "GET",
- "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/mentions/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserMailFolderMessageMentionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Mail",
+ "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messageRules/{messageRule-id}",
+ "OutputType": "IMicrosoftGraphMessageRule",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMessageRule",
- "Command": "Get-MgBetaUserMailFolderMessageRule",
"Method": "GET",
- "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messageRules/{messageRule-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserMailFolderMessageRule",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/messagerule-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Mail",
+ "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messageRules",
+ "OutputType": "IMicrosoftGraphMessageRule",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphMessageRule",
- "Command": "Get-MgBetaUserMailFolderMessageRule",
"Method": "GET",
- "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messageRules",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserMailFolderMessageRule",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mailfolder-list-messagerules?view=graph-rest-1.0"
},
{
"Module": "Beta.Mail",
+ "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messageRules/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserMailFolderMessageRuleCount",
"Method": "GET",
- "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messageRules/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserMailFolderMessageRuleCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Mail",
+ "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/userConfigurations/{userConfiguration-id}",
+ "OutputType": "IMicrosoftGraphUserConfiguration",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUserConfiguration",
- "Command": "Get-MgBetaUserMailFolderUserConfiguration",
"Method": "GET",
- "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/userConfigurations/{userConfiguration-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserMailFolderUserConfiguration",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Mail",
+ "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/userConfigurations",
+ "OutputType": "IMicrosoftGraphUserConfiguration",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphUserConfiguration",
- "Command": "Get-MgBetaUserMailFolderUserConfiguration",
"Method": "GET",
- "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/userConfigurations",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserMailFolderUserConfiguration",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Mail",
+ "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/userConfigurations/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserMailFolderUserConfigurationCount",
"Method": "GET",
- "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/userConfigurations/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserMailFolderUserConfigurationCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Users.Actions",
- "Variants": [
- "Get",
- "GetExpanded",
- "GetViaIdentity",
- "GetViaIdentityExpanded"
- ],
- "OutputType": "IMicrosoftGraphMailTips",
- "Command": "Get-MgBetaUserMailTip",
- "Method": "POST",
"Uri": "/users/{user-id}/getMailTips",
+ "OutputType": "IMicrosoftGraphMailTips",
"ApiVersion": "beta",
"Permissions": [
{
@@ -181416,17 +189559,21 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetExpanded",
+ "GetViaIdentity",
+ "GetViaIdentityExpanded"
+ ],
+ "Method": "POST",
+ "Command": "Get-MgBetaUserMailTip",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-getmailtips?view=graph-rest-1.0"
},
{
"Module": "Beta.Users.Functions",
- "Variants": [
- "Get"
- ],
- "OutputType": null,
- "Command": "Get-MgBetaUserManagedAppBlockedUser",
- "Method": "GET",
"Uri": "/users/getManagedAppBlockedUsers",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -181461,18 +189608,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Users.Functions",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphManagedAppDiagnosticStatus",
- "Command": "Get-MgBetaUserManagedAppDiagnosticStatus",
"Method": "GET",
+ "Command": "Get-MgBetaUserManagedAppBlockedUser",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Users.Functions",
"Uri": "/users/{user-id}/getManagedAppDiagnosticStatuses",
+ "OutputType": "IMicrosoftGraphManagedAppDiagnosticStatus",
"ApiVersion": "beta",
"Permissions": [
{
@@ -181491,18 +189638,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Users.Functions",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphManagedAppPolicy",
- "Command": "Get-MgBetaUserManagedAppPolicy",
"Method": "GET",
+ "Command": "Get-MgBetaUserManagedAppDiagnosticStatus",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Users.Functions",
"Uri": "/users/{user-id}/getManagedAppPolicies",
+ "OutputType": "IMicrosoftGraphManagedAppPolicy",
"ApiVersion": "beta",
"Permissions": [
{
@@ -181521,564 +189669,608 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaUserManagedAppPolicy",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/users/{user-id}/managedAppRegistrations/{managedAppRegistration-id}",
+ "OutputType": "IMicrosoftGraphManagedAppRegistration",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphManagedAppRegistration",
- "Command": "Get-MgBetaUserManagedAppRegistration",
"Method": "GET",
- "Uri": "/users/{user-id}/managedAppRegistrations/{managedAppRegistration-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserManagedAppRegistration",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/users/{user-id}/managedAppRegistrations",
+ "OutputType": "IMicrosoftGraphManagedAppRegistration",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphManagedAppRegistration",
- "Command": "Get-MgBetaUserManagedAppRegistration",
"Method": "GET",
- "Uri": "/users/{user-id}/managedAppRegistrations",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserManagedAppRegistration",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/users/{user-id}/managedAppRegistrations/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserManagedAppRegistrationCount",
"Method": "GET",
- "Uri": "/users/{user-id}/managedAppRegistrations/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserManagedAppRegistrationCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}",
+ "OutputType": "IMicrosoftGraphManagedDevice",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphManagedDevice",
- "Command": "Get-MgBetaUserManagedDevice",
"Method": "GET",
- "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserManagedDevice",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/users/{user-id}/managedDevices",
+ "OutputType": "IMicrosoftGraphManagedDevice",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphManagedDevice",
- "Command": "Get-MgBetaUserManagedDevice",
"Method": "GET",
- "Uri": "/users/{user-id}/managedDevices",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserManagedDevice",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/{assignmentFilterEvaluationStatusDetails-id}",
+ "OutputType": "IMicrosoftGraphAssignmentFilterEvaluationStatusDetails",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAssignmentFilterEvaluationStatusDetails",
- "Command": "Get-MgBetaUserManagedDeviceAssignmentFilterEvaluationStatusDetail",
"Method": "GET",
- "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/{assignmentFilterEvaluationStatusDetails-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserManagedDeviceAssignmentFilterEvaluationStatusDetail",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails",
+ "OutputType": "IMicrosoftGraphAssignmentFilterEvaluationStatusDetails",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphAssignmentFilterEvaluationStatusDetails",
- "Command": "Get-MgBetaUserManagedDeviceAssignmentFilterEvaluationStatusDetail",
"Method": "GET",
- "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserManagedDeviceAssignmentFilterEvaluationStatusDetail",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserManagedDeviceAssignmentFilterEvaluationStatusDetailCount",
"Method": "GET",
- "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserManagedDeviceAssignmentFilterEvaluationStatusDetailCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCategory",
+ "OutputType": "IMicrosoftGraphDeviceCategory",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDeviceCategory",
- "Command": "Get-MgBetaUserManagedDeviceCategory",
"Method": "GET",
- "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCategory",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserManagedDeviceCategory",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Users.Functions",
+ "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/getCloudPcRemoteActionResults",
+ "OutputType": "IMicrosoftGraphCloudPcRemoteActionResult",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphCloudPcRemoteActionResult",
- "Command": "Get-MgBetaUserManagedDeviceCloudPcRemoteActionResult",
"Method": "GET",
- "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/getCloudPcRemoteActionResults",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserManagedDeviceCloudPcRemoteActionResult",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Users.Functions",
+ "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/getCloudPcReviewStatus",
+ "OutputType": "IMicrosoftGraphCloudPcReviewStatus",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphCloudPcReviewStatus",
- "Command": "Get-MgBetaUserManagedDeviceCloudPcReviewStatus",
"Method": "GET",
- "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/getCloudPcReviewStatus",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserManagedDeviceCloudPcReviewStatus",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}",
+ "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState",
- "Command": "Get-MgBetaUserManagedDeviceCompliancePolicyState",
"Method": "GET",
- "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserManagedDeviceCompliancePolicyState",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates",
+ "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState",
- "Command": "Get-MgBetaUserManagedDeviceCompliancePolicyState",
"Method": "GET",
- "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserManagedDeviceCompliancePolicyState",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserManagedDeviceCompliancePolicyStateCount",
"Method": "GET",
- "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserManagedDeviceCompliancePolicyStateCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}",
+ "OutputType": "IMicrosoftGraphDeviceConfigurationState",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDeviceConfigurationState",
- "Command": "Get-MgBetaUserManagedDeviceConfigurationState",
"Method": "GET",
- "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserManagedDeviceConfigurationState",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceConfigurationStates",
+ "OutputType": "IMicrosoftGraphDeviceConfigurationState",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphDeviceConfigurationState",
- "Command": "Get-MgBetaUserManagedDeviceConfigurationState",
"Method": "GET",
- "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceConfigurationStates",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserManagedDeviceConfigurationState",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceConfigurationStates/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserManagedDeviceConfigurationStateCount",
"Method": "GET",
- "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceConfigurationStates/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserManagedDeviceConfigurationStateCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/users/{user-id}/managedDevices/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserManagedDeviceCount",
"Method": "GET",
- "Uri": "/users/{user-id}/managedDevices/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserManagedDeviceCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/detectedApps/{detectedApp-id}",
+ "OutputType": "IMicrosoftGraphDetectedApp",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDetectedApp",
- "Command": "Get-MgBetaUserManagedDeviceDetectedApp",
"Method": "GET",
- "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/detectedApps/{detectedApp-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserManagedDeviceDetectedApp",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/detectedApps",
+ "OutputType": "IMicrosoftGraphDetectedApp",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphDetectedApp",
- "Command": "Get-MgBetaUserManagedDeviceDetectedApp",
"Method": "GET",
- "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/detectedApps",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserManagedDeviceDetectedApp",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/detectedApps/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserManagedDeviceDetectedAppCount",
"Method": "GET",
- "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/detectedApps/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserManagedDeviceDetectedAppCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Users.Functions",
+ "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/getFileVaultKey",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserManagedDeviceFileVaultKey",
"Method": "GET",
- "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/getFileVaultKey",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserManagedDeviceFileVaultKey",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceHealthScriptStates/id='{id}',policyId='{policyId}',deviceId='{deviceId}'",
+ "OutputType": "IMicrosoftGraphDeviceHealthScriptPolicyState",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDeviceHealthScriptPolicyState",
- "Command": "Get-MgBetaUserManagedDeviceHealthScriptState",
"Method": "GET",
- "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceHealthScriptStates/id='{id}',policyId='{policyId}',deviceId='{deviceId}'",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserManagedDeviceHealthScriptState",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceHealthScriptStates",
+ "OutputType": "IMicrosoftGraphDeviceHealthScriptPolicyState",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphDeviceHealthScriptPolicyState",
- "Command": "Get-MgBetaUserManagedDeviceHealthScriptState",
"Method": "GET",
- "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceHealthScriptStates",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserManagedDeviceHealthScriptState",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceHealthScriptStates/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserManagedDeviceHealthScriptStateCount",
"Method": "GET",
- "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceHealthScriptStates/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserManagedDeviceHealthScriptStateCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserManagedDeviceLogCollectionRequestCount",
"Method": "GET",
- "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserManagedDeviceLogCollectionRequestCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}",
+ "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse",
- "Command": "Get-MgBetaUserManagedDeviceLogCollectionResponse",
"Method": "GET",
- "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserManagedDeviceLogCollectionResponse",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests",
+ "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse",
- "Command": "Get-MgBetaUserManagedDeviceLogCollectionResponse",
"Method": "GET",
- "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserManagedDeviceLogCollectionResponse",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates/{managedDeviceMobileAppConfigurationState-id}",
+ "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationState",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationState",
- "Command": "Get-MgBetaUserManagedDeviceMobileAppConfigurationState",
"Method": "GET",
- "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates/{managedDeviceMobileAppConfigurationState-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserManagedDeviceMobileAppConfigurationState",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates",
+ "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationState",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationState",
- "Command": "Get-MgBetaUserManagedDeviceMobileAppConfigurationState",
"Method": "GET",
- "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserManagedDeviceMobileAppConfigurationState",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserManagedDeviceMobileAppConfigurationStateCount",
"Method": "GET",
- "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserManagedDeviceMobileAppConfigurationStateCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Users.Functions",
+ "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/getNonCompliantSettings",
+ "OutputType": "IMicrosoftGraphDeviceCompliancePolicySettingState",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDeviceCompliancePolicySettingState",
- "Command": "Get-MgBetaUserManagedDeviceNonCompliantSetting",
"Method": "GET",
- "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/getNonCompliantSettings",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserManagedDeviceNonCompliantSetting",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}",
+ "OutputType": "IMicrosoftGraphSecurityBaselineState",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSecurityBaselineState",
- "Command": "Get-MgBetaUserManagedDeviceSecurityBaselineState",
"Method": "GET",
- "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserManagedDeviceSecurityBaselineState",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates",
+ "OutputType": "IMicrosoftGraphSecurityBaselineState",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphSecurityBaselineState",
- "Command": "Get-MgBetaUserManagedDeviceSecurityBaselineState",
"Method": "GET",
- "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserManagedDeviceSecurityBaselineState",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserManagedDeviceSecurityBaselineStateCount",
"Method": "GET",
- "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserManagedDeviceSecurityBaselineStateCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates/{securityBaselineSettingState-id}",
+ "OutputType": "IMicrosoftGraphSecurityBaselineSettingState",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSecurityBaselineSettingState",
- "Command": "Get-MgBetaUserManagedDeviceSecurityBaselineStateSettingState",
"Method": "GET",
- "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates/{securityBaselineSettingState-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserManagedDeviceSecurityBaselineStateSettingState",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates",
+ "OutputType": "IMicrosoftGraphSecurityBaselineSettingState",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphSecurityBaselineSettingState",
- "Command": "Get-MgBetaUserManagedDeviceSecurityBaselineStateSettingState",
"Method": "GET",
- "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserManagedDeviceSecurityBaselineStateSettingState",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserManagedDeviceSecurityBaselineStateSettingStateCount",
"Method": "GET",
- "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserManagedDeviceSecurityBaselineStateSettingStateCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/users",
+ "OutputType": "IMicrosoftGraphUser",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphUser",
- "Command": "Get-MgBetaUserManagedDeviceUser",
"Method": "GET",
- "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/users",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserManagedDeviceUser",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState",
+ "OutputType": "IMicrosoftGraphWindowsProtectionState",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphWindowsProtectionState",
- "Command": "Get-MgBetaUserManagedDeviceWindowsProtectionState",
"Method": "GET",
- "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserManagedDeviceWindowsProtectionState",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}",
+ "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState",
- "Command": "Get-MgBetaUserManagedDeviceWindowsProtectionStateDetectedMalwareState",
"Method": "GET",
- "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserManagedDeviceWindowsProtectionStateDetectedMalwareState",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState",
+ "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState",
- "Command": "Get-MgBetaUserManagedDeviceWindowsProtectionStateDetectedMalwareState",
"Method": "GET",
- "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserManagedDeviceWindowsProtectionStateDetectedMalwareState",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserManagedDeviceWindowsProtectionStateDetectedMalwareStateCount",
"Method": "GET",
- "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserManagedDeviceWindowsProtectionStateDetectedMalwareStateCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Users.Functions",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": null,
- "Command": "Get-MgBetaUserManagedDeviceWithAppFailure",
- "Method": "GET",
"Uri": "/users/{user-id}/getManagedDevicesWithAppFailures",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -182097,18 +190289,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Users.Functions",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphManagedDeviceSummarizedAppState",
- "Command": "Get-MgBetaUserManagedDeviceWithFailedApp",
"Method": "GET",
+ "Command": "Get-MgBetaUserManagedDeviceWithAppFailure",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Users.Functions",
"Uri": "/users/{user-id}/getManagedDevicesWithFailedOrPendingApps",
+ "OutputType": "IMicrosoftGraphManagedDeviceSummarizedAppState",
"ApiVersion": "beta",
"Permissions": [
{
@@ -182127,18 +190320,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Users",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgBetaUserManager",
"Method": "GET",
+ "Command": "Get-MgBetaUserManagedDeviceWithFailedApp",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Users",
"Uri": "/users/{user-id}/manager",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
"ApiVersion": "beta",
"Permissions": [
{
@@ -182173,18 +190367,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Users",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserManagerByRef",
"Method": "GET",
+ "Command": "Get-MgBetaUserManager",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-list-manager?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Users",
"Uri": "/users/{user-id}/manager/$ref",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -182219,20 +190414,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Users.Actions",
+ ],
"Variants": [
"Get",
- "GetExpanded",
- "GetViaIdentity",
- "GetViaIdentityExpanded"
+ "GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserMemberGroup",
- "Method": "POST",
+ "Method": "GET",
+ "Command": "Get-MgBetaUserManagerByRef",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-list-manager?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Users.Actions",
"Uri": "/users/{user-id}/getMemberGroups",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -182315,20 +190509,21 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Users.Actions",
+ ],
"Variants": [
"Get",
"GetExpanded",
"GetViaIdentity",
"GetViaIdentityExpanded"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserMemberObject",
"Method": "POST",
+ "Command": "Get-MgBetaUserMemberGroup",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Users.Actions",
"Uri": "/users/{user-id}/getMemberObjects",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -182427,18 +190622,21 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Users",
+ ],
"Variants": [
"Get",
- "GetViaIdentity"
+ "GetExpanded",
+ "GetViaIdentity",
+ "GetViaIdentityExpanded"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgBetaUserMemberOf",
- "Method": "GET",
+ "Method": "POST",
+ "Command": "Get-MgBetaUserMemberObject",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Users",
"Uri": "/users/{user-id}/memberOf/{directoryObject-id}",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
"ApiVersion": "beta",
"Permissions": [
{
@@ -182457,17 +190655,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": true
}
- ]
- },
- {
- "Module": "Beta.Users",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgBetaUserMemberOf",
"Method": "GET",
+ "Command": "Get-MgBetaUserMemberOf",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Users",
"Uri": "/users/{user-id}/memberOf",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
"ApiVersion": "beta",
"Permissions": [
{
@@ -182502,30 +190702,32 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaUserMemberOf",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-list-memberof?view=graph-rest-1.0"
},
{
"Module": "Beta.Users",
+ "Uri": "/users/{user-id}/memberOf/{directoryObject-id}/administrativeUnit",
+ "OutputType": "IMicrosoftGraphAdministrativeUnit",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAdministrativeUnit",
- "Command": "Get-MgBetaUserMemberOfAsAdministrativeUnit",
"Method": "GET",
- "Uri": "/users/{user-id}/memberOf/{directoryObject-id}/administrativeUnit",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserMemberOfAsAdministrativeUnit",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Users",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphAdministrativeUnit",
- "Command": "Get-MgBetaUserMemberOfAsAdministrativeUnit",
- "Method": "GET",
"Uri": "/users/{user-id}/memberOf/administrativeUnit",
+ "OutputType": "IMicrosoftGraphAdministrativeUnit",
"ApiVersion": "beta",
"Permissions": [
{
@@ -182544,30 +190746,32 @@
"PermissionType": "Application",
"IsLeastPrivilege": true
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaUserMemberOfAsAdministrativeUnit",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Users",
+ "Uri": "/users/{user-id}/memberOf/{directoryObject-id}/directoryRole",
+ "OutputType": "IMicrosoftGraphDirectoryRole",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDirectoryRole",
- "Command": "Get-MgBetaUserMemberOfAsDirectoryRole",
"Method": "GET",
- "Uri": "/users/{user-id}/memberOf/{directoryObject-id}/directoryRole",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserMemberOfAsDirectoryRole",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Users",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphDirectoryRole",
- "Command": "Get-MgBetaUserMemberOfAsDirectoryRole",
- "Method": "GET",
"Uri": "/users/{user-id}/memberOf/directoryRole",
+ "OutputType": "IMicrosoftGraphDirectoryRole",
"ApiVersion": "beta",
"Permissions": [
{
@@ -182586,30 +190790,32 @@
"PermissionType": "Application",
"IsLeastPrivilege": true
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaUserMemberOfAsDirectoryRole",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Users",
+ "Uri": "/users/{user-id}/memberOf/{directoryObject-id}/group",
+ "OutputType": "IMicrosoftGraphGroup",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphGroup",
- "Command": "Get-MgBetaUserMemberOfAsGroup",
"Method": "GET",
- "Uri": "/users/{user-id}/memberOf/{directoryObject-id}/group",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserMemberOfAsGroup",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Users",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphGroup",
- "Command": "Get-MgBetaUserMemberOfAsGroup",
- "Method": "GET",
"Uri": "/users/{user-id}/memberOf/group",
+ "OutputType": "IMicrosoftGraphGroup",
"ApiVersion": "beta",
"Permissions": [
{
@@ -182628,18 +190834,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": true
}
- ]
- },
- {
- "Module": "Beta.Users",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserMemberOfCount",
"Method": "GET",
+ "Command": "Get-MgBetaUserMemberOfAsGroup",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Users",
"Uri": "/users/{user-id}/memberOf/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -182674,18 +190880,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Users",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserMemberOfCountAsAdministrativeUnit",
"Method": "GET",
+ "Command": "Get-MgBetaUserMemberOfCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Users",
"Uri": "/users/{user-id}/memberOf/administrativeUnit/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -182704,18 +190911,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": true
}
- ]
- },
- {
- "Module": "Beta.Users",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserMemberOfCountAsDirectoryRole",
"Method": "GET",
+ "Command": "Get-MgBetaUserMemberOfCountAsAdministrativeUnit",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Users",
"Uri": "/users/{user-id}/memberOf/directoryRole/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -182734,18 +190942,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": true
}
- ]
- },
- {
- "Module": "Beta.Users",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserMemberOfCountAsGroup",
"Method": "GET",
+ "Command": "Get-MgBetaUserMemberOfCountAsDirectoryRole",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Users",
"Uri": "/users/{user-id}/memberOf/group/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -182764,18 +190973,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": true
}
- ]
- },
- {
- "Module": "Beta.Mail",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMessage",
- "Command": "Get-MgBetaUserMessage",
"Method": "GET",
+ "Command": "Get-MgBetaUserMemberOfCountAsGroup",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Mail",
"Uri": "/users/{user-id}/messages/{message-id}",
+ "OutputType": "IMicrosoftGraphMessage",
"ApiVersion": "beta",
"Permissions": [
{
@@ -182802,17 +191012,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Mail",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMessage",
- "Command": "Get-MgBetaUserMessage",
"Method": "GET",
+ "Command": "Get-MgBetaUserMessage",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/eventmessage-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Mail",
"Uri": "/users/{user-id}/messages",
+ "OutputType": "IMicrosoftGraphMessage",
"ApiVersion": "beta",
"Permissions": [
{
@@ -182847,56 +191059,59 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaUserMessage",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/opentypeextension-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Mail",
+ "Uri": "/users/{user-id}/messages/{message-id}/attachments/{attachment-id}",
+ "OutputType": "IMicrosoftGraphAttachment",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAttachment",
- "Command": "Get-MgBetaUserMessageAttachment",
"Method": "GET",
- "Uri": "/users/{user-id}/messages/{message-id}/attachments/{attachment-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserMessageAttachment",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Mail",
+ "Uri": "/users/{user-id}/messages/{message-id}/attachments",
+ "OutputType": "IMicrosoftGraphAttachment",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphAttachment",
- "Command": "Get-MgBetaUserMessageAttachment",
"Method": "GET",
- "Uri": "/users/{user-id}/messages/{message-id}/attachments",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserMessageAttachment",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/eventmessage-list-attachments?view=graph-rest-1.0"
},
{
"Module": "Beta.Mail",
+ "Uri": "/users/{user-id}/messages/{message-id}/attachments/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserMessageAttachmentCount",
"Method": "GET",
- "Uri": "/users/{user-id}/messages/{message-id}/attachments/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserMessageAttachmentCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Mail",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": null,
- "Command": "Get-MgBetaUserMessageContent",
- "Method": "GET",
"Uri": "/users/{user-id}/messages/{message-id}/$value",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -182923,18 +191138,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Mail",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserMessageCount",
"Method": "GET",
+ "Command": "Get-MgBetaUserMessageContent",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/opentypeextension-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Mail",
"Uri": "/users/{user-id}/messages/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -182969,18 +191185,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Users.Functions",
+ ],
"Variants": [
- "Delta",
- "DeltaViaIdentity"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMessage",
- "Command": "Get-MgBetaUserMessageDelta",
"Method": "GET",
+ "Command": "Get-MgBetaUserMessageCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Users.Functions",
"Uri": "/users/{user-id}/messages/delta",
+ "OutputType": "IMicrosoftGraphMessage",
"ApiVersion": "beta",
"Permissions": [
{
@@ -183007,94 +191224,101 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Delta",
+ "DeltaViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaUserMessageDelta",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-delta?view=graph-rest-1.0"
},
{
"Module": "Beta.Mail",
+ "Uri": "/users/{user-id}/messages/{message-id}/extensions/{extension-id}",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserMessageExtension",
"Method": "GET",
- "Uri": "/users/{user-id}/messages/{message-id}/extensions/{extension-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserMessageExtension",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/opentypeextension-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Mail",
+ "Uri": "/users/{user-id}/messages/{message-id}/extensions",
+ "OutputType": "IMicrosoftGraphExtension",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphExtension",
- "Command": "Get-MgBetaUserMessageExtension",
"Method": "GET",
- "Uri": "/users/{user-id}/messages/{message-id}/extensions",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserMessageExtension",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Mail",
+ "Uri": "/users/{user-id}/messages/{message-id}/extensions/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserMessageExtensionCount",
"Method": "GET",
- "Uri": "/users/{user-id}/messages/{message-id}/extensions/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserMessageExtensionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Mail",
+ "Uri": "/users/{user-id}/messages/{message-id}/mentions/{mention-id}",
+ "OutputType": "IMicrosoftGraphMention",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMention",
- "Command": "Get-MgBetaUserMessageMention",
"Method": "GET",
- "Uri": "/users/{user-id}/messages/{message-id}/mentions/{mention-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserMessageMention",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Mail",
+ "Uri": "/users/{user-id}/messages/{message-id}/mentions",
+ "OutputType": "IMicrosoftGraphMention",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphMention",
- "Command": "Get-MgBetaUserMessageMention",
"Method": "GET",
- "Uri": "/users/{user-id}/messages/{message-id}/mentions",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserMessageMention",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Mail",
+ "Uri": "/users/{user-id}/messages/{message-id}/mentions/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserMessageMentionCount",
"Method": "GET",
- "Uri": "/users/{user-id}/messages/{message-id}/mentions/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserMessageMentionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphMobileAppIntentAndState",
- "Command": "Get-MgBetaUserMobileAppIntentAndState",
- "Method": "GET",
"Uri": "/users/{user-id}/mobileAppIntentAndStates/{mobileAppIntentAndState-id}",
+ "OutputType": "IMicrosoftGraphMobileAppIntentAndState",
"ApiVersion": "beta",
"Permissions": [
{
@@ -183113,17 +191337,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Devices.CorporateManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMobileAppIntentAndState",
- "Command": "Get-MgBetaUserMobileAppIntentAndState",
"Method": "GET",
+ "Command": "Get-MgBetaUserMobileAppIntentAndState",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Devices.CorporateManagement",
"Uri": "/users/{user-id}/mobileAppIntentAndStates",
+ "OutputType": "IMicrosoftGraphMobileAppIntentAndState",
"ApiVersion": "beta",
"Permissions": [
{
@@ -183142,18 +191368,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Devices.CorporateManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserMobileAppIntentAndStateCount",
"Method": "GET",
+ "Command": "Get-MgBetaUserMobileAppIntentAndState",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Devices.CorporateManagement",
"Uri": "/users/{user-id}/mobileAppIntentAndStates/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -183172,144 +191398,156 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaUserMobileAppIntentAndStateCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/users/{user-id}/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}",
+ "OutputType": "IMicrosoftGraphMobileAppTroubleshootingEvent",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMobileAppTroubleshootingEvent",
- "Command": "Get-MgBetaUserMobileAppTroubleshootingEvent",
"Method": "GET",
- "Uri": "/users/{user-id}/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserMobileAppTroubleshootingEvent",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/users/{user-id}/mobileAppTroubleshootingEvents",
+ "OutputType": "IMicrosoftGraphMobileAppTroubleshootingEvent",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphMobileAppTroubleshootingEvent",
- "Command": "Get-MgBetaUserMobileAppTroubleshootingEvent",
"Method": "GET",
- "Uri": "/users/{user-id}/mobileAppTroubleshootingEvents",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserMobileAppTroubleshootingEvent",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/users/{user-id}/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/{appLogCollectionRequest-id}",
+ "OutputType": "IMicrosoftGraphAppLogCollectionRequest",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAppLogCollectionRequest",
- "Command": "Get-MgBetaUserMobileAppTroubleshootingEventAppLogCollectionRequest",
"Method": "GET",
- "Uri": "/users/{user-id}/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/{appLogCollectionRequest-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserMobileAppTroubleshootingEventAppLogCollectionRequest",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/users/{user-id}/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests",
+ "OutputType": "IMicrosoftGraphAppLogCollectionRequest",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphAppLogCollectionRequest",
- "Command": "Get-MgBetaUserMobileAppTroubleshootingEventAppLogCollectionRequest",
"Method": "GET",
- "Uri": "/users/{user-id}/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserMobileAppTroubleshootingEventAppLogCollectionRequest",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/users/{user-id}/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserMobileAppTroubleshootingEventAppLogCollectionRequestCount",
"Method": "GET",
- "Uri": "/users/{user-id}/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserMobileAppTroubleshootingEventAppLogCollectionRequestCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/users/{user-id}/mobileAppTroubleshootingEvents/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserMobileAppTroubleshootingEventCount",
"Method": "GET",
- "Uri": "/users/{user-id}/mobileAppTroubleshootingEvents/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserMobileAppTroubleshootingEventCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Users",
+ "Uri": "/users/{user-id}/notifications/{notification-id}",
+ "OutputType": "IMicrosoftGraphNotification",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphNotification",
- "Command": "Get-MgBetaUserNotification",
"Method": "GET",
- "Uri": "/users/{user-id}/notifications/{notification-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserNotification",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Users",
+ "Uri": "/users/{user-id}/notifications",
+ "OutputType": "IMicrosoftGraphNotification",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphNotification",
- "Command": "Get-MgBetaUserNotification",
"Method": "GET",
- "Uri": "/users/{user-id}/notifications",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserNotification",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Users",
+ "Uri": "/users/{user-id}/notifications/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserNotificationCount",
"Method": "GET",
- "Uri": "/users/{user-id}/notifications/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserNotificationCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Users",
+ "Uri": "/users/{user-id}/oauth2PermissionGrants/{oAuth2PermissionGrant-id}",
+ "OutputType": "IMicrosoftGraphOAuth2PermissionGrant",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphOAuth2PermissionGrant",
- "Command": "Get-MgBetaUserOauth2PermissionGrant",
"Method": "GET",
- "Uri": "/users/{user-id}/oauth2PermissionGrants/{oAuth2PermissionGrant-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserOauth2PermissionGrant",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Users",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphOAuth2PermissionGrant",
- "Command": "Get-MgBetaUserOauth2PermissionGrant",
- "Method": "GET",
"Uri": "/users/{user-id}/oauth2PermissionGrants",
+ "OutputType": "IMicrosoftGraphOAuth2PermissionGrant",
"ApiVersion": "beta",
"Permissions": [
{
@@ -183328,18 +191566,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Users",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserOauth2PermissionGrantCount",
"Method": "GET",
+ "Command": "Get-MgBetaUserOauth2PermissionGrant",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-list-oauth2permissiongrants?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Users",
"Uri": "/users/{user-id}/oauth2PermissionGrants/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -183358,18 +191596,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Notes",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphNotebook",
- "Command": "Get-MgBetaUserOnenoteNotebook",
"Method": "GET",
+ "Command": "Get-MgBetaUserOauth2PermissionGrantCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Notes",
"Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}",
+ "OutputType": "IMicrosoftGraphNotebook",
"ApiVersion": "beta",
"Permissions": [
{
@@ -183412,17 +191651,19 @@
"PermissionType": "DelegatedPersonal",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Notes",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphNotebook",
- "Command": "Get-MgBetaUserOnenoteNotebook",
"Method": "GET",
+ "Command": "Get-MgBetaUserOnenoteNotebook",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Notes",
"Uri": "/users/{user-id}/onenote/notebooks",
+ "OutputType": "IMicrosoftGraphNotebook",
"ApiVersion": "beta",
"Permissions": [
{
@@ -183465,18 +191706,18 @@
"PermissionType": "DelegatedPersonal",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Notes",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserOnenoteNotebookCount",
"Method": "GET",
+ "Command": "Get-MgBetaUserOnenoteNotebook",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onenote-list-notebooks?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Notes",
"Uri": "/users/{user-id}/onenote/notebooks/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -183519,20 +191760,19 @@
"PermissionType": "DelegatedPersonal",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Users.Actions",
+ ],
"Variants": [
"Get",
- "GetExpanded",
- "GetViaIdentity",
- "GetViaIdentityExpanded"
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphCopyNotebookModel",
- "Command": "Get-MgBetaUserOnenoteNotebookFromWebUrl",
- "Method": "POST",
+ "Method": "GET",
+ "Command": "Get-MgBetaUserOnenoteNotebookCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Users.Actions",
"Uri": "/users/{user-id}/onenote/notebooks/getNotebookFromWebUrl",
+ "OutputType": "IMicrosoftGraphCopyNotebookModel",
"ApiVersion": "beta",
"Permissions": [
{
@@ -183575,17 +191815,21 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetExpanded",
+ "GetViaIdentity",
+ "GetViaIdentityExpanded"
+ ],
+ "Method": "POST",
+ "Command": "Get-MgBetaUserOnenoteNotebookFromWebUrl",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-getnotebookfromweburl?view=graph-rest-1.0"
},
{
"Module": "Beta.Notes",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphOnenoteSection",
- "Command": "Get-MgBetaUserOnenoteNotebookSection",
- "Method": "GET",
"Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}/sections",
+ "OutputType": "IMicrosoftGraphOnenoteSection",
"ApiVersion": "beta",
"Permissions": [
{
@@ -183628,17 +191872,18 @@
"PermissionType": "DelegatedPersonal",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Notes",
+ ],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphSectionGroup",
- "Command": "Get-MgBetaUserOnenoteNotebookSectionGroup",
"Method": "GET",
+ "Command": "Get-MgBetaUserOnenoteNotebookSection",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-list-sections?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Notes",
"Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups",
+ "OutputType": "IMicrosoftGraphSectionGroup",
"ApiVersion": "beta",
"Permissions": [
{
@@ -183681,18 +191926,18 @@
"PermissionType": "DelegatedPersonal",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Notes",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": "IMicrosoftGraphOnenoteOperation",
- "Command": "Get-MgBetaUserOnenoteOperation",
"Method": "GET",
+ "Command": "Get-MgBetaUserOnenoteNotebookSectionGroup",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-list-sectiongroups?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Notes",
"Uri": "/users/{user-id}/onenote/operations/{onenoteOperation-id}",
+ "OutputType": "IMicrosoftGraphOnenoteOperation",
"ApiVersion": "beta",
"Permissions": [
{
@@ -183735,76 +191980,33 @@
"PermissionType": "DelegatedPersonal",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Notes",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserOnenoteOperationCount",
"Method": "GET",
- "Uri": "/users/{user-id}/onenote/operations/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserOnenoteOperation",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onenoteoperation-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Notes",
+ "Uri": "/users/{user-id}/onenote/operations/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphOnenotePage",
- "Command": "Get-MgBetaUserOnenotePage",
"Method": "GET",
- "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}",
- "ApiVersion": "beta",
- "Permissions": [
- {
- "Name": "Notes.Read",
- "Description": "Read your OneNote notebooks",
- "FullDescription": "Allows the app to read OneNote notebooks on your behalf.",
- "IsAdmin": false,
- "PermissionType": "DelegatedPersonal",
- "IsLeastPrivilege": true
- },
- {
- "Name": "Notes.ReadWrite.All",
- "Description": "Read and write all OneNote notebooks that you can access",
- "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.",
- "IsAdmin": false,
- "PermissionType": "DelegatedWork",
- "IsLeastPrivilege": false
- },
- {
- "Name": "Notes.Read.All",
- "Description": "Read all OneNote notebooks that you can access",
- "FullDescription": "Allows the app to read all the OneNote notebooks that you have access to.",
- "IsAdmin": false,
- "PermissionType": "DelegatedWork",
- "IsLeastPrivilege": false
- },
- {
- "Name": "Notes.ReadWrite",
- "Description": "Read and write your OneNote notebooks",
- "FullDescription": "Allows the app to read, share, and modify OneNote notebooks on your behalf.",
- "IsAdmin": false,
- "PermissionType": "DelegatedPersonal",
- "IsLeastPrivilege": false
- }
- ]
+ "Command": "Get-MgBetaUserOnenoteOperationCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Notes",
- "Variants": [
- "List"
- ],
+ "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}",
"OutputType": "IMicrosoftGraphOnenotePage",
- "Command": "Get-MgBetaUserOnenotePage",
- "Method": "GET",
- "Uri": "/users/{user-id}/onenote/pages",
"ApiVersion": "beta",
"Permissions": [
{
@@ -183839,18 +192041,19 @@
"PermissionType": "DelegatedPersonal",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Notes",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserOnenotePageContent",
"Method": "GET",
- "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}/content",
+ "Command": "Get-MgBetaUserOnenotePage",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Notes",
+ "Uri": "/users/{user-id}/onenote/pages",
+ "OutputType": "IMicrosoftGraphOnenotePage",
"ApiVersion": "beta",
"Permissions": [
{
@@ -183885,18 +192088,18 @@
"PermissionType": "DelegatedPersonal",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaUserOnenotePage",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Notes",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
+ "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}/content",
"OutputType": null,
- "Command": "Get-MgBetaUserOnenotePageCount",
- "Method": "GET",
- "Uri": "/users/{user-id}/onenote/pages/$count",
"ApiVersion": "beta",
"Permissions": [
{
@@ -183931,85 +192134,19 @@
"PermissionType": "DelegatedPersonal",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Users.Functions",
- "Variants": [
- "Get",
- "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphRecentNotebook",
- "Command": "Get-MgBetaUserOnenoteRecentNotebook",
- "Method": "GET",
- "Uri": "/users/{user-id}/onenote/notebooks/getRecentNotebooks(includePersonalNotebooks={includePersonalNotebooks})",
- "ApiVersion": "beta",
- "Permissions": [
- {
- "Name": "Notes.Create",
- "Description": "Create your OneNote notebooks",
- "FullDescription": "Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.",
- "IsAdmin": false,
- "PermissionType": "DelegatedPersonal",
- "IsLeastPrivilege": true
- },
- {
- "Name": "Notes.ReadWrite.All",
- "Description": "Read and write all OneNote notebooks that you can access",
- "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.",
- "IsAdmin": false,
- "PermissionType": "DelegatedWork",
- "IsLeastPrivilege": false
- },
- {
- "Name": "Notes.Read.All",
- "Description": "Read all OneNote notebooks that you can access",
- "FullDescription": "Allows the app to read all the OneNote notebooks that you have access to.",
- "IsAdmin": false,
- "PermissionType": "DelegatedWork",
- "IsLeastPrivilege": false
- },
- {
- "Name": "Notes.ReadWrite",
- "Description": "Read and write your OneNote notebooks",
- "FullDescription": "Allows the app to read, share, and modify OneNote notebooks on your behalf.",
- "IsAdmin": false,
- "PermissionType": "DelegatedPersonal",
- "IsLeastPrivilege": false
- },
- {
- "Name": "Notes.Read",
- "Description": "Read your OneNote notebooks",
- "FullDescription": "Allows the app to read OneNote notebooks on your behalf.",
- "IsAdmin": false,
- "PermissionType": "DelegatedPersonal",
- "IsLeastPrivilege": false
- }
- ]
- },
- {
- "Module": "Beta.Notes",
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphOnenoteResource",
- "Command": "Get-MgBetaUserOnenoteResource",
"Method": "GET",
- "Uri": "/users/{user-id}/onenote/resources/{onenoteResource-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserOnenotePageContent",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Notes",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
+ "Uri": "/users/{user-id}/onenote/pages/$count",
"OutputType": null,
- "Command": "Get-MgBetaUserOnenoteResourceContent",
- "Method": "GET",
- "Uri": "/users/{user-id}/onenote/resources/{onenoteResource-id}/content",
"ApiVersion": "beta",
"Permissions": [
{
@@ -184044,31 +192181,19 @@
"PermissionType": "DelegatedPersonal",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Notes",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserOnenoteResourceCount",
"Method": "GET",
- "Uri": "/users/{user-id}/onenote/resources/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserOnenotePageCount",
+ "ApiReferenceLink": null
},
{
- "Module": "Beta.Notes",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphOnenoteSection",
- "Command": "Get-MgBetaUserOnenoteSection",
- "Method": "GET",
- "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}",
+ "Module": "Beta.Users.Functions",
+ "Uri": "/users/{user-id}/onenote/notebooks/getRecentNotebooks(includePersonalNotebooks={includePersonalNotebooks})",
+ "OutputType": "IMicrosoftGraphRecentNotebook",
"ApiVersion": "beta",
"Permissions": [
{
@@ -184111,17 +192236,94 @@
"PermissionType": "DelegatedPersonal",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaUserOnenoteRecentNotebook",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Notes",
+ "Uri": "/users/{user-id}/onenote/resources/{onenoteResource-id}",
+ "OutputType": "IMicrosoftGraphOnenoteResource",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphOnenoteSection",
- "Command": "Get-MgBetaUserOnenoteSection",
"Method": "GET",
- "Uri": "/users/{user-id}/onenote/sections",
+ "Command": "Get-MgBetaUserOnenoteResource",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Notes",
+ "Uri": "/users/{user-id}/onenote/resources/{onenoteResource-id}/content",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [
+ {
+ "Name": "Notes.Read",
+ "Description": "Read your OneNote notebooks",
+ "FullDescription": "Allows the app to read OneNote notebooks on your behalf.",
+ "IsAdmin": false,
+ "PermissionType": "DelegatedPersonal",
+ "IsLeastPrivilege": true
+ },
+ {
+ "Name": "Notes.ReadWrite.All",
+ "Description": "Read and write all OneNote notebooks that you can access",
+ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.",
+ "IsAdmin": false,
+ "PermissionType": "DelegatedWork",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "Notes.Read.All",
+ "Description": "Read all OneNote notebooks that you can access",
+ "FullDescription": "Allows the app to read all the OneNote notebooks that you have access to.",
+ "IsAdmin": false,
+ "PermissionType": "DelegatedWork",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "Notes.ReadWrite",
+ "Description": "Read and write your OneNote notebooks",
+ "FullDescription": "Allows the app to read, share, and modify OneNote notebooks on your behalf.",
+ "IsAdmin": false,
+ "PermissionType": "DelegatedPersonal",
+ "IsLeastPrivilege": false
+ }
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaUserOnenoteResourceContent",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Notes",
+ "Uri": "/users/{user-id}/onenote/resources/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaUserOnenoteResourceCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Notes",
+ "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}",
+ "OutputType": "IMicrosoftGraphOnenoteSection",
"ApiVersion": "beta",
"Permissions": [
{
@@ -184164,18 +192366,19 @@
"PermissionType": "DelegatedPersonal",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Notes",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserOnenoteSectionCount",
"Method": "GET",
- "Uri": "/users/{user-id}/onenote/sections/$count",
+ "Command": "Get-MgBetaUserOnenoteSection",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Notes",
+ "Uri": "/users/{user-id}/onenote/sections",
+ "OutputType": "IMicrosoftGraphOnenoteSection",
"ApiVersion": "beta",
"Permissions": [
{
@@ -184218,18 +192421,73 @@
"PermissionType": "DelegatedPersonal",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaUserOnenoteSection",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onenote-list-sections?view=graph-rest-1.0"
},
{
"Module": "Beta.Notes",
+ "Uri": "/users/{user-id}/onenote/sections/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [
+ {
+ "Name": "Notes.Create",
+ "Description": "Create your OneNote notebooks",
+ "FullDescription": "Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.",
+ "IsAdmin": false,
+ "PermissionType": "DelegatedPersonal",
+ "IsLeastPrivilege": true
+ },
+ {
+ "Name": "Notes.ReadWrite.All",
+ "Description": "Read and write all OneNote notebooks that you can access",
+ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.",
+ "IsAdmin": false,
+ "PermissionType": "DelegatedWork",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "Notes.Read.All",
+ "Description": "Read all OneNote notebooks that you can access",
+ "FullDescription": "Allows the app to read all the OneNote notebooks that you have access to.",
+ "IsAdmin": false,
+ "PermissionType": "DelegatedWork",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "Notes.ReadWrite",
+ "Description": "Read and write your OneNote notebooks",
+ "FullDescription": "Allows the app to read, share, and modify OneNote notebooks on your behalf.",
+ "IsAdmin": false,
+ "PermissionType": "DelegatedPersonal",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "Notes.Read",
+ "Description": "Read your OneNote notebooks",
+ "FullDescription": "Allows the app to read OneNote notebooks on your behalf.",
+ "IsAdmin": false,
+ "PermissionType": "DelegatedPersonal",
+ "IsLeastPrivilege": false
+ }
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSectionGroup",
- "Command": "Get-MgBetaUserOnenoteSectionGroup",
"Method": "GET",
+ "Command": "Get-MgBetaUserOnenoteSectionCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Notes",
"Uri": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}",
+ "OutputType": "IMicrosoftGraphSectionGroup",
"ApiVersion": "beta",
"Permissions": [
{
@@ -184272,18 +192530,19 @@
"PermissionType": "DelegatedPersonal",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Notes",
+ ],
"Variants": [
- "List",
- "List1"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSectionGroup",
- "Command": "Get-MgBetaUserOnenoteSectionGroup",
"Method": "GET",
+ "Command": "Get-MgBetaUserOnenoteSectionGroup",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sectiongroup-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Notes",
"Uri": "/users/{user-id}/onenote/sectionGroups",
+ "OutputType": "IMicrosoftGraphSectionGroup",
"ApiVersion": "beta",
"Permissions": [
{
@@ -184326,20 +192585,19 @@
"PermissionType": "DelegatedPersonal",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Notes",
+ ],
"Variants": [
- "Get",
- "Get1",
- "GetViaIdentity",
- "GetViaIdentity1"
+ "List",
+ "List1"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserOnenoteSectionGroupCount",
"Method": "GET",
+ "Command": "Get-MgBetaUserOnenoteSectionGroup",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onenote-list-sectiongroups?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Notes",
"Uri": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -184382,17 +192640,21 @@
"PermissionType": "DelegatedPersonal",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Notes",
+ ],
"Variants": [
- "List"
+ "Get",
+ "Get1",
+ "GetViaIdentity",
+ "GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphOnenoteSection",
- "Command": "Get-MgBetaUserOnenoteSectionGroupSection",
"Method": "GET",
+ "Command": "Get-MgBetaUserOnenoteSectionGroupCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Notes",
"Uri": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections",
+ "OutputType": "IMicrosoftGraphOnenoteSection",
"ApiVersion": "beta",
"Permissions": [
{
@@ -184435,17 +192697,18 @@
"PermissionType": "DelegatedPersonal",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Notes",
+ ],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphOnenotePage",
- "Command": "Get-MgBetaUserOnenoteSectionPage",
"Method": "GET",
+ "Command": "Get-MgBetaUserOnenoteSectionGroupSection",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sectiongroup-list-sections?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Notes",
"Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages",
+ "OutputType": "IMicrosoftGraphOnenotePage",
"ApiVersion": "beta",
"Permissions": [
{
@@ -184480,18 +192743,18 @@
"PermissionType": "DelegatedPersonal",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.CloudCommunications",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": "IMicrosoftGraphOnlineMeeting",
- "Command": "Get-MgBetaUserOnlineMeeting",
"Method": "GET",
+ "Command": "Get-MgBetaUserOnenoteSectionPage",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.CloudCommunications",
"Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}",
+ "OutputType": "IMicrosoftGraphOnlineMeeting",
"ApiVersion": "beta",
"Permissions": [
{
@@ -184526,17 +192789,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.CloudCommunications",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphOnlineMeeting",
- "Command": "Get-MgBetaUserOnlineMeeting",
"Method": "GET",
+ "Command": "Get-MgBetaUserOnlineMeeting",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.CloudCommunications",
"Uri": "/users/{user-id}/onlineMeetings",
+ "OutputType": "IMicrosoftGraphOnlineMeeting",
"ApiVersion": "beta",
"Permissions": [
{
@@ -184571,18 +192836,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.CloudCommunications",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserOnlineMeetingAlternativeRecording",
"Method": "GET",
+ "Command": "Get-MgBetaUserOnlineMeeting",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onlinemeeting-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.CloudCommunications",
"Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/alternativeRecording",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -184625,127 +192890,136 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaUserOnlineMeetingAlternativeRecording",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onlinemeeting-get?view=graph-rest-1.0"
},
{
"Module": "Beta.CloudCommunications",
+ "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}",
+ "OutputType": "IMicrosoftGraphMeetingAttendanceReport",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphMeetingAttendanceReport",
- "Command": "Get-MgBetaUserOnlineMeetingAttendanceReport",
"Method": "GET",
- "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserOnlineMeetingAttendanceReport",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.CloudCommunications",
+ "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports",
+ "OutputType": "IMicrosoftGraphMeetingAttendanceReport",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphMeetingAttendanceReport",
- "Command": "Get-MgBetaUserOnlineMeetingAttendanceReport",
"Method": "GET",
- "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserOnlineMeetingAttendanceReport",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.CloudCommunications",
+ "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}",
+ "OutputType": "IMicrosoftGraphAttendanceRecord",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphAttendanceRecord",
- "Command": "Get-MgBetaUserOnlineMeetingAttendanceReportAttendanceRecord",
"Method": "GET",
- "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserOnlineMeetingAttendanceReportAttendanceRecord",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.CloudCommunications",
+ "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords",
+ "OutputType": "IMicrosoftGraphAttendanceRecord",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List",
"List1"
],
- "OutputType": "IMicrosoftGraphAttendanceRecord",
- "Command": "Get-MgBetaUserOnlineMeetingAttendanceReportAttendanceRecord",
"Method": "GET",
- "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserOnlineMeetingAttendanceReportAttendanceRecord",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attendancerecord-list?view=graph-rest-1.0"
},
{
"Module": "Beta.CloudCommunications",
+ "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserOnlineMeetingAttendanceReportAttendanceRecordCount",
"Method": "GET",
- "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserOnlineMeetingAttendanceReportAttendanceRecordCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.CloudCommunications",
+ "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserOnlineMeetingAttendanceReportCount",
"Method": "GET",
- "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserOnlineMeetingAttendanceReportCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.CloudCommunications",
+ "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendeeReport",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserOnlineMeetingAttendeeReport",
"Method": "GET",
- "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendeeReport",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserOnlineMeetingAttendeeReport",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onlinemeeting-get?view=graph-rest-1.0"
},
{
"Module": "Beta.CloudCommunications",
+ "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/broadcastRecording",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserOnlineMeetingBroadcastRecording",
"Method": "GET",
- "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/broadcastRecording",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserOnlineMeetingBroadcastRecording",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onlinemeeting-get?view=graph-rest-1.0"
},
{
"Module": "Beta.CloudCommunications",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphOnlineMeeting",
- "Command": "Get-MgBetaUserOnlineMeetingByJoinWebUrl",
- "Method": "GET",
"Uri": "/users/{user-id}/onlineMeetings(joinWebUrl='{joinWebUrl}')",
+ "OutputType": "IMicrosoftGraphOnlineMeeting",
"ApiVersion": "beta",
"Permissions": [
{
@@ -184780,18 +193054,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.CloudCommunications",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserOnlineMeetingCount",
"Method": "GET",
+ "Command": "Get-MgBetaUserOnlineMeetingByJoinWebUrl",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.CloudCommunications",
"Uri": "/users/{user-id}/onlineMeetings/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -184826,18 +193101,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Users.Functions",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserOnlineMeetingJoinWebUrlVirtualAppointmentJoinWebUrl",
"Method": "GET",
+ "Command": "Get-MgBetaUserOnlineMeetingCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Users.Functions",
"Uri": "/users/{user-id}/onlineMeetings(joinWebUrl='{joinWebUrl}')/getVirtualAppointmentJoinWebUrl",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -184872,20 +193148,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.CloudCommunications",
+ ],
"Variants": [
"Get",
- "Get1",
- "GetViaIdentity",
- "GetViaIdentity1"
+ "GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserOnlineMeetingRecording",
"Method": "GET",
+ "Command": "Get-MgBetaUserOnlineMeetingJoinWebUrlVirtualAppointmentJoinWebUrl",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.CloudCommunications",
"Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recording",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -184928,69 +193203,76 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "Get1",
+ "GetViaIdentity",
+ "GetViaIdentity1"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaUserOnlineMeetingRecording",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onlinemeeting-get?view=graph-rest-1.0"
},
{
"Module": "Beta.CloudCommunications",
+ "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings",
+ "OutputType": "IMicrosoftGraphCallRecording",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphCallRecording",
- "Command": "Get-MgBetaUserOnlineMeetingRecording",
"Method": "GET",
- "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserOnlineMeetingRecording",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.CloudCommunications",
+ "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}/content",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserOnlineMeetingRecordingContent",
"Method": "GET",
- "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}/content",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserOnlineMeetingRecordingContent",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.CloudCommunications",
+ "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserOnlineMeetingRecordingCount",
"Method": "GET",
- "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserOnlineMeetingRecordingCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Users.Functions",
+ "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/delta",
+ "OutputType": "IMicrosoftGraphCallRecording",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Delta",
"DeltaViaIdentity"
],
- "OutputType": "IMicrosoftGraphCallRecording",
- "Command": "Get-MgBetaUserOnlineMeetingRecordingDelta",
"Method": "GET",
- "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/delta",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserOnlineMeetingRecordingDelta",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.CloudCommunications",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphMeetingRegistration",
- "Command": "Get-MgBetaUserOnlineMeetingRegistration",
- "Method": "GET",
"Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/registration",
+ "OutputType": "IMicrosoftGraphMeetingRegistration",
"ApiVersion": "beta",
"Permissions": [
{
@@ -185025,18 +193307,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.CloudCommunications",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMeetingRegistrationQuestion",
- "Command": "Get-MgBetaUserOnlineMeetingRegistrationCustomQuestion",
"Method": "GET",
+ "Command": "Get-MgBetaUserOnlineMeetingRegistration",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalmeetingregistration-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.CloudCommunications",
"Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/registration/customQuestions/{meetingRegistrationQuestion-id}",
+ "OutputType": "IMicrosoftGraphMeetingRegistrationQuestion",
"ApiVersion": "beta",
"Permissions": [
{
@@ -185055,55 +193338,60 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaUserOnlineMeetingRegistrationCustomQuestion",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/meetingregistrationquestion-get?view=graph-rest-1.0"
},
{
"Module": "Beta.CloudCommunications",
+ "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/registration/customQuestions",
+ "OutputType": "IMicrosoftGraphMeetingRegistrationQuestion",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphMeetingRegistrationQuestion",
- "Command": "Get-MgBetaUserOnlineMeetingRegistrationCustomQuestion",
"Method": "GET",
- "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/registration/customQuestions",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserOnlineMeetingRegistrationCustomQuestion",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/meetingregistration-list-customquestions?view=graph-rest-1.0"
},
{
"Module": "Beta.CloudCommunications",
+ "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/registration/customQuestions/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserOnlineMeetingRegistrationCustomQuestionCount",
"Method": "GET",
- "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/registration/customQuestions/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserOnlineMeetingRegistrationCustomQuestionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.CloudCommunications",
+ "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/registration/registrants/{meetingRegistrantBase-id}",
+ "OutputType": "IMicrosoftGraphMeetingRegistrantBase",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMeetingRegistrantBase",
- "Command": "Get-MgBetaUserOnlineMeetingRegistrationRegistrant",
"Method": "GET",
- "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/registration/registrants/{meetingRegistrantBase-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserOnlineMeetingRegistrationRegistrant",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.CloudCommunications",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphMeetingRegistrantBase",
- "Command": "Get-MgBetaUserOnlineMeetingRegistrationRegistrant",
- "Method": "GET",
"Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/registration/registrants",
+ "OutputType": "IMicrosoftGraphMeetingRegistrantBase",
"ApiVersion": "beta",
"Permissions": [
{
@@ -185130,18 +193418,18 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.CloudCommunications",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserOnlineMeetingRegistrationRegistrantCount",
"Method": "GET",
+ "Command": "Get-MgBetaUserOnlineMeetingRegistrationRegistrant",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.CloudCommunications",
"Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/registration/registrants/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -185168,95 +193456,102 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaUserOnlineMeetingRegistrationRegistrantCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.CloudCommunications",
+ "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}",
+ "OutputType": "IMicrosoftGraphCallTranscript",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphCallTranscript",
- "Command": "Get-MgBetaUserOnlineMeetingTranscript",
"Method": "GET",
- "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserOnlineMeetingTranscript",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calltranscript-get?view=graph-rest-1.0"
},
{
"Module": "Beta.CloudCommunications",
+ "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts",
+ "OutputType": "IMicrosoftGraphCallTranscript",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphCallTranscript",
- "Command": "Get-MgBetaUserOnlineMeetingTranscript",
"Method": "GET",
- "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserOnlineMeetingTranscript",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onlinemeeting-list-transcripts?view=graph-rest-1.0"
},
{
"Module": "Beta.CloudCommunications",
+ "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/content",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserOnlineMeetingTranscriptContent",
"Method": "GET",
- "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/content",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserOnlineMeetingTranscriptContent",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onlinemeeting-list-transcripts?view=graph-rest-1.0"
},
{
"Module": "Beta.CloudCommunications",
+ "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserOnlineMeetingTranscriptCount",
"Method": "GET",
- "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserOnlineMeetingTranscriptCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Users.Functions",
+ "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/delta",
+ "OutputType": "IMicrosoftGraphCallTranscript",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Delta",
"DeltaViaIdentity"
],
- "OutputType": "IMicrosoftGraphCallTranscript",
- "Command": "Get-MgBetaUserOnlineMeetingTranscriptDelta",
"Method": "GET",
- "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/delta",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserOnlineMeetingTranscriptDelta",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.CloudCommunications",
+ "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/metadataContent",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserOnlineMeetingTranscriptMetadataContent",
"Method": "GET",
- "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/metadataContent",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserOnlineMeetingTranscriptMetadataContent",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onlinemeeting-list-transcripts?view=graph-rest-1.0"
},
{
"Module": "Beta.Users.Functions",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": null,
- "Command": "Get-MgBetaUserOnlineMeetingVirtualAppointmentJoinWebUrl",
- "Method": "GET",
"Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/getVirtualAppointmentJoinWebUrl",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -185307,410 +193602,443 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaUserOnlineMeetingVirtualAppointmentJoinWebUrl",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Users",
+ "Uri": "/users/{user-id}/outlook/masterCategories/{outlookCategory-id}",
+ "OutputType": "IMicrosoftGraphOutlookCategory",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphOutlookCategory",
- "Command": "Get-MgBetaUserOutlookMasterCategory",
"Method": "GET",
- "Uri": "/users/{user-id}/outlook/masterCategories/{outlookCategory-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserOutlookMasterCategory",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/outlookcategory-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Users",
+ "Uri": "/users/{user-id}/outlook/masterCategories",
+ "OutputType": "IMicrosoftGraphOutlookCategory",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphOutlookCategory",
- "Command": "Get-MgBetaUserOutlookMasterCategory",
"Method": "GET",
- "Uri": "/users/{user-id}/outlook/masterCategories",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserOutlookMasterCategory",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/outlookuser-list-mastercategories?view=graph-rest-1.0"
},
{
"Module": "Beta.Users",
+ "Uri": "/users/{user-id}/outlook/masterCategories/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserOutlookMasterCategoryCount",
"Method": "GET",
- "Uri": "/users/{user-id}/outlook/masterCategories/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserOutlookMasterCategoryCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Users",
+ "Uri": "/users/{user-id}/outlook/tasks/{outlookTask-id}",
+ "OutputType": "IMicrosoftGraphOutlookTask",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphOutlookTask",
- "Command": "Get-MgBetaUserOutlookTask",
"Method": "GET",
- "Uri": "/users/{user-id}/outlook/tasks/{outlookTask-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserOutlookTask",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/outlooktask-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Users",
+ "Uri": "/users/{user-id}/outlook/tasks",
+ "OutputType": "IMicrosoftGraphOutlookTask",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphOutlookTask",
- "Command": "Get-MgBetaUserOutlookTask",
"Method": "GET",
- "Uri": "/users/{user-id}/outlook/tasks",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserOutlookTask",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/outlookuser-list-tasks?view=graph-rest-1.0"
},
{
"Module": "Beta.Users",
+ "Uri": "/users/{user-id}/outlook/tasks/{outlookTask-id}/attachments/{attachment-id}",
+ "OutputType": "IMicrosoftGraphAttachment",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAttachment",
- "Command": "Get-MgBetaUserOutlookTaskAttachment",
"Method": "GET",
- "Uri": "/users/{user-id}/outlook/tasks/{outlookTask-id}/attachments/{attachment-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserOutlookTaskAttachment",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Users",
+ "Uri": "/users/{user-id}/outlook/tasks/{outlookTask-id}/attachments",
+ "OutputType": "IMicrosoftGraphAttachment",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphAttachment",
- "Command": "Get-MgBetaUserOutlookTaskAttachment",
"Method": "GET",
- "Uri": "/users/{user-id}/outlook/tasks/{outlookTask-id}/attachments",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserOutlookTaskAttachment",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/outlooktask-list-attachments?view=graph-rest-1.0"
},
{
"Module": "Beta.Users",
+ "Uri": "/users/{user-id}/outlook/tasks/{outlookTask-id}/attachments/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserOutlookTaskAttachmentCount",
"Method": "GET",
- "Uri": "/users/{user-id}/outlook/tasks/{outlookTask-id}/attachments/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserOutlookTaskAttachmentCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Users",
+ "Uri": "/users/{user-id}/outlook/tasks/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserOutlookTaskCount",
"Method": "GET",
- "Uri": "/users/{user-id}/outlook/tasks/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserOutlookTaskCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Users",
+ "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}",
+ "OutputType": "IMicrosoftGraphOutlookTaskFolder",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphOutlookTaskFolder",
- "Command": "Get-MgBetaUserOutlookTaskFolder",
"Method": "GET",
- "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserOutlookTaskFolder",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/outlooktaskfolder-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Users",
+ "Uri": "/users/{user-id}/outlook/taskFolders",
+ "OutputType": "IMicrosoftGraphOutlookTaskFolder",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphOutlookTaskFolder",
- "Command": "Get-MgBetaUserOutlookTaskFolder",
"Method": "GET",
- "Uri": "/users/{user-id}/outlook/taskFolders",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserOutlookTaskFolder",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/outlookuser-list-taskfolders?view=graph-rest-1.0"
},
{
"Module": "Beta.Users",
+ "Uri": "/users/{user-id}/outlook/taskFolders/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserOutlookTaskFolderCount",
"Method": "GET",
- "Uri": "/users/{user-id}/outlook/taskFolders/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserOutlookTaskFolderCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Users",
+ "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}",
+ "OutputType": "IMicrosoftGraphOutlookTask",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphOutlookTask",
- "Command": "Get-MgBetaUserOutlookTaskFolderTask",
"Method": "GET",
- "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserOutlookTaskFolderTask",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Users",
+ "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks",
+ "OutputType": "IMicrosoftGraphOutlookTask",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphOutlookTask",
- "Command": "Get-MgBetaUserOutlookTaskFolderTask",
"Method": "GET",
- "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserOutlookTaskFolderTask",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/outlooktaskfolder-list-tasks?view=graph-rest-1.0"
},
{
"Module": "Beta.Users",
+ "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments/{attachment-id}",
+ "OutputType": "IMicrosoftGraphAttachment",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAttachment",
- "Command": "Get-MgBetaUserOutlookTaskFolderTaskAttachment",
"Method": "GET",
- "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments/{attachment-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserOutlookTaskFolderTaskAttachment",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Users",
+ "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments",
+ "OutputType": "IMicrosoftGraphAttachment",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphAttachment",
- "Command": "Get-MgBetaUserOutlookTaskFolderTaskAttachment",
"Method": "GET",
- "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserOutlookTaskFolderTaskAttachment",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/outlooktask-list-attachments?view=graph-rest-1.0"
},
{
"Module": "Beta.Users",
+ "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserOutlookTaskFolderTaskAttachmentCount",
"Method": "GET",
- "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserOutlookTaskFolderTaskAttachmentCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Users",
+ "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserOutlookTaskFolderTaskCount",
"Method": "GET",
- "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserOutlookTaskFolderTaskCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Users",
+ "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}",
+ "OutputType": "IMicrosoftGraphOutlookTaskGroup",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphOutlookTaskGroup",
- "Command": "Get-MgBetaUserOutlookTaskGroup",
"Method": "GET",
- "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserOutlookTaskGroup",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/outlooktaskgroup-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Users",
+ "Uri": "/users/{user-id}/outlook/taskGroups",
+ "OutputType": "IMicrosoftGraphOutlookTaskGroup",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphOutlookTaskGroup",
- "Command": "Get-MgBetaUserOutlookTaskGroup",
"Method": "GET",
- "Uri": "/users/{user-id}/outlook/taskGroups",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserOutlookTaskGroup",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/outlookuser-list-taskgroups?view=graph-rest-1.0"
},
{
"Module": "Beta.Users",
+ "Uri": "/users/{user-id}/outlook/taskGroups/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserOutlookTaskGroupCount",
"Method": "GET",
- "Uri": "/users/{user-id}/outlook/taskGroups/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserOutlookTaskGroupCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Users",
+ "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}",
+ "OutputType": "IMicrosoftGraphOutlookTaskFolder",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphOutlookTaskFolder",
- "Command": "Get-MgBetaUserOutlookTaskGroupTaskFolder",
"Method": "GET",
- "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserOutlookTaskGroupTaskFolder",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Users",
+ "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders",
+ "OutputType": "IMicrosoftGraphOutlookTaskFolder",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphOutlookTaskFolder",
- "Command": "Get-MgBetaUserOutlookTaskGroupTaskFolder",
"Method": "GET",
- "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserOutlookTaskGroupTaskFolder",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/outlooktaskgroup-list-taskfolders?view=graph-rest-1.0"
},
{
"Module": "Beta.Users",
+ "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserOutlookTaskGroupTaskFolderCount",
"Method": "GET",
- "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserOutlookTaskGroupTaskFolderCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Users",
+ "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}",
+ "OutputType": "IMicrosoftGraphOutlookTask",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphOutlookTask",
- "Command": "Get-MgBetaUserOutlookTaskGroupTaskFolderTask",
"Method": "GET",
- "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserOutlookTaskGroupTaskFolderTask",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Users",
+ "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks",
+ "OutputType": "IMicrosoftGraphOutlookTask",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphOutlookTask",
- "Command": "Get-MgBetaUserOutlookTaskGroupTaskFolderTask",
"Method": "GET",
- "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserOutlookTaskGroupTaskFolderTask",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/outlooktaskfolder-list-tasks?view=graph-rest-1.0"
},
{
"Module": "Beta.Users",
+ "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments/{attachment-id}",
+ "OutputType": "IMicrosoftGraphAttachment",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAttachment",
- "Command": "Get-MgBetaUserOutlookTaskGroupTaskFolderTaskAttachment",
"Method": "GET",
- "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments/{attachment-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserOutlookTaskGroupTaskFolderTaskAttachment",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Users",
+ "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments",
+ "OutputType": "IMicrosoftGraphAttachment",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphAttachment",
- "Command": "Get-MgBetaUserOutlookTaskGroupTaskFolderTaskAttachment",
"Method": "GET",
- "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserOutlookTaskGroupTaskFolderTaskAttachment",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/outlooktask-list-attachments?view=graph-rest-1.0"
},
{
"Module": "Beta.Users",
+ "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserOutlookTaskGroupTaskFolderTaskAttachmentCount",
"Method": "GET",
- "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserOutlookTaskGroupTaskFolderTaskAttachmentCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Users",
+ "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserOutlookTaskGroupTaskFolderTaskCount",
"Method": "GET",
- "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserOutlookTaskGroupTaskFolderTaskCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Users",
+ "Uri": "/users/{user-id}/ownedDevices/{directoryObject-id}",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgBetaUserOwnedDevice",
"Method": "GET",
- "Uri": "/users/{user-id}/ownedDevices/{directoryObject-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserOwnedDevice",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Users",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgBetaUserOwnedDevice",
- "Method": "GET",
"Uri": "/users/{user-id}/ownedDevices",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
"ApiVersion": "beta",
"Permissions": [
{
@@ -185753,68 +194081,72 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaUserOwnedDevice",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-list-owneddevices?view=graph-rest-1.0"
},
{
"Module": "Beta.Users",
+ "Uri": "/users/{user-id}/ownedDevices/{directoryObject-id}/device",
+ "OutputType": "IMicrosoftGraphDevice",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDevice",
- "Command": "Get-MgBetaUserOwnedDeviceAsDevice",
"Method": "GET",
- "Uri": "/users/{user-id}/ownedDevices/{directoryObject-id}/device",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserOwnedDeviceAsDevice",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Users",
+ "Uri": "/users/{user-id}/ownedDevices/device",
+ "OutputType": "IMicrosoftGraphDevice",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphDevice",
- "Command": "Get-MgBetaUserOwnedDeviceAsDevice",
"Method": "GET",
- "Uri": "/users/{user-id}/ownedDevices/device",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserOwnedDeviceAsDevice",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Users",
+ "Uri": "/users/{user-id}/ownedDevices/{directoryObject-id}/endpoint",
+ "OutputType": "IMicrosoftGraphEndpoint",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphEndpoint",
- "Command": "Get-MgBetaUserOwnedDeviceAsEndpoint",
"Method": "GET",
- "Uri": "/users/{user-id}/ownedDevices/{directoryObject-id}/endpoint",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserOwnedDeviceAsEndpoint",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Users",
+ "Uri": "/users/{user-id}/ownedDevices/endpoint",
+ "OutputType": "IMicrosoftGraphEndpoint",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphEndpoint",
- "Command": "Get-MgBetaUserOwnedDeviceAsEndpoint",
"Method": "GET",
- "Uri": "/users/{user-id}/ownedDevices/endpoint",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserOwnedDeviceAsEndpoint",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Users",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": null,
- "Command": "Get-MgBetaUserOwnedDeviceCount",
- "Method": "GET",
"Uri": "/users/{user-id}/ownedDevices/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -185857,56 +194189,61 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Users",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserOwnedDeviceCountAsDevice",
"Method": "GET",
- "Uri": "/users/{user-id}/ownedDevices/device/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserOwnedDeviceCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Users",
+ "Uri": "/users/{user-id}/ownedDevices/device/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserOwnedDeviceCountAsEndpoint",
"Method": "GET",
- "Uri": "/users/{user-id}/ownedDevices/endpoint/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserOwnedDeviceCountAsDevice",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Users",
+ "Uri": "/users/{user-id}/ownedDevices/endpoint/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgBetaUserOwnedObject",
"Method": "GET",
- "Uri": "/users/{user-id}/ownedObjects/{directoryObject-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserOwnedDeviceCountAsEndpoint",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Users",
+ "Uri": "/users/{user-id}/ownedObjects/{directoryObject-id}",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgBetaUserOwnedObject",
"Method": "GET",
+ "Command": "Get-MgBetaUserOwnedObject",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Users",
"Uri": "/users/{user-id}/ownedObjects",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
"ApiVersion": "beta",
"Permissions": [
{
@@ -185949,106 +194286,113 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaUserOwnedObject",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-list-ownedobjects?view=graph-rest-1.0"
},
{
"Module": "Beta.Users",
+ "Uri": "/users/{user-id}/ownedObjects/{directoryObject-id}/application",
+ "OutputType": "IMicrosoftGraphApplication",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphApplication",
- "Command": "Get-MgBetaUserOwnedObjectAsApplication",
"Method": "GET",
- "Uri": "/users/{user-id}/ownedObjects/{directoryObject-id}/application",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserOwnedObjectAsApplication",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Users",
+ "Uri": "/users/{user-id}/ownedObjects/application",
+ "OutputType": "IMicrosoftGraphApplication",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphApplication",
- "Command": "Get-MgBetaUserOwnedObjectAsApplication",
"Method": "GET",
- "Uri": "/users/{user-id}/ownedObjects/application",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserOwnedObjectAsApplication",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Users",
+ "Uri": "/users/{user-id}/ownedObjects/{directoryObject-id}/group",
+ "OutputType": "IMicrosoftGraphGroup",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphGroup",
- "Command": "Get-MgBetaUserOwnedObjectAsGroup",
"Method": "GET",
- "Uri": "/users/{user-id}/ownedObjects/{directoryObject-id}/group",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserOwnedObjectAsGroup",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Users",
+ "Uri": "/users/{user-id}/ownedObjects/group",
+ "OutputType": "IMicrosoftGraphGroup",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphGroup",
- "Command": "Get-MgBetaUserOwnedObjectAsGroup",
"Method": "GET",
- "Uri": "/users/{user-id}/ownedObjects/group",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserOwnedObjectAsGroup",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Users",
+ "Uri": "/users/{user-id}/ownedObjects/{directoryObject-id}/servicePrincipal",
+ "OutputType": "IMicrosoftGraphServicePrincipal",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphServicePrincipal",
- "Command": "Get-MgBetaUserOwnedObjectAsServicePrincipal",
"Method": "GET",
- "Uri": "/users/{user-id}/ownedObjects/{directoryObject-id}/servicePrincipal",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserOwnedObjectAsServicePrincipal",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Users",
+ "Uri": "/users/{user-id}/ownedObjects/servicePrincipal",
+ "OutputType": "IMicrosoftGraphServicePrincipal",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphServicePrincipal",
- "Command": "Get-MgBetaUserOwnedObjectAsServicePrincipal",
"Method": "GET",
- "Uri": "/users/{user-id}/ownedObjects/servicePrincipal",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserOwnedObjectAsServicePrincipal",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Users.Actions",
+ "Uri": "/users/getUserOwnedObjects",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetExpanded"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgBetaUserOwnedObjectByType",
"Method": "POST",
- "Uri": "/users/getUserOwnedObjects",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserOwnedObjectByType",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-1.0"
},
{
"Module": "Beta.Users",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": null,
- "Command": "Get-MgBetaUserOwnedObjectCount",
- "Method": "GET",
"Uri": "/users/{user-id}/ownedObjects/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -186091,57 +194435,61 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Users",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserOwnedObjectCountAsApplication",
"Method": "GET",
- "Uri": "/users/{user-id}/ownedObjects/application/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserOwnedObjectCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Users",
+ "Uri": "/users/{user-id}/ownedObjects/application/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserOwnedObjectCountAsGroup",
"Method": "GET",
- "Uri": "/users/{user-id}/ownedObjects/group/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserOwnedObjectCountAsApplication",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Users",
+ "Uri": "/users/{user-id}/ownedObjects/group/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserOwnedObjectCountAsServicePrincipal",
"Method": "GET",
- "Uri": "/users/{user-id}/ownedObjects/servicePrincipal/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserOwnedObjectCountAsGroup",
+ "ApiReferenceLink": null
},
{
- "Module": "Beta.Users.Actions",
+ "Module": "Beta.Users",
+ "Uri": "/users/{user-id}/ownedObjects/servicePrincipal/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphPasswordSingleSignOnCredentialSet",
- "Command": "Get-MgBetaUserPasswordSingleSignOnCredential",
- "Method": "POST",
+ "Method": "GET",
+ "Command": "Get-MgBetaUserOwnedObjectCountAsServicePrincipal",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Users.Actions",
"Uri": "/users/{user-id}/getPasswordSingleSignOnCredentials",
+ "OutputType": "IMicrosoftGraphPasswordSingleSignOnCredentialSet",
"ApiVersion": "beta",
"Permissions": [
{
@@ -186168,30 +194516,33 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "POST",
+ "Command": "Get-MgBetaUserPasswordSingleSignOnCredential",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-getpasswordsinglesignoncredentials?view=graph-rest-1.0"
},
{
"Module": "Beta.People",
+ "Uri": "/users/{user-id}/people/{person-id}",
+ "OutputType": "IMicrosoftGraphPerson",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphPerson",
- "Command": "Get-MgBetaUserPerson",
"Method": "GET",
- "Uri": "/users/{user-id}/people/{person-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserPerson",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.People",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphPerson",
- "Command": "Get-MgBetaUserPerson",
- "Method": "GET",
"Uri": "/users/{user-id}/people",
+ "OutputType": "IMicrosoftGraphPerson",
"ApiVersion": "beta",
"Permissions": [
{
@@ -186210,18 +194561,18 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.People",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserPersonCount",
"Method": "GET",
+ "Command": "Get-MgBetaUserPerson",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-list-people?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.People",
"Uri": "/users/{user-id}/people/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -186240,20 +194591,19 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Users",
+ ],
"Variants": [
"Get",
- "Get1",
- "GetViaIdentity",
- "GetViaIdentity1"
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphProfilePhoto",
- "Command": "Get-MgBetaUserPhoto",
"Method": "GET",
+ "Command": "Get-MgBetaUserPersonCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Users",
"Uri": "/users/{user-id}/photo",
+ "OutputType": "IMicrosoftGraphProfilePhoto",
"ApiVersion": "beta",
"Permissions": [
{
@@ -186296,17 +194646,21 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Users",
+ ],
"Variants": [
- "List"
+ "Get",
+ "Get1",
+ "GetViaIdentity",
+ "GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphProfilePhoto",
- "Command": "Get-MgBetaUserPhoto",
"Method": "GET",
+ "Command": "Get-MgBetaUserPhoto",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Users",
"Uri": "/users/{user-id}/photos",
+ "OutputType": "IMicrosoftGraphProfilePhoto",
"ApiVersion": "beta",
"Permissions": [
{
@@ -186349,20 +194703,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Users",
+ ],
"Variants": [
- "Get",
- "Get1",
- "GetViaIdentity",
- "GetViaIdentity1"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserPhotoContent",
"Method": "GET",
+ "Command": "Get-MgBetaUserPhoto",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Users",
"Uri": "/users/{user-id}/photo/$value",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -186405,20 +194757,21 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Planner",
+ ],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphPlannerUser",
- "Command": "Get-MgBetaUserPlanner",
"Method": "GET",
+ "Command": "Get-MgBetaUserPhotoContent",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Planner",
"Uri": "/users/{user-id}/planner",
+ "OutputType": "IMicrosoftGraphPlannerUser",
"ApiVersion": "beta",
"Permissions": [
{
@@ -186461,43 +194814,48 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "Get1",
+ "GetViaIdentity",
+ "GetViaIdentity1"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaUserPlanner",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/planneruser-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Planner",
+ "Uri": "/users/{user-id}/planner/all",
+ "OutputType": "IMicrosoftGraphPlannerDelta",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphPlannerDelta",
- "Command": "Get-MgBetaUserPlanner",
"Method": "GET",
- "Uri": "/users/{user-id}/planner/all",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserPlanner",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Planner",
+ "Uri": "/users/{user-id}/planner/all/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserPlannerAllCount",
"Method": "GET",
- "Uri": "/users/{user-id}/planner/all/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserPlannerAllCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Users.Functions",
- "Variants": [
- "Delta",
- "DeltaViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphPlannerDelta",
- "Command": "Get-MgBetaUserPlannerAllDelta",
- "Method": "GET",
"Uri": "/users/{user-id}/planner/all/delta",
+ "OutputType": "IMicrosoftGraphPlannerDelta",
"ApiVersion": "beta",
"Permissions": [
{
@@ -186532,30 +194890,33 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Delta",
+ "DeltaViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaUserPlannerAllDelta",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Planner",
+ "Uri": "/users/{user-id}/planner/favoritePlans/{plannerPlan-id}",
+ "OutputType": "IMicrosoftGraphPlannerPlan",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphPlannerPlan",
- "Command": "Get-MgBetaUserPlannerFavoritePlan",
"Method": "GET",
- "Uri": "/users/{user-id}/planner/favoritePlans/{plannerPlan-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserPlannerFavoritePlan",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Planner",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphPlannerPlan",
- "Command": "Get-MgBetaUserPlannerFavoritePlan",
- "Method": "GET",
"Uri": "/users/{user-id}/planner/favoritePlans",
+ "OutputType": "IMicrosoftGraphPlannerPlan",
"ApiVersion": "beta",
"Permissions": [
{
@@ -186582,18 +194943,18 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Planner",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserPlannerFavoritePlanCount",
"Method": "GET",
+ "Command": "Get-MgBetaUserPlannerFavoritePlan",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/planneruser-list-favoriteplans?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Planner",
"Uri": "/users/{user-id}/planner/favoritePlans/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -186620,30 +194981,33 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Planner",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphPlannerTask",
- "Command": "Get-MgBetaUserPlannerMyDayTask",
"Method": "GET",
- "Uri": "/users/{user-id}/planner/myDayTasks/{plannerTask-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserPlannerFavoritePlanCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Planner",
+ "Uri": "/users/{user-id}/planner/myDayTasks/{plannerTask-id}",
+ "OutputType": "IMicrosoftGraphPlannerTask",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphPlannerTask",
- "Command": "Get-MgBetaUserPlannerMyDayTask",
"Method": "GET",
+ "Command": "Get-MgBetaUserPlannerMyDayTask",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Planner",
"Uri": "/users/{user-id}/planner/myDayTasks",
+ "OutputType": "IMicrosoftGraphPlannerTask",
"ApiVersion": "beta",
"Permissions": [
{
@@ -186678,18 +195042,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Planner",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserPlannerMyDayTaskCount",
"Method": "GET",
+ "Command": "Get-MgBetaUserPlannerMyDayTask",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Planner",
"Uri": "/users/{user-id}/planner/myDayTasks/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -186724,17 +195088,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Planner",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphPlannerPlan",
- "Command": "Get-MgBetaUserPlannerPlan",
"Method": "GET",
+ "Command": "Get-MgBetaUserPlannerMyDayTaskCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Planner",
"Uri": "/users/{user-id}/planner/plans",
+ "OutputType": "IMicrosoftGraphPlannerPlan",
"ApiVersion": "beta",
"Permissions": [
{
@@ -186769,82 +195135,88 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaUserPlannerPlan",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/planneruser-list-plans?view=graph-rest-1.0"
},
{
"Module": "Beta.Users.Functions",
+ "Uri": "/users/{user-id}/planner/plans/{plannerPlan-id}/buckets/delta",
+ "OutputType": "IMicrosoftGraphPlannerBucket",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Delta",
"DeltaViaIdentity"
],
- "OutputType": "IMicrosoftGraphPlannerBucket",
- "Command": "Get-MgBetaUserPlannerPlanBucketDelta",
"Method": "GET",
- "Uri": "/users/{user-id}/planner/plans/{plannerPlan-id}/buckets/delta",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserPlannerPlanBucketDelta",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Users.Functions",
+ "Uri": "/users/{user-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/delta",
+ "OutputType": "IMicrosoftGraphPlannerTask",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Delta",
"DeltaViaIdentity"
],
- "OutputType": "IMicrosoftGraphPlannerTask",
- "Command": "Get-MgBetaUserPlannerPlanBucketTaskDelta",
"Method": "GET",
- "Uri": "/users/{user-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/delta",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserPlannerPlanBucketTaskDelta",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Users.Functions",
+ "Uri": "/users/{user-id}/planner/plans/delta",
+ "OutputType": "IMicrosoftGraphPlannerPlan",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Delta",
"DeltaViaIdentity"
],
- "OutputType": "IMicrosoftGraphPlannerPlan",
- "Command": "Get-MgBetaUserPlannerPlanDelta",
"Method": "GET",
- "Uri": "/users/{user-id}/planner/plans/delta",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserPlannerPlanDelta",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Users.Functions",
+ "Uri": "/users/{user-id}/planner/plans/{plannerPlan-id}/tasks/delta",
+ "OutputType": "IMicrosoftGraphPlannerTask",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Delta",
"DeltaViaIdentity"
],
- "OutputType": "IMicrosoftGraphPlannerTask",
- "Command": "Get-MgBetaUserPlannerPlanTaskDelta",
"Method": "GET",
- "Uri": "/users/{user-id}/planner/plans/{plannerPlan-id}/tasks/delta",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserPlannerPlanTaskDelta",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Planner",
+ "Uri": "/users/{user-id}/planner/recentPlans/{plannerPlan-id}",
+ "OutputType": "IMicrosoftGraphPlannerPlan",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphPlannerPlan",
- "Command": "Get-MgBetaUserPlannerRecentPlan",
"Method": "GET",
- "Uri": "/users/{user-id}/planner/recentPlans/{plannerPlan-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserPlannerRecentPlan",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Planner",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphPlannerPlan",
- "Command": "Get-MgBetaUserPlannerRecentPlan",
- "Method": "GET",
"Uri": "/users/{user-id}/planner/recentPlans",
+ "OutputType": "IMicrosoftGraphPlannerPlan",
"ApiVersion": "beta",
"Permissions": [
{
@@ -186871,18 +195243,18 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Planner",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserPlannerRecentPlanCount",
"Method": "GET",
+ "Command": "Get-MgBetaUserPlannerRecentPlan",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/planneruser-list-recentplans?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Planner",
"Uri": "/users/{user-id}/planner/recentPlans/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -186909,76 +195281,33 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Planner",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphPlannerPlan",
- "Command": "Get-MgBetaUserPlannerRosterPlan",
"Method": "GET",
- "Uri": "/users/{user-id}/planner/rosterPlans/{plannerPlan-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserPlannerRecentPlanCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Planner",
- "Variants": [
- "List"
- ],
+ "Uri": "/users/{user-id}/planner/rosterPlans/{plannerPlan-id}",
"OutputType": "IMicrosoftGraphPlannerPlan",
- "Command": "Get-MgBetaUserPlannerRosterPlan",
- "Method": "GET",
- "Uri": "/users/{user-id}/planner/rosterPlans",
"ApiVersion": "beta",
- "Permissions": [
- {
- "Name": "Tasks.Read",
- "Description": "Read your tasks and task lists",
- "FullDescription": "Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.",
- "IsAdmin": false,
- "PermissionType": "DelegatedWork",
- "IsLeastPrivilege": true
- },
- {
- "Name": "Tasks.Read.All",
- "Description": "Read all users’ tasks and tasklist",
- "FullDescription": "Allows the app to read all users’ tasks and task lists in your organization, without a signed-in user.",
- "IsAdmin": false,
- "PermissionType": "Application",
- "IsLeastPrivilege": true
- },
- {
- "Name": "Tasks.ReadWrite",
- "Description": "Create, read, update, and delete your tasks and task lists",
- "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.",
- "IsAdmin": false,
- "PermissionType": "DelegatedWork",
- "IsLeastPrivilege": false
- },
- {
- "Name": "Tasks.ReadWrite.All",
- "Description": "Read and write all users’ tasks and tasklists",
- "FullDescription": "Allows the app to create, read, update and delete all users’ tasks and task lists in your organization, without a signed-in user",
- "IsAdmin": false,
- "PermissionType": "Application",
- "IsLeastPrivilege": false
- }
- ]
- },
- {
- "Module": "Beta.Planner",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserPlannerRosterPlanCount",
"Method": "GET",
- "Uri": "/users/{user-id}/planner/rosterPlans/$count",
+ "Command": "Get-MgBetaUserPlannerRosterPlan",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Planner",
+ "Uri": "/users/{user-id}/planner/rosterPlans",
+ "OutputType": "IMicrosoftGraphPlannerPlan",
"ApiVersion": "beta",
"Permissions": [
{
@@ -187013,17 +195342,65 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaUserPlannerRosterPlan",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/planneruser-list-rosterplans?view=graph-rest-1.0"
},
{
"Module": "Beta.Planner",
+ "Uri": "/users/{user-id}/planner/rosterPlans/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [
+ {
+ "Name": "Tasks.Read",
+ "Description": "Read your tasks and task lists",
+ "FullDescription": "Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.",
+ "IsAdmin": false,
+ "PermissionType": "DelegatedWork",
+ "IsLeastPrivilege": true
+ },
+ {
+ "Name": "Tasks.Read.All",
+ "Description": "Read all users’ tasks and tasklist",
+ "FullDescription": "Allows the app to read all users’ tasks and task lists in your organization, without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": true
+ },
+ {
+ "Name": "Tasks.ReadWrite",
+ "Description": "Create, read, update, and delete your tasks and task lists",
+ "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.",
+ "IsAdmin": false,
+ "PermissionType": "DelegatedWork",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "Tasks.ReadWrite.All",
+ "Description": "Read and write all users’ tasks and tasklists",
+ "FullDescription": "Allows the app to create, read, update and delete all users’ tasks and task lists in your organization, without a signed-in user",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ }
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphPlannerTask",
- "Command": "Get-MgBetaUserPlannerTask",
"Method": "GET",
+ "Command": "Get-MgBetaUserPlannerRosterPlanCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Planner",
"Uri": "/users/{user-id}/planner/tasks",
+ "OutputType": "IMicrosoftGraphPlannerTask",
"ApiVersion": "beta",
"Permissions": [
{
@@ -187074,18 +195451,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Users.Functions",
+ ],
"Variants": [
- "Delta",
- "DeltaViaIdentity"
+ "List"
],
- "OutputType": "IMicrosoftGraphPlannerTask",
- "Command": "Get-MgBetaUserPlannerTaskDelta",
"Method": "GET",
+ "Command": "Get-MgBetaUserPlannerTask",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/planneruser-list-tasks?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Users.Functions",
"Uri": "/users/{user-id}/planner/tasks/delta",
+ "OutputType": "IMicrosoftGraphPlannerTask",
"ApiVersion": "beta",
"Permissions": [
{
@@ -187104,18 +195481,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": true
}
- ]
- },
- {
- "Module": "Beta.CloudCommunications",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Delta",
+ "DeltaViaIdentity"
],
- "OutputType": "IMicrosoftGraphPresence",
- "Command": "Get-MgBetaUserPresence",
"Method": "GET",
+ "Command": "Get-MgBetaUserPlannerTaskDelta",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.CloudCommunications",
"Uri": "/users/{user-id}/presence",
+ "OutputType": "IMicrosoftGraphPresence",
"ApiVersion": "beta",
"Permissions": [
{
@@ -187142,18 +195520,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.People",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphProfile",
- "Command": "Get-MgBetaUserProfile",
"Method": "GET",
+ "Command": "Get-MgBetaUserPresence",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-setstatusmessage?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.People",
"Uri": "/users/{user-id}/profile",
+ "OutputType": "IMicrosoftGraphProfile",
"ApiVersion": "beta",
"Permissions": [
{
@@ -187196,18 +195575,19 @@
"PermissionType": "DelegatedPersonal",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.People",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUserAccountInformation",
- "Command": "Get-MgBetaUserProfileAccount",
"Method": "GET",
+ "Command": "Get-MgBetaUserProfile",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/profile-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.People",
"Uri": "/users/{user-id}/profile/account/{userAccountInformation-id}",
+ "OutputType": "IMicrosoftGraphUserAccountInformation",
"ApiVersion": "beta",
"Permissions": [
{
@@ -187250,17 +195630,19 @@
"PermissionType": "DelegatedPersonal",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.People",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUserAccountInformation",
- "Command": "Get-MgBetaUserProfileAccount",
"Method": "GET",
+ "Command": "Get-MgBetaUserProfileAccount",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/useraccountinformation-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.People",
"Uri": "/users/{user-id}/profile/account",
+ "OutputType": "IMicrosoftGraphUserAccountInformation",
"ApiVersion": "beta",
"Permissions": [
{
@@ -187303,18 +195685,18 @@
"PermissionType": "DelegatedPersonal",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.People",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserProfileAccountCount",
"Method": "GET",
+ "Command": "Get-MgBetaUserProfileAccount",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/profile-list-accounts?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.People",
"Uri": "/users/{user-id}/profile/account/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -187357,18 +195739,19 @@
"PermissionType": "DelegatedPersonal",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.People",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphItemAddress",
- "Command": "Get-MgBetaUserProfileAddress",
"Method": "GET",
+ "Command": "Get-MgBetaUserProfileAccountCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.People",
"Uri": "/users/{user-id}/profile/addresses/{itemAddress-id}",
+ "OutputType": "IMicrosoftGraphItemAddress",
"ApiVersion": "beta",
"Permissions": [
{
@@ -187411,17 +195794,19 @@
"PermissionType": "DelegatedPersonal",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.People",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphItemAddress",
- "Command": "Get-MgBetaUserProfileAddress",
"Method": "GET",
+ "Command": "Get-MgBetaUserProfileAddress",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itemaddress-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.People",
"Uri": "/users/{user-id}/profile/addresses",
+ "OutputType": "IMicrosoftGraphItemAddress",
"ApiVersion": "beta",
"Permissions": [
{
@@ -187464,18 +195849,18 @@
"PermissionType": "DelegatedPersonal",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.People",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserProfileAddressCount",
"Method": "GET",
+ "Command": "Get-MgBetaUserProfileAddress",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/profile-list-addresses?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.People",
"Uri": "/users/{user-id}/profile/addresses/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -187518,71 +195903,19 @@
"PermissionType": "DelegatedPersonal",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.People",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphPersonAnnualEvent",
- "Command": "Get-MgBetaUserProfileAnniversary",
"Method": "GET",
- "Uri": "/users/{user-id}/profile/anniversaries/{personAnnualEvent-id}",
- "ApiVersion": "beta",
- "Permissions": [
- {
- "Name": "User.Read",
- "Description": "Sign you in and read your profile",
- "FullDescription": "Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.",
- "IsAdmin": false,
- "PermissionType": "DelegatedPersonal",
- "IsLeastPrivilege": true
- },
- {
- "Name": "User.ReadWrite.All",
- "Description": "Read and write all users' full profiles",
- "FullDescription": "Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, on your behalf.",
- "IsAdmin": true,
- "PermissionType": "DelegatedWork",
- "IsLeastPrivilege": false
- },
- {
- "Name": "User.ReadBasic.All",
- "Description": "Read all users' basic profiles",
- "FullDescription": "Allows the app to read a basic set of profile properties of other users in your organization on your behalf. Includes display name, first and last name, email address and photo.",
- "IsAdmin": false,
- "PermissionType": "DelegatedWork",
- "IsLeastPrivilege": false
- },
- {
- "Name": "User.Read.All",
- "Description": "Read all users' full profiles",
- "FullDescription": "Allows the app to read the full set of profile properties, reports, and managers of other users in your organization, on your behalf.",
- "IsAdmin": true,
- "PermissionType": "DelegatedWork",
- "IsLeastPrivilege": false
- },
- {
- "Name": "User.ReadWrite",
- "Description": "Read and update your profile",
- "FullDescription": "Allows the app to read your profile, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.",
- "IsAdmin": false,
- "PermissionType": "DelegatedPersonal",
- "IsLeastPrivilege": false
- }
- ]
+ "Command": "Get-MgBetaUserProfileAddressCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.People",
- "Variants": [
- "List"
- ],
+ "Uri": "/users/{user-id}/profile/anniversaries/{personAnnualEvent-id}",
"OutputType": "IMicrosoftGraphPersonAnnualEvent",
- "Command": "Get-MgBetaUserProfileAnniversary",
- "Method": "GET",
- "Uri": "/users/{user-id}/profile/anniversaries",
"ApiVersion": "beta",
"Permissions": [
{
@@ -187625,18 +195958,19 @@
"PermissionType": "DelegatedPersonal",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.People",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserProfileAnniversaryCount",
"Method": "GET",
- "Uri": "/users/{user-id}/profile/anniversaries/$count",
+ "Command": "Get-MgBetaUserProfileAnniversary",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/personanniversary-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.People",
+ "Uri": "/users/{user-id}/profile/anniversaries",
+ "OutputType": "IMicrosoftGraphPersonAnnualEvent",
"ApiVersion": "beta",
"Permissions": [
{
@@ -187679,18 +196013,18 @@
"PermissionType": "DelegatedPersonal",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.People",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": "IMicrosoftGraphPersonAward",
- "Command": "Get-MgBetaUserProfileAward",
"Method": "GET",
- "Uri": "/users/{user-id}/profile/awards/{personAward-id}",
+ "Command": "Get-MgBetaUserProfileAnniversary",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/profile-list-anniversaries?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.People",
+ "Uri": "/users/{user-id}/profile/anniversaries/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -187733,17 +196067,19 @@
"PermissionType": "DelegatedPersonal",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaUserProfileAnniversaryCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.People",
- "Variants": [
- "List"
- ],
+ "Uri": "/users/{user-id}/profile/awards/{personAward-id}",
"OutputType": "IMicrosoftGraphPersonAward",
- "Command": "Get-MgBetaUserProfileAward",
- "Method": "GET",
- "Uri": "/users/{user-id}/profile/awards",
"ApiVersion": "beta",
"Permissions": [
{
@@ -187786,18 +196122,19 @@
"PermissionType": "DelegatedPersonal",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.People",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserProfileAwardCount",
"Method": "GET",
- "Uri": "/users/{user-id}/profile/awards/$count",
+ "Command": "Get-MgBetaUserProfileAward",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/personaward-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.People",
+ "Uri": "/users/{user-id}/profile/awards",
+ "OutputType": "IMicrosoftGraphPersonAward",
"ApiVersion": "beta",
"Permissions": [
{
@@ -187840,18 +196177,18 @@
"PermissionType": "DelegatedPersonal",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.People",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": "IMicrosoftGraphPersonCertification",
- "Command": "Get-MgBetaUserProfileCertification",
"Method": "GET",
- "Uri": "/users/{user-id}/profile/certifications/{personCertification-id}",
+ "Command": "Get-MgBetaUserProfileAward",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/profile-list-awards?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.People",
+ "Uri": "/users/{user-id}/profile/awards/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -187894,17 +196231,19 @@
"PermissionType": "DelegatedPersonal",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaUserProfileAwardCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.People",
- "Variants": [
- "List"
- ],
+ "Uri": "/users/{user-id}/profile/certifications/{personCertification-id}",
"OutputType": "IMicrosoftGraphPersonCertification",
- "Command": "Get-MgBetaUserProfileCertification",
- "Method": "GET",
- "Uri": "/users/{user-id}/profile/certifications",
"ApiVersion": "beta",
"Permissions": [
{
@@ -187947,18 +196286,19 @@
"PermissionType": "DelegatedPersonal",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.People",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserProfileCertificationCount",
"Method": "GET",
- "Uri": "/users/{user-id}/profile/certifications/$count",
+ "Command": "Get-MgBetaUserProfileCertification",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/personcertification-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.People",
+ "Uri": "/users/{user-id}/profile/certifications",
+ "OutputType": "IMicrosoftGraphPersonCertification",
"ApiVersion": "beta",
"Permissions": [
{
@@ -188001,18 +196341,18 @@
"PermissionType": "DelegatedPersonal",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.People",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": "IMicrosoftGraphEducationalActivity",
- "Command": "Get-MgBetaUserProfileEducationalActivity",
"Method": "GET",
- "Uri": "/users/{user-id}/profile/educationalActivities/{educationalActivity-id}",
+ "Command": "Get-MgBetaUserProfileCertification",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/profile-list-certifications?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.People",
+ "Uri": "/users/{user-id}/profile/certifications/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -188055,17 +196395,19 @@
"PermissionType": "DelegatedPersonal",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaUserProfileCertificationCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.People",
- "Variants": [
- "List"
- ],
+ "Uri": "/users/{user-id}/profile/educationalActivities/{educationalActivity-id}",
"OutputType": "IMicrosoftGraphEducationalActivity",
- "Command": "Get-MgBetaUserProfileEducationalActivity",
- "Method": "GET",
- "Uri": "/users/{user-id}/profile/educationalActivities",
"ApiVersion": "beta",
"Permissions": [
{
@@ -188108,18 +196450,19 @@
"PermissionType": "DelegatedPersonal",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.People",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserProfileEducationalActivityCount",
"Method": "GET",
- "Uri": "/users/{user-id}/profile/educationalActivities/$count",
+ "Command": "Get-MgBetaUserProfileEducationalActivity",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationalactivity-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.People",
+ "Uri": "/users/{user-id}/profile/educationalActivities",
+ "OutputType": "IMicrosoftGraphEducationalActivity",
"ApiVersion": "beta",
"Permissions": [
{
@@ -188162,18 +196505,18 @@
"PermissionType": "DelegatedPersonal",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.People",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": "IMicrosoftGraphItemEmail",
- "Command": "Get-MgBetaUserProfileEmail",
"Method": "GET",
- "Uri": "/users/{user-id}/profile/emails/{itemEmail-id}",
+ "Command": "Get-MgBetaUserProfileEducationalActivity",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/profile-list-educationalactivities?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.People",
+ "Uri": "/users/{user-id}/profile/educationalActivities/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -188216,17 +196559,19 @@
"PermissionType": "DelegatedPersonal",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaUserProfileEducationalActivityCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.People",
- "Variants": [
- "List"
- ],
+ "Uri": "/users/{user-id}/profile/emails/{itemEmail-id}",
"OutputType": "IMicrosoftGraphItemEmail",
- "Command": "Get-MgBetaUserProfileEmail",
- "Method": "GET",
- "Uri": "/users/{user-id}/profile/emails",
"ApiVersion": "beta",
"Permissions": [
{
@@ -188269,18 +196614,19 @@
"PermissionType": "DelegatedPersonal",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.People",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserProfileEmailCount",
"Method": "GET",
- "Uri": "/users/{user-id}/profile/emails/$count",
+ "Command": "Get-MgBetaUserProfileEmail",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itememail-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.People",
+ "Uri": "/users/{user-id}/profile/emails",
+ "OutputType": "IMicrosoftGraphItemEmail",
"ApiVersion": "beta",
"Permissions": [
{
@@ -188323,18 +196669,18 @@
"PermissionType": "DelegatedPersonal",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.People",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": "IMicrosoftGraphPersonInterest",
- "Command": "Get-MgBetaUserProfileInterest",
"Method": "GET",
- "Uri": "/users/{user-id}/profile/interests/{personInterest-id}",
+ "Command": "Get-MgBetaUserProfileEmail",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/profile-list-emails?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.People",
+ "Uri": "/users/{user-id}/profile/emails/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -188377,17 +196723,19 @@
"PermissionType": "DelegatedPersonal",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaUserProfileEmailCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.People",
- "Variants": [
- "List"
- ],
+ "Uri": "/users/{user-id}/profile/interests/{personInterest-id}",
"OutputType": "IMicrosoftGraphPersonInterest",
- "Command": "Get-MgBetaUserProfileInterest",
- "Method": "GET",
- "Uri": "/users/{user-id}/profile/interests",
"ApiVersion": "beta",
"Permissions": [
{
@@ -188430,18 +196778,19 @@
"PermissionType": "DelegatedPersonal",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.People",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserProfileInterestCount",
"Method": "GET",
- "Uri": "/users/{user-id}/profile/interests/$count",
+ "Command": "Get-MgBetaUserProfileInterest",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/personinterest-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.People",
+ "Uri": "/users/{user-id}/profile/interests",
+ "OutputType": "IMicrosoftGraphPersonInterest",
"ApiVersion": "beta",
"Permissions": [
{
@@ -188484,18 +196833,18 @@
"PermissionType": "DelegatedPersonal",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.People",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": "IMicrosoftGraphLanguageProficiency",
- "Command": "Get-MgBetaUserProfileLanguage",
"Method": "GET",
- "Uri": "/users/{user-id}/profile/languages/{languageProficiency-id}",
+ "Command": "Get-MgBetaUserProfileInterest",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/profile-list-interests?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.People",
+ "Uri": "/users/{user-id}/profile/interests/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -188538,17 +196887,19 @@
"PermissionType": "DelegatedPersonal",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaUserProfileInterestCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.People",
- "Variants": [
- "List"
- ],
+ "Uri": "/users/{user-id}/profile/languages/{languageProficiency-id}",
"OutputType": "IMicrosoftGraphLanguageProficiency",
- "Command": "Get-MgBetaUserProfileLanguage",
- "Method": "GET",
- "Uri": "/users/{user-id}/profile/languages",
"ApiVersion": "beta",
"Permissions": [
{
@@ -188591,18 +196942,19 @@
"PermissionType": "DelegatedPersonal",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.People",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserProfileLanguageCount",
"Method": "GET",
- "Uri": "/users/{user-id}/profile/languages/$count",
+ "Command": "Get-MgBetaUserProfileLanguage",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/languageproficiency-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.People",
+ "Uri": "/users/{user-id}/profile/languages",
+ "OutputType": "IMicrosoftGraphLanguageProficiency",
"ApiVersion": "beta",
"Permissions": [
{
@@ -188645,18 +196997,18 @@
"PermissionType": "DelegatedPersonal",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.People",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": "IMicrosoftGraphPersonName",
- "Command": "Get-MgBetaUserProfileName",
"Method": "GET",
- "Uri": "/users/{user-id}/profile/names/{personName-id}",
+ "Command": "Get-MgBetaUserProfileLanguage",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/profile-list-languages?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.People",
+ "Uri": "/users/{user-id}/profile/languages/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -188699,17 +197051,19 @@
"PermissionType": "DelegatedPersonal",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaUserProfileLanguageCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.People",
- "Variants": [
- "List"
- ],
+ "Uri": "/users/{user-id}/profile/names/{personName-id}",
"OutputType": "IMicrosoftGraphPersonName",
- "Command": "Get-MgBetaUserProfileName",
- "Method": "GET",
- "Uri": "/users/{user-id}/profile/names",
"ApiVersion": "beta",
"Permissions": [
{
@@ -188752,18 +197106,19 @@
"PermissionType": "DelegatedPersonal",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.People",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserProfileNameCount",
"Method": "GET",
- "Uri": "/users/{user-id}/profile/names/$count",
+ "Command": "Get-MgBetaUserProfileName",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/personname-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.People",
+ "Uri": "/users/{user-id}/profile/names",
+ "OutputType": "IMicrosoftGraphPersonName",
"ApiVersion": "beta",
"Permissions": [
{
@@ -188806,18 +197161,18 @@
"PermissionType": "DelegatedPersonal",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.People",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": "IMicrosoftGraphPersonAnnotation",
- "Command": "Get-MgBetaUserProfileNote",
"Method": "GET",
- "Uri": "/users/{user-id}/profile/notes/{personAnnotation-id}",
+ "Command": "Get-MgBetaUserProfileName",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/profile-list-names?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.People",
+ "Uri": "/users/{user-id}/profile/names/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -188860,17 +197215,19 @@
"PermissionType": "DelegatedPersonal",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaUserProfileNameCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.People",
- "Variants": [
- "List"
- ],
+ "Uri": "/users/{user-id}/profile/notes/{personAnnotation-id}",
"OutputType": "IMicrosoftGraphPersonAnnotation",
- "Command": "Get-MgBetaUserProfileNote",
- "Method": "GET",
- "Uri": "/users/{user-id}/profile/notes",
"ApiVersion": "beta",
"Permissions": [
{
@@ -188913,18 +197270,19 @@
"PermissionType": "DelegatedPersonal",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.People",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserProfileNoteCount",
"Method": "GET",
- "Uri": "/users/{user-id}/profile/notes/$count",
+ "Command": "Get-MgBetaUserProfileNote",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/personannotation-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.People",
+ "Uri": "/users/{user-id}/profile/notes",
+ "OutputType": "IMicrosoftGraphPersonAnnotation",
"ApiVersion": "beta",
"Permissions": [
{
@@ -188967,18 +197325,18 @@
"PermissionType": "DelegatedPersonal",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.People",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": "IMicrosoftGraphItemPatent",
- "Command": "Get-MgBetaUserProfilePatent",
"Method": "GET",
- "Uri": "/users/{user-id}/profile/patents/{itemPatent-id}",
+ "Command": "Get-MgBetaUserProfileNote",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/profile-list-notes?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.People",
+ "Uri": "/users/{user-id}/profile/notes/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -189021,17 +197379,19 @@
"PermissionType": "DelegatedPersonal",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaUserProfileNoteCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.People",
- "Variants": [
- "List"
- ],
+ "Uri": "/users/{user-id}/profile/patents/{itemPatent-id}",
"OutputType": "IMicrosoftGraphItemPatent",
- "Command": "Get-MgBetaUserProfilePatent",
- "Method": "GET",
- "Uri": "/users/{user-id}/profile/patents",
"ApiVersion": "beta",
"Permissions": [
{
@@ -189074,18 +197434,19 @@
"PermissionType": "DelegatedPersonal",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.People",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserProfilePatentCount",
"Method": "GET",
- "Uri": "/users/{user-id}/profile/patents/$count",
+ "Command": "Get-MgBetaUserProfilePatent",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itempatent-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.People",
+ "Uri": "/users/{user-id}/profile/patents",
+ "OutputType": "IMicrosoftGraphItemPatent",
"ApiVersion": "beta",
"Permissions": [
{
@@ -189128,18 +197489,18 @@
"PermissionType": "DelegatedPersonal",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.People",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": "IMicrosoftGraphItemPhone",
- "Command": "Get-MgBetaUserProfilePhone",
"Method": "GET",
- "Uri": "/users/{user-id}/profile/phones/{itemPhone-id}",
+ "Command": "Get-MgBetaUserProfilePatent",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/profile-list-patents?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.People",
+ "Uri": "/users/{user-id}/profile/patents/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -189182,17 +197543,19 @@
"PermissionType": "DelegatedPersonal",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaUserProfilePatentCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.People",
- "Variants": [
- "List"
- ],
+ "Uri": "/users/{user-id}/profile/phones/{itemPhone-id}",
"OutputType": "IMicrosoftGraphItemPhone",
- "Command": "Get-MgBetaUserProfilePhone",
- "Method": "GET",
- "Uri": "/users/{user-id}/profile/phones",
"ApiVersion": "beta",
"Permissions": [
{
@@ -189235,18 +197598,19 @@
"PermissionType": "DelegatedPersonal",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.People",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserProfilePhoneCount",
"Method": "GET",
- "Uri": "/users/{user-id}/profile/phones/$count",
+ "Command": "Get-MgBetaUserProfilePhone",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itemphone-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.People",
+ "Uri": "/users/{user-id}/profile/phones",
+ "OutputType": "IMicrosoftGraphItemPhone",
"ApiVersion": "beta",
"Permissions": [
{
@@ -189289,18 +197653,18 @@
"PermissionType": "DelegatedPersonal",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.People",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": "IMicrosoftGraphWorkPosition",
- "Command": "Get-MgBetaUserProfilePosition",
"Method": "GET",
- "Uri": "/users/{user-id}/profile/positions/{workPosition-id}",
+ "Command": "Get-MgBetaUserProfilePhone",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/profile-list-phones?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.People",
+ "Uri": "/users/{user-id}/profile/phones/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -189343,17 +197707,19 @@
"PermissionType": "DelegatedPersonal",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaUserProfilePhoneCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.People",
- "Variants": [
- "List"
- ],
+ "Uri": "/users/{user-id}/profile/positions/{workPosition-id}",
"OutputType": "IMicrosoftGraphWorkPosition",
- "Command": "Get-MgBetaUserProfilePosition",
- "Method": "GET",
- "Uri": "/users/{user-id}/profile/positions",
"ApiVersion": "beta",
"Permissions": [
{
@@ -189396,18 +197762,19 @@
"PermissionType": "DelegatedPersonal",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.People",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserProfilePositionCount",
"Method": "GET",
- "Uri": "/users/{user-id}/profile/positions/$count",
+ "Command": "Get-MgBetaUserProfilePosition",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/workposition-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.People",
+ "Uri": "/users/{user-id}/profile/positions",
+ "OutputType": "IMicrosoftGraphWorkPosition",
"ApiVersion": "beta",
"Permissions": [
{
@@ -189450,18 +197817,18 @@
"PermissionType": "DelegatedPersonal",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.People",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": "IMicrosoftGraphProjectParticipation",
- "Command": "Get-MgBetaUserProfileProject",
"Method": "GET",
- "Uri": "/users/{user-id}/profile/projects/{projectParticipation-id}",
+ "Command": "Get-MgBetaUserProfilePosition",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/profile-list-positions?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.People",
+ "Uri": "/users/{user-id}/profile/positions/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -189504,17 +197871,19 @@
"PermissionType": "DelegatedPersonal",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaUserProfilePositionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.People",
- "Variants": [
- "List"
- ],
+ "Uri": "/users/{user-id}/profile/projects/{projectParticipation-id}",
"OutputType": "IMicrosoftGraphProjectParticipation",
- "Command": "Get-MgBetaUserProfileProject",
- "Method": "GET",
- "Uri": "/users/{user-id}/profile/projects",
"ApiVersion": "beta",
"Permissions": [
{
@@ -189557,18 +197926,19 @@
"PermissionType": "DelegatedPersonal",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.People",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserProfileProjectCount",
"Method": "GET",
- "Uri": "/users/{user-id}/profile/projects/$count",
+ "Command": "Get-MgBetaUserProfileProject",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/projectparticipation-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.People",
+ "Uri": "/users/{user-id}/profile/projects",
+ "OutputType": "IMicrosoftGraphProjectParticipation",
"ApiVersion": "beta",
"Permissions": [
{
@@ -189611,18 +197981,18 @@
"PermissionType": "DelegatedPersonal",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.People",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": "IMicrosoftGraphItemPublication",
- "Command": "Get-MgBetaUserProfilePublication",
"Method": "GET",
- "Uri": "/users/{user-id}/profile/publications/{itemPublication-id}",
+ "Command": "Get-MgBetaUserProfileProject",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/profile-list-projects?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.People",
+ "Uri": "/users/{user-id}/profile/projects/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -189665,17 +198035,19 @@
"PermissionType": "DelegatedPersonal",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaUserProfileProjectCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.People",
- "Variants": [
- "List"
- ],
+ "Uri": "/users/{user-id}/profile/publications/{itemPublication-id}",
"OutputType": "IMicrosoftGraphItemPublication",
- "Command": "Get-MgBetaUserProfilePublication",
- "Method": "GET",
- "Uri": "/users/{user-id}/profile/publications",
"ApiVersion": "beta",
"Permissions": [
{
@@ -189718,18 +198090,19 @@
"PermissionType": "DelegatedPersonal",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.People",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserProfilePublicationCount",
"Method": "GET",
- "Uri": "/users/{user-id}/profile/publications/$count",
+ "Command": "Get-MgBetaUserProfilePublication",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itempublication-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.People",
+ "Uri": "/users/{user-id}/profile/publications",
+ "OutputType": "IMicrosoftGraphItemPublication",
"ApiVersion": "beta",
"Permissions": [
{
@@ -189772,18 +198145,73 @@
"PermissionType": "DelegatedPersonal",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaUserProfilePublication",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/profile-list-publications?view=graph-rest-1.0"
},
{
"Module": "Beta.People",
+ "Uri": "/users/{user-id}/profile/publications/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [
+ {
+ "Name": "User.Read",
+ "Description": "Sign you in and read your profile",
+ "FullDescription": "Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.",
+ "IsAdmin": false,
+ "PermissionType": "DelegatedPersonal",
+ "IsLeastPrivilege": true
+ },
+ {
+ "Name": "User.ReadWrite.All",
+ "Description": "Read and write all users' full profiles",
+ "FullDescription": "Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, on your behalf.",
+ "IsAdmin": true,
+ "PermissionType": "DelegatedWork",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "User.ReadBasic.All",
+ "Description": "Read all users' basic profiles",
+ "FullDescription": "Allows the app to read a basic set of profile properties of other users in your organization on your behalf. Includes display name, first and last name, email address and photo.",
+ "IsAdmin": false,
+ "PermissionType": "DelegatedWork",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "User.Read.All",
+ "Description": "Read all users' full profiles",
+ "FullDescription": "Allows the app to read the full set of profile properties, reports, and managers of other users in your organization, on your behalf.",
+ "IsAdmin": true,
+ "PermissionType": "DelegatedWork",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "User.ReadWrite",
+ "Description": "Read and update your profile",
+ "FullDescription": "Allows the app to read your profile, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.",
+ "IsAdmin": false,
+ "PermissionType": "DelegatedPersonal",
+ "IsLeastPrivilege": false
+ }
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSkillProficiency",
- "Command": "Get-MgBetaUserProfileSkill",
"Method": "GET",
+ "Command": "Get-MgBetaUserProfilePublicationCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.People",
"Uri": "/users/{user-id}/profile/skills/{skillProficiency-id}",
+ "OutputType": "IMicrosoftGraphSkillProficiency",
"ApiVersion": "beta",
"Permissions": [
{
@@ -189826,17 +198254,19 @@
"PermissionType": "DelegatedPersonal",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.People",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSkillProficiency",
- "Command": "Get-MgBetaUserProfileSkill",
"Method": "GET",
+ "Command": "Get-MgBetaUserProfileSkill",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/skillproficiency-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.People",
"Uri": "/users/{user-id}/profile/skills",
+ "OutputType": "IMicrosoftGraphSkillProficiency",
"ApiVersion": "beta",
"Permissions": [
{
@@ -189879,18 +198309,18 @@
"PermissionType": "DelegatedPersonal",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.People",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserProfileSkillCount",
"Method": "GET",
+ "Command": "Get-MgBetaUserProfileSkill",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/profile-list-skills?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.People",
"Uri": "/users/{user-id}/profile/skills/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -189933,18 +198363,19 @@
"PermissionType": "DelegatedPersonal",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.People",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphWebAccount",
- "Command": "Get-MgBetaUserProfileWebAccount",
"Method": "GET",
+ "Command": "Get-MgBetaUserProfileSkillCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.People",
"Uri": "/users/{user-id}/profile/webAccounts/{webAccount-id}",
+ "OutputType": "IMicrosoftGraphWebAccount",
"ApiVersion": "beta",
"Permissions": [
{
@@ -189987,17 +198418,19 @@
"PermissionType": "DelegatedPersonal",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.People",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphWebAccount",
- "Command": "Get-MgBetaUserProfileWebAccount",
"Method": "GET",
+ "Command": "Get-MgBetaUserProfileWebAccount",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/webaccount-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.People",
"Uri": "/users/{user-id}/profile/webAccounts",
+ "OutputType": "IMicrosoftGraphWebAccount",
"ApiVersion": "beta",
"Permissions": [
{
@@ -190040,18 +198473,18 @@
"PermissionType": "DelegatedPersonal",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.People",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserProfileWebAccountCount",
"Method": "GET",
+ "Command": "Get-MgBetaUserProfileWebAccount",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/profile-list-webaccounts?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.People",
"Uri": "/users/{user-id}/profile/webAccounts/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -190094,18 +198527,19 @@
"PermissionType": "DelegatedPersonal",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.People",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphPersonWebsite",
- "Command": "Get-MgBetaUserProfileWebsite",
"Method": "GET",
+ "Command": "Get-MgBetaUserProfileWebAccountCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.People",
"Uri": "/users/{user-id}/profile/websites/{personWebsite-id}",
+ "OutputType": "IMicrosoftGraphPersonWebsite",
"ApiVersion": "beta",
"Permissions": [
{
@@ -190148,17 +198582,19 @@
"PermissionType": "DelegatedPersonal",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.People",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphPersonWebsite",
- "Command": "Get-MgBetaUserProfileWebsite",
"Method": "GET",
+ "Command": "Get-MgBetaUserProfileWebsite",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/personwebsite-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.People",
"Uri": "/users/{user-id}/profile/websites",
+ "OutputType": "IMicrosoftGraphPersonWebsite",
"ApiVersion": "beta",
"Permissions": [
{
@@ -190201,18 +198637,18 @@
"PermissionType": "DelegatedPersonal",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.People",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserProfileWebsiteCount",
"Method": "GET",
+ "Command": "Get-MgBetaUserProfileWebsite",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/profile-list-websites?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.People",
"Uri": "/users/{user-id}/profile/websites/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -190255,30 +198691,33 @@
"PermissionType": "DelegatedPersonal",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Users",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgBetaUserRegisteredDevice",
"Method": "GET",
- "Uri": "/users/{user-id}/registeredDevices/{directoryObject-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserProfileWebsiteCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Users",
+ "Uri": "/users/{user-id}/registeredDevices/{directoryObject-id}",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgBetaUserRegisteredDevice",
"Method": "GET",
+ "Command": "Get-MgBetaUserRegisteredDevice",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Users",
"Uri": "/users/{user-id}/registeredDevices",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
"ApiVersion": "beta",
"Permissions": [
{
@@ -190321,68 +198760,72 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaUserRegisteredDevice",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-list-registereddevices?view=graph-rest-1.0"
},
{
"Module": "Beta.Users",
+ "Uri": "/users/{user-id}/registeredDevices/{directoryObject-id}/device",
+ "OutputType": "IMicrosoftGraphDevice",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDevice",
- "Command": "Get-MgBetaUserRegisteredDeviceAsDevice",
"Method": "GET",
- "Uri": "/users/{user-id}/registeredDevices/{directoryObject-id}/device",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserRegisteredDeviceAsDevice",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Users",
+ "Uri": "/users/{user-id}/registeredDevices/device",
+ "OutputType": "IMicrosoftGraphDevice",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphDevice",
- "Command": "Get-MgBetaUserRegisteredDeviceAsDevice",
"Method": "GET",
- "Uri": "/users/{user-id}/registeredDevices/device",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserRegisteredDeviceAsDevice",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Users",
+ "Uri": "/users/{user-id}/registeredDevices/{directoryObject-id}/endpoint",
+ "OutputType": "IMicrosoftGraphEndpoint",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphEndpoint",
- "Command": "Get-MgBetaUserRegisteredDeviceAsEndpoint",
"Method": "GET",
- "Uri": "/users/{user-id}/registeredDevices/{directoryObject-id}/endpoint",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserRegisteredDeviceAsEndpoint",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Users",
+ "Uri": "/users/{user-id}/registeredDevices/endpoint",
+ "OutputType": "IMicrosoftGraphEndpoint",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphEndpoint",
- "Command": "Get-MgBetaUserRegisteredDeviceAsEndpoint",
"Method": "GET",
- "Uri": "/users/{user-id}/registeredDevices/endpoint",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserRegisteredDeviceAsEndpoint",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Users",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": null,
- "Command": "Get-MgBetaUserRegisteredDeviceCount",
- "Method": "GET",
"Uri": "/users/{user-id}/registeredDevices/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -190425,56 +198868,61 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaUserRegisteredDeviceCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Users",
+ "Uri": "/users/{user-id}/registeredDevices/device/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserRegisteredDeviceCountAsDevice",
"Method": "GET",
- "Uri": "/users/{user-id}/registeredDevices/device/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserRegisteredDeviceCountAsDevice",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Users",
+ "Uri": "/users/{user-id}/registeredDevices/endpoint/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserRegisteredDeviceCountAsEndpoint",
"Method": "GET",
- "Uri": "/users/{user-id}/registeredDevices/endpoint/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserRegisteredDeviceCountAsEndpoint",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.DirectoryManagement",
+ "Uri": "/users/{user-id}/scopedRoleMemberOf/{scopedRoleMembership-id}",
+ "OutputType": "IMicrosoftGraphScopedRoleMembership",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphScopedRoleMembership",
- "Command": "Get-MgBetaUserScopedRoleMemberOf",
"Method": "GET",
- "Uri": "/users/{user-id}/scopedRoleMemberOf/{scopedRoleMembership-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserScopedRoleMemberOf",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Identity.DirectoryManagement",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphScopedRoleMembership",
- "Command": "Get-MgBetaUserScopedRoleMemberOf",
- "Method": "GET",
"Uri": "/users/{user-id}/scopedRoleMemberOf",
+ "OutputType": "IMicrosoftGraphScopedRoleMembership",
"ApiVersion": "beta",
"Permissions": [
{
@@ -190493,18 +198941,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Identity.DirectoryManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserScopedRoleMemberOfCount",
"Method": "GET",
+ "Command": "Get-MgBetaUserScopedRoleMemberOf",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-list-scopedrolememberof?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Identity.DirectoryManagement",
"Uri": "/users/{user-id}/scopedRoleMemberOf/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -190523,44 +198971,47 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Security",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSecurityAutoGenerated",
- "Command": "Get-MgBetaUserSecurity",
"Method": "GET",
- "Uri": "/users/{user-id}/security",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserScopedRoleMemberOfCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Security",
+ "Uri": "/users/{user-id}/security",
+ "OutputType": "IMicrosoftGraphSecurity1",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSecurityInformationProtection",
- "Command": "Get-MgBetaUserSecurityInformationProtection",
"Method": "GET",
- "Uri": "/users/{user-id}/security/informationProtection",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserSecurity",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Security",
+ "Uri": "/users/{user-id}/security/informationProtection",
+ "OutputType": "IMicrosoftGraphSecurityInformationProtection",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSecurityInformationProtectionPolicySetting",
- "Command": "Get-MgBetaUserSecurityInformationProtectionLabelPolicySetting",
"Method": "GET",
+ "Command": "Get-MgBetaUserSecurityInformationProtection",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Security",
"Uri": "/users/{user-id}/security/informationProtection/labelPolicySettings",
+ "OutputType": "IMicrosoftGraphSecurityInformationProtectionPolicySetting",
"ApiVersion": "beta",
"Permissions": [
{
@@ -190579,18 +199030,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": true
}
- ]
- },
- {
- "Module": "Beta.Security",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSecuritySensitivityLabel",
- "Command": "Get-MgBetaUserSecurityInformationProtectionSensitivityLabel",
"Method": "GET",
+ "Command": "Get-MgBetaUserSecurityInformationProtectionLabelPolicySetting",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-informationprotectionpolicysetting-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Security",
"Uri": "/users/{user-id}/security/informationProtection/sensitivityLabels/{sensitivityLabel-id}",
+ "OutputType": "IMicrosoftGraphSecuritySensitivityLabel",
"ApiVersion": "beta",
"Permissions": [
{
@@ -190609,17 +199061,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": true
}
- ]
- },
- {
- "Module": "Beta.Security",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSecuritySensitivityLabel",
- "Command": "Get-MgBetaUserSecurityInformationProtectionSensitivityLabel",
"Method": "GET",
+ "Command": "Get-MgBetaUserSecurityInformationProtectionSensitivityLabel",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Security",
"Uri": "/users/{user-id}/security/informationProtection/sensitivityLabels",
+ "OutputType": "IMicrosoftGraphSecuritySensitivityLabel",
"ApiVersion": "beta",
"Permissions": [
{
@@ -190638,18 +199092,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": true
}
- ]
- },
- {
- "Module": "Beta.Security",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserSecurityInformationProtectionSensitivityLabelCount",
"Method": "GET",
+ "Command": "Get-MgBetaUserSecurityInformationProtectionSensitivityLabel",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-informationprotection-list-sensitivitylabels?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Security",
"Uri": "/users/{user-id}/security/informationProtection/sensitivityLabels/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -190668,31 +199122,33 @@
"PermissionType": "Application",
"IsLeastPrivilege": true
}
- ]
- },
- {
- "Module": "Beta.Security",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSecuritySensitivityLabel",
- "Command": "Get-MgBetaUserSecurityInformationProtectionSensitivityLabelParent",
"Method": "GET",
- "Uri": "/users/{user-id}/security/informationProtection/sensitivityLabels/{sensitivityLabel-id}/parent",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserSecurityInformationProtectionSensitivityLabelCount",
+ "ApiReferenceLink": null
},
{
- "Module": "Beta.Users",
+ "Module": "Beta.Security",
+ "Uri": "/users/{user-id}/security/informationProtection/sensitivityLabels/{sensitivityLabel-id}/parent",
+ "OutputType": "IMicrosoftGraphSecuritySensitivityLabel",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUserSettings",
- "Command": "Get-MgBetaUserSetting",
"Method": "GET",
+ "Command": "Get-MgBetaUserSecurityInformationProtectionSensitivityLabelParent",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Users",
"Uri": "/users/{user-id}/settings",
+ "OutputType": "IMicrosoftGraphUserSettings",
"ApiVersion": "beta",
"Permissions": [
{
@@ -190711,18 +199167,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Users",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphContactMergeSuggestions",
- "Command": "Get-MgBetaUserSettingContactMergeSuggestion",
"Method": "GET",
+ "Command": "Get-MgBetaUserSetting",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Users",
"Uri": "/users/{user-id}/settings/contactMergeSuggestions",
+ "OutputType": "IMicrosoftGraphContactMergeSuggestions",
"ApiVersion": "beta",
"Permissions": [
{
@@ -190741,18 +199198,19 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Users",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUserInsightsSettings",
- "Command": "Get-MgBetaUserSettingItemInsight",
"Method": "GET",
+ "Command": "Get-MgBetaUserSettingContactMergeSuggestion",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contactmergesuggestions-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Users",
"Uri": "/users/{user-id}/settings/itemInsights",
+ "OutputType": "IMicrosoftGraphUserInsightsSettings",
"ApiVersion": "beta",
"Permissions": [
{
@@ -190771,31 +199229,33 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Users",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphRegionalAndLanguageSettings",
- "Command": "Get-MgBetaUserSettingRegionalAndLanguageSetting",
"Method": "GET",
- "Uri": "/users/{user-id}/settings/regionalAndLanguageSettings",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserSettingItemInsight",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userinsightssettings-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Users",
+ "Uri": "/users/{user-id}/settings/regionalAndLanguageSettings",
+ "OutputType": "IMicrosoftGraphRegionalAndLanguageSettings",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphShiftPreferences",
- "Command": "Get-MgBetaUserSettingShiftPreference",
"Method": "GET",
+ "Command": "Get-MgBetaUserSettingRegionalAndLanguageSetting",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/regionalandlanguagesettings-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Users",
"Uri": "/users/{user-id}/settings/shiftPreferences",
+ "OutputType": "IMicrosoftGraphShiftPreferences",
"ApiVersion": "beta",
"Permissions": [
{
@@ -190830,31 +199290,33 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Users",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUserStorage",
- "Command": "Get-MgBetaUserSettingStorage",
"Method": "GET",
- "Uri": "/users/{user-id}/settings/storage",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserSettingShiftPreference",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/shiftpreferences-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Users",
+ "Uri": "/users/{user-id}/settings/storage",
+ "OutputType": "IMicrosoftGraphUserStorage",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUnifiedStorageQuota",
- "Command": "Get-MgBetaUserSettingStorageQuota",
"Method": "GET",
+ "Command": "Get-MgBetaUserSettingStorage",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Users",
"Uri": "/users/{user-id}/settings/storage/quota",
+ "OutputType": "IMicrosoftGraphUnifiedStorageQuota",
"ApiVersion": "beta",
"Permissions": [
{
@@ -190889,63 +199351,19 @@
"PermissionType": "DelegatedPersonal",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Users",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphServiceStorageQuotaBreakdown",
- "Command": "Get-MgBetaUserSettingStorageQuotaService",
"Method": "GET",
- "Uri": "/users/{user-id}/settings/storage/quota/services/{serviceStorageQuotaBreakdown-id}",
- "ApiVersion": "beta",
- "Permissions": [
- {
- "Name": "Files.Read",
- "Description": "Read your files",
- "FullDescription": "Allows the app to read your files.",
- "IsAdmin": false,
- "PermissionType": "DelegatedPersonal",
- "IsLeastPrivilege": true
- },
- {
- "Name": "Files.ReadWrite.All",
- "Description": "Have full access to all files you have access to",
- "FullDescription": "Allows the app to read, create, update and delete all files that you can access.",
- "IsAdmin": false,
- "PermissionType": "DelegatedPersonal",
- "IsLeastPrivilege": false
- },
- {
- "Name": "Files.ReadWrite",
- "Description": "Have full access to your files",
- "FullDescription": "Allows the app to read, create, update, and delete your files.",
- "IsAdmin": false,
- "PermissionType": "DelegatedPersonal",
- "IsLeastPrivilege": false
- },
- {
- "Name": "Files.Read.All",
- "Description": "Read all files that you have access to",
- "FullDescription": "Allows the app to read all files you can access.",
- "IsAdmin": false,
- "PermissionType": "DelegatedPersonal",
- "IsLeastPrivilege": false
- }
- ]
+ "Command": "Get-MgBetaUserSettingStorageQuota",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedstoragequota-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Users",
- "Variants": [
- "List"
- ],
+ "Uri": "/users/{user-id}/settings/storage/quota/services/{serviceStorageQuotaBreakdown-id}",
"OutputType": "IMicrosoftGraphServiceStorageQuotaBreakdown",
- "Command": "Get-MgBetaUserSettingStorageQuotaService",
- "Method": "GET",
- "Uri": "/users/{user-id}/settings/storage/quota/services",
"ApiVersion": "beta",
"Permissions": [
{
@@ -190980,18 +199398,19 @@
"PermissionType": "DelegatedPersonal",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Users",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserSettingStorageQuotaServiceCount",
"Method": "GET",
- "Uri": "/users/{user-id}/settings/storage/quota/services/$count",
+ "Command": "Get-MgBetaUserSettingStorageQuotaService",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Users",
+ "Uri": "/users/{user-id}/settings/storage/quota/services",
+ "OutputType": "IMicrosoftGraphServiceStorageQuotaBreakdown",
"ApiVersion": "beta",
"Permissions": [
{
@@ -191026,106 +199445,161 @@
"PermissionType": "DelegatedPersonal",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaUserSettingStorageQuotaService",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedstoragequota-list-services?view=graph-rest-1.0"
},
{
"Module": "Beta.Users",
+ "Uri": "/users/{user-id}/settings/storage/quota/services/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [
+ {
+ "Name": "Files.Read",
+ "Description": "Read your files",
+ "FullDescription": "Allows the app to read your files.",
+ "IsAdmin": false,
+ "PermissionType": "DelegatedPersonal",
+ "IsLeastPrivilege": true
+ },
+ {
+ "Name": "Files.ReadWrite.All",
+ "Description": "Have full access to all files you have access to",
+ "FullDescription": "Allows the app to read, create, update and delete all files that you can access.",
+ "IsAdmin": false,
+ "PermissionType": "DelegatedPersonal",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "Files.ReadWrite",
+ "Description": "Have full access to your files",
+ "FullDescription": "Allows the app to read, create, update, and delete your files.",
+ "IsAdmin": false,
+ "PermissionType": "DelegatedPersonal",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "Files.Read.All",
+ "Description": "Read all files that you have access to",
+ "FullDescription": "Allows the app to read all files you can access.",
+ "IsAdmin": false,
+ "PermissionType": "DelegatedPersonal",
+ "IsLeastPrivilege": false
+ }
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphWindowsSetting",
- "Command": "Get-MgBetaUserSettingWindows",
"Method": "GET",
+ "Command": "Get-MgBetaUserSettingStorageQuotaServiceCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Users",
"Uri": "/users/{user-id}/settings/windows/{windowsSetting-id}",
+ "OutputType": "IMicrosoftGraphWindowsSetting",
"ApiVersion": "beta",
- "Permissions": []
+ "Permissions": [],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaUserSettingWindows",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowssetting-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Users",
+ "Uri": "/users/{user-id}/settings/windows",
+ "OutputType": "IMicrosoftGraphWindowsSetting",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphWindowsSetting",
- "Command": "Get-MgBetaUserSettingWindows",
"Method": "GET",
- "Uri": "/users/{user-id}/settings/windows",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserSettingWindows",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/usersettings-list-windows?view=graph-rest-1.0"
},
{
"Module": "Beta.Users",
+ "Uri": "/users/{user-id}/settings/windows/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserSettingWindowsCount",
"Method": "GET",
- "Uri": "/users/{user-id}/settings/windows/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserSettingWindowsCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Users",
+ "Uri": "/users/{user-id}/settings/windows/{windowsSetting-id}/instances/{windowsSettingInstance-id}",
+ "OutputType": "IMicrosoftGraphWindowsSettingInstance",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphWindowsSettingInstance",
- "Command": "Get-MgBetaUserSettingWindowsInstance",
"Method": "GET",
- "Uri": "/users/{user-id}/settings/windows/{windowsSetting-id}/instances/{windowsSettingInstance-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserSettingWindowsInstance",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowssettinginstance-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Users",
+ "Uri": "/users/{user-id}/settings/windows/{windowsSetting-id}/instances",
+ "OutputType": "IMicrosoftGraphWindowsSettingInstance",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphWindowsSettingInstance",
- "Command": "Get-MgBetaUserSettingWindowsInstance",
"Method": "GET",
- "Uri": "/users/{user-id}/settings/windows/{windowsSetting-id}/instances",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserSettingWindowsInstance",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowssetting-list-instances?view=graph-rest-1.0"
},
{
"Module": "Beta.Users",
+ "Uri": "/users/{user-id}/settings/windows/{windowsSetting-id}/instances/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserSettingWindowsInstanceCount",
"Method": "GET",
- "Uri": "/users/{user-id}/settings/windows/{windowsSetting-id}/instances/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserSettingWindowsInstanceCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Users",
+ "Uri": "/users/{user-id}/sponsors/{directoryObject-id}",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgBetaUserSponsor",
"Method": "GET",
- "Uri": "/users/{user-id}/sponsors/{directoryObject-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserSponsor",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Users",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgBetaUserSponsor",
- "Method": "GET",
"Uri": "/users/{user-id}/sponsors",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
"ApiVersion": "beta",
"Permissions": [
{
@@ -191152,18 +199626,18 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Users",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserSponsorCount",
"Method": "GET",
+ "Command": "Get-MgBetaUserSponsor",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-list-sponsors?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Users",
"Uri": "/users/{user-id}/sponsors/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -191190,18 +199664,19 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Teams",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUserTeamwork",
- "Command": "Get-MgBetaUserTeamwork",
"Method": "GET",
+ "Command": "Get-MgBetaUserSponsorCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Teams",
"Uri": "/users/{user-id}/teamwork",
+ "OutputType": "IMicrosoftGraphUserTeamwork",
"ApiVersion": "beta",
"Permissions": [
{
@@ -191220,32 +199695,35 @@
"PermissionType": "Application",
"IsLeastPrivilege": true
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaUserTeamwork",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userteamwork-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Teams",
+ "Uri": "/users/{user-id}/teamwork/associatedTeams/{associatedTeamInfo-id}",
+ "OutputType": "IMicrosoftGraphAssociatedTeamInfo",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphAssociatedTeamInfo",
- "Command": "Get-MgBetaUserTeamworkAssociatedTeam",
"Method": "GET",
- "Uri": "/users/{user-id}/teamwork/associatedTeams/{associatedTeamInfo-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserTeamworkAssociatedTeam",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Teams",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphAssociatedTeamInfo",
- "Command": "Get-MgBetaUserTeamworkAssociatedTeam",
- "Method": "GET",
"Uri": "/users/{user-id}/teamwork/associatedTeams",
+ "OutputType": "IMicrosoftGraphAssociatedTeamInfo",
"ApiVersion": "beta",
"Permissions": [
{
@@ -191272,18 +199750,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Teams",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserTeamworkAssociatedTeamCount",
"Method": "GET",
+ "Command": "Get-MgBetaUserTeamworkAssociatedTeam",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/associatedteaminfo-list?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Teams",
"Uri": "/users/{user-id}/teamwork/associatedTeams/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -191310,18 +199788,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Teams",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUserScopeTeamsAppInstallation",
- "Command": "Get-MgBetaUserTeamworkInstalledApp",
"Method": "GET",
+ "Command": "Get-MgBetaUserTeamworkAssociatedTeamCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Teams",
"Uri": "/users/{user-id}/teamwork/installedApps/{userScopeTeamsAppInstallation-id}",
+ "OutputType": "IMicrosoftGraphUserScopeTeamsAppInstallation",
"ApiVersion": "beta",
"Permissions": [
{
@@ -191420,17 +199899,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Teams",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUserScopeTeamsAppInstallation",
- "Command": "Get-MgBetaUserTeamworkInstalledApp",
"Method": "GET",
+ "Command": "Get-MgBetaUserTeamworkInstalledApp",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userteamwork-get-installedapps?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Teams",
"Uri": "/users/{user-id}/teamwork/installedApps",
+ "OutputType": "IMicrosoftGraphUserScopeTeamsAppInstallation",
"ApiVersion": "beta",
"Permissions": [
{
@@ -191529,18 +200010,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Teams",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": "IMicrosoftGraphChat",
- "Command": "Get-MgBetaUserTeamworkInstalledAppChat",
"Method": "GET",
+ "Command": "Get-MgBetaUserTeamworkInstalledApp",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userteamwork-list-installedapps?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Teams",
"Uri": "/users/{user-id}/teamwork/installedApps/{userScopeTeamsAppInstallation-id}/chat",
+ "OutputType": "IMicrosoftGraphChat",
"ApiVersion": "beta",
"Permissions": [
{
@@ -191607,18 +200088,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Teams",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserTeamworkInstalledAppCount",
"Method": "GET",
+ "Command": "Get-MgBetaUserTeamworkInstalledAppChat",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userscopeteamsappinstallation-get-chat?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Teams",
"Uri": "/users/{user-id}/teamwork/installedApps/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -191717,44 +200199,47 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Teams",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTeamsApp",
- "Command": "Get-MgBetaUserTeamworkInstalledAppTeamApp",
"Method": "GET",
- "Uri": "/users/{user-id}/teamwork/installedApps/{userScopeTeamsAppInstallation-id}/teamsApp",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserTeamworkInstalledAppCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Teams",
+ "Uri": "/users/{user-id}/teamwork/installedApps/{userScopeTeamsAppInstallation-id}/teamsApp",
+ "OutputType": "IMicrosoftGraphTeamsApp",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTeamsAppDefinition",
- "Command": "Get-MgBetaUserTeamworkInstalledAppTeamAppDefinition",
"Method": "GET",
- "Uri": "/users/{user-id}/teamwork/installedApps/{userScopeTeamsAppInstallation-id}/teamsAppDefinition",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserTeamworkInstalledAppTeamApp",
+ "ApiReferenceLink": null
},
{
- "Module": "Beta.Users",
+ "Module": "Beta.Teams",
+ "Uri": "/users/{user-id}/teamwork/installedApps/{userScopeTeamsAppInstallation-id}/teamsAppDefinition",
+ "OutputType": "IMicrosoftGraphTeamsAppDefinition",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTodoTaskList",
- "Command": "Get-MgBetaUserTodoList",
"Method": "GET",
+ "Command": "Get-MgBetaUserTeamworkInstalledAppTeamAppDefinition",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Users",
"Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}",
+ "OutputType": "IMicrosoftGraphTodoTaskList",
"ApiVersion": "beta",
"Permissions": [
{
@@ -191789,17 +200274,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Users",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTodoTaskList",
- "Command": "Get-MgBetaUserTodoList",
"Method": "GET",
+ "Command": "Get-MgBetaUserTodoList",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/todotasklist-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Users",
"Uri": "/users/{user-id}/todo/lists",
+ "OutputType": "IMicrosoftGraphTodoTaskList",
"ApiVersion": "beta",
"Permissions": [
{
@@ -191834,18 +200321,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Users",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserTodoListCount",
"Method": "GET",
+ "Command": "Get-MgBetaUserTodoList",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/todo-list-lists?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Users",
"Uri": "/users/{user-id}/todo/lists/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -191880,18 +200367,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Users.Functions",
+ ],
"Variants": [
- "Delta",
- "DeltaViaIdentity"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTodoTaskList",
- "Command": "Get-MgBetaUserTodoListDelta",
"Method": "GET",
+ "Command": "Get-MgBetaUserTodoListCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Users.Functions",
"Uri": "/users/{user-id}/todo/lists/delta",
+ "OutputType": "IMicrosoftGraphTodoTaskList",
"ApiVersion": "beta",
"Permissions": [
{
@@ -191918,56 +200406,60 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Delta",
+ "DeltaViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaUserTodoListDelta",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Users",
+ "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/extensions/{extension-id}",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserTodoListExtension",
"Method": "GET",
- "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/extensions/{extension-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserTodoListExtension",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Users",
+ "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/extensions",
+ "OutputType": "IMicrosoftGraphExtension",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphExtension",
- "Command": "Get-MgBetaUserTodoListExtension",
"Method": "GET",
- "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/extensions",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserTodoListExtension",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Users",
+ "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/extensions/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserTodoListExtensionCount",
"Method": "GET",
- "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/extensions/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserTodoListExtensionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Users",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphTodoTask",
- "Command": "Get-MgBetaUserTodoTask",
- "Method": "GET",
"Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}",
+ "OutputType": "IMicrosoftGraphTodoTask",
"ApiVersion": "beta",
"Permissions": [
{
@@ -192002,17 +200494,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Users",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTodoTask",
- "Command": "Get-MgBetaUserTodoTask",
"Method": "GET",
+ "Command": "Get-MgBetaUserTodoTask",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/todotask-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Users",
"Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks",
+ "OutputType": "IMicrosoftGraphTodoTask",
"ApiVersion": "beta",
"Permissions": [
{
@@ -192047,18 +200541,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Users",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": "IMicrosoftGraphAttachmentBase",
- "Command": "Get-MgBetaUserTodoTaskAttachment",
"Method": "GET",
+ "Command": "Get-MgBetaUserTodoTask",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/todotasklist-list-tasks?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Users",
"Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/{attachmentBase-id}",
+ "OutputType": "IMicrosoftGraphAttachmentBase",
"ApiVersion": "beta",
"Permissions": [
{
@@ -192093,17 +200587,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Users",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAttachmentBase",
- "Command": "Get-MgBetaUserTodoTaskAttachment",
"Method": "GET",
+ "Command": "Get-MgBetaUserTodoTaskAttachment",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/taskfileattachment-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Users",
"Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments",
+ "OutputType": "IMicrosoftGraphAttachmentBase",
"ApiVersion": "beta",
"Permissions": [
{
@@ -192138,18 +200634,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Users",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserTodoTaskAttachmentContent",
"Method": "GET",
+ "Command": "Get-MgBetaUserTodoTaskAttachment",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/todotask-list-attachments?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Users",
"Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/{attachmentBase-id}/$value",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -192184,18 +200680,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Users",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserTodoTaskAttachmentCount",
"Method": "GET",
+ "Command": "Get-MgBetaUserTodoTaskAttachmentContent",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/todotask-list-attachments?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Users",
"Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -192230,69 +200727,121 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaUserTodoTaskAttachmentCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Users",
+ "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/{attachmentSession-id}",
+ "OutputType": "IMicrosoftGraphAttachmentSession",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAttachmentSession",
- "Command": "Get-MgBetaUserTodoTaskAttachmentSession",
"Method": "GET",
- "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/{attachmentSession-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserTodoTaskAttachmentSession",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Users",
+ "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions",
+ "OutputType": "IMicrosoftGraphAttachmentSession",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphAttachmentSession",
- "Command": "Get-MgBetaUserTodoTaskAttachmentSession",
"Method": "GET",
- "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserTodoTaskAttachmentSession",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Users",
+ "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/{attachmentSession-id}/content",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserTodoTaskAttachmentSessionContent",
"Method": "GET",
- "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/{attachmentSession-id}/content",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserTodoTaskAttachmentSessionContent",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Users",
+ "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserTodoTaskAttachmentSessionCount",
"Method": "GET",
- "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserTodoTaskAttachmentSessionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Users",
+ "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/checklistItems/{checklistItem-id}",
+ "OutputType": "IMicrosoftGraphChecklistItem",
+ "ApiVersion": "beta",
+ "Permissions": [
+ {
+ "Name": "Tasks.Read",
+ "Description": "Read your tasks and task lists",
+ "FullDescription": "Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.",
+ "IsAdmin": false,
+ "PermissionType": "DelegatedPersonal",
+ "IsLeastPrivilege": true
+ },
+ {
+ "Name": "Tasks.Read.All",
+ "Description": "Read all users’ tasks and tasklist",
+ "FullDescription": "Allows the app to read all users’ tasks and task lists in your organization, without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": true
+ },
+ {
+ "Name": "Tasks.ReadWrite",
+ "Description": "Create, read, update, and delete your tasks and task lists",
+ "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.",
+ "IsAdmin": false,
+ "PermissionType": "DelegatedPersonal",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "Tasks.ReadWrite.All",
+ "Description": "Read and write all users’ tasks and tasklists",
+ "FullDescription": "Allows the app to create, read, update and delete all users’ tasks and task lists in your organization, without a signed-in user",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ }
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphChecklistItem",
- "Command": "Get-MgBetaUserTodoTaskChecklistItem",
"Method": "GET",
- "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/checklistItems/{checklistItem-id}",
+ "Command": "Get-MgBetaUserTodoTaskChecklistItem",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/checklistitem-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Users",
+ "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/checklistItems",
+ "OutputType": "IMicrosoftGraphChecklistItem",
"ApiVersion": "beta",
"Permissions": [
{
@@ -192327,17 +200876,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Users",
+ ],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphChecklistItem",
- "Command": "Get-MgBetaUserTodoTaskChecklistItem",
"Method": "GET",
- "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/checklistItems",
+ "Command": "Get-MgBetaUserTodoTaskChecklistItem",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/todotask-list-checklistitems?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Users",
+ "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/checklistItems/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -192372,18 +200922,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Users",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserTodoTaskChecklistItemCount",
"Method": "GET",
- "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/checklistItems/$count",
+ "Command": "Get-MgBetaUserTodoTaskChecklistItemCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Users",
+ "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -192418,18 +200969,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Users",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserTodoTaskCount",
"Method": "GET",
- "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/$count",
+ "Command": "Get-MgBetaUserTodoTaskCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Users.Functions",
+ "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/delta",
+ "OutputType": "IMicrosoftGraphTodoTask",
"ApiVersion": "beta",
"Permissions": [
{
@@ -192464,102 +201016,60 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Users.Functions",
+ ],
"Variants": [
"Delta",
"DeltaViaIdentity"
],
- "OutputType": "IMicrosoftGraphTodoTask",
- "Command": "Get-MgBetaUserTodoTaskDelta",
"Method": "GET",
- "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/delta",
- "ApiVersion": "beta",
- "Permissions": [
- {
- "Name": "Tasks.Read",
- "Description": "Read your tasks and task lists",
- "FullDescription": "Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.",
- "IsAdmin": false,
- "PermissionType": "DelegatedPersonal",
- "IsLeastPrivilege": true
- },
- {
- "Name": "Tasks.Read.All",
- "Description": "Read all users’ tasks and tasklist",
- "FullDescription": "Allows the app to read all users’ tasks and task lists in your organization, without a signed-in user.",
- "IsAdmin": false,
- "PermissionType": "Application",
- "IsLeastPrivilege": true
- },
- {
- "Name": "Tasks.ReadWrite",
- "Description": "Create, read, update, and delete your tasks and task lists",
- "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.",
- "IsAdmin": false,
- "PermissionType": "DelegatedPersonal",
- "IsLeastPrivilege": false
- },
- {
- "Name": "Tasks.ReadWrite.All",
- "Description": "Read and write all users’ tasks and tasklists",
- "FullDescription": "Allows the app to create, read, update and delete all users’ tasks and task lists in your organization, without a signed-in user",
- "IsAdmin": false,
- "PermissionType": "Application",
- "IsLeastPrivilege": false
- }
- ]
+ "Command": "Get-MgBetaUserTodoTaskDelta",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Users",
+ "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/extensions/{extension-id}",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserTodoTaskExtension",
"Method": "GET",
- "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/extensions/{extension-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserTodoTaskExtension",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Users",
+ "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/extensions",
+ "OutputType": "IMicrosoftGraphExtension",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphExtension",
- "Command": "Get-MgBetaUserTodoTaskExtension",
"Method": "GET",
- "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/extensions",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserTodoTaskExtension",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Users",
+ "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/extensions/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserTodoTaskExtensionCount",
"Method": "GET",
- "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/extensions/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserTodoTaskExtensionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Users",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphLinkedResource",
- "Command": "Get-MgBetaUserTodoTaskLinkedResource",
- "Method": "GET",
"Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/linkedResources/{linkedResource-id}",
+ "OutputType": "IMicrosoftGraphLinkedResource",
"ApiVersion": "beta",
"Permissions": [
{
@@ -192594,17 +201104,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Users",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphLinkedResource",
- "Command": "Get-MgBetaUserTodoTaskLinkedResource",
"Method": "GET",
+ "Command": "Get-MgBetaUserTodoTaskLinkedResource",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/linkedresource-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Users",
"Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/linkedResources",
+ "OutputType": "IMicrosoftGraphLinkedResource",
"ApiVersion": "beta",
"Permissions": [
{
@@ -192639,18 +201151,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Users",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserTodoTaskLinkedResourceCount",
"Method": "GET",
+ "Command": "Get-MgBetaUserTodoTaskLinkedResource",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/todotask-list-linkedresources?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Beta.Users",
"Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/linkedResources/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -192685,30 +201197,33 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Beta.Users",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgBetaUserTransitiveMemberOf",
"Method": "GET",
- "Uri": "/users/{user-id}/transitiveMemberOf/{directoryObject-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserTodoTaskLinkedResourceCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Users",
+ "Uri": "/users/{user-id}/transitiveMemberOf/{directoryObject-id}",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgBetaUserTransitiveMemberOf",
"Method": "GET",
+ "Command": "Get-MgBetaUserTransitiveMemberOf",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Beta.Users",
"Uri": "/users/{user-id}/transitiveMemberOf",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
"ApiVersion": "beta",
"Permissions": [
{
@@ -192759,93 +201274,99 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaUserTransitiveMemberOf",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-list-transitivememberof?view=graph-rest-1.0"
},
{
"Module": "Beta.Users",
+ "Uri": "/users/{user-id}/transitiveMemberOf/{directoryObject-id}/administrativeUnit",
+ "OutputType": "IMicrosoftGraphAdministrativeUnit",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAdministrativeUnit",
- "Command": "Get-MgBetaUserTransitiveMemberOfAsAdministrativeUnit",
"Method": "GET",
- "Uri": "/users/{user-id}/transitiveMemberOf/{directoryObject-id}/administrativeUnit",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserTransitiveMemberOfAsAdministrativeUnit",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Users",
+ "Uri": "/users/{user-id}/transitiveMemberOf/administrativeUnit",
+ "OutputType": "IMicrosoftGraphAdministrativeUnit",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphAdministrativeUnit",
- "Command": "Get-MgBetaUserTransitiveMemberOfAsAdministrativeUnit",
"Method": "GET",
- "Uri": "/users/{user-id}/transitiveMemberOf/administrativeUnit",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserTransitiveMemberOfAsAdministrativeUnit",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Users",
+ "Uri": "/users/{user-id}/transitiveMemberOf/{directoryObject-id}/directoryRole",
+ "OutputType": "IMicrosoftGraphDirectoryRole",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDirectoryRole",
- "Command": "Get-MgBetaUserTransitiveMemberOfAsDirectoryRole",
"Method": "GET",
- "Uri": "/users/{user-id}/transitiveMemberOf/{directoryObject-id}/directoryRole",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserTransitiveMemberOfAsDirectoryRole",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Users",
+ "Uri": "/users/{user-id}/transitiveMemberOf/directoryRole",
+ "OutputType": "IMicrosoftGraphDirectoryRole",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphDirectoryRole",
- "Command": "Get-MgBetaUserTransitiveMemberOfAsDirectoryRole",
"Method": "GET",
- "Uri": "/users/{user-id}/transitiveMemberOf/directoryRole",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserTransitiveMemberOfAsDirectoryRole",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Users",
+ "Uri": "/users/{user-id}/transitiveMemberOf/{directoryObject-id}/group",
+ "OutputType": "IMicrosoftGraphGroup",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphGroup",
- "Command": "Get-MgBetaUserTransitiveMemberOfAsGroup",
"Method": "GET",
- "Uri": "/users/{user-id}/transitiveMemberOf/{directoryObject-id}/group",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserTransitiveMemberOfAsGroup",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Users",
+ "Uri": "/users/{user-id}/transitiveMemberOf/group",
+ "OutputType": "IMicrosoftGraphGroup",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphGroup",
- "Command": "Get-MgBetaUserTransitiveMemberOfAsGroup",
"Method": "GET",
- "Uri": "/users/{user-id}/transitiveMemberOf/group",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserTransitiveMemberOfAsGroup",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Users",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": null,
- "Command": "Get-MgBetaUserTransitiveMemberOfCount",
- "Method": "GET",
"Uri": "/users/{user-id}/transitiveMemberOf/$count",
+ "OutputType": null,
"ApiVersion": "beta",
"Permissions": [
{
@@ -192896,2326 +201417,2437 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgBetaUserTransitiveMemberOfCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Users",
+ "Uri": "/users/{user-id}/transitiveMemberOf/administrativeUnit/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserTransitiveMemberOfCountAsAdministrativeUnit",
"Method": "GET",
- "Uri": "/users/{user-id}/transitiveMemberOf/administrativeUnit/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserTransitiveMemberOfCountAsAdministrativeUnit",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Users",
+ "Uri": "/users/{user-id}/transitiveMemberOf/directoryRole/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserTransitiveMemberOfCountAsDirectoryRole",
"Method": "GET",
- "Uri": "/users/{user-id}/transitiveMemberOf/directoryRole/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserTransitiveMemberOfCountAsDirectoryRole",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Users",
+ "Uri": "/users/{user-id}/transitiveMemberOf/group/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserTransitiveMemberOfCountAsGroup",
"Method": "GET",
- "Uri": "/users/{user-id}/transitiveMemberOf/group/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserTransitiveMemberOfCountAsGroup",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Users",
+ "Uri": "/users/{user-id}/transitiveReports/{directoryObject-id}",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgBetaUserTransitiveReport",
"Method": "GET",
- "Uri": "/users/{user-id}/transitiveReports/{directoryObject-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserTransitiveReport",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Users",
+ "Uri": "/users/{user-id}/transitiveReports",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgBetaUserTransitiveReport",
"Method": "GET",
- "Uri": "/users/{user-id}/transitiveReports",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserTransitiveReport",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Users",
+ "Uri": "/users/{user-id}/transitiveReports/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserTransitiveReportCount",
"Method": "GET",
- "Uri": "/users/{user-id}/transitiveReports/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserTransitiveReportCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/users/{user-id}/windowsInformationProtectionDeviceRegistrations/{windowsInformationProtectionDeviceRegistration-id}",
+ "OutputType": "IMicrosoftGraphWindowsInformationProtectionDeviceRegistration",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphWindowsInformationProtectionDeviceRegistration",
- "Command": "Get-MgBetaUserWindowsInformationProtectionDeviceRegistration",
"Method": "GET",
- "Uri": "/users/{user-id}/windowsInformationProtectionDeviceRegistrations/{windowsInformationProtectionDeviceRegistration-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserWindowsInformationProtectionDeviceRegistration",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/users/{user-id}/windowsInformationProtectionDeviceRegistrations",
+ "OutputType": "IMicrosoftGraphWindowsInformationProtectionDeviceRegistration",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphWindowsInformationProtectionDeviceRegistration",
- "Command": "Get-MgBetaUserWindowsInformationProtectionDeviceRegistration",
"Method": "GET",
- "Uri": "/users/{user-id}/windowsInformationProtectionDeviceRegistrations",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserWindowsInformationProtectionDeviceRegistration",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Devices.CorporateManagement",
+ "Uri": "/users/{user-id}/windowsInformationProtectionDeviceRegistrations/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaUserWindowsInformationProtectionDeviceRegistrationCount",
"Method": "GET",
- "Uri": "/users/{user-id}/windowsInformationProtectionDeviceRegistrations/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaUserWindowsInformationProtectionDeviceRegistrationCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Bookings",
+ "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}",
+ "OutputType": "IMicrosoftGraphVirtualEvent",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get1",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphVirtualEvent",
- "Command": "Get-MgBetaVirtualEvent",
"Method": "GET",
- "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaVirtualEvent",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Bookings",
+ "Uri": "/solutions/virtualEvents/events",
+ "OutputType": "IMicrosoftGraphVirtualEvent",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphVirtualEvent",
- "Command": "Get-MgBetaVirtualEvent",
"Method": "GET",
- "Uri": "/solutions/virtualEvents/events",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaVirtualEvent",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Bookings",
+ "Uri": "/solutions/virtualEvents/events/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgBetaVirtualEventCount",
"Method": "GET",
- "Uri": "/solutions/virtualEvents/events/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaVirtualEventCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Bookings",
+ "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/presenters/{virtualEventPresenter-id}",
+ "OutputType": "IMicrosoftGraphVirtualEventPresenter",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphVirtualEventPresenter",
- "Command": "Get-MgBetaVirtualEventPresenter",
"Method": "GET",
- "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/presenters/{virtualEventPresenter-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaVirtualEventPresenter",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Bookings",
+ "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/presenters",
+ "OutputType": "IMicrosoftGraphVirtualEventPresenter",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphVirtualEventPresenter",
- "Command": "Get-MgBetaVirtualEventPresenter",
"Method": "GET",
- "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/presenters",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaVirtualEventPresenter",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Bookings",
+ "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/presenters/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaVirtualEventPresenterCount",
"Method": "GET",
- "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/presenters/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaVirtualEventPresenterCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Bookings",
+ "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/presenters/{virtualEventPresenter-id}/sessions/{virtualEventSession-id}",
+ "OutputType": "IMicrosoftGraphVirtualEventSession",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphVirtualEventSession",
- "Command": "Get-MgBetaVirtualEventPresenterSession",
"Method": "GET",
- "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/presenters/{virtualEventPresenter-id}/sessions/{virtualEventSession-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaVirtualEventPresenterSession",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Bookings",
+ "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/presenters/{virtualEventPresenter-id}/sessions",
+ "OutputType": "IMicrosoftGraphVirtualEventSession",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphVirtualEventSession",
- "Command": "Get-MgBetaVirtualEventPresenterSession",
"Method": "GET",
- "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/presenters/{virtualEventPresenter-id}/sessions",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaVirtualEventPresenterSession",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Bookings",
+ "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/presenters/{virtualEventPresenter-id}/sessions(joinWebUrl='{joinWebUrl}')",
+ "OutputType": "IMicrosoftGraphVirtualEventSession",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphVirtualEventSession",
- "Command": "Get-MgBetaVirtualEventPresenterSessionByJoinWebUrl",
"Method": "GET",
- "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/presenters/{virtualEventPresenter-id}/sessions(joinWebUrl='{joinWebUrl}')",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaVirtualEventPresenterSessionByJoinWebUrl",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Bookings",
+ "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/presenters/{virtualEventPresenter-id}/sessions/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaVirtualEventPresenterSessionCount",
"Method": "GET",
- "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/presenters/{virtualEventPresenter-id}/sessions/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaVirtualEventPresenterSessionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Bookings",
+ "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}",
+ "OutputType": "IMicrosoftGraphVirtualEventSession",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphVirtualEventSession",
- "Command": "Get-MgBetaVirtualEventSession",
"Method": "GET",
- "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaVirtualEventSession",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Bookings",
+ "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions",
+ "OutputType": "IMicrosoftGraphVirtualEventSession",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphVirtualEventSession",
- "Command": "Get-MgBetaVirtualEventSession",
"Method": "GET",
- "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaVirtualEventSession",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Bookings",
+ "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}",
+ "OutputType": "IMicrosoftGraphMeetingAttendanceReport",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMeetingAttendanceReport",
- "Command": "Get-MgBetaVirtualEventSessionAttendanceReport",
"Method": "GET",
- "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaVirtualEventSessionAttendanceReport",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Bookings",
+ "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports",
+ "OutputType": "IMicrosoftGraphMeetingAttendanceReport",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphMeetingAttendanceReport",
- "Command": "Get-MgBetaVirtualEventSessionAttendanceReport",
"Method": "GET",
- "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaVirtualEventSessionAttendanceReport",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Bookings",
+ "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}",
+ "OutputType": "IMicrosoftGraphAttendanceRecord",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAttendanceRecord",
- "Command": "Get-MgBetaVirtualEventSessionAttendanceReportAttendanceRecord",
"Method": "GET",
- "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaVirtualEventSessionAttendanceReportAttendanceRecord",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Bookings",
+ "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords",
+ "OutputType": "IMicrosoftGraphAttendanceRecord",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphAttendanceRecord",
- "Command": "Get-MgBetaVirtualEventSessionAttendanceReportAttendanceRecord",
"Method": "GET",
- "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaVirtualEventSessionAttendanceReportAttendanceRecord",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attendancerecord-list?view=graph-rest-1.0"
},
{
"Module": "Beta.Bookings",
+ "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaVirtualEventSessionAttendanceReportAttendanceRecordCount",
"Method": "GET",
- "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaVirtualEventSessionAttendanceReportAttendanceRecordCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Bookings",
+ "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaVirtualEventSessionAttendanceReportCount",
"Method": "GET",
- "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaVirtualEventSessionAttendanceReportCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Bookings",
+ "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions(joinWebUrl='{joinWebUrl}')",
+ "OutputType": "IMicrosoftGraphVirtualEventSession",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphVirtualEventSession",
- "Command": "Get-MgBetaVirtualEventSessionByJoinWebUrl",
"Method": "GET",
- "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions(joinWebUrl='{joinWebUrl}')",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaVirtualEventSessionByJoinWebUrl",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Bookings",
+ "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaVirtualEventSessionCount",
"Method": "GET",
- "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaVirtualEventSessionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Bookings",
+ "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/presenters/{virtualEventPresenter-id}",
+ "OutputType": "IMicrosoftGraphVirtualEventPresenter",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphVirtualEventPresenter",
- "Command": "Get-MgBetaVirtualEventSessionPresenter",
"Method": "GET",
- "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/presenters/{virtualEventPresenter-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaVirtualEventSessionPresenter",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Bookings",
+ "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/presenters",
+ "OutputType": "IMicrosoftGraphVirtualEventPresenter",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphVirtualEventPresenter",
- "Command": "Get-MgBetaVirtualEventSessionPresenter",
"Method": "GET",
- "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/presenters",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaVirtualEventSessionPresenter",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Bookings",
+ "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/presenters/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaVirtualEventSessionPresenterCount",
"Method": "GET",
- "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/presenters/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaVirtualEventSessionPresenterCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Bookings",
+ "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/registrations/{virtualEventRegistration-id}",
+ "OutputType": "IMicrosoftGraphVirtualEventRegistration",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphVirtualEventRegistration",
- "Command": "Get-MgBetaVirtualEventSessionRegistration",
"Method": "GET",
- "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/registrations/{virtualEventRegistration-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaVirtualEventSessionRegistration",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Bookings",
+ "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/registrations",
+ "OutputType": "IMicrosoftGraphVirtualEventRegistration",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphVirtualEventRegistration",
- "Command": "Get-MgBetaVirtualEventSessionRegistration",
"Method": "GET",
- "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/registrations",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaVirtualEventSessionRegistration",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Bookings",
+ "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/registrations(email='{email}')",
+ "OutputType": "IMicrosoftGraphVirtualEventRegistration",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphVirtualEventRegistration",
- "Command": "Get-MgBetaVirtualEventSessionRegistrationByEmail",
"Method": "GET",
- "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/registrations(email='{email}')",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaVirtualEventSessionRegistrationByEmail",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Bookings",
+ "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/registrations(userId='{userId}')",
+ "OutputType": "IMicrosoftGraphVirtualEventRegistration",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphVirtualEventRegistration",
- "Command": "Get-MgBetaVirtualEventSessionRegistrationByUserId",
"Method": "GET",
- "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/registrations(userId='{userId}')",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaVirtualEventSessionRegistrationByUserId",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Bookings",
+ "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/registrations/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaVirtualEventSessionRegistrationCount",
"Method": "GET",
- "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/registrations/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaVirtualEventSessionRegistrationCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Bookings",
+ "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}",
+ "OutputType": "IMicrosoftGraphVirtualEventTownhall",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphVirtualEventTownhall",
- "Command": "Get-MgBetaVirtualEventTownhall",
"Method": "GET",
- "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaVirtualEventTownhall",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Bookings",
+ "Uri": "/solutions/virtualEvents/townhalls",
+ "OutputType": "IMicrosoftGraphVirtualEventTownhall",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphVirtualEventTownhall",
- "Command": "Get-MgBetaVirtualEventTownhall",
"Method": "GET",
- "Uri": "/solutions/virtualEvents/townhalls",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaVirtualEventTownhall",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Bookings",
+ "Uri": "/solutions/virtualEvents/townhalls/getByUserIdAndRole(userId='{userId}',role='{role}')",
+ "OutputType": "IMicrosoftGraphVirtualEventTownhall",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphVirtualEventTownhall",
- "Command": "Get-MgBetaVirtualEventTownhallByUserIdAndRole",
"Method": "GET",
- "Uri": "/solutions/virtualEvents/townhalls/getByUserIdAndRole(userId='{userId}',role='{role}')",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaVirtualEventTownhallByUserIdAndRole",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Bookings",
+ "Uri": "/solutions/virtualEvents/townhalls/getByUserRole(role='{role}')",
+ "OutputType": "IMicrosoftGraphVirtualEventTownhall",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphVirtualEventTownhall",
- "Command": "Get-MgBetaVirtualEventTownhallByUserRole",
"Method": "GET",
- "Uri": "/solutions/virtualEvents/townhalls/getByUserRole(role='{role}')",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaVirtualEventTownhallByUserRole",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Bookings",
+ "Uri": "/solutions/virtualEvents/townhalls/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgBetaVirtualEventTownhallCount",
"Method": "GET",
- "Uri": "/solutions/virtualEvents/townhalls/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaVirtualEventTownhallCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Bookings",
+ "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/presenters/{virtualEventPresenter-id}",
+ "OutputType": "IMicrosoftGraphVirtualEventPresenter",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphVirtualEventPresenter",
- "Command": "Get-MgBetaVirtualEventTownhallPresenter",
"Method": "GET",
- "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/presenters/{virtualEventPresenter-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaVirtualEventTownhallPresenter",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Bookings",
+ "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/presenters",
+ "OutputType": "IMicrosoftGraphVirtualEventPresenter",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphVirtualEventPresenter",
- "Command": "Get-MgBetaVirtualEventTownhallPresenter",
"Method": "GET",
- "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/presenters",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaVirtualEventTownhallPresenter",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Bookings",
+ "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/presenters/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaVirtualEventTownhallPresenterCount",
"Method": "GET",
- "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/presenters/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaVirtualEventTownhallPresenterCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Bookings",
+ "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/presenters/{virtualEventPresenter-id}/sessions/{virtualEventSession-id}",
+ "OutputType": "IMicrosoftGraphVirtualEventSession",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphVirtualEventSession",
- "Command": "Get-MgBetaVirtualEventTownhallPresenterSession",
"Method": "GET",
- "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/presenters/{virtualEventPresenter-id}/sessions/{virtualEventSession-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaVirtualEventTownhallPresenterSession",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Bookings",
+ "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/presenters/{virtualEventPresenter-id}/sessions",
+ "OutputType": "IMicrosoftGraphVirtualEventSession",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphVirtualEventSession",
- "Command": "Get-MgBetaVirtualEventTownhallPresenterSession",
"Method": "GET",
- "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/presenters/{virtualEventPresenter-id}/sessions",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaVirtualEventTownhallPresenterSession",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Bookings",
+ "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/presenters/{virtualEventPresenter-id}/sessions(joinWebUrl='{joinWebUrl}')",
+ "OutputType": "IMicrosoftGraphVirtualEventSession",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphVirtualEventSession",
- "Command": "Get-MgBetaVirtualEventTownhallPresenterSessionByJoinWebUrl",
"Method": "GET",
- "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/presenters/{virtualEventPresenter-id}/sessions(joinWebUrl='{joinWebUrl}')",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaVirtualEventTownhallPresenterSessionByJoinWebUrl",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Bookings",
+ "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/presenters/{virtualEventPresenter-id}/sessions/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaVirtualEventTownhallPresenterSessionCount",
"Method": "GET",
- "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/presenters/{virtualEventPresenter-id}/sessions/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaVirtualEventTownhallPresenterSessionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Bookings",
+ "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}",
+ "OutputType": "IMicrosoftGraphVirtualEventSession",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphVirtualEventSession",
- "Command": "Get-MgBetaVirtualEventTownhallSession",
"Method": "GET",
- "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaVirtualEventTownhallSession",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Bookings",
+ "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions",
+ "OutputType": "IMicrosoftGraphVirtualEventSession",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphVirtualEventSession",
- "Command": "Get-MgBetaVirtualEventTownhallSession",
"Method": "GET",
- "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaVirtualEventTownhallSession",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Bookings",
+ "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}",
+ "OutputType": "IMicrosoftGraphMeetingAttendanceReport",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMeetingAttendanceReport",
- "Command": "Get-MgBetaVirtualEventTownhallSessionAttendanceReport",
"Method": "GET",
- "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaVirtualEventTownhallSessionAttendanceReport",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Bookings",
+ "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports",
+ "OutputType": "IMicrosoftGraphMeetingAttendanceReport",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphMeetingAttendanceReport",
- "Command": "Get-MgBetaVirtualEventTownhallSessionAttendanceReport",
"Method": "GET",
- "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaVirtualEventTownhallSessionAttendanceReport",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Bookings",
+ "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}",
+ "OutputType": "IMicrosoftGraphAttendanceRecord",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAttendanceRecord",
- "Command": "Get-MgBetaVirtualEventTownhallSessionAttendanceReportAttendanceRecord",
"Method": "GET",
- "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaVirtualEventTownhallSessionAttendanceReportAttendanceRecord",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Bookings",
+ "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords",
+ "OutputType": "IMicrosoftGraphAttendanceRecord",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphAttendanceRecord",
- "Command": "Get-MgBetaVirtualEventTownhallSessionAttendanceReportAttendanceRecord",
"Method": "GET",
- "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaVirtualEventTownhallSessionAttendanceReportAttendanceRecord",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attendancerecord-list?view=graph-rest-1.0"
},
{
"Module": "Beta.Bookings",
+ "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaVirtualEventTownhallSessionAttendanceReportAttendanceRecordCount",
"Method": "GET",
- "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaVirtualEventTownhallSessionAttendanceReportAttendanceRecordCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Bookings",
+ "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaVirtualEventTownhallSessionAttendanceReportCount",
"Method": "GET",
- "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaVirtualEventTownhallSessionAttendanceReportCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Bookings",
+ "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions(joinWebUrl='{joinWebUrl}')",
+ "OutputType": "IMicrosoftGraphVirtualEventSession",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphVirtualEventSession",
- "Command": "Get-MgBetaVirtualEventTownhallSessionByJoinWebUrl",
"Method": "GET",
- "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions(joinWebUrl='{joinWebUrl}')",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaVirtualEventTownhallSessionByJoinWebUrl",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Bookings",
+ "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaVirtualEventTownhallSessionCount",
"Method": "GET",
- "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaVirtualEventTownhallSessionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Bookings",
+ "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/presenters/{virtualEventPresenter-id}",
+ "OutputType": "IMicrosoftGraphVirtualEventPresenter",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphVirtualEventPresenter",
- "Command": "Get-MgBetaVirtualEventTownhallSessionPresenter",
"Method": "GET",
- "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/presenters/{virtualEventPresenter-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaVirtualEventTownhallSessionPresenter",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Bookings",
+ "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/presenters",
+ "OutputType": "IMicrosoftGraphVirtualEventPresenter",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphVirtualEventPresenter",
- "Command": "Get-MgBetaVirtualEventTownhallSessionPresenter",
"Method": "GET",
- "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/presenters",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaVirtualEventTownhallSessionPresenter",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Bookings",
+ "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/presenters/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaVirtualEventTownhallSessionPresenterCount",
"Method": "GET",
- "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/presenters/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaVirtualEventTownhallSessionPresenterCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Bookings",
+ "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/registrations/{virtualEventRegistration-id}",
+ "OutputType": "IMicrosoftGraphVirtualEventRegistration",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphVirtualEventRegistration",
- "Command": "Get-MgBetaVirtualEventTownhallSessionRegistration",
"Method": "GET",
- "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/registrations/{virtualEventRegistration-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaVirtualEventTownhallSessionRegistration",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Bookings",
+ "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/registrations",
+ "OutputType": "IMicrosoftGraphVirtualEventRegistration",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphVirtualEventRegistration",
- "Command": "Get-MgBetaVirtualEventTownhallSessionRegistration",
"Method": "GET",
- "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/registrations",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaVirtualEventTownhallSessionRegistration",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Bookings",
+ "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/registrations(email='{email}')",
+ "OutputType": "IMicrosoftGraphVirtualEventRegistration",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphVirtualEventRegistration",
- "Command": "Get-MgBetaVirtualEventTownhallSessionRegistrationByEmail",
"Method": "GET",
- "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/registrations(email='{email}')",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaVirtualEventTownhallSessionRegistrationByEmail",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Bookings",
+ "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/registrations(userId='{userId}')",
+ "OutputType": "IMicrosoftGraphVirtualEventRegistration",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphVirtualEventRegistration",
- "Command": "Get-MgBetaVirtualEventTownhallSessionRegistrationByUserId",
"Method": "GET",
- "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/registrations(userId='{userId}')",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaVirtualEventTownhallSessionRegistrationByUserId",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Bookings",
+ "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/registrations/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaVirtualEventTownhallSessionRegistrationCount",
"Method": "GET",
- "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/registrations/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaVirtualEventTownhallSessionRegistrationCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Bookings",
+ "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}",
+ "OutputType": "IMicrosoftGraphVirtualEventWebinar",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphVirtualEventWebinar",
- "Command": "Get-MgBetaVirtualEventWebinar",
"Method": "GET",
- "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaVirtualEventWebinar",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventwebinar-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Bookings",
+ "Uri": "/solutions/virtualEvents/webinars",
+ "OutputType": "IMicrosoftGraphVirtualEventWebinar",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphVirtualEventWebinar",
- "Command": "Get-MgBetaVirtualEventWebinar",
"Method": "GET",
- "Uri": "/solutions/virtualEvents/webinars",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaVirtualEventWebinar",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventsroot-list-webinars?view=graph-rest-1.0"
},
{
"Module": "Beta.Bookings",
+ "Uri": "/solutions/virtualEvents/webinars/getByUserIdAndRole(userId='{userId}',role='{role}')",
+ "OutputType": "IMicrosoftGraphVirtualEventWebinar",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphVirtualEventWebinar",
- "Command": "Get-MgBetaVirtualEventWebinarByUserIdAndRole",
"Method": "GET",
- "Uri": "/solutions/virtualEvents/webinars/getByUserIdAndRole(userId='{userId}',role='{role}')",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaVirtualEventWebinarByUserIdAndRole",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Bookings",
+ "Uri": "/solutions/virtualEvents/webinars/getByUserRole(role='{role}')",
+ "OutputType": "IMicrosoftGraphVirtualEventWebinar",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphVirtualEventWebinar",
- "Command": "Get-MgBetaVirtualEventWebinarByUserRole",
"Method": "GET",
- "Uri": "/solutions/virtualEvents/webinars/getByUserRole(role='{role}')",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaVirtualEventWebinarByUserRole",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Bookings",
+ "Uri": "/solutions/virtualEvents/webinars/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgBetaVirtualEventWebinarCount",
"Method": "GET",
- "Uri": "/solutions/virtualEvents/webinars/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaVirtualEventWebinarCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Bookings",
+ "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/presenters/{virtualEventPresenter-id}",
+ "OutputType": "IMicrosoftGraphVirtualEventPresenter",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphVirtualEventPresenter",
- "Command": "Get-MgBetaVirtualEventWebinarPresenter",
"Method": "GET",
- "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/presenters/{virtualEventPresenter-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaVirtualEventWebinarPresenter",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Bookings",
+ "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/presenters",
+ "OutputType": "IMicrosoftGraphVirtualEventPresenter",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphVirtualEventPresenter",
- "Command": "Get-MgBetaVirtualEventWebinarPresenter",
"Method": "GET",
- "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/presenters",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaVirtualEventWebinarPresenter",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Bookings",
+ "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/presenters/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaVirtualEventWebinarPresenterCount",
"Method": "GET",
- "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/presenters/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaVirtualEventWebinarPresenterCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Bookings",
+ "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/presenters/{virtualEventPresenter-id}/sessions/{virtualEventSession-id}",
+ "OutputType": "IMicrosoftGraphVirtualEventSession",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphVirtualEventSession",
- "Command": "Get-MgBetaVirtualEventWebinarPresenterSession",
"Method": "GET",
- "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/presenters/{virtualEventPresenter-id}/sessions/{virtualEventSession-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaVirtualEventWebinarPresenterSession",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Bookings",
+ "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/presenters/{virtualEventPresenter-id}/sessions",
+ "OutputType": "IMicrosoftGraphVirtualEventSession",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphVirtualEventSession",
- "Command": "Get-MgBetaVirtualEventWebinarPresenterSession",
"Method": "GET",
- "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/presenters/{virtualEventPresenter-id}/sessions",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaVirtualEventWebinarPresenterSession",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Bookings",
+ "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/presenters/{virtualEventPresenter-id}/sessions(joinWebUrl='{joinWebUrl}')",
+ "OutputType": "IMicrosoftGraphVirtualEventSession",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphVirtualEventSession",
- "Command": "Get-MgBetaVirtualEventWebinarPresenterSessionByJoinWebUrl",
"Method": "GET",
- "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/presenters/{virtualEventPresenter-id}/sessions(joinWebUrl='{joinWebUrl}')",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaVirtualEventWebinarPresenterSessionByJoinWebUrl",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Bookings",
+ "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/presenters/{virtualEventPresenter-id}/sessions/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaVirtualEventWebinarPresenterSessionCount",
"Method": "GET",
- "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/presenters/{virtualEventPresenter-id}/sessions/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaVirtualEventWebinarPresenterSessionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Bookings",
+ "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations/{virtualEventRegistration-id}",
+ "OutputType": "IMicrosoftGraphVirtualEventRegistration",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphVirtualEventRegistration",
- "Command": "Get-MgBetaVirtualEventWebinarRegistration",
"Method": "GET",
- "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations/{virtualEventRegistration-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaVirtualEventWebinarRegistration",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventregistration-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Bookings",
+ "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations",
+ "OutputType": "IMicrosoftGraphVirtualEventRegistration",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphVirtualEventRegistration",
- "Command": "Get-MgBetaVirtualEventWebinarRegistration",
"Method": "GET",
- "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaVirtualEventWebinarRegistration",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventregistration-list?view=graph-rest-1.0"
},
{
"Module": "Beta.Bookings",
+ "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations(email='{email}')",
+ "OutputType": "IMicrosoftGraphVirtualEventRegistration",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphVirtualEventRegistration",
- "Command": "Get-MgBetaVirtualEventWebinarRegistrationByEmail",
"Method": "GET",
- "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations(email='{email}')",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaVirtualEventWebinarRegistrationByEmail",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventregistration-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Bookings",
+ "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations(userId='{userId}')",
+ "OutputType": "IMicrosoftGraphVirtualEventRegistration",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphVirtualEventRegistration",
- "Command": "Get-MgBetaVirtualEventWebinarRegistrationByUserId",
"Method": "GET",
- "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations(userId='{userId}')",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaVirtualEventWebinarRegistrationByUserId",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventregistration-get?view=graph-rest-1.0"
},
{
"Module": "Beta.Bookings",
+ "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrationConfiguration",
+ "OutputType": "IMicrosoftGraphVirtualEventWebinarRegistrationConfiguration",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphVirtualEventWebinarRegistrationConfiguration",
- "Command": "Get-MgBetaVirtualEventWebinarRegistrationConfiguration",
"Method": "GET",
- "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrationConfiguration",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaVirtualEventWebinarRegistrationConfiguration",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Bookings",
+ "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaVirtualEventWebinarRegistrationCount",
"Method": "GET",
- "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaVirtualEventWebinarRegistrationCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Bookings",
+ "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations/{virtualEventRegistration-id}/sessions/{virtualEventSession-id}",
+ "OutputType": "IMicrosoftGraphVirtualEventSession",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphVirtualEventSession",
- "Command": "Get-MgBetaVirtualEventWebinarRegistrationSession",
"Method": "GET",
- "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations/{virtualEventRegistration-id}/sessions/{virtualEventSession-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaVirtualEventWebinarRegistrationSession",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Bookings",
+ "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations/{virtualEventRegistration-id}/sessions",
+ "OutputType": "IMicrosoftGraphVirtualEventSession",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphVirtualEventSession",
- "Command": "Get-MgBetaVirtualEventWebinarRegistrationSession",
"Method": "GET",
- "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations/{virtualEventRegistration-id}/sessions",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaVirtualEventWebinarRegistrationSession",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Bookings",
+ "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations/{virtualEventRegistration-id}/sessions(joinWebUrl='{joinWebUrl}')",
+ "OutputType": "IMicrosoftGraphVirtualEventSession",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphVirtualEventSession",
- "Command": "Get-MgBetaVirtualEventWebinarRegistrationSessionByJoinWebUrl",
"Method": "GET",
- "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations/{virtualEventRegistration-id}/sessions(joinWebUrl='{joinWebUrl}')",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaVirtualEventWebinarRegistrationSessionByJoinWebUrl",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Bookings",
+ "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations/{virtualEventRegistration-id}/sessions/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaVirtualEventWebinarRegistrationSessionCount",
"Method": "GET",
- "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations/{virtualEventRegistration-id}/sessions/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaVirtualEventWebinarRegistrationSessionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Bookings",
+ "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}",
+ "OutputType": "IMicrosoftGraphVirtualEventSession",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphVirtualEventSession",
- "Command": "Get-MgBetaVirtualEventWebinarSession",
"Method": "GET",
- "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaVirtualEventWebinarSession",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Bookings",
+ "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions",
+ "OutputType": "IMicrosoftGraphVirtualEventSession",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphVirtualEventSession",
- "Command": "Get-MgBetaVirtualEventWebinarSession",
"Method": "GET",
- "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaVirtualEventWebinarSession",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Bookings",
+ "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}",
+ "OutputType": "IMicrosoftGraphMeetingAttendanceReport",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMeetingAttendanceReport",
- "Command": "Get-MgBetaVirtualEventWebinarSessionAttendanceReport",
"Method": "GET",
- "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaVirtualEventWebinarSessionAttendanceReport",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Bookings",
+ "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports",
+ "OutputType": "IMicrosoftGraphMeetingAttendanceReport",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphMeetingAttendanceReport",
- "Command": "Get-MgBetaVirtualEventWebinarSessionAttendanceReport",
"Method": "GET",
- "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaVirtualEventWebinarSessionAttendanceReport",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Bookings",
+ "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}",
+ "OutputType": "IMicrosoftGraphAttendanceRecord",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAttendanceRecord",
- "Command": "Get-MgBetaVirtualEventWebinarSessionAttendanceReportAttendanceRecord",
"Method": "GET",
- "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaVirtualEventWebinarSessionAttendanceReportAttendanceRecord",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Bookings",
+ "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords",
+ "OutputType": "IMicrosoftGraphAttendanceRecord",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphAttendanceRecord",
- "Command": "Get-MgBetaVirtualEventWebinarSessionAttendanceReportAttendanceRecord",
"Method": "GET",
- "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaVirtualEventWebinarSessionAttendanceReportAttendanceRecord",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attendancerecord-list?view=graph-rest-1.0"
},
{
"Module": "Beta.Bookings",
+ "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaVirtualEventWebinarSessionAttendanceReportAttendanceRecordCount",
"Method": "GET",
- "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaVirtualEventWebinarSessionAttendanceReportAttendanceRecordCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Bookings",
+ "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaVirtualEventWebinarSessionAttendanceReportCount",
"Method": "GET",
- "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaVirtualEventWebinarSessionAttendanceReportCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Bookings",
+ "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions(joinWebUrl='{joinWebUrl}')",
+ "OutputType": "IMicrosoftGraphVirtualEventSession",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphVirtualEventSession",
- "Command": "Get-MgBetaVirtualEventWebinarSessionByJoinWebUrl",
"Method": "GET",
- "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions(joinWebUrl='{joinWebUrl}')",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaVirtualEventWebinarSessionByJoinWebUrl",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Bookings",
+ "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaVirtualEventWebinarSessionCount",
"Method": "GET",
- "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaVirtualEventWebinarSessionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Bookings",
+ "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/presenters/{virtualEventPresenter-id}",
+ "OutputType": "IMicrosoftGraphVirtualEventPresenter",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphVirtualEventPresenter",
- "Command": "Get-MgBetaVirtualEventWebinarSessionPresenter",
"Method": "GET",
- "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/presenters/{virtualEventPresenter-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaVirtualEventWebinarSessionPresenter",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Bookings",
+ "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/presenters",
+ "OutputType": "IMicrosoftGraphVirtualEventPresenter",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphVirtualEventPresenter",
- "Command": "Get-MgBetaVirtualEventWebinarSessionPresenter",
"Method": "GET",
- "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/presenters",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaVirtualEventWebinarSessionPresenter",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Bookings",
+ "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/presenters/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaVirtualEventWebinarSessionPresenterCount",
"Method": "GET",
- "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/presenters/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaVirtualEventWebinarSessionPresenterCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Bookings",
+ "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/registrations/{virtualEventRegistration-id}",
+ "OutputType": "IMicrosoftGraphVirtualEventRegistration",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphVirtualEventRegistration",
- "Command": "Get-MgBetaVirtualEventWebinarSessionRegistration",
"Method": "GET",
- "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/registrations/{virtualEventRegistration-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaVirtualEventWebinarSessionRegistration",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Bookings",
+ "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/registrations",
+ "OutputType": "IMicrosoftGraphVirtualEventRegistration",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphVirtualEventRegistration",
- "Command": "Get-MgBetaVirtualEventWebinarSessionRegistration",
"Method": "GET",
- "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/registrations",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaVirtualEventWebinarSessionRegistration",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Bookings",
+ "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/registrations(email='{email}')",
+ "OutputType": "IMicrosoftGraphVirtualEventRegistration",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphVirtualEventRegistration",
- "Command": "Get-MgBetaVirtualEventWebinarSessionRegistrationByEmail",
"Method": "GET",
- "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/registrations(email='{email}')",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaVirtualEventWebinarSessionRegistrationByEmail",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Bookings",
+ "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/registrations(userId='{userId}')",
+ "OutputType": "IMicrosoftGraphVirtualEventRegistration",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphVirtualEventRegistration",
- "Command": "Get-MgBetaVirtualEventWebinarSessionRegistrationByUserId",
"Method": "GET",
- "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/registrations(userId='{userId}')",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaVirtualEventWebinarSessionRegistrationByUserId",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.Bookings",
+ "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/registrations/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaVirtualEventWebinarSessionRegistrationCount",
"Method": "GET",
- "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/registrations/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaVirtualEventWebinarSessionRegistrationCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.WindowsUpdates",
+ "Uri": "/admin/windows/updates/catalog/entries/{catalogEntry-id}",
+ "OutputType": "IMicrosoftGraphWindowsUpdatesCatalogEntry",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphWindowsUpdatesCatalogEntry",
- "Command": "Get-MgBetaWindowsUpdatesCatalogEntry",
"Method": "GET",
- "Uri": "/admin/windows/updates/catalog/entries/{catalogEntry-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaWindowsUpdatesCatalogEntry",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.WindowsUpdates",
+ "Uri": "/admin/windows/updates/catalog/entries",
+ "OutputType": "IMicrosoftGraphWindowsUpdatesCatalogEntry",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphWindowsUpdatesCatalogEntry",
- "Command": "Get-MgBetaWindowsUpdatesCatalogEntry",
"Method": "GET",
- "Uri": "/admin/windows/updates/catalog/entries",
- "ApiVersion": "beta",
- "Permissions": [
- {
- "Name": "WindowsUpdates.Read.All",
- "Description": "Consent name unavailable",
- "FullDescription": "Consent description unavailable",
- "IsAdmin": false,
- "PermissionType": "Application",
- "IsLeastPrivilege": true
- },
- {
- "Name": "WindowsUpdates.ReadWrite.All",
- "Description": "Read and write all Windows update deployment settings",
- "FullDescription": "Allows the app to read and write all Windows update deployment settings for the organization without a signed-in user.",
- "IsAdmin": false,
- "PermissionType": "Application",
- "IsLeastPrivilege": false
- }
- ]
+ "Command": "Get-MgBetaWindowsUpdatesCatalogEntry",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-catalog-list-entries?view=graph-rest-1.0"
},
{
"Module": "Beta.WindowsUpdates",
+ "Uri": "/admin/windows/updates/catalog/entries/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgBetaWindowsUpdatesCatalogEntryCount",
"Method": "GET",
- "Uri": "/admin/windows/updates/catalog/entries/$count",
- "ApiVersion": "beta",
- "Permissions": [
- {
- "Name": "WindowsUpdates.Read.All",
- "Description": "Consent name unavailable",
- "FullDescription": "Consent description unavailable",
- "IsAdmin": false,
- "PermissionType": "Application",
- "IsLeastPrivilege": true
- },
- {
- "Name": "WindowsUpdates.ReadWrite.All",
- "Description": "Read and write all Windows update deployment settings",
- "FullDescription": "Allows the app to read and write all Windows update deployment settings for the organization without a signed-in user.",
- "IsAdmin": false,
- "PermissionType": "Application",
- "IsLeastPrivilege": false
- }
- ]
+ "Command": "Get-MgBetaWindowsUpdatesCatalogEntryCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.WindowsUpdates",
+ "Uri": "/admin/windows/updates/deployments/{deployment-id}",
+ "OutputType": "IMicrosoftGraphWindowsUpdatesDeployment",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphWindowsUpdatesDeployment",
- "Command": "Get-MgBetaWindowsUpdatesDeployment",
"Method": "GET",
- "Uri": "/admin/windows/updates/deployments/{deployment-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaWindowsUpdatesDeployment",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-deployment-get?view=graph-rest-1.0"
},
{
"Module": "Beta.WindowsUpdates",
+ "Uri": "/admin/windows/updates/deployments",
+ "OutputType": "IMicrosoftGraphWindowsUpdatesDeployment",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphWindowsUpdatesDeployment",
- "Command": "Get-MgBetaWindowsUpdatesDeployment",
"Method": "GET",
- "Uri": "/admin/windows/updates/deployments",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaWindowsUpdatesDeployment",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/adminwindowsupdates-list-deployments?view=graph-rest-1.0"
},
{
"Module": "Beta.WindowsUpdates",
+ "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/applicableContent/{applicableContent-catalogEntryId}",
+ "OutputType": "IMicrosoftGraphWindowsUpdatesApplicableContent",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphWindowsUpdatesApplicableContent",
- "Command": "Get-MgBetaWindowsUpdatesDeploymentAudienceApplicableContent",
"Method": "GET",
- "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/applicableContent/{applicableContent-catalogEntryId}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaWindowsUpdatesDeploymentAudienceApplicableContent",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.WindowsUpdates",
+ "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/applicableContent",
+ "OutputType": "IMicrosoftGraphWindowsUpdatesApplicableContent",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphWindowsUpdatesApplicableContent",
- "Command": "Get-MgBetaWindowsUpdatesDeploymentAudienceApplicableContent",
"Method": "GET",
- "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/applicableContent",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaWindowsUpdatesDeploymentAudienceApplicableContent",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.WindowsUpdates",
+ "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/applicableContent/{applicableContent-catalogEntryId}/catalogEntry",
+ "OutputType": "IMicrosoftGraphWindowsUpdatesCatalogEntry",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphWindowsUpdatesCatalogEntry",
- "Command": "Get-MgBetaWindowsUpdatesDeploymentAudienceApplicableContentCatalogEntry",
"Method": "GET",
- "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/applicableContent/{applicableContent-catalogEntryId}/catalogEntry",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaWindowsUpdatesDeploymentAudienceApplicableContentCatalogEntry",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.WindowsUpdates",
+ "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/applicableContent/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaWindowsUpdatesDeploymentAudienceApplicableContentCount",
"Method": "GET",
- "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/applicableContent/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaWindowsUpdatesDeploymentAudienceApplicableContentCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.WindowsUpdates",
+ "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/applicableContent/{applicableContent-catalogEntryId}/matchedDevices/{applicableContentDeviceMatch-deviceId}",
+ "OutputType": "IMicrosoftGraphWindowsUpdatesApplicableContentDeviceMatch",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphWindowsUpdatesApplicableContentDeviceMatch",
- "Command": "Get-MgBetaWindowsUpdatesDeploymentAudienceApplicableContentMatchedDevice",
"Method": "GET",
- "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/applicableContent/{applicableContent-catalogEntryId}/matchedDevices/{applicableContentDeviceMatch-deviceId}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaWindowsUpdatesDeploymentAudienceApplicableContentMatchedDevice",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.WindowsUpdates",
+ "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/applicableContent/{applicableContent-catalogEntryId}/matchedDevices",
+ "OutputType": "IMicrosoftGraphWindowsUpdatesApplicableContentDeviceMatch",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphWindowsUpdatesApplicableContentDeviceMatch",
- "Command": "Get-MgBetaWindowsUpdatesDeploymentAudienceApplicableContentMatchedDevice",
"Method": "GET",
- "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/applicableContent/{applicableContent-catalogEntryId}/matchedDevices",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaWindowsUpdatesDeploymentAudienceApplicableContentMatchedDevice",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.WindowsUpdates",
+ "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/applicableContent/{applicableContent-catalogEntryId}/matchedDevices/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaWindowsUpdatesDeploymentAudienceApplicableContentMatchedDeviceCount",
"Method": "GET",
- "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/applicableContent/{applicableContent-catalogEntryId}/matchedDevices/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaWindowsUpdatesDeploymentAudienceApplicableContentMatchedDeviceCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.WindowsUpdates",
+ "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/exclusions/{updatableAsset-id}",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaWindowsUpdatesDeploymentAudienceExclusion",
"Method": "GET",
- "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/exclusions/{updatableAsset-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaWindowsUpdatesDeploymentAudienceExclusion",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.WindowsUpdates",
+ "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/exclusions",
+ "OutputType": "IMicrosoftGraphWindowsUpdatesUpdatableAsset",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphWindowsUpdatesUpdatableAsset",
- "Command": "Get-MgBetaWindowsUpdatesDeploymentAudienceExclusion",
"Method": "GET",
- "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/exclusions",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaWindowsUpdatesDeploymentAudienceExclusion",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-deploymentaudience-list-exclusions?view=graph-rest-1.0"
},
{
"Module": "Beta.WindowsUpdates",
+ "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/exclusions/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaWindowsUpdatesDeploymentAudienceExclusionCount",
"Method": "GET",
- "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/exclusions/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaWindowsUpdatesDeploymentAudienceExclusionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.WindowsUpdates",
+ "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/members/{updatableAsset-id}",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaWindowsUpdatesDeploymentAudienceMember",
"Method": "GET",
- "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/members/{updatableAsset-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaWindowsUpdatesDeploymentAudienceMember",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.WindowsUpdates",
+ "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/members",
+ "OutputType": "IMicrosoftGraphWindowsUpdatesUpdatableAsset",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphWindowsUpdatesUpdatableAsset",
- "Command": "Get-MgBetaWindowsUpdatesDeploymentAudienceMember",
"Method": "GET",
- "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/members",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaWindowsUpdatesDeploymentAudienceMember",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-deploymentaudience-list-members?view=graph-rest-1.0"
},
{
"Module": "Beta.WindowsUpdates",
+ "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/members/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaWindowsUpdatesDeploymentAudienceMemberCount",
"Method": "GET",
- "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/members/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaWindowsUpdatesDeploymentAudienceMemberCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.WindowsUpdates",
+ "Uri": "/admin/windows/updates/deployments/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgBetaWindowsUpdatesDeploymentCount",
"Method": "GET",
- "Uri": "/admin/windows/updates/deployments/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaWindowsUpdatesDeploymentCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.WindowsUpdates",
+ "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}",
+ "OutputType": "IMicrosoftGraphWindowsUpdatesUpdatePolicy",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphWindowsUpdatesUpdatePolicy",
- "Command": "Get-MgBetaWindowsUpdatesPolicy",
"Method": "GET",
- "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaWindowsUpdatesPolicy",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatepolicy-get?view=graph-rest-1.0"
},
{
"Module": "Beta.WindowsUpdates",
+ "Uri": "/admin/windows/updates/updatePolicies",
+ "OutputType": "IMicrosoftGraphWindowsUpdatesUpdatePolicy",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphWindowsUpdatesUpdatePolicy",
- "Command": "Get-MgBetaWindowsUpdatesPolicy",
"Method": "GET",
- "Uri": "/admin/windows/updates/updatePolicies",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaWindowsUpdatesPolicy",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/adminwindowsupdates-list-updatepolicies?view=graph-rest-1.0"
},
{
"Module": "Beta.WindowsUpdates",
+ "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience",
+ "OutputType": "IMicrosoftGraphWindowsUpdatesDeploymentAudience",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphWindowsUpdatesDeploymentAudience",
- "Command": "Get-MgBetaWindowsUpdatesPolicyAudience",
"Method": "GET",
- "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaWindowsUpdatesPolicyAudience",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.WindowsUpdates",
+ "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/applicableContent/{applicableContent-catalogEntryId}",
+ "OutputType": "IMicrosoftGraphWindowsUpdatesApplicableContent",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphWindowsUpdatesApplicableContent",
- "Command": "Get-MgBetaWindowsUpdatesPolicyAudienceApplicableContent",
"Method": "GET",
- "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/applicableContent/{applicableContent-catalogEntryId}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaWindowsUpdatesPolicyAudienceApplicableContent",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.WindowsUpdates",
+ "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/applicableContent",
+ "OutputType": "IMicrosoftGraphWindowsUpdatesApplicableContent",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphWindowsUpdatesApplicableContent",
- "Command": "Get-MgBetaWindowsUpdatesPolicyAudienceApplicableContent",
"Method": "GET",
- "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/applicableContent",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaWindowsUpdatesPolicyAudienceApplicableContent",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.WindowsUpdates",
+ "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/applicableContent/{applicableContent-catalogEntryId}/catalogEntry",
+ "OutputType": "IMicrosoftGraphWindowsUpdatesCatalogEntry",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphWindowsUpdatesCatalogEntry",
- "Command": "Get-MgBetaWindowsUpdatesPolicyAudienceApplicableContentCatalogEntry",
"Method": "GET",
- "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/applicableContent/{applicableContent-catalogEntryId}/catalogEntry",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaWindowsUpdatesPolicyAudienceApplicableContentCatalogEntry",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.WindowsUpdates",
+ "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/applicableContent/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaWindowsUpdatesPolicyAudienceApplicableContentCount",
"Method": "GET",
- "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/applicableContent/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaWindowsUpdatesPolicyAudienceApplicableContentCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.WindowsUpdates",
+ "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/applicableContent/{applicableContent-catalogEntryId}/matchedDevices/{applicableContentDeviceMatch-deviceId}",
+ "OutputType": "IMicrosoftGraphWindowsUpdatesApplicableContentDeviceMatch",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphWindowsUpdatesApplicableContentDeviceMatch",
- "Command": "Get-MgBetaWindowsUpdatesPolicyAudienceApplicableContentMatchedDevice",
"Method": "GET",
- "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/applicableContent/{applicableContent-catalogEntryId}/matchedDevices/{applicableContentDeviceMatch-deviceId}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaWindowsUpdatesPolicyAudienceApplicableContentMatchedDevice",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.WindowsUpdates",
+ "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/applicableContent/{applicableContent-catalogEntryId}/matchedDevices",
+ "OutputType": "IMicrosoftGraphWindowsUpdatesApplicableContentDeviceMatch",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphWindowsUpdatesApplicableContentDeviceMatch",
- "Command": "Get-MgBetaWindowsUpdatesPolicyAudienceApplicableContentMatchedDevice",
"Method": "GET",
- "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/applicableContent/{applicableContent-catalogEntryId}/matchedDevices",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaWindowsUpdatesPolicyAudienceApplicableContentMatchedDevice",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.WindowsUpdates",
+ "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/applicableContent/{applicableContent-catalogEntryId}/matchedDevices/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaWindowsUpdatesPolicyAudienceApplicableContentMatchedDeviceCount",
"Method": "GET",
- "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/applicableContent/{applicableContent-catalogEntryId}/matchedDevices/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaWindowsUpdatesPolicyAudienceApplicableContentMatchedDeviceCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.WindowsUpdates",
+ "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/exclusions/{updatableAsset-id}",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaWindowsUpdatesPolicyAudienceExclusion",
"Method": "GET",
- "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/exclusions/{updatableAsset-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaWindowsUpdatesPolicyAudienceExclusion",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.WindowsUpdates",
+ "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/exclusions",
+ "OutputType": "IMicrosoftGraphWindowsUpdatesUpdatableAsset",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphWindowsUpdatesUpdatableAsset",
- "Command": "Get-MgBetaWindowsUpdatesPolicyAudienceExclusion",
"Method": "GET",
- "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/exclusions",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaWindowsUpdatesPolicyAudienceExclusion",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-deploymentaudience-list-exclusions?view=graph-rest-1.0"
},
{
"Module": "Beta.WindowsUpdates",
+ "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/exclusions/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaWindowsUpdatesPolicyAudienceExclusionCount",
"Method": "GET",
- "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/exclusions/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaWindowsUpdatesPolicyAudienceExclusionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.WindowsUpdates",
+ "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/members/{updatableAsset-id}",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaWindowsUpdatesPolicyAudienceMember",
"Method": "GET",
- "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/members/{updatableAsset-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaWindowsUpdatesPolicyAudienceMember",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.WindowsUpdates",
+ "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/members",
+ "OutputType": "IMicrosoftGraphWindowsUpdatesUpdatableAsset",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphWindowsUpdatesUpdatableAsset",
- "Command": "Get-MgBetaWindowsUpdatesPolicyAudienceMember",
"Method": "GET",
- "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/members",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaWindowsUpdatesPolicyAudienceMember",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-deploymentaudience-list-members?view=graph-rest-1.0"
},
{
"Module": "Beta.WindowsUpdates",
+ "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/members/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaWindowsUpdatesPolicyAudienceMemberCount",
"Method": "GET",
- "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/members/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaWindowsUpdatesPolicyAudienceMemberCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.WindowsUpdates",
+ "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/complianceChanges/{complianceChange-id}",
+ "OutputType": "IMicrosoftGraphWindowsUpdatesComplianceChange",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphWindowsUpdatesComplianceChange",
- "Command": "Get-MgBetaWindowsUpdatesPolicyComplianceChange",
"Method": "GET",
- "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/complianceChanges/{complianceChange-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaWindowsUpdatesPolicyComplianceChange",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-contentapproval-get?view=graph-rest-1.0"
},
{
"Module": "Beta.WindowsUpdates",
+ "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/complianceChanges",
+ "OutputType": "IMicrosoftGraphWindowsUpdatesComplianceChange",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphWindowsUpdatesComplianceChange",
- "Command": "Get-MgBetaWindowsUpdatesPolicyComplianceChange",
"Method": "GET",
- "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/complianceChanges",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaWindowsUpdatesPolicyComplianceChange",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatepolicy-list-compliancechanges?view=graph-rest-1.0"
},
{
"Module": "Beta.WindowsUpdates",
+ "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/complianceChanges/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaWindowsUpdatesPolicyComplianceChangeCount",
"Method": "GET",
- "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/complianceChanges/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaWindowsUpdatesPolicyComplianceChangeCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.WindowsUpdates",
+ "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/complianceChanges/{complianceChange-id}/updatePolicy",
+ "OutputType": "IMicrosoftGraphWindowsUpdatesUpdatePolicy",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphWindowsUpdatesUpdatePolicy",
- "Command": "Get-MgBetaWindowsUpdatesPolicyComplianceChangeUpdatePolicy",
"Method": "GET",
- "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/complianceChanges/{complianceChange-id}/updatePolicy",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaWindowsUpdatesPolicyComplianceChangeUpdatePolicy",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.WindowsUpdates",
+ "Uri": "/admin/windows/updates/updatePolicies/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgBetaWindowsUpdatesPolicyCount",
"Method": "GET",
- "Uri": "/admin/windows/updates/updatePolicies/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaWindowsUpdatesPolicyCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.WindowsUpdates",
+ "Uri": "/admin/windows/updates/products/{product-id}",
+ "OutputType": "IMicrosoftGraphWindowsUpdatesProduct",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphWindowsUpdatesProduct",
- "Command": "Get-MgBetaWindowsUpdatesProduct",
"Method": "GET",
- "Uri": "/admin/windows/updates/products/{product-id}",
- "ApiVersion": "beta",
- "Permissions": [
- {
- "Name": "WindowsUpdates.Read.All",
- "Description": "Consent name unavailable",
- "FullDescription": "Consent description unavailable",
- "IsAdmin": false,
- "PermissionType": "Application",
- "IsLeastPrivilege": true
- },
- {
- "Name": "WindowsUpdates.ReadWrite.All",
- "Description": "Read and write all Windows update deployment settings",
- "FullDescription": "Allows the app to read and write all Windows update deployment settings for the organization without a signed-in user.",
- "IsAdmin": false,
- "PermissionType": "Application",
- "IsLeastPrivilege": false
- }
- ]
+ "Command": "Get-MgBetaWindowsUpdatesProduct",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.WindowsUpdates",
+ "Uri": "/admin/windows/updates/products",
+ "OutputType": "IMicrosoftGraphWindowsUpdatesProduct",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphWindowsUpdatesProduct",
- "Command": "Get-MgBetaWindowsUpdatesProduct",
"Method": "GET",
- "Uri": "/admin/windows/updates/products",
- "ApiVersion": "beta",
- "Permissions": [
- {
- "Name": "WindowsUpdates.Read.All",
- "Description": "Consent name unavailable",
- "FullDescription": "Consent description unavailable",
- "IsAdmin": false,
- "PermissionType": "Application",
- "IsLeastPrivilege": true
- },
- {
- "Name": "WindowsUpdates.ReadWrite.All",
- "Description": "Read and write all Windows update deployment settings",
- "FullDescription": "Allows the app to read and write all Windows update deployment settings for the organization without a signed-in user.",
- "IsAdmin": false,
- "PermissionType": "Application",
- "IsLeastPrivilege": false
- }
- ]
+ "Command": "Get-MgBetaWindowsUpdatesProduct",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.WindowsUpdates",
+ "Uri": "/admin/windows/updates/products/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgBetaWindowsUpdatesProductCount",
"Method": "GET",
- "Uri": "/admin/windows/updates/products/$count",
- "ApiVersion": "beta",
- "Permissions": [
- {
- "Name": "WindowsUpdates.Read.All",
- "Description": "Consent name unavailable",
- "FullDescription": "Consent description unavailable",
- "IsAdmin": false,
- "PermissionType": "Application",
- "IsLeastPrivilege": true
- },
- {
- "Name": "WindowsUpdates.ReadWrite.All",
- "Description": "Read and write all Windows update deployment settings",
- "FullDescription": "Allows the app to read and write all Windows update deployment settings for the organization without a signed-in user.",
- "IsAdmin": false,
- "PermissionType": "Application",
- "IsLeastPrivilege": false
- }
- ]
+ "Command": "Get-MgBetaWindowsUpdatesProductCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.WindowsUpdates",
+ "Uri": "/admin/windows/updates/products/{product-id}/editions/{edition-id}",
+ "OutputType": "IMicrosoftGraphWindowsUpdatesEdition",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphWindowsUpdatesEdition",
- "Command": "Get-MgBetaWindowsUpdatesProductEdition",
"Method": "GET",
- "Uri": "/admin/windows/updates/products/{product-id}/editions/{edition-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaWindowsUpdatesProductEdition",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.WindowsUpdates",
+ "Uri": "/admin/windows/updates/products/{product-id}/editions",
+ "OutputType": "IMicrosoftGraphWindowsUpdatesEdition",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphWindowsUpdatesEdition",
- "Command": "Get-MgBetaWindowsUpdatesProductEdition",
"Method": "GET",
- "Uri": "/admin/windows/updates/products/{product-id}/editions",
- "ApiVersion": "beta",
- "Permissions": [
- {
- "Name": "WindowsUpdates.Read.All",
- "Description": "Consent name unavailable",
- "FullDescription": "Consent description unavailable",
- "IsAdmin": false,
- "PermissionType": "Application",
- "IsLeastPrivilege": true
- },
- {
- "Name": "WindowsUpdates.ReadWrite.All",
- "Description": "Read and write all Windows update deployment settings",
- "FullDescription": "Allows the app to read and write all Windows update deployment settings for the organization without a signed-in user.",
- "IsAdmin": false,
- "PermissionType": "Application",
- "IsLeastPrivilege": false
- }
- ]
+ "Command": "Get-MgBetaWindowsUpdatesProductEdition",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.WindowsUpdates",
+ "Uri": "/admin/windows/updates/products/{product-id}/editions/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaWindowsUpdatesProductEditionCount",
"Method": "GET",
- "Uri": "/admin/windows/updates/products/{product-id}/editions/$count",
- "ApiVersion": "beta",
- "Permissions": [
- {
- "Name": "WindowsUpdates.Read.All",
- "Description": "Consent name unavailable",
- "FullDescription": "Consent description unavailable",
- "IsAdmin": false,
- "PermissionType": "Application",
- "IsLeastPrivilege": true
- },
- {
- "Name": "WindowsUpdates.ReadWrite.All",
- "Description": "Read and write all Windows update deployment settings",
- "FullDescription": "Allows the app to read and write all Windows update deployment settings for the organization without a signed-in user.",
- "IsAdmin": false,
- "PermissionType": "Application",
- "IsLeastPrivilege": false
- }
- ]
+ "Command": "Get-MgBetaWindowsUpdatesProductEditionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.WindowsUpdates",
+ "Uri": "/admin/windows/updates/products/{product-id}/knownIssues/{knownIssue-id}",
+ "OutputType": "IMicrosoftGraphWindowsUpdatesKnownIssue",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphWindowsUpdatesKnownIssue",
- "Command": "Get-MgBetaWindowsUpdatesProductKnownIssue",
"Method": "GET",
- "Uri": "/admin/windows/updates/products/{product-id}/knownIssues/{knownIssue-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaWindowsUpdatesProductKnownIssue",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.WindowsUpdates",
+ "Uri": "/admin/windows/updates/products/{product-id}/knownIssues",
+ "OutputType": "IMicrosoftGraphWindowsUpdatesKnownIssue",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphWindowsUpdatesKnownIssue",
- "Command": "Get-MgBetaWindowsUpdatesProductKnownIssue",
"Method": "GET",
- "Uri": "/admin/windows/updates/products/{product-id}/knownIssues",
- "ApiVersion": "beta",
- "Permissions": [
- {
- "Name": "WindowsUpdates.Read.All",
- "Description": "Consent name unavailable",
- "FullDescription": "Consent description unavailable",
- "IsAdmin": false,
- "PermissionType": "Application",
- "IsLeastPrivilege": true
- },
- {
- "Name": "WindowsUpdates.ReadWrite.All",
- "Description": "Read and write all Windows update deployment settings",
- "FullDescription": "Allows the app to read and write all Windows update deployment settings for the organization without a signed-in user.",
- "IsAdmin": false,
- "PermissionType": "Application",
- "IsLeastPrivilege": false
- }
- ]
+ "Command": "Get-MgBetaWindowsUpdatesProductKnownIssue",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.WindowsUpdates",
+ "Uri": "/admin/windows/updates/products/{product-id}/getKnownIssuesByTimeRange(daysInPast={daysInPast},includeAllActive=@includeAllActive)",
+ "OutputType": "IMicrosoftGraphWindowsUpdatesKnownIssue",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphWindowsUpdatesKnownIssue",
- "Command": "Get-MgBetaWindowsUpdatesProductKnownIssueByTimeRange",
"Method": "GET",
- "Uri": "/admin/windows/updates/products/{product-id}/getKnownIssuesByTimeRange(daysInPast={daysInPast},includeAllActive=@includeAllActive)",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaWindowsUpdatesProductKnownIssueByTimeRange",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.WindowsUpdates",
+ "Uri": "/admin/windows/updates/products/{product-id}/knownIssues/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaWindowsUpdatesProductKnownIssueCount",
"Method": "GET",
- "Uri": "/admin/windows/updates/products/{product-id}/knownIssues/$count",
- "ApiVersion": "beta",
- "Permissions": [
- {
- "Name": "WindowsUpdates.Read.All",
- "Description": "Consent name unavailable",
- "FullDescription": "Consent description unavailable",
- "IsAdmin": false,
- "PermissionType": "Application",
- "IsLeastPrivilege": true
- },
- {
- "Name": "WindowsUpdates.ReadWrite.All",
- "Description": "Read and write all Windows update deployment settings",
- "FullDescription": "Allows the app to read and write all Windows update deployment settings for the organization without a signed-in user.",
- "IsAdmin": false,
- "PermissionType": "Application",
- "IsLeastPrivilege": false
- }
- ]
+ "Command": "Get-MgBetaWindowsUpdatesProductKnownIssueCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.WindowsUpdates",
+ "Uri": "/admin/windows/updates/products/{product-id}/knownIssues/{knownIssue-id}/originatingKnowledgeBaseArticle",
+ "OutputType": "IMicrosoftGraphWindowsUpdatesKnowledgeBaseArticle",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphWindowsUpdatesKnowledgeBaseArticle",
- "Command": "Get-MgBetaWindowsUpdatesProductKnownIssueOriginatingKnowledgeBaseArticle",
"Method": "GET",
- "Uri": "/admin/windows/updates/products/{product-id}/knownIssues/{knownIssue-id}/originatingKnowledgeBaseArticle",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaWindowsUpdatesProductKnownIssueOriginatingKnowledgeBaseArticle",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.WindowsUpdates",
+ "Uri": "/admin/windows/updates/products/{product-id}/knownIssues/{knownIssue-id}/resolvingKnowledgeBaseArticle",
+ "OutputType": "IMicrosoftGraphWindowsUpdatesKnowledgeBaseArticle",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphWindowsUpdatesKnowledgeBaseArticle",
- "Command": "Get-MgBetaWindowsUpdatesProductKnownIssueResolvingKnowledgeBaseArticle",
"Method": "GET",
- "Uri": "/admin/windows/updates/products/{product-id}/knownIssues/{knownIssue-id}/resolvingKnowledgeBaseArticle",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaWindowsUpdatesProductKnownIssueResolvingKnowledgeBaseArticle",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.WindowsUpdates",
+ "Uri": "/admin/windows/updates/products/{product-id}/revisions/{productRevision-id}",
+ "OutputType": "IMicrosoftGraphWindowsUpdatesProductRevision",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphWindowsUpdatesProductRevision",
- "Command": "Get-MgBetaWindowsUpdatesProductRevision",
"Method": "GET",
- "Uri": "/admin/windows/updates/products/{product-id}/revisions/{productRevision-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaWindowsUpdatesProductRevision",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.WindowsUpdates",
+ "Uri": "/admin/windows/updates/products/{product-id}/revisions",
+ "OutputType": "IMicrosoftGraphWindowsUpdatesProductRevision",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphWindowsUpdatesProductRevision",
- "Command": "Get-MgBetaWindowsUpdatesProductRevision",
"Method": "GET",
- "Uri": "/admin/windows/updates/products/{product-id}/revisions",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaWindowsUpdatesProductRevision",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.WindowsUpdates",
+ "Uri": "/admin/windows/updates/products/{product-id}/revisions/{productRevision-id}/catalogEntry",
+ "OutputType": "IMicrosoftGraphWindowsUpdatesCatalogEntry",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphWindowsUpdatesCatalogEntry",
- "Command": "Get-MgBetaWindowsUpdatesProductRevisionCatalogEntry",
"Method": "GET",
- "Uri": "/admin/windows/updates/products/{product-id}/revisions/{productRevision-id}/catalogEntry",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaWindowsUpdatesProductRevisionCatalogEntry",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.WindowsUpdates",
+ "Uri": "/admin/windows/updates/products/{product-id}/revisions/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaWindowsUpdatesProductRevisionCount",
"Method": "GET",
- "Uri": "/admin/windows/updates/products/{product-id}/revisions/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaWindowsUpdatesProductRevisionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.WindowsUpdates",
+ "Uri": "/admin/windows/updates/products/{product-id}/revisions/{productRevision-id}/knowledgeBaseArticle",
+ "OutputType": "IMicrosoftGraphWindowsUpdatesKnowledgeBaseArticle",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphWindowsUpdatesKnowledgeBaseArticle",
- "Command": "Get-MgBetaWindowsUpdatesProductRevisionKnowledgeBaseArticle",
"Method": "GET",
- "Uri": "/admin/windows/updates/products/{product-id}/revisions/{productRevision-id}/knowledgeBaseArticle",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaWindowsUpdatesProductRevisionKnowledgeBaseArticle",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.WindowsUpdates",
+ "Uri": "/admin/windows/updates/resourceConnections/{resourceConnection-id}",
+ "OutputType": "IMicrosoftGraphWindowsUpdatesResourceConnection",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphWindowsUpdatesResourceConnection",
- "Command": "Get-MgBetaWindowsUpdatesResourceConnection",
"Method": "GET",
- "Uri": "/admin/windows/updates/resourceConnections/{resourceConnection-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaWindowsUpdatesResourceConnection",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-operationalinsightsconnection-get?view=graph-rest-1.0"
},
{
"Module": "Beta.WindowsUpdates",
+ "Uri": "/admin/windows/updates/resourceConnections",
+ "OutputType": "IMicrosoftGraphWindowsUpdatesResourceConnection",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphWindowsUpdatesResourceConnection",
- "Command": "Get-MgBetaWindowsUpdatesResourceConnection",
"Method": "GET",
- "Uri": "/admin/windows/updates/resourceConnections",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaWindowsUpdatesResourceConnection",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/adminwindowsupdates-list-resourceconnections?view=graph-rest-1.0"
},
{
"Module": "Beta.WindowsUpdates",
+ "Uri": "/admin/windows/updates/resourceConnections/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgBetaWindowsUpdatesResourceConnectionCount",
"Method": "GET",
- "Uri": "/admin/windows/updates/resourceConnections/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaWindowsUpdatesResourceConnectionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Beta.WindowsUpdates",
+ "Uri": "/admin/windows/updates/updatableAssets/{updatableAsset-id}",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBetaWindowsUpdatesUpdatableAsset",
"Method": "GET",
- "Uri": "/admin/windows/updates/updatableAssets/{updatableAsset-id}",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaWindowsUpdatesUpdatableAsset",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-azureaddevice-get?view=graph-rest-1.0"
},
{
"Module": "Beta.WindowsUpdates",
+ "Uri": "/admin/windows/updates/updatableAssets",
+ "OutputType": "IMicrosoftGraphWindowsUpdatesUpdatableAsset",
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphWindowsUpdatesUpdatableAsset",
- "Command": "Get-MgBetaWindowsUpdatesUpdatableAsset",
"Method": "GET",
- "Uri": "/admin/windows/updates/updatableAssets",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaWindowsUpdatesUpdatableAsset",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/adminwindowsupdates-list-updatableassets?view=graph-rest-1.0"
},
{
"Module": "Beta.WindowsUpdates",
+ "Uri": "/admin/windows/updates/updatableAssets/$count",
+ "OutputType": null,
+ "ApiVersion": "beta",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgBetaWindowsUpdatesUpdatableAssetCount",
"Method": "GET",
- "Uri": "/admin/windows/updates/updatableAssets/$count",
- "ApiVersion": "beta",
- "Permissions": []
+ "Command": "Get-MgBetaWindowsUpdatesUpdatableAssetCount",
+ "ApiReferenceLink": null
},
{
"Module": "Bookings",
+ "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}",
+ "OutputType": "IMicrosoftGraphBookingBusiness",
+ "ApiVersion": "v1.0",
+ "Permissions": [
+ {
+ "Name": "BookingsAppointment.ReadWrite.All",
+ "Description": "Read and write all Bookings related resources.",
+ "FullDescription": "Allows an app to read and write Bookings appointments and customers, and additionally allows reading businesses, services, and staff without a signed-in user. ",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": true
+ },
+ {
+ "Name": "Bookings.ReadWrite.All",
+ "Description": "Consent name unavailable",
+ "FullDescription": "Consent description unavailable",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "Bookings.Read.All",
+ "Description": "Read all Bookings related resources.",
+ "FullDescription": "Allows an app to read Bookings appointments, businesses, customers, services, and staff without a signed-in user. ",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "Bookings.Manage.All",
+ "Description": "Consent name unavailable",
+ "FullDescription": "Consent description unavailable",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ }
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphBookingBusiness",
+ "Method": "GET",
"Command": "Get-MgBookingBusiness",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingbusiness-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Bookings",
+ "Uri": "/solutions/bookingBusinesses",
+ "OutputType": "IMicrosoftGraphBookingBusiness",
+ "ApiVersion": "v1.0",
+ "Permissions": [
+ {
+ "Name": "Bookings.Read.All",
+ "Description": "Read all Bookings related resources.",
+ "FullDescription": "Allows an app to read Bookings appointments, businesses, customers, services, and staff without a signed-in user. ",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": 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": "Consent name unavailable",
+ "FullDescription": "Consent description unavailable",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "Bookings.Manage.All",
+ "Description": "Consent name unavailable",
+ "FullDescription": "Consent description unavailable",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ }
+ ],
+ "Variants": [
+ "List"
+ ],
"Method": "GET",
- "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}",
+ "Command": "Get-MgBookingBusiness",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingbusiness-list?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Bookings",
+ "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/appointments/{bookingAppointment-id}",
+ "OutputType": "IMicrosoftGraphBookingAppointment",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -195250,63 +203882,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Bookings",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphBookingBusiness",
- "Command": "Get-MgBookingBusiness",
"Method": "GET",
- "Uri": "/solutions/bookingBusinesses",
- "ApiVersion": "v1.0",
- "Permissions": [
- {
- "Name": "Bookings.Read.All",
- "Description": "Read all Bookings related resources.",
- "FullDescription": "Allows an app to read Bookings appointments, businesses, customers, services, and staff without a signed-in user. ",
- "IsAdmin": false,
- "PermissionType": "Application",
- "IsLeastPrivilege": 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": "Consent name unavailable",
- "FullDescription": "Consent description unavailable",
- "IsAdmin": false,
- "PermissionType": "Application",
- "IsLeastPrivilege": false
- },
- {
- "Name": "Bookings.Manage.All",
- "Description": "Consent name unavailable",
- "FullDescription": "Consent description unavailable",
- "IsAdmin": false,
- "PermissionType": "Application",
- "IsLeastPrivilege": false
- }
- ]
+ "Command": "Get-MgBookingBusinessAppointment",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingappointment-get?view=graph-rest-1.0"
},
{
"Module": "Bookings",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
+ "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/appointments",
"OutputType": "IMicrosoftGraphBookingAppointment",
- "Command": "Get-MgBookingBusinessAppointment",
- "Method": "GET",
- "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/appointments/{bookingAppointment-id}",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -195341,17 +203929,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Bookings",
+ ],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphBookingAppointment",
- "Command": "Get-MgBookingBusinessAppointment",
"Method": "GET",
- "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/appointments",
+ "Command": "Get-MgBookingBusinessAppointment",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingbusiness-list-appointments?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Bookings",
+ "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/appointments/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -195386,76 +203975,33 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Bookings",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBookingBusinessAppointmentCount",
"Method": "GET",
- "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/appointments/$count",
- "ApiVersion": "v1.0",
- "Permissions": [
- {
- "Name": "BookingsAppointment.ReadWrite.All",
- "Description": "Read and write all Bookings related resources.",
- "FullDescription": "Allows an app to read and write Bookings appointments and customers, and additionally allows reading businesses, services, and staff without a signed-in user. ",
- "IsAdmin": false,
- "PermissionType": "Application",
- "IsLeastPrivilege": true
- },
- {
- "Name": "Bookings.ReadWrite.All",
- "Description": "Consent name unavailable",
- "FullDescription": "Consent description unavailable",
- "IsAdmin": false,
- "PermissionType": "Application",
- "IsLeastPrivilege": false
- },
- {
- "Name": "Bookings.Read.All",
- "Description": "Read all Bookings related resources.",
- "FullDescription": "Allows an app to read Bookings appointments, businesses, customers, services, and staff without a signed-in user. ",
- "IsAdmin": false,
- "PermissionType": "Application",
- "IsLeastPrivilege": false
- },
- {
- "Name": "Bookings.Manage.All",
- "Description": "Consent name unavailable",
- "FullDescription": "Consent description unavailable",
- "IsAdmin": false,
- "PermissionType": "Application",
- "IsLeastPrivilege": false
- }
- ]
+ "Command": "Get-MgBookingBusinessAppointmentCount",
+ "ApiReferenceLink": null
},
{
"Module": "Bookings",
+ "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/calendarView/{bookingAppointment-id}",
+ "OutputType": "IMicrosoftGraphBookingAppointment",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphBookingAppointment",
- "Command": "Get-MgBookingBusinessCalendarView",
"Method": "GET",
- "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/calendarView/{bookingAppointment-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgBookingBusinessCalendarView",
+ "ApiReferenceLink": null
},
{
"Module": "Bookings",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphBookingAppointment",
- "Command": "Get-MgBookingBusinessCalendarView",
- "Method": "GET",
"Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/calendarView",
+ "OutputType": "IMicrosoftGraphBookingAppointment",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -195490,18 +204036,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Bookings",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBookingBusinessCalendarViewCount",
"Method": "GET",
+ "Command": "Get-MgBookingBusinessCalendarView",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingbusiness-list-calendarview?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Bookings",
"Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/calendarView/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -195536,17 +204082,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Bookings",
+ ],
"Variants": [
- "Get"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgBookingBusinessCount",
"Method": "GET",
+ "Command": "Get-MgBookingBusinessCalendarViewCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Bookings",
"Uri": "/solutions/bookingBusinesses/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -195581,18 +204129,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Bookings",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": null,
- "Command": "Get-MgBookingBusinessCustomer",
"Method": "GET",
+ "Command": "Get-MgBookingBusinessCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Bookings",
"Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/customers/{bookingCustomerBase-id}",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -195627,17 +204175,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Bookings",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphBookingCustomerBase",
- "Command": "Get-MgBookingBusinessCustomer",
"Method": "GET",
+ "Command": "Get-MgBookingBusinessCustomer",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingcustomer-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Bookings",
"Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/customers",
+ "OutputType": "IMicrosoftGraphBookingCustomerBase",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -195672,18 +204222,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Bookings",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBookingBusinessCustomerCount",
"Method": "GET",
+ "Command": "Get-MgBookingBusinessCustomer",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingbusiness-list-customers?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Bookings",
"Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/customers/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -195718,18 +204268,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Bookings",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphBookingCustomQuestion",
- "Command": "Get-MgBookingBusinessCustomQuestion",
"Method": "GET",
+ "Command": "Get-MgBookingBusinessCustomerCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Bookings",
"Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/customQuestions/{bookingCustomQuestion-id}",
+ "OutputType": "IMicrosoftGraphBookingCustomQuestion",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -195764,17 +204315,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Bookings",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphBookingCustomQuestion",
- "Command": "Get-MgBookingBusinessCustomQuestion",
"Method": "GET",
+ "Command": "Get-MgBookingBusinessCustomQuestion",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingcustomquestion-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Bookings",
"Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/customQuestions",
+ "OutputType": "IMicrosoftGraphBookingCustomQuestion",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -195809,18 +204362,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Bookings",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBookingBusinessCustomQuestionCount",
"Method": "GET",
+ "Command": "Get-MgBookingBusinessCustomQuestion",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingbusiness-list-customquestions?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Bookings",
"Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/customQuestions/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -195855,18 +204408,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Bookings",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphBookingService",
- "Command": "Get-MgBookingBusinessService",
"Method": "GET",
+ "Command": "Get-MgBookingBusinessCustomQuestionCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Bookings",
"Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/services/{bookingService-id}",
+ "OutputType": "IMicrosoftGraphBookingService",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -195901,17 +204455,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Bookings",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphBookingService",
- "Command": "Get-MgBookingBusinessService",
"Method": "GET",
+ "Command": "Get-MgBookingBusinessService",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingservice-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Bookings",
"Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/services",
+ "OutputType": "IMicrosoftGraphBookingService",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -195946,18 +204502,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Bookings",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBookingBusinessServiceCount",
"Method": "GET",
+ "Command": "Get-MgBookingBusinessService",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingbusiness-list-services?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Bookings",
"Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/services/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -195992,20 +204548,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Bookings",
+ ],
"Variants": [
"Get",
- "GetExpanded",
- "GetViaIdentity",
- "GetViaIdentityExpanded"
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphStaffAvailabilityItem",
- "Command": "Get-MgBookingBusinessStaffAvailability",
- "Method": "POST",
+ "Method": "GET",
+ "Command": "Get-MgBookingBusinessServiceCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Bookings",
"Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/getStaffAvailability",
+ "OutputType": "IMicrosoftGraphStaffAvailabilityItem",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -196048,18 +204603,21 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Bookings",
+ ],
"Variants": [
"Get",
- "GetViaIdentity"
+ "GetExpanded",
+ "GetViaIdentity",
+ "GetViaIdentityExpanded"
],
- "OutputType": null,
- "Command": "Get-MgBookingBusinessStaffMember",
- "Method": "GET",
+ "Method": "POST",
+ "Command": "Get-MgBookingBusinessStaffAvailability",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingbusiness-getstaffavailability?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Bookings",
"Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/staffMembers/{bookingStaffMemberBase-id}",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -196094,17 +204652,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Bookings",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphBookingStaffMemberBase",
- "Command": "Get-MgBookingBusinessStaffMember",
"Method": "GET",
+ "Command": "Get-MgBookingBusinessStaffMember",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingstaffmember-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Bookings",
"Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/staffMembers",
+ "OutputType": "IMicrosoftGraphBookingStaffMemberBase",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -196139,18 +204699,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Bookings",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBookingBusinessStaffMemberCount",
"Method": "GET",
+ "Command": "Get-MgBookingBusinessStaffMember",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingbusiness-list-staffmembers?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Bookings",
"Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/staffMembers/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -196185,18 +204745,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Bookings",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphBookingCurrency",
- "Command": "Get-MgBookingCurrency",
"Method": "GET",
+ "Command": "Get-MgBookingBusinessStaffMemberCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Bookings",
"Uri": "/solutions/bookingCurrencies/{bookingCurrency-id}",
+ "OutputType": "IMicrosoftGraphBookingCurrency",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -196231,17 +204792,19 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Bookings",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphBookingCurrency",
- "Command": "Get-MgBookingCurrency",
"Method": "GET",
+ "Command": "Get-MgBookingCurrency",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingcurrency-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Bookings",
"Uri": "/solutions/bookingCurrencies",
+ "OutputType": "IMicrosoftGraphBookingCurrency",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -196276,17 +204839,18 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Bookings",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgBookingCurrencyCount",
"Method": "GET",
+ "Command": "Get-MgBookingCurrency",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingcurrency-list?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Bookings",
"Uri": "/solutions/bookingCurrencies/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -196321,18 +204885,18 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Teams",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphChat",
- "Command": "Get-MgChat",
"Method": "GET",
+ "Command": "Get-MgBookingCurrencyCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Teams",
"Uri": "/chats/{chat-id}",
+ "OutputType": "IMicrosoftGraphChat",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -196399,17 +204963,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Teams",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphChat",
- "Command": "Get-MgChat",
"Method": "GET",
+ "Command": "Get-MgChat",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Teams",
"Uri": "/chats",
+ "OutputType": "IMicrosoftGraphChat",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -196460,17 +205026,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Teams",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgChatCount",
"Method": "GET",
+ "Command": "Get-MgChat",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-list?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Teams",
"Uri": "/chats/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -196521,18 +205088,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Teams",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphTeamsAppInstallation",
- "Command": "Get-MgChatInstalledApp",
"Method": "GET",
+ "Command": "Get-MgChatCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Teams",
"Uri": "/chats/{chat-id}/installedApps/{teamsAppInstallation-id}",
+ "OutputType": "IMicrosoftGraphTeamsAppInstallation",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -196599,17 +205166,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Teams",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTeamsAppInstallation",
- "Command": "Get-MgChatInstalledApp",
"Method": "GET",
+ "Command": "Get-MgChatInstalledApp",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-get-installedapps?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Teams",
"Uri": "/chats/{chat-id}/installedApps",
+ "OutputType": "IMicrosoftGraphTeamsAppInstallation",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -196708,18 +205277,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Teams",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgChatInstalledAppCount",
"Method": "GET",
+ "Command": "Get-MgChatInstalledApp",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-list-installedapps?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Teams",
"Uri": "/chats/{chat-id}/installedApps/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -196818,57 +205387,61 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Teams",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTeamsApp",
- "Command": "Get-MgChatInstalledAppTeamApp",
"Method": "GET",
- "Uri": "/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/teamsApp",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgChatInstalledAppCount",
+ "ApiReferenceLink": null
},
{
"Module": "Teams",
+ "Uri": "/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/teamsApp",
+ "OutputType": "IMicrosoftGraphTeamsApp",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTeamsAppDefinition",
- "Command": "Get-MgChatInstalledAppTeamAppDefinition",
"Method": "GET",
- "Uri": "/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/teamsAppDefinition",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgChatInstalledAppTeamApp",
+ "ApiReferenceLink": null
},
{
"Module": "Teams",
+ "Uri": "/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/teamsAppDefinition",
+ "OutputType": "IMicrosoftGraphTeamsAppDefinition",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphChatMessageInfo",
- "Command": "Get-MgChatLastMessagePreview",
"Method": "GET",
- "Uri": "/chats/{chat-id}/lastMessagePreview",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgChatInstalledAppTeamAppDefinition",
+ "ApiReferenceLink": null
},
{
"Module": "Teams",
+ "Uri": "/chats/{chat-id}/lastMessagePreview",
+ "OutputType": "IMicrosoftGraphChatMessageInfo",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphConversationMember",
- "Command": "Get-MgChatMember",
"Method": "GET",
+ "Command": "Get-MgChatLastMessagePreview",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Teams",
"Uri": "/chats/{chat-id}/members/{conversationMember-id}",
+ "OutputType": "IMicrosoftGraphConversationMember",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -196999,17 +205572,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Teams",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphConversationMember",
- "Command": "Get-MgChatMember",
"Method": "GET",
+ "Command": "Get-MgChatMember",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversationmember-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Teams",
"Uri": "/chats/{chat-id}/members",
+ "OutputType": "IMicrosoftGraphConversationMember",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -197108,18 +205683,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Teams",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgChatMemberCount",
"Method": "GET",
+ "Command": "Get-MgChatMember",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversationmember-list?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Teams",
"Uri": "/chats/{chat-id}/members/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -197218,19 +205793,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Teams",
+ ],
"Variants": [
"Get",
- "Get1",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphChatMessage",
- "Command": "Get-MgChatMessage",
"Method": "GET",
+ "Command": "Get-MgChatMemberCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Teams",
"Uri": "/chats/{chat-id}/messages/{chatMessage-id}",
+ "OutputType": "IMicrosoftGraphChatMessage",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -197281,17 +205856,20 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Teams",
+ ],
"Variants": [
- "List"
+ "Get",
+ "Get1",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphChatMessage",
- "Command": "Get-MgChatMessage",
"Method": "GET",
+ "Command": "Get-MgChatMessage",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Teams",
"Uri": "/chats/{chat-id}/messages",
+ "OutputType": "IMicrosoftGraphChatMessage",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -197334,18 +205912,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Teams",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgChatMessageCount",
"Method": "GET",
+ "Command": "Get-MgChatMessage",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-list-messages?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Teams",
"Uri": "/chats/{chat-id}/messages/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -197388,18 +205966,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Teams",
+ ],
"Variants": [
- "Delta",
- "DeltaViaIdentity"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphChatMessage",
- "Command": "Get-MgChatMessageDelta",
"Method": "GET",
+ "Command": "Get-MgChatMessageCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Teams",
"Uri": "/chats/{chat-id}/messages/delta",
+ "OutputType": "IMicrosoftGraphChatMessage",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -197450,20 +206029,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Teams",
+ ],
"Variants": [
- "Get",
- "Get1",
- "GetViaIdentity",
- "GetViaIdentity1"
+ "Delta",
+ "DeltaViaIdentity"
],
- "OutputType": "IMicrosoftGraphChatMessageHostedContent",
- "Command": "Get-MgChatMessageHostedContent",
"Method": "GET",
+ "Command": "Get-MgChatMessageDelta",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Teams",
"Uri": "/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}",
+ "OutputType": "IMicrosoftGraphChatMessageHostedContent",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -197522,17 +206100,21 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Teams",
+ ],
"Variants": [
- "List"
+ "Get",
+ "Get1",
+ "GetViaIdentity",
+ "GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphChatMessageHostedContent",
- "Command": "Get-MgChatMessageHostedContent",
"Method": "GET",
+ "Command": "Get-MgChatMessageHostedContent",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessagehostedcontent-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Teams",
"Uri": "/chats/{chat-id}/messages/{chatMessage-id}/hostedContents",
+ "OutputType": "IMicrosoftGraphChatMessageHostedContent",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -197591,18 +206173,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Teams",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgChatMessageHostedContentCount",
"Method": "GET",
+ "Command": "Get-MgChatMessageHostedContent",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-list-hostedcontents?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Teams",
"Uri": "/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -197661,121 +206243,131 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgChatMessageHostedContentCount",
+ "ApiReferenceLink": null
},
{
"Module": "Teams",
+ "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}",
+ "OutputType": "IMicrosoftGraphChatMessage",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphChatMessage",
- "Command": "Get-MgChatMessageReply",
"Method": "GET",
- "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgChatMessageReply",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-get?view=graph-rest-1.0"
},
{
"Module": "Teams",
+ "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies",
+ "OutputType": "IMicrosoftGraphChatMessage",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphChatMessage",
- "Command": "Get-MgChatMessageReply",
"Method": "GET",
- "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgChatMessageReply",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-list-replies?view=graph-rest-1.0"
},
{
"Module": "Teams",
+ "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgChatMessageReplyCount",
"Method": "GET",
- "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgChatMessageReplyCount",
+ "ApiReferenceLink": null
},
{
"Module": "Teams",
+ "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/delta",
+ "OutputType": "IMicrosoftGraphChatMessage",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Delta",
"DeltaViaIdentity"
],
- "OutputType": "IMicrosoftGraphChatMessage",
- "Command": "Get-MgChatMessageReplyDelta",
"Method": "GET",
- "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/delta",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgChatMessageReplyDelta",
+ "ApiReferenceLink": null
},
{
"Module": "Teams",
+ "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}",
+ "OutputType": "IMicrosoftGraphChatMessageHostedContent",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphChatMessageHostedContent",
- "Command": "Get-MgChatMessageReplyHostedContent",
"Method": "GET",
- "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgChatMessageReplyHostedContent",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessagehostedcontent-get?view=graph-rest-1.0"
},
{
"Module": "Teams",
+ "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents",
+ "OutputType": "IMicrosoftGraphChatMessageHostedContent",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphChatMessageHostedContent",
- "Command": "Get-MgChatMessageReplyHostedContent",
"Method": "GET",
- "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgChatMessageReplyHostedContent",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-list-hostedcontents?view=graph-rest-1.0"
},
{
"Module": "Teams",
+ "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgChatMessageReplyHostedContentCount",
"Method": "GET",
- "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgChatMessageReplyHostedContentCount",
+ "ApiReferenceLink": null
},
{
"Module": "Teams",
+ "Uri": "/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}",
+ "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant",
- "Command": "Get-MgChatPermissionGrant",
"Method": "GET",
- "Uri": "/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgChatPermissionGrant",
+ "ApiReferenceLink": null
},
{
"Module": "Teams",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant",
- "Command": "Get-MgChatPermissionGrant",
- "Method": "GET",
"Uri": "/chats/{chat-id}/permissionGrants",
+ "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -197858,18 +206450,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Teams",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgChatPermissionGrantCount",
"Method": "GET",
+ "Command": "Get-MgChatPermissionGrant",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-list-permissiongrants?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Teams",
"Uri": "/chats/{chat-id}/permissionGrants/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -197952,32 +206544,35 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgChatPermissionGrantCount",
+ "ApiReferenceLink": null
},
{
"Module": "Teams",
+ "Uri": "/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}",
+ "OutputType": "IMicrosoftGraphPinnedChatMessageInfo",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphPinnedChatMessageInfo",
- "Command": "Get-MgChatPinnedMessage",
"Method": "GET",
- "Uri": "/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgChatPinnedMessage",
+ "ApiReferenceLink": null
},
{
"Module": "Teams",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphPinnedChatMessageInfo",
- "Command": "Get-MgChatPinnedMessage",
- "Method": "GET",
"Uri": "/chats/{chat-id}/pinnedMessages",
+ "OutputType": "IMicrosoftGraphPinnedChatMessageInfo",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -198020,18 +206615,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Teams",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgChatPinnedMessageCount",
"Method": "GET",
+ "Command": "Get-MgChatPinnedMessage",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-list-pinnedmessages?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Teams",
"Uri": "/chats/{chat-id}/pinnedMessages/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -198074,18 +206669,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Teams",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTeamsTab",
- "Command": "Get-MgChatTab",
"Method": "GET",
+ "Command": "Get-MgChatPinnedMessageCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Teams",
"Uri": "/chats/{chat-id}/tabs/{teamsTab-id}",
+ "OutputType": "IMicrosoftGraphTeamsTab",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -198152,17 +206748,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Teams",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTeamsTab",
- "Command": "Get-MgChatTab",
"Method": "GET",
+ "Command": "Get-MgChatTab",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-get-tabs?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Teams",
"Uri": "/chats/{chat-id}/tabs",
+ "OutputType": "IMicrosoftGraphTeamsTab",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -198213,18 +206811,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Teams",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgChatTabCount",
"Method": "GET",
+ "Command": "Get-MgChatTab",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-list-tabs?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Teams",
"Uri": "/chats/{chat-id}/tabs/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -198275,31 +206873,33 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Teams",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTeamsApp",
- "Command": "Get-MgChatTabTeamApp",
"Method": "GET",
- "Uri": "/chats/{chat-id}/tabs/{teamsTab-id}/teamsApp",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgChatTabCount",
+ "ApiReferenceLink": null
},
{
- "Module": "CloudCommunications",
+ "Module": "Teams",
+ "Uri": "/chats/{chat-id}/tabs/{teamsTab-id}/teamsApp",
+ "OutputType": "IMicrosoftGraphTeamsApp",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphCall",
- "Command": "Get-MgCommunicationCall",
"Method": "GET",
+ "Command": "Get-MgChatTabTeamApp",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "CloudCommunications",
"Uri": "/communications/calls/{call-id}",
+ "OutputType": "IMicrosoftGraphCall",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -198318,18 +206918,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "CloudCommunications",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAudioRoutingGroup",
- "Command": "Get-MgCommunicationCallAudioRoutingGroup",
"Method": "GET",
+ "Command": "Get-MgCommunicationCall",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "CloudCommunications",
"Uri": "/communications/calls/{call-id}/audioRoutingGroups/{audioRoutingGroup-id}",
+ "OutputType": "IMicrosoftGraphAudioRoutingGroup",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -198348,17 +206949,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "CloudCommunications",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAudioRoutingGroup",
- "Command": "Get-MgCommunicationCallAudioRoutingGroup",
"Method": "GET",
+ "Command": "Get-MgCommunicationCallAudioRoutingGroup",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/audioroutinggroup-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "CloudCommunications",
"Uri": "/communications/calls/{call-id}/audioRoutingGroups",
+ "OutputType": "IMicrosoftGraphAudioRoutingGroup",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -198377,18 +206980,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "CloudCommunications",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgCommunicationCallAudioRoutingGroupCount",
"Method": "GET",
+ "Command": "Get-MgCommunicationCallAudioRoutingGroup",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-list-audioroutinggroups?view=graph-rest-1.0"
+ },
+ {
+ "Module": "CloudCommunications",
"Uri": "/communications/calls/{call-id}/audioRoutingGroups/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -198407,18 +207010,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "CloudCommunications",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgCommunicationCallContentSharingSession",
"Method": "GET",
+ "Command": "Get-MgCommunicationCallAudioRoutingGroupCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "CloudCommunications",
"Uri": "/communications/calls/{call-id}/contentSharingSessions/{contentSharingSession-id}",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -198453,17 +207057,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "CloudCommunications",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphContentSharingSession",
- "Command": "Get-MgCommunicationCallContentSharingSession",
"Method": "GET",
+ "Command": "Get-MgCommunicationCallContentSharingSession",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contentsharingsession-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "CloudCommunications",
"Uri": "/communications/calls/{call-id}/contentSharingSessions",
+ "OutputType": "IMicrosoftGraphContentSharingSession",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -198498,18 +207104,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "CloudCommunications",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgCommunicationCallContentSharingSessionCount",
"Method": "GET",
+ "Command": "Get-MgCommunicationCallContentSharingSession",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-list-contentsharingsessions?view=graph-rest-1.0"
+ },
+ {
+ "Module": "CloudCommunications",
"Uri": "/communications/calls/{call-id}/contentSharingSessions/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -198544,68 +207150,73 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgCommunicationCallContentSharingSessionCount",
+ "ApiReferenceLink": null
},
{
"Module": "CloudCommunications",
+ "Uri": "/communications/calls/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgCommunicationCallCount",
"Method": "GET",
- "Uri": "/communications/calls/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgCommunicationCallCount",
+ "ApiReferenceLink": null
},
{
"Module": "CloudCommunications",
+ "Uri": "/communications/calls/{call-id}/operations/{commsOperation-id}",
+ "OutputType": "IMicrosoftGraphCommsOperation",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphCommsOperation",
- "Command": "Get-MgCommunicationCallOperation",
"Method": "GET",
- "Uri": "/communications/calls/{call-id}/operations/{commsOperation-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgCommunicationCallOperation",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/addlargegalleryviewoperation-get?view=graph-rest-1.0"
},
{
"Module": "CloudCommunications",
+ "Uri": "/communications/calls/{call-id}/operations",
+ "OutputType": "IMicrosoftGraphCommsOperation",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphCommsOperation",
- "Command": "Get-MgCommunicationCallOperation",
"Method": "GET",
- "Uri": "/communications/calls/{call-id}/operations",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgCommunicationCallOperation",
+ "ApiReferenceLink": null
},
{
"Module": "CloudCommunications",
+ "Uri": "/communications/calls/{call-id}/operations/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgCommunicationCallOperationCount",
"Method": "GET",
- "Uri": "/communications/calls/{call-id}/operations/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgCommunicationCallOperationCount",
+ "ApiReferenceLink": null
},
{
"Module": "CloudCommunications",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphParticipant",
- "Command": "Get-MgCommunicationCallParticipant",
- "Method": "GET",
"Uri": "/communications/calls/{call-id}/participants/{participant-id}",
+ "OutputType": "IMicrosoftGraphParticipant",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -198624,17 +207235,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "CloudCommunications",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphParticipant",
- "Command": "Get-MgCommunicationCallParticipant",
"Method": "GET",
+ "Command": "Get-MgCommunicationCallParticipant",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/participant-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "CloudCommunications",
"Uri": "/communications/calls/{call-id}/participants",
+ "OutputType": "IMicrosoftGraphParticipant",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -198653,18 +207266,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "CloudCommunications",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgCommunicationCallParticipantCount",
"Method": "GET",
+ "Command": "Get-MgCommunicationCallParticipant",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-list-participants?view=graph-rest-1.0"
+ },
+ {
+ "Module": "CloudCommunications",
"Uri": "/communications/calls/{call-id}/participants/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -198683,108 +207296,117 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgCommunicationCallParticipantCount",
+ "ApiReferenceLink": null
},
{
"Module": "CloudCommunications",
+ "Uri": "/communications/callRecords/{callRecord-id}",
+ "OutputType": "IMicrosoftGraphCallRecordsCallRecord",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphCallRecordsCallRecord",
- "Command": "Get-MgCommunicationCallRecord",
"Method": "GET",
- "Uri": "/communications/callRecords/{callRecord-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgCommunicationCallRecord",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/callrecords-callrecord-get?view=graph-rest-1.0"
},
{
"Module": "CloudCommunications",
+ "Uri": "/communications/callRecords/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgCommunicationCallRecordCount",
"Method": "GET",
- "Uri": "/communications/callRecords/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgCommunicationCallRecordCount",
+ "ApiReferenceLink": null
},
{
"Module": "CloudCommunications",
+ "Uri": "/communications/callRecords/{callRecord-id}/sessions/{session-id}",
+ "OutputType": "IMicrosoftGraphCallRecordsSession",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphCallRecordsSession",
- "Command": "Get-MgCommunicationCallRecordSession",
"Method": "GET",
- "Uri": "/communications/callRecords/{callRecord-id}/sessions/{session-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgCommunicationCallRecordSession",
+ "ApiReferenceLink": null
},
{
"Module": "CloudCommunications",
+ "Uri": "/communications/callRecords/{callRecord-id}/sessions",
+ "OutputType": "IMicrosoftGraphCallRecordsSession",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphCallRecordsSession",
- "Command": "Get-MgCommunicationCallRecordSession",
"Method": "GET",
- "Uri": "/communications/callRecords/{callRecord-id}/sessions",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgCommunicationCallRecordSession",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/callrecords-callrecord-list-sessions?view=graph-rest-1.0"
},
{
"Module": "CloudCommunications",
+ "Uri": "/communications/callRecords/{callRecord-id}/sessions/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgCommunicationCallRecordSessionCount",
"Method": "GET",
- "Uri": "/communications/callRecords/{callRecord-id}/sessions/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgCommunicationCallRecordSessionCount",
+ "ApiReferenceLink": null
},
{
"Module": "CloudCommunications",
+ "Uri": "/communications/callRecords/{callRecord-id}/sessions/{session-id}/segments/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgCommunicationCallRecordSessionSegmentCount",
"Method": "GET",
- "Uri": "/communications/callRecords/{callRecord-id}/sessions/{session-id}/segments/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgCommunicationCallRecordSessionSegmentCount",
+ "ApiReferenceLink": null
},
{
"Module": "CloudCommunications",
+ "Uri": "/communications/onlineMeetings/{onlineMeeting-id}",
+ "OutputType": "IMicrosoftGraphOnlineMeeting",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetExpanded",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphOnlineMeeting",
- "Command": "Get-MgCommunicationOnlineMeeting",
"Method": "GET",
- "Uri": "/communications/onlineMeetings/{onlineMeeting-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgCommunicationOnlineMeeting",
+ "ApiReferenceLink": null
},
{
"Module": "CloudCommunications",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphOnlineMeeting",
- "Command": "Get-MgCommunicationOnlineMeeting",
- "Method": "GET",
"Uri": "/communications/onlineMeetings",
+ "OutputType": "IMicrosoftGraphOnlineMeeting",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -198819,106 +207441,114 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgCommunicationOnlineMeeting",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onlinemeeting-get?view=graph-rest-1.0"
},
{
"Module": "CloudCommunications",
+ "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}",
+ "OutputType": "IMicrosoftGraphMeetingAttendanceReport",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMeetingAttendanceReport",
- "Command": "Get-MgCommunicationOnlineMeetingAttendanceReport",
"Method": "GET",
- "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgCommunicationOnlineMeetingAttendanceReport",
+ "ApiReferenceLink": null
},
{
"Module": "CloudCommunications",
+ "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports",
+ "OutputType": "IMicrosoftGraphMeetingAttendanceReport",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphMeetingAttendanceReport",
- "Command": "Get-MgCommunicationOnlineMeetingAttendanceReport",
"Method": "GET",
- "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgCommunicationOnlineMeetingAttendanceReport",
+ "ApiReferenceLink": null
},
{
"Module": "CloudCommunications",
+ "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}",
+ "OutputType": "IMicrosoftGraphAttendanceRecord",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAttendanceRecord",
- "Command": "Get-MgCommunicationOnlineMeetingAttendanceReportAttendanceRecord",
"Method": "GET",
- "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgCommunicationOnlineMeetingAttendanceReportAttendanceRecord",
+ "ApiReferenceLink": null
},
{
"Module": "CloudCommunications",
+ "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords",
+ "OutputType": "IMicrosoftGraphAttendanceRecord",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphAttendanceRecord",
- "Command": "Get-MgCommunicationOnlineMeetingAttendanceReportAttendanceRecord",
"Method": "GET",
- "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgCommunicationOnlineMeetingAttendanceReportAttendanceRecord",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attendancerecord-list?view=graph-rest-1.0"
},
{
"Module": "CloudCommunications",
+ "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgCommunicationOnlineMeetingAttendanceReportAttendanceRecordCount",
"Method": "GET",
- "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgCommunicationOnlineMeetingAttendanceReportAttendanceRecordCount",
+ "ApiReferenceLink": null
},
{
"Module": "CloudCommunications",
+ "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgCommunicationOnlineMeetingAttendanceReportCount",
"Method": "GET",
- "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgCommunicationOnlineMeetingAttendanceReportCount",
+ "ApiReferenceLink": null
},
{
"Module": "CloudCommunications",
+ "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendeeReport",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgCommunicationOnlineMeetingAttendeeReport",
"Method": "GET",
- "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendeeReport",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgCommunicationOnlineMeetingAttendeeReport",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onlinemeeting-get?view=graph-rest-1.0"
},
{
"Module": "CloudCommunications",
- "Variants": [
- "Get"
- ],
- "OutputType": null,
- "Command": "Get-MgCommunicationOnlineMeetingCount",
- "Method": "GET",
"Uri": "/communications/onlineMeetings/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -198953,158 +207583,170 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgCommunicationOnlineMeetingCount",
+ "ApiReferenceLink": null
},
{
"Module": "CloudCommunications",
+ "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}",
+ "OutputType": "IMicrosoftGraphCallRecording",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphCallRecording",
- "Command": "Get-MgCommunicationOnlineMeetingRecording",
"Method": "GET",
- "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgCommunicationOnlineMeetingRecording",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/callrecording-get?view=graph-rest-1.0"
},
{
"Module": "CloudCommunications",
+ "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recordings",
+ "OutputType": "IMicrosoftGraphCallRecording",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphCallRecording",
- "Command": "Get-MgCommunicationOnlineMeetingRecording",
"Method": "GET",
- "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recordings",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgCommunicationOnlineMeetingRecording",
+ "ApiReferenceLink": null
},
{
"Module": "CloudCommunications",
+ "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}/content",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgCommunicationOnlineMeetingRecordingContent",
"Method": "GET",
- "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}/content",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgCommunicationOnlineMeetingRecordingContent",
+ "ApiReferenceLink": null
},
{
"Module": "CloudCommunications",
+ "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recordings/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgCommunicationOnlineMeetingRecordingCount",
"Method": "GET",
- "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recordings/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgCommunicationOnlineMeetingRecordingCount",
+ "ApiReferenceLink": null
},
{
"Module": "CloudCommunications",
+ "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}",
+ "OutputType": "IMicrosoftGraphCallTranscript",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphCallTranscript",
- "Command": "Get-MgCommunicationOnlineMeetingTranscript",
"Method": "GET",
- "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgCommunicationOnlineMeetingTranscript",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calltranscript-get?view=graph-rest-1.0"
},
{
"Module": "CloudCommunications",
+ "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts",
+ "OutputType": "IMicrosoftGraphCallTranscript",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphCallTranscript",
- "Command": "Get-MgCommunicationOnlineMeetingTranscript",
"Method": "GET",
- "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgCommunicationOnlineMeetingTranscript",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onlinemeeting-list-transcripts?view=graph-rest-1.0"
},
{
"Module": "CloudCommunications",
+ "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/content",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgCommunicationOnlineMeetingTranscriptContent",
"Method": "GET",
- "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/content",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgCommunicationOnlineMeetingTranscriptContent",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onlinemeeting-list-transcripts?view=graph-rest-1.0"
},
{
"Module": "CloudCommunications",
+ "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgCommunicationOnlineMeetingTranscriptCount",
"Method": "GET",
- "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgCommunicationOnlineMeetingTranscriptCount",
+ "ApiReferenceLink": null
},
{
"Module": "CloudCommunications",
+ "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/metadataContent",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgCommunicationOnlineMeetingTranscriptMetadataContent",
"Method": "GET",
- "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/metadataContent",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgCommunicationOnlineMeetingTranscriptMetadataContent",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onlinemeeting-list-transcripts?view=graph-rest-1.0"
},
{
"Module": "CloudCommunications",
+ "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/getVirtualAppointmentJoinWebUrl",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgCommunicationOnlineMeetingVirtualAppointmentJoinWebUrl",
"Method": "GET",
- "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/getVirtualAppointmentJoinWebUrl",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgCommunicationOnlineMeetingVirtualAppointmentJoinWebUrl",
+ "ApiReferenceLink": null
},
{
"Module": "CloudCommunications",
+ "Uri": "/communications/presences/{presence-id}",
+ "OutputType": "IMicrosoftGraphPresence",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphPresence",
- "Command": "Get-MgCommunicationPresence",
"Method": "GET",
- "Uri": "/communications/presences/{presence-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgCommunicationPresence",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-get?view=graph-rest-1.0"
},
{
"Module": "CloudCommunications",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphPresence",
- "Command": "Get-MgCommunicationPresence",
- "Method": "GET",
"Uri": "/communications/presences",
+ "OutputType": "IMicrosoftGraphPresence",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -199131,18 +207773,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgCommunicationPresence",
+ "ApiReferenceLink": null
},
{
"Module": "CloudCommunications",
- "Variants": [
- "Get",
- "GetExpanded"
- ],
- "OutputType": "IMicrosoftGraphPresence",
- "Command": "Get-MgCommunicationPresenceByUserId",
- "Method": "POST",
"Uri": "/communications/getPresencesByUserId",
+ "OutputType": "IMicrosoftGraphPresence",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -199161,17 +207803,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetExpanded"
+ ],
+ "Method": "POST",
+ "Command": "Get-MgCommunicationPresenceByUserId",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudcommunications-getpresencesbyuserid?view=graph-rest-1.0"
},
{
"Module": "CloudCommunications",
- "Variants": [
- "Get"
- ],
- "OutputType": null,
- "Command": "Get-MgCommunicationPresenceCount",
- "Method": "GET",
"Uri": "/communications/presences/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -199198,30 +207842,31 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgCommunicationPresenceCount",
+ "ApiReferenceLink": null
},
{
"Module": "Compliance",
+ "Uri": "/compliance",
+ "OutputType": "IMicrosoftGraphCompliance",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": "IMicrosoftGraphCompliance",
- "Command": "Get-MgCompliance",
"Method": "GET",
- "Uri": "/compliance",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgCompliance",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.DirectoryManagement",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphOrgContact",
- "Command": "Get-MgContact",
- "Method": "GET",
"Uri": "/contacts/{orgContact-id}",
+ "OutputType": "IMicrosoftGraphOrgContact",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -199248,17 +207893,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.DirectoryManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphOrgContact",
- "Command": "Get-MgContact",
"Method": "GET",
+ "Command": "Get-MgContact",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/orgcontact-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Identity.DirectoryManagement",
"Uri": "/contacts",
+ "OutputType": "IMicrosoftGraphOrgContact",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -199285,30 +207932,32 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgContact",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/orgcontact-list?view=graph-rest-1.0"
},
{
"Module": "Identity.DirectoryManagement",
+ "Uri": "/contacts/getByIds",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetExpanded"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgContactById",
"Method": "POST",
- "Uri": "/contacts/getByIds",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgContactById",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0"
},
{
"Module": "Identity.DirectoryManagement",
- "Variants": [
- "Get"
- ],
- "OutputType": null,
- "Command": "Get-MgContactCount",
- "Method": "GET",
"Uri": "/contacts/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -199335,17 +207984,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.DirectoryManagement",
+ ],
"Variants": [
- "Delta"
+ "Get"
],
- "OutputType": "IMicrosoftGraphOrgContact",
- "Command": "Get-MgContactDelta",
"Method": "GET",
+ "Command": "Get-MgContactCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Identity.DirectoryManagement",
"Uri": "/contacts/delta",
+ "OutputType": "IMicrosoftGraphOrgContact",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -199372,30 +208022,32 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Delta"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgContactDelta",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.DirectoryManagement",
+ "Uri": "/contacts/{orgContact-id}/directReports/{directoryObject-id}",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgContactDirectReport",
"Method": "GET",
- "Uri": "/contacts/{orgContact-id}/directReports/{directoryObject-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgContactDirectReport",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.DirectoryManagement",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgContactDirectReport",
- "Method": "GET",
"Uri": "/contacts/{orgContact-id}/directReports",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -199430,68 +208082,72 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgContactDirectReport",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/orgcontact-list-directreports?view=graph-rest-1.0"
},
{
"Module": "Identity.DirectoryManagement",
+ "Uri": "/contacts/{orgContact-id}/directReports/{directoryObject-id}/orgContact",
+ "OutputType": "IMicrosoftGraphOrgContact",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphOrgContact",
- "Command": "Get-MgContactDirectReportAsOrgContact",
"Method": "GET",
- "Uri": "/contacts/{orgContact-id}/directReports/{directoryObject-id}/orgContact",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgContactDirectReportAsOrgContact",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.DirectoryManagement",
+ "Uri": "/contacts/{orgContact-id}/directReports/orgContact",
+ "OutputType": "IMicrosoftGraphOrgContact",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphOrgContact",
- "Command": "Get-MgContactDirectReportAsOrgContact",
"Method": "GET",
- "Uri": "/contacts/{orgContact-id}/directReports/orgContact",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgContactDirectReportAsOrgContact",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.DirectoryManagement",
+ "Uri": "/contacts/{orgContact-id}/directReports/{directoryObject-id}/user",
+ "OutputType": "IMicrosoftGraphUser",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUser",
- "Command": "Get-MgContactDirectReportAsUser",
"Method": "GET",
- "Uri": "/contacts/{orgContact-id}/directReports/{directoryObject-id}/user",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgContactDirectReportAsUser",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.DirectoryManagement",
+ "Uri": "/contacts/{orgContact-id}/directReports/user",
+ "OutputType": "IMicrosoftGraphUser",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphUser",
- "Command": "Get-MgContactDirectReportAsUser",
"Method": "GET",
- "Uri": "/contacts/{orgContact-id}/directReports/user",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgContactDirectReportAsUser",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.DirectoryManagement",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": null,
- "Command": "Get-MgContactDirectReportCount",
- "Method": "GET",
"Uri": "/contacts/{orgContact-id}/directReports/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -199526,44 +208182,47 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.DirectoryManagement",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgContactDirectReportCountAsOrgContact",
"Method": "GET",
- "Uri": "/contacts/{orgContact-id}/directReports/orgContact/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgContactDirectReportCount",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.DirectoryManagement",
+ "Uri": "/contacts/{orgContact-id}/directReports/orgContact/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgContactDirectReportCountAsUser",
"Method": "GET",
- "Uri": "/contacts/{orgContact-id}/directReports/user/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgContactDirectReportCountAsOrgContact",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.DirectoryManagement",
+ "Uri": "/contacts/{orgContact-id}/directReports/user/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgContactManager",
"Method": "GET",
+ "Command": "Get-MgContactDirectReportCountAsUser",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Identity.DirectoryManagement",
"Uri": "/contacts/{orgContact-id}/manager",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -199598,20 +208257,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.DirectoryManagement",
+ ],
"Variants": [
"Get",
- "GetExpanded",
- "GetViaIdentity",
- "GetViaIdentityExpanded"
+ "GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgContactMemberGroup",
- "Method": "POST",
+ "Method": "GET",
+ "Command": "Get-MgContactManager",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/orgcontact-get-manager?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Identity.DirectoryManagement",
"Uri": "/contacts/{orgContact-id}/getMemberGroups",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -199694,20 +208352,21 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.DirectoryManagement",
+ ],
"Variants": [
"Get",
"GetExpanded",
"GetViaIdentity",
"GetViaIdentityExpanded"
],
- "OutputType": null,
- "Command": "Get-MgContactMemberObject",
"Method": "POST",
+ "Command": "Get-MgContactMemberGroup",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Identity.DirectoryManagement",
"Uri": "/contacts/{orgContact-id}/getMemberObjects",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -199806,30 +208465,35 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetExpanded",
+ "GetViaIdentity",
+ "GetViaIdentityExpanded"
+ ],
+ "Method": "POST",
+ "Command": "Get-MgContactMemberObject",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0"
},
{
"Module": "Identity.DirectoryManagement",
+ "Uri": "/contacts/{orgContact-id}/memberOf/{directoryObject-id}",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgContactMemberOf",
"Method": "GET",
- "Uri": "/contacts/{orgContact-id}/memberOf/{directoryObject-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgContactMemberOf",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.DirectoryManagement",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgContactMemberOf",
- "Method": "GET",
"Uri": "/contacts/{orgContact-id}/memberOf",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -199864,68 +208528,72 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgContactMemberOf",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/orgcontact-list-memberof?view=graph-rest-1.0"
},
{
"Module": "Identity.DirectoryManagement",
+ "Uri": "/contacts/{orgContact-id}/memberOf/{directoryObject-id}/administrativeUnit",
+ "OutputType": "IMicrosoftGraphAdministrativeUnit",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAdministrativeUnit",
- "Command": "Get-MgContactMemberOfAsAdministrativeUnit",
"Method": "GET",
- "Uri": "/contacts/{orgContact-id}/memberOf/{directoryObject-id}/administrativeUnit",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgContactMemberOfAsAdministrativeUnit",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.DirectoryManagement",
+ "Uri": "/contacts/{orgContact-id}/memberOf/administrativeUnit",
+ "OutputType": "IMicrosoftGraphAdministrativeUnit",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphAdministrativeUnit",
- "Command": "Get-MgContactMemberOfAsAdministrativeUnit",
"Method": "GET",
- "Uri": "/contacts/{orgContact-id}/memberOf/administrativeUnit",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgContactMemberOfAsAdministrativeUnit",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.DirectoryManagement",
+ "Uri": "/contacts/{orgContact-id}/memberOf/{directoryObject-id}/group",
+ "OutputType": "IMicrosoftGraphGroup",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphGroup",
- "Command": "Get-MgContactMemberOfAsGroup",
"Method": "GET",
- "Uri": "/contacts/{orgContact-id}/memberOf/{directoryObject-id}/group",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgContactMemberOfAsGroup",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.DirectoryManagement",
+ "Uri": "/contacts/{orgContact-id}/memberOf/group",
+ "OutputType": "IMicrosoftGraphGroup",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphGroup",
- "Command": "Get-MgContactMemberOfAsGroup",
"Method": "GET",
- "Uri": "/contacts/{orgContact-id}/memberOf/group",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgContactMemberOfAsGroup",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.DirectoryManagement",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": null,
- "Command": "Get-MgContactMemberOfCount",
- "Method": "GET",
"Uri": "/contacts/{orgContact-id}/memberOf/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -199960,81 +208628,88 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgContactMemberOfCount",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.DirectoryManagement",
+ "Uri": "/contacts/{orgContact-id}/memberOf/administrativeUnit/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgContactMemberOfCountAsAdministrativeUnit",
"Method": "GET",
- "Uri": "/contacts/{orgContact-id}/memberOf/administrativeUnit/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgContactMemberOfCountAsAdministrativeUnit",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.DirectoryManagement",
+ "Uri": "/contacts/{orgContact-id}/memberOf/group/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgContactMemberOfCountAsGroup",
"Method": "GET",
- "Uri": "/contacts/{orgContact-id}/memberOf/group/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgContactMemberOfCountAsGroup",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.DirectoryManagement",
+ "Uri": "/contacts/{orgContact-id}/serviceProvisioningErrors",
+ "OutputType": "IMicrosoftGraphServiceProvisioningError",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Command": "Get-MgContactServiceProvisioningError",
"Method": "GET",
- "Uri": "/contacts/{orgContact-id}/serviceProvisioningErrors",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgContactServiceProvisioningError",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.DirectoryManagement",
+ "Uri": "/contacts/{orgContact-id}/serviceProvisioningErrors/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgContactServiceProvisioningErrorCount",
"Method": "GET",
- "Uri": "/contacts/{orgContact-id}/serviceProvisioningErrors/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgContactServiceProvisioningErrorCount",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.DirectoryManagement",
+ "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/{directoryObject-id}",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgContactTransitiveMemberOf",
"Method": "GET",
- "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/{directoryObject-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgContactTransitiveMemberOf",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.DirectoryManagement",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgContactTransitiveMemberOf",
- "Method": "GET",
"Uri": "/contacts/{orgContact-id}/transitiveMemberOf",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -200061,68 +208736,72 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgContactTransitiveMemberOf",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/orgcontact-list-transitivememberof?view=graph-rest-1.0"
},
{
"Module": "Identity.DirectoryManagement",
+ "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/{directoryObject-id}/administrativeUnit",
+ "OutputType": "IMicrosoftGraphAdministrativeUnit",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAdministrativeUnit",
- "Command": "Get-MgContactTransitiveMemberOfAsAdministrativeUnit",
"Method": "GET",
- "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/{directoryObject-id}/administrativeUnit",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgContactTransitiveMemberOfAsAdministrativeUnit",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.DirectoryManagement",
+ "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/administrativeUnit",
+ "OutputType": "IMicrosoftGraphAdministrativeUnit",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphAdministrativeUnit",
- "Command": "Get-MgContactTransitiveMemberOfAsAdministrativeUnit",
"Method": "GET",
- "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/administrativeUnit",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgContactTransitiveMemberOfAsAdministrativeUnit",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.DirectoryManagement",
+ "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/{directoryObject-id}/group",
+ "OutputType": "IMicrosoftGraphGroup",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphGroup",
- "Command": "Get-MgContactTransitiveMemberOfAsGroup",
"Method": "GET",
- "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/{directoryObject-id}/group",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgContactTransitiveMemberOfAsGroup",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.DirectoryManagement",
+ "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/group",
+ "OutputType": "IMicrosoftGraphGroup",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphGroup",
- "Command": "Get-MgContactTransitiveMemberOfAsGroup",
"Method": "GET",
- "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/group",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgContactTransitiveMemberOfAsGroup",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.DirectoryManagement",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": null,
- "Command": "Get-MgContactTransitiveMemberOfCount",
- "Method": "GET",
"Uri": "/contacts/{orgContact-id}/transitiveMemberOf/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -200149,44 +208828,47 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.DirectoryManagement",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgContactTransitiveMemberOfCountAsAdministrativeUnit",
"Method": "GET",
- "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/administrativeUnit/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgContactTransitiveMemberOfCount",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.DirectoryManagement",
+ "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/administrativeUnit/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgContactTransitiveMemberOfCountAsGroup",
"Method": "GET",
- "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/group/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgContactTransitiveMemberOfCountAsAdministrativeUnit",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.DirectoryManagement",
+ "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/group/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphContract",
- "Command": "Get-MgContract",
"Method": "GET",
+ "Command": "Get-MgContactTransitiveMemberOfCountAsGroup",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Identity.DirectoryManagement",
"Uri": "/contracts/{contract-id}",
+ "OutputType": "IMicrosoftGraphContract",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -200205,17 +208887,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.DirectoryManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphContract",
- "Command": "Get-MgContract",
"Method": "GET",
+ "Command": "Get-MgContract",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contract-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Identity.DirectoryManagement",
"Uri": "/contracts",
+ "OutputType": "IMicrosoftGraphContract",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -200234,30 +208918,32 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgContract",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contract-list?view=graph-rest-1.0"
},
{
"Module": "Identity.DirectoryManagement",
+ "Uri": "/contracts/getByIds",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetExpanded"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgContractById",
"Method": "POST",
- "Uri": "/contracts/getByIds",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgContractById",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0"
},
{
"Module": "Identity.DirectoryManagement",
- "Variants": [
- "Get"
- ],
- "OutputType": null,
- "Command": "Get-MgContractCount",
- "Method": "GET",
"Uri": "/contracts/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -200276,17 +208962,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.DirectoryManagement",
+ ],
"Variants": [
- "Delta"
+ "Get"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgContractDelta",
"Method": "GET",
+ "Command": "Get-MgContractCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Identity.DirectoryManagement",
"Uri": "/contracts/delta",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -200305,48 +208992,50 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Delta"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgContractDelta",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.DirectoryManagement",
+ "Uri": "/contracts/{contract-id}/getMemberGroups",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetExpanded",
"GetViaIdentity",
"GetViaIdentityExpanded"
],
- "OutputType": null,
- "Command": "Get-MgContractMemberGroup",
"Method": "POST",
- "Uri": "/contracts/{contract-id}/getMemberGroups",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgContractMemberGroup",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0"
},
{
"Module": "Identity.DirectoryManagement",
+ "Uri": "/contracts/{contract-id}/getMemberObjects",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetExpanded",
"GetViaIdentity",
"GetViaIdentityExpanded"
],
- "OutputType": null,
- "Command": "Get-MgContractMemberObject",
"Method": "POST",
- "Uri": "/contracts/{contract-id}/getMemberObjects",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgContractMemberObject",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0"
},
{
"Module": "Identity.SignIns",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphDataPolicyOperation",
- "Command": "Get-MgDataPolicyOperation",
- "Method": "GET",
"Uri": "/dataPolicyOperations/{dataPolicyOperation-id}",
+ "OutputType": "IMicrosoftGraphDataPolicyOperation",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -200365,42 +209054,92 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgDataPolicyOperation",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/datapolicyoperation-get?view=graph-rest-1.0"
},
{
"Module": "Identity.SignIns",
+ "Uri": "/dataPolicyOperations",
+ "OutputType": "IMicrosoftGraphDataPolicyOperation",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphDataPolicyOperation",
- "Command": "Get-MgDataPolicyOperation",
"Method": "GET",
- "Uri": "/dataPolicyOperations",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDataPolicyOperation",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.SignIns",
+ "Uri": "/dataPolicyOperations/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgDataPolicyOperationCount",
"Method": "GET",
- "Uri": "/dataPolicyOperations/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDataPolicyOperationCount",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.DirectoryManagement",
+ "Uri": "/devices/{device-id}",
+ "OutputType": "IMicrosoftGraphDevice",
+ "ApiVersion": "v1.0",
+ "Permissions": [
+ {
+ "Name": "Device.Read.All",
+ "Description": "Read all devices",
+ "FullDescription": "Allows the app to read your organization's devices' configuration information without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": true
+ },
+ {
+ "Name": "Directory.ReadWrite.All",
+ "Description": "Read and write directory data",
+ "FullDescription": "Allows the app to read and write data in your organization's directory, such as users, and groups, without a signed-in user. Does not allow user or group deletion.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "Directory.Read.All",
+ "Description": "Read directory data",
+ "FullDescription": "Allows the app to read data in your organization's directory, such as users, groups and apps, without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "Device.ReadWrite.All",
+ "Description": "Read and write devices",
+ "FullDescription": "Allows the app to read and write all device properties without a signed in user. Does not allow device creation, device deletion or update of device alternative security identifiers.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ }
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDevice",
- "Command": "Get-MgDevice",
"Method": "GET",
- "Uri": "/devices/{device-id}",
+ "Command": "Get-MgDevice",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Identity.DirectoryManagement",
+ "Uri": "/devices",
+ "OutputType": "IMicrosoftGraphDevice",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -200435,62 +209174,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.DirectoryManagement",
+ ],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphDevice",
- "Command": "Get-MgDevice",
"Method": "GET",
- "Uri": "/devices",
- "ApiVersion": "v1.0",
- "Permissions": [
- {
- "Name": "Device.Read.All",
- "Description": "Read all devices",
- "FullDescription": "Allows the app to read your organization's devices' configuration information without a signed-in user.",
- "IsAdmin": false,
- "PermissionType": "Application",
- "IsLeastPrivilege": true
- },
- {
- "Name": "Directory.ReadWrite.All",
- "Description": "Read and write directory data",
- "FullDescription": "Allows the app to read and write data in your organization's directory, such as users, and groups, without a signed-in user. Does not allow user or group deletion.",
- "IsAdmin": false,
- "PermissionType": "Application",
- "IsLeastPrivilege": false
- },
- {
- "Name": "Directory.Read.All",
- "Description": "Read directory data",
- "FullDescription": "Allows the app to read data in your organization's directory, such as users, groups and apps, without a signed-in user.",
- "IsAdmin": false,
- "PermissionType": "Application",
- "IsLeastPrivilege": false
- },
- {
- "Name": "Device.ReadWrite.All",
- "Description": "Read and write devices",
- "FullDescription": "Allows the app to read and write all device properties without a signed in user. Does not allow device creation, device deletion or update of device alternative security identifiers.",
- "IsAdmin": false,
- "PermissionType": "Application",
- "IsLeastPrivilege": false
- }
- ]
+ "Command": "Get-MgDevice",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-list?view=graph-rest-1.0"
},
{
"Module": "Devices.CorporateManagement",
- "Variants": [
- "Get"
- ],
- "OutputType": "IMicrosoftGraphDeviceAppManagement",
- "Command": "Get-MgDeviceAppManagement",
- "Method": "GET",
"Uri": "/deviceAppManagement",
+ "OutputType": "IMicrosoftGraphDeviceAppManagement",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -200525,18 +209220,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Devices.CorporateManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphAndroidManagedAppProtection",
- "Command": "Get-MgDeviceAppManagementAndroidManagedAppProtection",
"Method": "GET",
+ "Command": "Get-MgDeviceAppManagement",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-onboarding-deviceappmanagement-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Devices.CorporateManagement",
"Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}",
+ "OutputType": "IMicrosoftGraphAndroidManagedAppProtection",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -200555,17 +209250,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Devices.CorporateManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAndroidManagedAppProtection",
- "Command": "Get-MgDeviceAppManagementAndroidManagedAppProtection",
"Method": "GET",
+ "Command": "Get-MgDeviceAppManagementAndroidManagedAppProtection",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-mam-androidmanagedappprotection-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Devices.CorporateManagement",
"Uri": "/deviceAppManagement/androidManagedAppProtections",
+ "OutputType": "IMicrosoftGraphAndroidManagedAppProtection",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -200584,18 +209281,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Devices.CorporateManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": "IMicrosoftGraphManagedMobileApp",
- "Command": "Get-MgDeviceAppManagementAndroidManagedAppProtectionApp",
"Method": "GET",
+ "Command": "Get-MgDeviceAppManagementAndroidManagedAppProtection",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-mam-androidmanagedappprotection-list?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Devices.CorporateManagement",
"Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps/{managedMobileApp-id}",
+ "OutputType": "IMicrosoftGraphManagedMobileApp",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -200630,17 +209327,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Devices.CorporateManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphManagedMobileApp",
- "Command": "Get-MgDeviceAppManagementAndroidManagedAppProtectionApp",
"Method": "GET",
+ "Command": "Get-MgDeviceAppManagementAndroidManagedAppProtectionApp",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Devices.CorporateManagement",
"Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps",
+ "OutputType": "IMicrosoftGraphManagedMobileApp",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -200675,18 +209374,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Devices.CorporateManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgDeviceAppManagementAndroidManagedAppProtectionAppCount",
"Method": "GET",
+ "Command": "Get-MgDeviceAppManagementAndroidManagedAppProtectionApp",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Devices.CorporateManagement",
"Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -200721,18 +209420,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Devices.CorporateManagement",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment",
- "Command": "Get-MgDeviceAppManagementAndroidManagedAppProtectionAssignment",
"Method": "GET",
+ "Command": "Get-MgDeviceAppManagementAndroidManagedAppProtectionAppCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Devices.CorporateManagement",
"Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}",
+ "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -200767,17 +209467,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Devices.CorporateManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment",
- "Command": "Get-MgDeviceAppManagementAndroidManagedAppProtectionAssignment",
"Method": "GET",
+ "Command": "Get-MgDeviceAppManagementAndroidManagedAppProtectionAssignment",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Devices.CorporateManagement",
"Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/assignments",
+ "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -200812,18 +209514,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Devices.CorporateManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgDeviceAppManagementAndroidManagedAppProtectionAssignmentCount",
"Method": "GET",
+ "Command": "Get-MgDeviceAppManagementAndroidManagedAppProtectionAssignment",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Devices.CorporateManagement",
"Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/assignments/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -200858,17 +209560,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Devices.CorporateManagement",
+ ],
"Variants": [
- "Get"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgDeviceAppManagementAndroidManagedAppProtectionCount",
"Method": "GET",
+ "Command": "Get-MgDeviceAppManagementAndroidManagedAppProtectionAssignmentCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Devices.CorporateManagement",
"Uri": "/deviceAppManagement/androidManagedAppProtections/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -200887,18 +209591,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Devices.CorporateManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary",
- "Command": "Get-MgDeviceAppManagementAndroidManagedAppProtectionDeploymentSummary",
"Method": "GET",
+ "Command": "Get-MgDeviceAppManagementAndroidManagedAppProtectionCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Devices.CorporateManagement",
"Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/deploymentSummary",
+ "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -200933,18 +209637,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Devices.CorporateManagement",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDefaultManagedAppProtection",
- "Command": "Get-MgDeviceAppManagementDefaultManagedAppProtection",
"Method": "GET",
+ "Command": "Get-MgDeviceAppManagementAndroidManagedAppProtectionDeploymentSummary",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Devices.CorporateManagement",
"Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}",
+ "OutputType": "IMicrosoftGraphDefaultManagedAppProtection",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -200979,17 +209684,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Devices.CorporateManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDefaultManagedAppProtection",
- "Command": "Get-MgDeviceAppManagementDefaultManagedAppProtection",
"Method": "GET",
+ "Command": "Get-MgDeviceAppManagementDefaultManagedAppProtection",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-mam-defaultmanagedappprotection-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Devices.CorporateManagement",
"Uri": "/deviceAppManagement/defaultManagedAppProtections",
+ "OutputType": "IMicrosoftGraphDefaultManagedAppProtection",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -201024,18 +209731,65 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgDeviceAppManagementDefaultManagedAppProtection",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-mam-defaultmanagedappprotection-list?view=graph-rest-1.0"
},
{
"Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps/{managedMobileApp-id}",
+ "OutputType": "IMicrosoftGraphManagedMobileApp",
+ "ApiVersion": "v1.0",
+ "Permissions": [
+ {
+ "Name": "DeviceManagementApps.Read.All",
+ "Description": "Read Microsoft Intune apps",
+ "FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": true
+ },
+ {
+ "Name": "DeviceManagementConfiguration.ReadWrite.All",
+ "Description": "Read and write Microsoft Intune device configuration and policies",
+ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "DeviceManagementConfiguration.Read.All",
+ "Description": "Read Microsoft Intune device configuration and policies",
+ "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "DeviceManagementApps.ReadWrite.All",
+ "Description": "Read and write Microsoft Intune apps",
+ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ }
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphManagedMobileApp",
- "Command": "Get-MgDeviceAppManagementDefaultManagedAppProtectionApp",
"Method": "GET",
- "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps/{managedMobileApp-id}",
+ "Command": "Get-MgDeviceAppManagementDefaultManagedAppProtectionApp",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps",
+ "OutputType": "IMicrosoftGraphManagedMobileApp",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -201070,17 +209824,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Devices.CorporateManagement",
+ ],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphManagedMobileApp",
- "Command": "Get-MgDeviceAppManagementDefaultManagedAppProtectionApp",
"Method": "GET",
- "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps",
+ "Command": "Get-MgDeviceAppManagementDefaultManagedAppProtectionApp",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -201115,18 +209870,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Devices.CorporateManagement",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgDeviceAppManagementDefaultManagedAppProtectionAppCount",
"Method": "GET",
- "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps/$count",
+ "Command": "Get-MgDeviceAppManagementDefaultManagedAppProtectionAppCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/defaultManagedAppProtections/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -201161,17 +209917,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Devices.CorporateManagement",
+ ],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgDeviceAppManagementDefaultManagedAppProtectionCount",
"Method": "GET",
- "Uri": "/deviceAppManagement/defaultManagedAppProtections/$count",
+ "Command": "Get-MgDeviceAppManagementDefaultManagedAppProtectionCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/deploymentSummary",
+ "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -201206,18 +209963,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Devices.CorporateManagement",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary",
- "Command": "Get-MgDeviceAppManagementDefaultManagedAppProtectionDeploymentSummary",
"Method": "GET",
- "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/deploymentSummary",
+ "Command": "Get-MgDeviceAppManagementDefaultManagedAppProtectionDeploymentSummary",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}",
+ "OutputType": "IMicrosoftGraphIosManagedAppProtection",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -201228,22 +209986,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",
@@ -201252,18 +209994,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Devices.CorporateManagement",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphIosManagedAppProtection",
- "Command": "Get-MgDeviceAppManagementiOSManagedAppProtection",
"Method": "GET",
- "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}",
+ "Command": "Get-MgDeviceAppManagementiOSManagedAppProtection",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-mam-iosmanagedappprotection-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/iosManagedAppProtections",
+ "OutputType": "IMicrosoftGraphIosManagedAppProtection",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -201282,17 +210025,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Devices.CorporateManagement",
+ ],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphIosManagedAppProtection",
- "Command": "Get-MgDeviceAppManagementiOSManagedAppProtection",
"Method": "GET",
- "Uri": "/deviceAppManagement/iosManagedAppProtections",
+ "Command": "Get-MgDeviceAppManagementiOSManagedAppProtection",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-mam-iosmanagedappprotection-list?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps/{managedMobileApp-id}",
+ "OutputType": "IMicrosoftGraphManagedMobileApp",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -201303,6 +210047,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",
@@ -201311,18 +210071,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Devices.CorporateManagement",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphManagedMobileApp",
- "Command": "Get-MgDeviceAppManagementiOSManagedAppProtectionApp",
"Method": "GET",
- "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps/{managedMobileApp-id}",
+ "Command": "Get-MgDeviceAppManagementiOSManagedAppProtectionApp",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-mam-managedmobileapp-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps",
+ "OutputType": "IMicrosoftGraphManagedMobileApp",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -201357,17 +210118,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Devices.CorporateManagement",
+ ],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphManagedMobileApp",
- "Command": "Get-MgDeviceAppManagementiOSManagedAppProtectionApp",
"Method": "GET",
- "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps",
+ "Command": "Get-MgDeviceAppManagementiOSManagedAppProtectionApp",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-mam-managedmobileapp-list?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -201402,18 +210164,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Devices.CorporateManagement",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgDeviceAppManagementiOSManagedAppProtectionAppCount",
"Method": "GET",
- "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps/$count",
+ "Command": "Get-MgDeviceAppManagementiOSManagedAppProtectionAppCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}",
+ "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -201448,18 +210211,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Devices.CorporateManagement",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment",
- "Command": "Get-MgDeviceAppManagementiOSManagedAppProtectionAssignment",
"Method": "GET",
- "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}",
+ "Command": "Get-MgDeviceAppManagementiOSManagedAppProtectionAssignment",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/assignments",
+ "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -201494,17 +210258,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Devices.CorporateManagement",
+ ],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment",
- "Command": "Get-MgDeviceAppManagementiOSManagedAppProtectionAssignment",
"Method": "GET",
- "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/assignments",
+ "Command": "Get-MgDeviceAppManagementiOSManagedAppProtectionAssignment",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/assignments/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -201539,18 +210304,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Devices.CorporateManagement",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgDeviceAppManagementiOSManagedAppProtectionAssignmentCount",
"Method": "GET",
- "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/assignments/$count",
+ "Command": "Get-MgDeviceAppManagementiOSManagedAppProtectionAssignmentCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/iosManagedAppProtections/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -201561,22 +210327,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",
@@ -201585,17 +210335,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Devices.CorporateManagement",
+ ],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgDeviceAppManagementiOSManagedAppProtectionCount",
"Method": "GET",
- "Uri": "/deviceAppManagement/iosManagedAppProtections/$count",
+ "Command": "Get-MgDeviceAppManagementiOSManagedAppProtectionCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/deploymentSummary",
+ "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -201606,6 +210357,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",
@@ -201614,18 +210381,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Devices.CorporateManagement",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary",
- "Command": "Get-MgDeviceAppManagementiOSManagedAppProtectionDeploymentSummary",
"Method": "GET",
- "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/deploymentSummary",
+ "Command": "Get-MgDeviceAppManagementiOSManagedAppProtectionDeploymentSummary",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-mam-managedapppolicydeploymentsummary-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/managedAppPolicies/{managedAppPolicy-id}",
+ "OutputType": "IMicrosoftGraphManagedAppPolicy",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -201660,18 +210428,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Devices.CorporateManagement",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphManagedAppPolicy",
- "Command": "Get-MgDeviceAppManagementManagedAppPolicy",
"Method": "GET",
- "Uri": "/deviceAppManagement/managedAppPolicies/{managedAppPolicy-id}",
+ "Command": "Get-MgDeviceAppManagementManagedAppPolicy",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-mam-managedappprotection-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/managedAppPolicies",
+ "OutputType": "IMicrosoftGraphManagedAppPolicy",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -201706,17 +210475,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Devices.CorporateManagement",
+ ],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphManagedAppPolicy",
- "Command": "Get-MgDeviceAppManagementManagedAppPolicy",
"Method": "GET",
- "Uri": "/deviceAppManagement/managedAppPolicies",
+ "Command": "Get-MgDeviceAppManagementManagedAppPolicy",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-mam-targetedmanagedappprotection-list?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/managedAppPolicies/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -201751,17 +210521,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Devices.CorporateManagement",
+ ],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgDeviceAppManagementManagedAppPolicyCount",
"Method": "GET",
- "Uri": "/deviceAppManagement/managedAppPolicies/$count",
+ "Command": "Get-MgDeviceAppManagementManagedAppPolicyCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}",
+ "OutputType": "IMicrosoftGraphManagedAppRegistration",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -201796,18 +210567,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Devices.CorporateManagement",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphManagedAppRegistration",
- "Command": "Get-MgDeviceAppManagementManagedAppRegistration",
"Method": "GET",
- "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}",
+ "Command": "Get-MgDeviceAppManagementManagedAppRegistration",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-mam-androidmanagedappregistration-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/managedAppRegistrations",
+ "OutputType": "IMicrosoftGraphManagedAppRegistration",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -201842,17 +210614,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Devices.CorporateManagement",
+ ],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphManagedAppRegistration",
- "Command": "Get-MgDeviceAppManagementManagedAppRegistration",
"Method": "GET",
- "Uri": "/deviceAppManagement/managedAppRegistrations",
+ "Command": "Get-MgDeviceAppManagementManagedAppRegistration",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-mam-androidmanagedappregistration-list?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/{managedAppPolicy-id}",
+ "OutputType": "IMicrosoftGraphManagedAppPolicy",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -201887,18 +210660,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Devices.CorporateManagement",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphManagedAppPolicy",
- "Command": "Get-MgDeviceAppManagementManagedAppRegistrationAppliedPolicy",
"Method": "GET",
- "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/{managedAppPolicy-id}",
+ "Command": "Get-MgDeviceAppManagementManagedAppRegistrationAppliedPolicy",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies",
+ "OutputType": "IMicrosoftGraphManagedAppPolicy",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -201933,17 +210707,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Devices.CorporateManagement",
+ ],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphManagedAppPolicy",
- "Command": "Get-MgDeviceAppManagementManagedAppRegistrationAppliedPolicy",
"Method": "GET",
- "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies",
+ "Command": "Get-MgDeviceAppManagementManagedAppRegistrationAppliedPolicy",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -201978,18 +210753,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Devices.CorporateManagement",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgDeviceAppManagementManagedAppRegistrationAppliedPolicyCount",
"Method": "GET",
- "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/$count",
+ "Command": "Get-MgDeviceAppManagementManagedAppRegistrationAppliedPolicyCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/managedAppRegistrations/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -202024,17 +210800,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Devices.CorporateManagement",
+ ],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgDeviceAppManagementManagedAppRegistrationCount",
"Method": "GET",
- "Uri": "/deviceAppManagement/managedAppRegistrations/$count",
+ "Command": "Get-MgDeviceAppManagementManagedAppRegistrationCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/{managedAppPolicy-id}",
+ "OutputType": "IMicrosoftGraphManagedAppPolicy",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -202069,18 +210846,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Devices.CorporateManagement",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphManagedAppPolicy",
- "Command": "Get-MgDeviceAppManagementManagedAppRegistrationIntendedPolicy",
"Method": "GET",
- "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/{managedAppPolicy-id}",
+ "Command": "Get-MgDeviceAppManagementManagedAppRegistrationIntendedPolicy",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies",
+ "OutputType": "IMicrosoftGraphManagedAppPolicy",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -202115,17 +210893,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Devices.CorporateManagement",
+ ],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphManagedAppPolicy",
- "Command": "Get-MgDeviceAppManagementManagedAppRegistrationIntendedPolicy",
"Method": "GET",
- "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies",
+ "Command": "Get-MgDeviceAppManagementManagedAppRegistrationIntendedPolicy",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -202160,18 +210939,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Devices.CorporateManagement",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgDeviceAppManagementManagedAppRegistrationIntendedPolicyCount",
"Method": "GET",
- "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/$count",
+ "Command": "Get-MgDeviceAppManagementManagedAppRegistrationIntendedPolicyCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations/{managedAppOperation-id}",
+ "OutputType": "IMicrosoftGraphManagedAppOperation",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -202206,18 +210986,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Devices.CorporateManagement",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphManagedAppOperation",
- "Command": "Get-MgDeviceAppManagementManagedAppRegistrationOperation",
"Method": "GET",
- "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations/{managedAppOperation-id}",
+ "Command": "Get-MgDeviceAppManagementManagedAppRegistrationOperation",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-mam-managedappoperation-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations",
+ "OutputType": "IMicrosoftGraphManagedAppOperation",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -202252,17 +211033,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Devices.CorporateManagement",
+ ],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphManagedAppOperation",
- "Command": "Get-MgDeviceAppManagementManagedAppRegistrationOperation",
"Method": "GET",
- "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations",
+ "Command": "Get-MgDeviceAppManagementManagedAppRegistrationOperation",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-mam-managedappoperation-list?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -202297,18 +211079,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Devices.CorporateManagement",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgDeviceAppManagementManagedAppRegistrationOperationCount",
"Method": "GET",
- "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations/$count",
+ "Command": "Get-MgDeviceAppManagementManagedAppRegistrationOperationCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/managedAppRegistrations/getUserIdsWithFlaggedAppRegistration",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -202343,17 +211126,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Devices.CorporateManagement",
+ ],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgDeviceAppManagementManagedAppRegistrationUserIdWithFlaggedAppRegistration",
"Method": "GET",
- "Uri": "/deviceAppManagement/managedAppRegistrations/getUserIdsWithFlaggedAppRegistration",
+ "Command": "Get-MgDeviceAppManagementManagedAppRegistrationUserIdWithFlaggedAppRegistration",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/managedAppStatuses/{managedAppStatus-id}",
+ "OutputType": "IMicrosoftGraphManagedAppStatus",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -202388,63 +211172,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Devices.CorporateManagement",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphManagedAppStatus",
- "Command": "Get-MgDeviceAppManagementManagedAppStatus",
"Method": "GET",
- "Uri": "/deviceAppManagement/managedAppStatuses/{managedAppStatus-id}",
- "ApiVersion": "v1.0",
- "Permissions": [
- {
- "Name": "DeviceManagementApps.Read.All",
- "Description": "Read Microsoft Intune apps",
- "FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.",
- "IsAdmin": false,
- "PermissionType": "Application",
- "IsLeastPrivilege": true
- },
- {
- "Name": "DeviceManagementConfiguration.ReadWrite.All",
- "Description": "Read and write Microsoft Intune device configuration and policies",
- "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.",
- "IsAdmin": false,
- "PermissionType": "Application",
- "IsLeastPrivilege": false
- },
- {
- "Name": "DeviceManagementConfiguration.Read.All",
- "Description": "Read Microsoft Intune device configuration and policies",
- "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.",
- "IsAdmin": false,
- "PermissionType": "Application",
- "IsLeastPrivilege": false
- },
- {
- "Name": "DeviceManagementApps.ReadWrite.All",
- "Description": "Read and write Microsoft Intune apps",
- "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.",
- "IsAdmin": false,
- "PermissionType": "Application",
- "IsLeastPrivilege": false
- }
- ]
+ "Command": "Get-MgDeviceAppManagementManagedAppStatus",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-mam-managedappstatus-get?view=graph-rest-1.0"
},
{
"Module": "Devices.CorporateManagement",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphManagedAppStatus",
- "Command": "Get-MgDeviceAppManagementManagedAppStatus",
- "Method": "GET",
"Uri": "/deviceAppManagement/managedAppStatuses",
+ "OutputType": "IMicrosoftGraphManagedAppStatus",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -202479,17 +211219,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Devices.CorporateManagement",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgDeviceAppManagementManagedAppStatusCount",
"Method": "GET",
+ "Command": "Get-MgDeviceAppManagementManagedAppStatus",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-mam-managedappstatus-list?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Devices.CorporateManagement",
"Uri": "/deviceAppManagement/managedAppStatuses/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -202524,18 +211265,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Devices.CorporateManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphManagedEBook",
- "Command": "Get-MgDeviceAppManagementManagedEBook",
"Method": "GET",
+ "Command": "Get-MgDeviceAppManagementManagedAppStatusCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Devices.CorporateManagement",
"Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}",
+ "OutputType": "IMicrosoftGraphManagedEBook",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -202554,17 +211295,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Devices.CorporateManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphManagedEBook",
- "Command": "Get-MgDeviceAppManagementManagedEBook",
"Method": "GET",
+ "Command": "Get-MgDeviceAppManagementManagedEBook",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-books-managedebook-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Devices.CorporateManagement",
"Uri": "/deviceAppManagement/managedEBooks",
+ "OutputType": "IMicrosoftGraphManagedEBook",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -202583,18 +211326,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Devices.CorporateManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": "IMicrosoftGraphManagedEBookAssignment",
- "Command": "Get-MgDeviceAppManagementManagedEBookAssignment",
"Method": "GET",
+ "Command": "Get-MgDeviceAppManagementManagedEBook",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-books-managedebook-list?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Devices.CorporateManagement",
"Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/assignments/{managedEBookAssignment-id}",
+ "OutputType": "IMicrosoftGraphManagedEBookAssignment",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -202613,17 +211356,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Devices.CorporateManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphManagedEBookAssignment",
- "Command": "Get-MgDeviceAppManagementManagedEBookAssignment",
"Method": "GET",
+ "Command": "Get-MgDeviceAppManagementManagedEBookAssignment",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-books-iosvppebookassignment-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Devices.CorporateManagement",
"Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/assignments",
+ "OutputType": "IMicrosoftGraphManagedEBookAssignment",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -202642,18 +211387,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Devices.CorporateManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgDeviceAppManagementManagedEBookAssignmentCount",
"Method": "GET",
+ "Command": "Get-MgDeviceAppManagementManagedEBookAssignment",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-books-managedebookassignment-list?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Devices.CorporateManagement",
"Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/assignments/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -202672,17 +211417,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Devices.CorporateManagement",
+ ],
"Variants": [
- "Get"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgDeviceAppManagementManagedEBookCount",
"Method": "GET",
+ "Command": "Get-MgDeviceAppManagementManagedEBookAssignmentCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Devices.CorporateManagement",
"Uri": "/deviceAppManagement/managedEBooks/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -202701,18 +211448,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Devices.CorporateManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphDeviceInstallState",
- "Command": "Get-MgDeviceAppManagementManagedEBookDeviceState",
"Method": "GET",
+ "Command": "Get-MgDeviceAppManagementManagedEBookCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Devices.CorporateManagement",
"Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates/{deviceInstallState-id}",
+ "OutputType": "IMicrosoftGraphDeviceInstallState",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -202731,17 +211478,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Devices.CorporateManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDeviceInstallState",
- "Command": "Get-MgDeviceAppManagementManagedEBookDeviceState",
"Method": "GET",
+ "Command": "Get-MgDeviceAppManagementManagedEBookDeviceState",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-books-deviceinstallstate-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Devices.CorporateManagement",
"Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates",
+ "OutputType": "IMicrosoftGraphDeviceInstallState",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -202760,18 +211509,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Devices.CorporateManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgDeviceAppManagementManagedEBookDeviceStateCount",
"Method": "GET",
+ "Command": "Get-MgDeviceAppManagementManagedEBookDeviceState",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-books-deviceinstallstate-list?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Devices.CorporateManagement",
"Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -202790,18 +211539,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Devices.CorporateManagement",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphEBookInstallSummary",
- "Command": "Get-MgDeviceAppManagementManagedEBookInstallSummary",
"Method": "GET",
+ "Command": "Get-MgDeviceAppManagementManagedEBookDeviceStateCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Devices.CorporateManagement",
"Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/installSummary",
+ "OutputType": "IMicrosoftGraphEBookInstallSummary",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -202820,18 +211570,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Devices.CorporateManagement",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUserInstallStateSummary",
- "Command": "Get-MgDeviceAppManagementManagedEBookUserStateSummary",
"Method": "GET",
+ "Command": "Get-MgDeviceAppManagementManagedEBookInstallSummary",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-books-ebookinstallsummary-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Devices.CorporateManagement",
"Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}",
+ "OutputType": "IMicrosoftGraphUserInstallStateSummary",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -202850,17 +211601,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Devices.CorporateManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUserInstallStateSummary",
- "Command": "Get-MgDeviceAppManagementManagedEBookUserStateSummary",
"Method": "GET",
+ "Command": "Get-MgDeviceAppManagementManagedEBookUserStateSummary",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-books-userinstallstatesummary-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Devices.CorporateManagement",
"Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary",
+ "OutputType": "IMicrosoftGraphUserInstallStateSummary",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -202879,18 +211632,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Devices.CorporateManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgDeviceAppManagementManagedEBookUserStateSummaryCount",
"Method": "GET",
+ "Command": "Get-MgDeviceAppManagementManagedEBookUserStateSummary",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-books-userinstallstatesummary-list?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Devices.CorporateManagement",
"Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -202909,18 +211662,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Devices.CorporateManagement",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDeviceInstallState",
- "Command": "Get-MgDeviceAppManagementManagedEBookUserStateSummaryDeviceState",
"Method": "GET",
+ "Command": "Get-MgDeviceAppManagementManagedEBookUserStateSummaryCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Devices.CorporateManagement",
"Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates/{deviceInstallState-id}",
+ "OutputType": "IMicrosoftGraphDeviceInstallState",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -202939,17 +211693,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Devices.CorporateManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDeviceInstallState",
- "Command": "Get-MgDeviceAppManagementManagedEBookUserStateSummaryDeviceState",
"Method": "GET",
+ "Command": "Get-MgDeviceAppManagementManagedEBookUserStateSummaryDeviceState",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Devices.CorporateManagement",
"Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates",
+ "OutputType": "IMicrosoftGraphDeviceInstallState",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -202968,18 +211724,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Devices.CorporateManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgDeviceAppManagementManagedEBookUserStateSummaryDeviceStateCount",
"Method": "GET",
+ "Command": "Get-MgDeviceAppManagementManagedEBookUserStateSummaryDeviceState",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Devices.CorporateManagement",
"Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -202998,18 +211754,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Devices.CorporateManagement",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMdmWindowsInformationProtectionPolicy",
- "Command": "Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicy",
"Method": "GET",
+ "Command": "Get-MgDeviceAppManagementManagedEBookUserStateSummaryDeviceStateCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Devices.CorporateManagement",
"Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}",
+ "OutputType": "IMicrosoftGraphMdmWindowsInformationProtectionPolicy",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -203028,17 +211785,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Devices.CorporateManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMdmWindowsInformationProtectionPolicy",
- "Command": "Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicy",
"Method": "GET",
+ "Command": "Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicy",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-mam-mdmwindowsinformationprotectionpolicy-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Devices.CorporateManagement",
"Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies",
+ "OutputType": "IMicrosoftGraphMdmWindowsInformationProtectionPolicy",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -203057,18 +211816,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Devices.CorporateManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment",
- "Command": "Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyAssignment",
"Method": "GET",
+ "Command": "Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicy",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-mam-mdmwindowsinformationprotectionpolicy-list?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Devices.CorporateManagement",
"Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/assignments/{targetedManagedAppPolicyAssignment-id}",
+ "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -203103,17 +211862,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Devices.CorporateManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment",
- "Command": "Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyAssignment",
"Method": "GET",
+ "Command": "Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyAssignment",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Devices.CorporateManagement",
"Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/assignments",
+ "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -203148,18 +211909,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Devices.CorporateManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyAssignmentCount",
"Method": "GET",
+ "Command": "Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyAssignment",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Devices.CorporateManagement",
"Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/assignments/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -203194,17 +211955,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Devices.CorporateManagement",
+ ],
"Variants": [
- "Get"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyCount",
"Method": "GET",
+ "Command": "Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyAssignmentCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Devices.CorporateManagement",
"Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -203223,18 +211986,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Devices.CorporateManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile",
- "Command": "Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyExemptAppLockerFile",
"Method": "GET",
+ "Command": "Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Devices.CorporateManagement",
"Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/exemptAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}",
+ "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -203269,17 +212032,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Devices.CorporateManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile",
- "Command": "Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyExemptAppLockerFile",
"Method": "GET",
+ "Command": "Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyExemptAppLockerFile",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Devices.CorporateManagement",
"Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/exemptAppLockerFiles",
+ "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -203314,18 +212079,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Devices.CorporateManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyExemptAppLockerFileCount",
"Method": "GET",
+ "Command": "Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyExemptAppLockerFile",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Devices.CorporateManagement",
"Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/exemptAppLockerFiles/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -203360,18 +212125,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Devices.CorporateManagement",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile",
- "Command": "Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyProtectedAppLockerFile",
"Method": "GET",
+ "Command": "Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyExemptAppLockerFileCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Devices.CorporateManagement",
"Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/protectedAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}",
+ "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -203406,17 +212172,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Devices.CorporateManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile",
- "Command": "Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyProtectedAppLockerFile",
"Method": "GET",
+ "Command": "Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyProtectedAppLockerFile",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Devices.CorporateManagement",
"Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/protectedAppLockerFiles",
+ "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -203451,18 +212219,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Devices.CorporateManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyProtectedAppLockerFileCount",
"Method": "GET",
+ "Command": "Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyProtectedAppLockerFile",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Devices.CorporateManagement",
"Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/protectedAppLockerFiles/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -203497,18 +212265,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Devices.CorporateManagement",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMobileApp",
- "Command": "Get-MgDeviceAppManagementMobileApp",
"Method": "GET",
+ "Command": "Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyProtectedAppLockerFileCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Devices.CorporateManagement",
"Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}",
+ "OutputType": "IMicrosoftGraphMobileApp",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -203527,17 +212296,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Devices.CorporateManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMobileApp",
- "Command": "Get-MgDeviceAppManagementMobileApp",
"Method": "GET",
+ "Command": "Get-MgDeviceAppManagementMobileApp",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-androidlobapp-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Devices.CorporateManagement",
"Uri": "/deviceAppManagement/mobileApps",
+ "OutputType": "IMicrosoftGraphMobileApp",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -203556,30 +212327,32 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgDeviceAppManagementMobileApp",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-mobileapp-list?view=graph-rest-1.0"
},
{
"Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp",
+ "OutputType": "IMicrosoftGraphAndroidLobApp",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAndroidLobApp",
- "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidLobApp",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidLobApp",
+ "ApiReferenceLink": null
},
{
"Module": "Devices.CorporateManagement",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphAndroidLobApp",
- "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidLobApp",
- "Method": "GET",
"Uri": "/deviceAppManagement/mobileApps/androidLobApp",
+ "OutputType": "IMicrosoftGraphAndroidLobApp",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -203598,220 +212371,237 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidLobApp",
+ "ApiReferenceLink": null
},
{
"Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/assignments/{mobileAppAssignment-id}",
+ "OutputType": "IMicrosoftGraphMobileAppAssignment",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMobileAppAssignment",
- "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidLobAppAssignment",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/assignments/{mobileAppAssignment-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidLobAppAssignment",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-mobileappassignment-get?view=graph-rest-1.0"
},
{
"Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/assignments",
+ "OutputType": "IMicrosoftGraphMobileAppAssignment",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphMobileAppAssignment",
- "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidLobAppAssignment",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/assignments",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidLobAppAssignment",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-mobileappassignment-list?view=graph-rest-1.0"
},
{
"Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/assignments/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidLobAppAssignmentCount",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/assignments/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidLobAppAssignmentCount",
+ "ApiReferenceLink": null
},
{
"Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/categories/{mobileAppCategory-id}",
+ "OutputType": "IMicrosoftGraphMobileAppCategory",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMobileAppCategory",
- "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidLobAppCategory",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/categories/{mobileAppCategory-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidLobAppCategory",
+ "ApiReferenceLink": null
},
{
"Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/categories",
+ "OutputType": "IMicrosoftGraphMobileAppCategory",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphMobileAppCategory",
- "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidLobAppCategory",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/categories",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidLobAppCategory",
+ "ApiReferenceLink": null
},
{
"Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/categories/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidLobAppCategoryCount",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/categories/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidLobAppCategoryCount",
+ "ApiReferenceLink": null
},
{
"Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}",
+ "OutputType": "IMicrosoftGraphMobileAppContent",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMobileAppContent",
- "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersion",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersion",
+ "ApiReferenceLink": null
},
{
"Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions",
+ "OutputType": "IMicrosoftGraphMobileAppContent",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphMobileAppContent",
- "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersion",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersion",
+ "ApiReferenceLink": null
},
{
"Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersionContainedApp",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersionContainedApp",
+ "ApiReferenceLink": null
},
{
"Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/containedApps",
+ "OutputType": "IMicrosoftGraphMobileContainedApp",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphMobileContainedApp",
- "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersionContainedApp",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/containedApps",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersionContainedApp",
+ "ApiReferenceLink": null
},
{
"Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/containedApps/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersionContainedAppCount",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/containedApps/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersionContainedAppCount",
+ "ApiReferenceLink": null
},
{
"Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersionCount",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}",
+ "OutputType": "IMicrosoftGraphMobileAppContentFile",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMobileAppContentFile",
- "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersionFile",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersionFile",
+ "ApiReferenceLink": null
},
{
"Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/files",
+ "OutputType": "IMicrosoftGraphMobileAppContentFile",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphMobileAppContentFile",
- "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersionFile",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/files",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersionFile",
+ "ApiReferenceLink": null
},
{
"Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/files/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersionFileCount",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/files/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersionFileCount",
+ "ApiReferenceLink": null
},
{
"Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp",
+ "OutputType": "IMicrosoftGraphAndroidStoreApp",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAndroidStoreApp",
- "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidStoreApp",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidStoreApp",
+ "ApiReferenceLink": null
},
{
"Module": "Devices.CorporateManagement",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphAndroidStoreApp",
- "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidStoreApp",
- "Method": "GET",
"Uri": "/deviceAppManagement/mobileApps/androidStoreApp",
+ "OutputType": "IMicrosoftGraphAndroidStoreApp",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -203830,106 +212620,114 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidStoreApp",
+ "ApiReferenceLink": null
},
{
"Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/assignments/{mobileAppAssignment-id}",
+ "OutputType": "IMicrosoftGraphMobileAppAssignment",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMobileAppAssignment",
- "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidStoreAppAssignment",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/assignments/{mobileAppAssignment-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidStoreAppAssignment",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-mobileappassignment-get?view=graph-rest-1.0"
},
{
"Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/assignments",
+ "OutputType": "IMicrosoftGraphMobileAppAssignment",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphMobileAppAssignment",
- "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidStoreAppAssignment",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/assignments",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidStoreAppAssignment",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-mobileappassignment-list?view=graph-rest-1.0"
},
{
"Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/assignments/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidStoreAppAssignmentCount",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/assignments/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidStoreAppAssignmentCount",
+ "ApiReferenceLink": null
},
{
"Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/categories/{mobileAppCategory-id}",
+ "OutputType": "IMicrosoftGraphMobileAppCategory",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMobileAppCategory",
- "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidStoreAppCategory",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/categories/{mobileAppCategory-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidStoreAppCategory",
+ "ApiReferenceLink": null
},
{
"Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/categories",
+ "OutputType": "IMicrosoftGraphMobileAppCategory",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphMobileAppCategory",
- "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidStoreAppCategory",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/categories",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidStoreAppCategory",
+ "ApiReferenceLink": null
},
{
"Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/categories/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidStoreAppCategoryCount",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/categories/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidStoreAppCategoryCount",
+ "ApiReferenceLink": null
},
{
"Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp",
+ "OutputType": "IMicrosoftGraphIosLobApp",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphIosLobApp",
- "Command": "Get-MgDeviceAppManagementMobileAppAsiOSLobApp",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceAppManagementMobileAppAsiOSLobApp",
+ "ApiReferenceLink": null
},
{
"Module": "Devices.CorporateManagement",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphIosLobApp",
- "Command": "Get-MgDeviceAppManagementMobileAppAsiOSLobApp",
- "Method": "GET",
"Uri": "/deviceAppManagement/mobileApps/iosLobApp",
+ "OutputType": "IMicrosoftGraphIosLobApp",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -203948,220 +212746,237 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgDeviceAppManagementMobileAppAsiOSLobApp",
+ "ApiReferenceLink": null
},
{
"Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/assignments/{mobileAppAssignment-id}",
+ "OutputType": "IMicrosoftGraphMobileAppAssignment",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMobileAppAssignment",
- "Command": "Get-MgDeviceAppManagementMobileAppAsiOSLobAppAssignment",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/assignments/{mobileAppAssignment-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceAppManagementMobileAppAsiOSLobAppAssignment",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-mobileappassignment-get?view=graph-rest-1.0"
},
{
"Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/assignments",
+ "OutputType": "IMicrosoftGraphMobileAppAssignment",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphMobileAppAssignment",
- "Command": "Get-MgDeviceAppManagementMobileAppAsiOSLobAppAssignment",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/assignments",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceAppManagementMobileAppAsiOSLobAppAssignment",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-mobileappassignment-list?view=graph-rest-1.0"
},
{
"Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/assignments/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgDeviceAppManagementMobileAppAsiOSLobAppAssignmentCount",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/assignments/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceAppManagementMobileAppAsiOSLobAppAssignmentCount",
+ "ApiReferenceLink": null
},
{
"Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/categories/{mobileAppCategory-id}",
+ "OutputType": "IMicrosoftGraphMobileAppCategory",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMobileAppCategory",
- "Command": "Get-MgDeviceAppManagementMobileAppAsiOSLobAppCategory",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/categories/{mobileAppCategory-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceAppManagementMobileAppAsiOSLobAppCategory",
+ "ApiReferenceLink": null
},
{
"Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/categories",
+ "OutputType": "IMicrosoftGraphMobileAppCategory",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphMobileAppCategory",
- "Command": "Get-MgDeviceAppManagementMobileAppAsiOSLobAppCategory",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/categories",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceAppManagementMobileAppAsiOSLobAppCategory",
+ "ApiReferenceLink": null
},
{
"Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/categories/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgDeviceAppManagementMobileAppAsiOSLobAppCategoryCount",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/categories/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceAppManagementMobileAppAsiOSLobAppCategoryCount",
+ "ApiReferenceLink": null
},
{
"Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}",
+ "OutputType": "IMicrosoftGraphMobileAppContent",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMobileAppContent",
- "Command": "Get-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersion",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersion",
+ "ApiReferenceLink": null
},
{
"Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions",
+ "OutputType": "IMicrosoftGraphMobileAppContent",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphMobileAppContent",
- "Command": "Get-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersion",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersion",
+ "ApiReferenceLink": null
},
{
"Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersionContainedApp",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersionContainedApp",
+ "ApiReferenceLink": null
},
{
"Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/containedApps",
+ "OutputType": "IMicrosoftGraphMobileContainedApp",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphMobileContainedApp",
- "Command": "Get-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersionContainedApp",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/containedApps",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersionContainedApp",
+ "ApiReferenceLink": null
},
{
"Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/containedApps/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersionContainedAppCount",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/containedApps/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersionContainedAppCount",
+ "ApiReferenceLink": null
},
{
"Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersionCount",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}",
+ "OutputType": "IMicrosoftGraphMobileAppContentFile",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMobileAppContentFile",
- "Command": "Get-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersionFile",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersionFile",
+ "ApiReferenceLink": null
},
{
"Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/files",
+ "OutputType": "IMicrosoftGraphMobileAppContentFile",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphMobileAppContentFile",
- "Command": "Get-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersionFile",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/files",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersionFile",
+ "ApiReferenceLink": null
},
{
"Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/files/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersionFileCount",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/files/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersionFileCount",
+ "ApiReferenceLink": null
},
{
"Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp",
+ "OutputType": "IMicrosoftGraphIosStoreApp",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphIosStoreApp",
- "Command": "Get-MgDeviceAppManagementMobileAppAsIoStoreApp",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceAppManagementMobileAppAsIoStoreApp",
+ "ApiReferenceLink": null
},
{
"Module": "Devices.CorporateManagement",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphIosStoreApp",
- "Command": "Get-MgDeviceAppManagementMobileAppAsIoStoreApp",
- "Method": "GET",
"Uri": "/deviceAppManagement/mobileApps/iosStoreApp",
+ "OutputType": "IMicrosoftGraphIosStoreApp",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -204180,106 +212995,114 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgDeviceAppManagementMobileAppAsIoStoreApp",
+ "ApiReferenceLink": null
},
{
"Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/assignments/{mobileAppAssignment-id}",
+ "OutputType": "IMicrosoftGraphMobileAppAssignment",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMobileAppAssignment",
- "Command": "Get-MgDeviceAppManagementMobileAppAsIoStoreAppAssignment",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/assignments/{mobileAppAssignment-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceAppManagementMobileAppAsIoStoreAppAssignment",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-mobileappassignment-get?view=graph-rest-1.0"
},
{
"Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/assignments",
+ "OutputType": "IMicrosoftGraphMobileAppAssignment",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphMobileAppAssignment",
- "Command": "Get-MgDeviceAppManagementMobileAppAsIoStoreAppAssignment",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/assignments",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceAppManagementMobileAppAsIoStoreAppAssignment",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-mobileappassignment-list?view=graph-rest-1.0"
},
{
"Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/assignments/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgDeviceAppManagementMobileAppAsIoStoreAppAssignmentCount",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/assignments/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceAppManagementMobileAppAsIoStoreAppAssignmentCount",
+ "ApiReferenceLink": null
},
{
"Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/categories/{mobileAppCategory-id}",
+ "OutputType": "IMicrosoftGraphMobileAppCategory",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMobileAppCategory",
- "Command": "Get-MgDeviceAppManagementMobileAppAsIoStoreAppCategory",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/categories/{mobileAppCategory-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceAppManagementMobileAppAsIoStoreAppCategory",
+ "ApiReferenceLink": null
},
{
"Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/categories",
+ "OutputType": "IMicrosoftGraphMobileAppCategory",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphMobileAppCategory",
- "Command": "Get-MgDeviceAppManagementMobileAppAsIoStoreAppCategory",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/categories",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceAppManagementMobileAppAsIoStoreAppCategory",
+ "ApiReferenceLink": null
},
{
"Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/categories/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgDeviceAppManagementMobileAppAsIoStoreAppCategoryCount",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/categories/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceAppManagementMobileAppAsIoStoreAppCategoryCount",
+ "ApiReferenceLink": null
},
{
"Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp",
+ "OutputType": "IMicrosoftGraphIosVppApp",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphIosVppApp",
- "Command": "Get-MgDeviceAppManagementMobileAppAsIoVppApp",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceAppManagementMobileAppAsIoVppApp",
+ "ApiReferenceLink": null
},
{
"Module": "Devices.CorporateManagement",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphIosVppApp",
- "Command": "Get-MgDeviceAppManagementMobileAppAsIoVppApp",
- "Method": "GET",
"Uri": "/deviceAppManagement/mobileApps/iosVppApp",
+ "OutputType": "IMicrosoftGraphIosVppApp",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -204298,106 +213121,114 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgDeviceAppManagementMobileAppAsIoVppApp",
+ "ApiReferenceLink": null
},
{
"Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/assignments/{mobileAppAssignment-id}",
+ "OutputType": "IMicrosoftGraphMobileAppAssignment",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMobileAppAssignment",
- "Command": "Get-MgDeviceAppManagementMobileAppAsIoVppAppAssignment",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/assignments/{mobileAppAssignment-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceAppManagementMobileAppAsIoVppAppAssignment",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-mobileappassignment-get?view=graph-rest-1.0"
},
{
"Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/assignments",
+ "OutputType": "IMicrosoftGraphMobileAppAssignment",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphMobileAppAssignment",
- "Command": "Get-MgDeviceAppManagementMobileAppAsIoVppAppAssignment",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/assignments",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceAppManagementMobileAppAsIoVppAppAssignment",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-mobileappassignment-list?view=graph-rest-1.0"
},
{
"Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/assignments/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgDeviceAppManagementMobileAppAsIoVppAppAssignmentCount",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/assignments/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceAppManagementMobileAppAsIoVppAppAssignmentCount",
+ "ApiReferenceLink": null
},
{
"Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/categories/{mobileAppCategory-id}",
+ "OutputType": "IMicrosoftGraphMobileAppCategory",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMobileAppCategory",
- "Command": "Get-MgDeviceAppManagementMobileAppAsIoVppAppCategory",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/categories/{mobileAppCategory-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceAppManagementMobileAppAsIoVppAppCategory",
+ "ApiReferenceLink": null
},
{
"Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/categories",
+ "OutputType": "IMicrosoftGraphMobileAppCategory",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphMobileAppCategory",
- "Command": "Get-MgDeviceAppManagementMobileAppAsIoVppAppCategory",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/categories",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceAppManagementMobileAppAsIoVppAppCategory",
+ "ApiReferenceLink": null
},
{
"Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/categories/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgDeviceAppManagementMobileAppAsIoVppAppCategoryCount",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/categories/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceAppManagementMobileAppAsIoVppAppCategoryCount",
+ "ApiReferenceLink": null
},
{
"Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp",
+ "OutputType": "IMicrosoftGraphMacOSDmgApp",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMacOSDmgApp",
- "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSDmgApp",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSDmgApp",
+ "ApiReferenceLink": null
},
{
"Module": "Devices.CorporateManagement",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphMacOSDmgApp",
- "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSDmgApp",
- "Method": "GET",
"Uri": "/deviceAppManagement/mobileApps/macOSDmgApp",
+ "OutputType": "IMicrosoftGraphMacOSDmgApp",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -204416,220 +213247,237 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSDmgApp",
+ "ApiReferenceLink": null
},
{
"Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/assignments/{mobileAppAssignment-id}",
+ "OutputType": "IMicrosoftGraphMobileAppAssignment",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMobileAppAssignment",
- "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppAssignment",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/assignments/{mobileAppAssignment-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppAssignment",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-mobileappassignment-get?view=graph-rest-1.0"
},
{
"Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/assignments",
+ "OutputType": "IMicrosoftGraphMobileAppAssignment",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphMobileAppAssignment",
- "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppAssignment",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/assignments",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppAssignment",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-mobileappassignment-list?view=graph-rest-1.0"
},
{
"Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/assignments/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppAssignmentCount",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/assignments/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppAssignmentCount",
+ "ApiReferenceLink": null
},
{
"Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/categories/{mobileAppCategory-id}",
+ "OutputType": "IMicrosoftGraphMobileAppCategory",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMobileAppCategory",
- "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppCategory",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/categories/{mobileAppCategory-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppCategory",
+ "ApiReferenceLink": null
},
{
"Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/categories",
+ "OutputType": "IMicrosoftGraphMobileAppCategory",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphMobileAppCategory",
- "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppCategory",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/categories",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppCategory",
+ "ApiReferenceLink": null
},
{
"Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/categories/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppCategoryCount",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/categories/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppCategoryCount",
+ "ApiReferenceLink": null
},
{
"Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}",
+ "OutputType": "IMicrosoftGraphMobileAppContent",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMobileAppContent",
- "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersion",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersion",
+ "ApiReferenceLink": null
},
{
"Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions",
+ "OutputType": "IMicrosoftGraphMobileAppContent",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphMobileAppContent",
- "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersion",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersion",
+ "ApiReferenceLink": null
},
{
"Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionContainedApp",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionContainedApp",
+ "ApiReferenceLink": null
},
{
"Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/containedApps",
+ "OutputType": "IMicrosoftGraphMobileContainedApp",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphMobileContainedApp",
- "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionContainedApp",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/containedApps",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionContainedApp",
+ "ApiReferenceLink": null
},
{
"Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/containedApps/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionContainedAppCount",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/containedApps/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionContainedAppCount",
+ "ApiReferenceLink": null
},
{
"Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionCount",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}",
+ "OutputType": "IMicrosoftGraphMobileAppContentFile",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMobileAppContentFile",
- "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionFile",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionFile",
+ "ApiReferenceLink": null
},
{
"Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/files",
+ "OutputType": "IMicrosoftGraphMobileAppContentFile",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphMobileAppContentFile",
- "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionFile",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/files",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionFile",
+ "ApiReferenceLink": null
},
{
"Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/files/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionFileCount",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/files/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionFileCount",
+ "ApiReferenceLink": null
},
{
"Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp",
+ "OutputType": "IMicrosoftGraphMacOSLobApp",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMacOSLobApp",
- "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSLobApp",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSLobApp",
+ "ApiReferenceLink": null
},
{
"Module": "Devices.CorporateManagement",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphMacOSLobApp",
- "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSLobApp",
- "Method": "GET",
"Uri": "/deviceAppManagement/mobileApps/macOSLobApp",
+ "OutputType": "IMicrosoftGraphMacOSLobApp",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -204648,220 +213496,237 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSLobApp",
+ "ApiReferenceLink": null
},
{
"Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/assignments/{mobileAppAssignment-id}",
+ "OutputType": "IMicrosoftGraphMobileAppAssignment",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMobileAppAssignment",
- "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSLobAppAssignment",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/assignments/{mobileAppAssignment-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSLobAppAssignment",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-mobileappassignment-get?view=graph-rest-1.0"
},
{
"Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/assignments",
+ "OutputType": "IMicrosoftGraphMobileAppAssignment",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphMobileAppAssignment",
- "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSLobAppAssignment",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/assignments",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSLobAppAssignment",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-mobileappassignment-list?view=graph-rest-1.0"
},
{
"Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/assignments/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSLobAppAssignmentCount",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/assignments/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSLobAppAssignmentCount",
+ "ApiReferenceLink": null
},
{
"Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/categories/{mobileAppCategory-id}",
+ "OutputType": "IMicrosoftGraphMobileAppCategory",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMobileAppCategory",
- "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSLobAppCategory",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/categories/{mobileAppCategory-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSLobAppCategory",
+ "ApiReferenceLink": null
},
{
"Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/categories",
+ "OutputType": "IMicrosoftGraphMobileAppCategory",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphMobileAppCategory",
- "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSLobAppCategory",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/categories",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSLobAppCategory",
+ "ApiReferenceLink": null
},
{
"Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/categories/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSLobAppCategoryCount",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/categories/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSLobAppCategoryCount",
+ "ApiReferenceLink": null
},
{
"Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}",
+ "OutputType": "IMicrosoftGraphMobileAppContent",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMobileAppContent",
- "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersion",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersion",
+ "ApiReferenceLink": null
},
{
"Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions",
+ "OutputType": "IMicrosoftGraphMobileAppContent",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphMobileAppContent",
- "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersion",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersion",
+ "ApiReferenceLink": null
},
{
"Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersionContainedApp",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersionContainedApp",
+ "ApiReferenceLink": null
},
{
"Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/containedApps",
+ "OutputType": "IMicrosoftGraphMobileContainedApp",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphMobileContainedApp",
- "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersionContainedApp",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/containedApps",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersionContainedApp",
+ "ApiReferenceLink": null
},
{
"Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersionContainedAppCount",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersionContainedAppCount",
+ "ApiReferenceLink": null
},
{
"Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersionCount",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}",
+ "OutputType": "IMicrosoftGraphMobileAppContentFile",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMobileAppContentFile",
- "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersionFile",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersionFile",
+ "ApiReferenceLink": null
},
{
"Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/files",
+ "OutputType": "IMicrosoftGraphMobileAppContentFile",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphMobileAppContentFile",
- "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersionFile",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/files",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersionFile",
+ "ApiReferenceLink": null
},
{
"Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/files/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersionFileCount",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/files/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersionFileCount",
+ "ApiReferenceLink": null
},
{
"Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp",
+ "OutputType": "IMicrosoftGraphManagedAndroidLobApp",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphManagedAndroidLobApp",
- "Command": "Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobApp",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobApp",
+ "ApiReferenceLink": null
},
{
"Module": "Devices.CorporateManagement",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphManagedAndroidLobApp",
- "Command": "Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobApp",
- "Method": "GET",
"Uri": "/deviceAppManagement/mobileApps/managedAndroidLobApp",
+ "OutputType": "IMicrosoftGraphManagedAndroidLobApp",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -204880,220 +213745,237 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobApp",
+ "ApiReferenceLink": null
},
{
"Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/assignments/{mobileAppAssignment-id}",
+ "OutputType": "IMicrosoftGraphMobileAppAssignment",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMobileAppAssignment",
- "Command": "Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppAssignment",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/assignments/{mobileAppAssignment-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppAssignment",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-mobileappassignment-get?view=graph-rest-1.0"
},
{
"Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/assignments",
+ "OutputType": "IMicrosoftGraphMobileAppAssignment",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphMobileAppAssignment",
- "Command": "Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppAssignment",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/assignments",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppAssignment",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-mobileappassignment-list?view=graph-rest-1.0"
},
{
"Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/assignments/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppAssignmentCount",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/assignments/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppAssignmentCount",
+ "ApiReferenceLink": null
},
{
"Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/categories/{mobileAppCategory-id}",
+ "OutputType": "IMicrosoftGraphMobileAppCategory",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMobileAppCategory",
- "Command": "Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppCategory",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/categories/{mobileAppCategory-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppCategory",
+ "ApiReferenceLink": null
},
{
"Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/categories",
+ "OutputType": "IMicrosoftGraphMobileAppCategory",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphMobileAppCategory",
- "Command": "Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppCategory",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/categories",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppCategory",
+ "ApiReferenceLink": null
},
{
"Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/categories/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppCategoryCount",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/categories/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppCategoryCount",
+ "ApiReferenceLink": null
},
{
"Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}",
+ "OutputType": "IMicrosoftGraphMobileAppContent",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMobileAppContent",
- "Command": "Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersion",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersion",
+ "ApiReferenceLink": null
},
{
"Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions",
+ "OutputType": "IMicrosoftGraphMobileAppContent",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphMobileAppContent",
- "Command": "Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersion",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersion",
+ "ApiReferenceLink": null
},
{
"Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionContainedApp",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionContainedApp",
+ "ApiReferenceLink": null
},
{
"Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/containedApps",
+ "OutputType": "IMicrosoftGraphMobileContainedApp",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphMobileContainedApp",
- "Command": "Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionContainedApp",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/containedApps",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionContainedApp",
+ "ApiReferenceLink": null
},
{
"Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/containedApps/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionContainedAppCount",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/containedApps/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionContainedAppCount",
+ "ApiReferenceLink": null
},
{
"Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionCount",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}",
+ "OutputType": "IMicrosoftGraphMobileAppContentFile",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMobileAppContentFile",
- "Command": "Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionFile",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionFile",
+ "ApiReferenceLink": null
},
{
"Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files",
+ "OutputType": "IMicrosoftGraphMobileAppContentFile",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphMobileAppContentFile",
- "Command": "Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionFile",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionFile",
+ "ApiReferenceLink": null
},
{
"Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionFileCount",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionFileCount",
+ "ApiReferenceLink": null
},
{
"Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp",
+ "OutputType": "IMicrosoftGraphManagedIosLobApp",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphManagedIosLobApp",
- "Command": "Get-MgDeviceAppManagementMobileAppAsManagediOSLobApp",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceAppManagementMobileAppAsManagediOSLobApp",
+ "ApiReferenceLink": null
},
{
"Module": "Devices.CorporateManagement",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphManagedIosLobApp",
- "Command": "Get-MgDeviceAppManagementMobileAppAsManagediOSLobApp",
- "Method": "GET",
"Uri": "/deviceAppManagement/mobileApps/managedIOSLobApp",
+ "OutputType": "IMicrosoftGraphManagedIosLobApp",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -205112,220 +213994,237 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgDeviceAppManagementMobileAppAsManagediOSLobApp",
+ "ApiReferenceLink": null
},
{
"Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/assignments/{mobileAppAssignment-id}",
+ "OutputType": "IMicrosoftGraphMobileAppAssignment",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMobileAppAssignment",
- "Command": "Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppAssignment",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/assignments/{mobileAppAssignment-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppAssignment",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-mobileappassignment-get?view=graph-rest-1.0"
},
{
"Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/assignments",
+ "OutputType": "IMicrosoftGraphMobileAppAssignment",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphMobileAppAssignment",
- "Command": "Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppAssignment",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/assignments",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppAssignment",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-mobileappassignment-list?view=graph-rest-1.0"
},
{
"Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/assignments/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppAssignmentCount",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/assignments/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppAssignmentCount",
+ "ApiReferenceLink": null
},
{
"Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/categories/{mobileAppCategory-id}",
+ "OutputType": "IMicrosoftGraphMobileAppCategory",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMobileAppCategory",
- "Command": "Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppCategory",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/categories/{mobileAppCategory-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppCategory",
+ "ApiReferenceLink": null
},
{
"Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/categories",
+ "OutputType": "IMicrosoftGraphMobileAppCategory",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphMobileAppCategory",
- "Command": "Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppCategory",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/categories",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppCategory",
+ "ApiReferenceLink": null
},
{
"Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/categories/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppCategoryCount",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/categories/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppCategoryCount",
+ "ApiReferenceLink": null
},
{
"Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}",
+ "OutputType": "IMicrosoftGraphMobileAppContent",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMobileAppContent",
- "Command": "Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersion",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersion",
+ "ApiReferenceLink": null
},
{
"Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions",
+ "OutputType": "IMicrosoftGraphMobileAppContent",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphMobileAppContent",
- "Command": "Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersion",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersion",
+ "ApiReferenceLink": null
},
{
"Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionContainedApp",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionContainedApp",
+ "ApiReferenceLink": null
},
{
"Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/containedApps",
+ "OutputType": "IMicrosoftGraphMobileContainedApp",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphMobileContainedApp",
- "Command": "Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionContainedApp",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/containedApps",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionContainedApp",
+ "ApiReferenceLink": null
},
{
"Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionContainedAppCount",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionContainedAppCount",
+ "ApiReferenceLink": null
},
{
"Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionCount",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}",
+ "OutputType": "IMicrosoftGraphMobileAppContentFile",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMobileAppContentFile",
- "Command": "Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionFile",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionFile",
+ "ApiReferenceLink": null
},
{
"Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/files",
+ "OutputType": "IMicrosoftGraphMobileAppContentFile",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphMobileAppContentFile",
- "Command": "Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionFile",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/files",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionFile",
+ "ApiReferenceLink": null
},
{
"Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/files/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionFileCount",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/files/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionFileCount",
+ "ApiReferenceLink": null
},
{
"Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp",
+ "OutputType": "IMicrosoftGraphManagedMobileLobApp",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphManagedMobileLobApp",
- "Command": "Get-MgDeviceAppManagementMobileAppAsManagedMobileLobApp",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceAppManagementMobileAppAsManagedMobileLobApp",
+ "ApiReferenceLink": null
},
{
"Module": "Devices.CorporateManagement",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphManagedMobileLobApp",
- "Command": "Get-MgDeviceAppManagementMobileAppAsManagedMobileLobApp",
- "Method": "GET",
"Uri": "/deviceAppManagement/mobileApps/managedMobileLobApp",
+ "OutputType": "IMicrosoftGraphManagedMobileLobApp",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -205344,220 +214243,237 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgDeviceAppManagementMobileAppAsManagedMobileLobApp",
+ "ApiReferenceLink": null
},
{
"Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/assignments/{mobileAppAssignment-id}",
+ "OutputType": "IMicrosoftGraphMobileAppAssignment",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMobileAppAssignment",
- "Command": "Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppAssignment",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/assignments/{mobileAppAssignment-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppAssignment",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-mobileappassignment-get?view=graph-rest-1.0"
},
{
"Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/assignments",
+ "OutputType": "IMicrosoftGraphMobileAppAssignment",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphMobileAppAssignment",
- "Command": "Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppAssignment",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/assignments",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppAssignment",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-mobileappassignment-list?view=graph-rest-1.0"
},
{
"Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/assignments/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppAssignmentCount",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/assignments/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppAssignmentCount",
+ "ApiReferenceLink": null
},
{
"Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/categories/{mobileAppCategory-id}",
+ "OutputType": "IMicrosoftGraphMobileAppCategory",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMobileAppCategory",
- "Command": "Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppCategory",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/categories/{mobileAppCategory-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppCategory",
+ "ApiReferenceLink": null
},
{
"Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/categories",
+ "OutputType": "IMicrosoftGraphMobileAppCategory",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphMobileAppCategory",
- "Command": "Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppCategory",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/categories",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppCategory",
+ "ApiReferenceLink": null
},
{
"Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/categories/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppCategoryCount",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/categories/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppCategoryCount",
+ "ApiReferenceLink": null
},
{
"Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}",
+ "OutputType": "IMicrosoftGraphMobileAppContent",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMobileAppContent",
- "Command": "Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersion",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersion",
+ "ApiReferenceLink": null
},
{
"Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions",
+ "OutputType": "IMicrosoftGraphMobileAppContent",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphMobileAppContent",
- "Command": "Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersion",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersion",
+ "ApiReferenceLink": null
},
{
"Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionContainedApp",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionContainedApp",
+ "ApiReferenceLink": null
},
{
"Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/containedApps",
+ "OutputType": "IMicrosoftGraphMobileContainedApp",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphMobileContainedApp",
- "Command": "Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionContainedApp",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/containedApps",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionContainedApp",
+ "ApiReferenceLink": null
},
{
"Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/containedApps/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionContainedAppCount",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/containedApps/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionContainedAppCount",
+ "ApiReferenceLink": null
},
{
"Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionCount",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}",
+ "OutputType": "IMicrosoftGraphMobileAppContentFile",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMobileAppContentFile",
- "Command": "Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionFile",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionFile",
+ "ApiReferenceLink": null
},
{
"Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/files",
+ "OutputType": "IMicrosoftGraphMobileAppContentFile",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphMobileAppContentFile",
- "Command": "Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionFile",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/files",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionFile",
+ "ApiReferenceLink": null
},
{
"Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/files/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionFileCount",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/files/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionFileCount",
+ "ApiReferenceLink": null
},
{
"Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp",
+ "OutputType": "IMicrosoftGraphMicrosoftStoreForBusinessApp",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMicrosoftStoreForBusinessApp",
- "Command": "Get-MgDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessApp",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessApp",
+ "ApiReferenceLink": null
},
{
"Module": "Devices.CorporateManagement",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphMicrosoftStoreForBusinessApp",
- "Command": "Get-MgDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessApp",
- "Method": "GET",
"Uri": "/deviceAppManagement/mobileApps/microsoftStoreForBusinessApp",
+ "OutputType": "IMicrosoftGraphMicrosoftStoreForBusinessApp",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -205576,94 +214492,100 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessApp",
+ "ApiReferenceLink": null
},
{
"Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/assignments/{mobileAppAssignment-id}",
+ "OutputType": "IMicrosoftGraphMobileAppAssignment",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMobileAppAssignment",
- "Command": "Get-MgDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppAssignment",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/assignments/{mobileAppAssignment-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppAssignment",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-mobileappassignment-get?view=graph-rest-1.0"
},
{
"Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/assignments",
+ "OutputType": "IMicrosoftGraphMobileAppAssignment",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphMobileAppAssignment",
- "Command": "Get-MgDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppAssignment",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/assignments",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppAssignment",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-mobileappassignment-list?view=graph-rest-1.0"
},
{
"Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/assignments/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppAssignmentCount",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/assignments/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppAssignmentCount",
+ "ApiReferenceLink": null
},
{
"Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/categories/{mobileAppCategory-id}",
+ "OutputType": "IMicrosoftGraphMobileAppCategory",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMobileAppCategory",
- "Command": "Get-MgDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppCategory",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/categories/{mobileAppCategory-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppCategory",
+ "ApiReferenceLink": null
},
{
"Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/categories",
+ "OutputType": "IMicrosoftGraphMobileAppCategory",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphMobileAppCategory",
- "Command": "Get-MgDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppCategory",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/categories",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppCategory",
+ "ApiReferenceLink": null
},
{
"Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/categories/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppCategoryCount",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/categories/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppCategoryCount",
+ "ApiReferenceLink": null
},
{
"Module": "Devices.CorporateManagement",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphMobileAppAssignment",
- "Command": "Get-MgDeviceAppManagementMobileAppAssignment",
- "Method": "GET",
"Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/assignments/{mobileAppAssignment-id}",
+ "OutputType": "IMicrosoftGraphMobileAppAssignment",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -205682,17 +214604,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Devices.CorporateManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMobileAppAssignment",
- "Command": "Get-MgDeviceAppManagementMobileAppAssignment",
"Method": "GET",
+ "Command": "Get-MgDeviceAppManagementMobileAppAssignment",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-mobileappassignment-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Devices.CorporateManagement",
"Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/assignments",
+ "OutputType": "IMicrosoftGraphMobileAppAssignment",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -205711,18 +214635,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Devices.CorporateManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgDeviceAppManagementMobileAppAssignmentCount",
"Method": "GET",
+ "Command": "Get-MgDeviceAppManagementMobileAppAssignment",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-mobileappassignment-list?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Devices.CorporateManagement",
"Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/assignments/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -205741,30 +214665,33 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Devices.CorporateManagement",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphWin32LobApp",
- "Command": "Get-MgDeviceAppManagementMobileAppAsWin32LobApp",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceAppManagementMobileAppAssignmentCount",
+ "ApiReferenceLink": null
},
{
"Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp",
+ "OutputType": "IMicrosoftGraphWin32LobApp",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphWin32LobApp",
- "Command": "Get-MgDeviceAppManagementMobileAppAsWin32LobApp",
"Method": "GET",
+ "Command": "Get-MgDeviceAppManagementMobileAppAsWin32LobApp",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Devices.CorporateManagement",
"Uri": "/deviceAppManagement/mobileApps/win32LobApp",
+ "OutputType": "IMicrosoftGraphWin32LobApp",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -205783,220 +214710,237 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgDeviceAppManagementMobileAppAsWin32LobApp",
+ "ApiReferenceLink": null
},
{
"Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/assignments/{mobileAppAssignment-id}",
+ "OutputType": "IMicrosoftGraphMobileAppAssignment",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMobileAppAssignment",
- "Command": "Get-MgDeviceAppManagementMobileAppAsWin32LobAppAssignment",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/assignments/{mobileAppAssignment-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceAppManagementMobileAppAsWin32LobAppAssignment",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-mobileappassignment-get?view=graph-rest-1.0"
},
{
"Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/assignments",
+ "OutputType": "IMicrosoftGraphMobileAppAssignment",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphMobileAppAssignment",
- "Command": "Get-MgDeviceAppManagementMobileAppAsWin32LobAppAssignment",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/assignments",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceAppManagementMobileAppAsWin32LobAppAssignment",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-mobileappassignment-list?view=graph-rest-1.0"
},
{
"Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/assignments/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgDeviceAppManagementMobileAppAsWin32LobAppAssignmentCount",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/assignments/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceAppManagementMobileAppAsWin32LobAppAssignmentCount",
+ "ApiReferenceLink": null
},
{
"Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/categories/{mobileAppCategory-id}",
+ "OutputType": "IMicrosoftGraphMobileAppCategory",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMobileAppCategory",
- "Command": "Get-MgDeviceAppManagementMobileAppAsWin32LobAppCategory",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/categories/{mobileAppCategory-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceAppManagementMobileAppAsWin32LobAppCategory",
+ "ApiReferenceLink": null
},
{
"Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/categories",
+ "OutputType": "IMicrosoftGraphMobileAppCategory",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphMobileAppCategory",
- "Command": "Get-MgDeviceAppManagementMobileAppAsWin32LobAppCategory",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/categories",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceAppManagementMobileAppAsWin32LobAppCategory",
+ "ApiReferenceLink": null
},
{
"Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/categories/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgDeviceAppManagementMobileAppAsWin32LobAppCategoryCount",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/categories/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceAppManagementMobileAppAsWin32LobAppCategoryCount",
+ "ApiReferenceLink": null
},
{
"Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}",
+ "OutputType": "IMicrosoftGraphMobileAppContent",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMobileAppContent",
- "Command": "Get-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersion",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersion",
+ "ApiReferenceLink": null
},
{
"Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions",
+ "OutputType": "IMicrosoftGraphMobileAppContent",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphMobileAppContent",
- "Command": "Get-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersion",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersion",
+ "ApiReferenceLink": null
},
{
"Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersionContainedApp",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersionContainedApp",
+ "ApiReferenceLink": null
},
{
"Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/containedApps",
+ "OutputType": "IMicrosoftGraphMobileContainedApp",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphMobileContainedApp",
- "Command": "Get-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersionContainedApp",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/containedApps",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersionContainedApp",
+ "ApiReferenceLink": null
},
{
"Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/containedApps/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersionContainedAppCount",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/containedApps/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersionContainedAppCount",
+ "ApiReferenceLink": null
},
{
"Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersionCount",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}",
+ "OutputType": "IMicrosoftGraphMobileAppContentFile",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMobileAppContentFile",
- "Command": "Get-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersionFile",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersionFile",
+ "ApiReferenceLink": null
},
{
"Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/files",
+ "OutputType": "IMicrosoftGraphMobileAppContentFile",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphMobileAppContentFile",
- "Command": "Get-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersionFile",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/files",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersionFile",
+ "ApiReferenceLink": null
},
{
"Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/files/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersionFileCount",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/files/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersionFileCount",
+ "ApiReferenceLink": null
},
{
"Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX",
+ "OutputType": "IMicrosoftGraphWindowsAppX",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphWindowsAppX",
- "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsAppX",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsAppX",
+ "ApiReferenceLink": null
},
{
"Module": "Devices.CorporateManagement",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphWindowsAppX",
- "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsAppX",
- "Method": "GET",
"Uri": "/deviceAppManagement/mobileApps/windowsAppX",
+ "OutputType": "IMicrosoftGraphWindowsAppX",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -206015,220 +214959,237 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsAppX",
+ "ApiReferenceLink": null
},
{
"Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/assignments/{mobileAppAssignment-id}",
+ "OutputType": "IMicrosoftGraphMobileAppAssignment",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMobileAppAssignment",
- "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsAppXAssignment",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/assignments/{mobileAppAssignment-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsAppXAssignment",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-mobileappassignment-get?view=graph-rest-1.0"
},
{
"Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/assignments",
+ "OutputType": "IMicrosoftGraphMobileAppAssignment",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphMobileAppAssignment",
- "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsAppXAssignment",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/assignments",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsAppXAssignment",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-mobileappassignment-list?view=graph-rest-1.0"
},
{
"Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/assignments/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsAppXAssignmentCount",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/assignments/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsAppXAssignmentCount",
+ "ApiReferenceLink": null
},
{
"Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/categories/{mobileAppCategory-id}",
+ "OutputType": "IMicrosoftGraphMobileAppCategory",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMobileAppCategory",
- "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsAppXCategory",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/categories/{mobileAppCategory-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsAppXCategory",
+ "ApiReferenceLink": null
},
{
"Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/categories",
+ "OutputType": "IMicrosoftGraphMobileAppCategory",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphMobileAppCategory",
- "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsAppXCategory",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/categories",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsAppXCategory",
+ "ApiReferenceLink": null
},
{
"Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/categories/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsAppXCategoryCount",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/categories/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsAppXCategoryCount",
+ "ApiReferenceLink": null
},
{
"Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}",
+ "OutputType": "IMicrosoftGraphMobileAppContent",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMobileAppContent",
- "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersion",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersion",
+ "ApiReferenceLink": null
},
{
"Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions",
+ "OutputType": "IMicrosoftGraphMobileAppContent",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphMobileAppContent",
- "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersion",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersion",
+ "ApiReferenceLink": null
},
{
"Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersionContainedApp",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersionContainedApp",
+ "ApiReferenceLink": null
},
{
"Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/containedApps",
+ "OutputType": "IMicrosoftGraphMobileContainedApp",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphMobileContainedApp",
- "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersionContainedApp",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/containedApps",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersionContainedApp",
+ "ApiReferenceLink": null
},
{
"Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/containedApps/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersionContainedAppCount",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/containedApps/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersionContainedAppCount",
+ "ApiReferenceLink": null
},
{
"Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersionCount",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}",
+ "OutputType": "IMicrosoftGraphMobileAppContentFile",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMobileAppContentFile",
- "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersionFile",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersionFile",
+ "ApiReferenceLink": null
},
{
"Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/files",
+ "OutputType": "IMicrosoftGraphMobileAppContentFile",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphMobileAppContentFile",
- "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersionFile",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/files",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersionFile",
+ "ApiReferenceLink": null
},
{
"Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/files/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersionFileCount",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/files/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersionFileCount",
+ "ApiReferenceLink": null
},
{
"Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI",
+ "OutputType": "IMicrosoftGraphWindowsMobileMsi",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphWindowsMobileMsi",
- "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsi",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsi",
+ "ApiReferenceLink": null
},
{
"Module": "Devices.CorporateManagement",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphWindowsMobileMsi",
- "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsi",
- "Method": "GET",
"Uri": "/deviceAppManagement/mobileApps/windowsMobileMSI",
+ "OutputType": "IMicrosoftGraphWindowsMobileMsi",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -206247,220 +215208,237 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsi",
+ "ApiReferenceLink": null
},
{
"Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/assignments/{mobileAppAssignment-id}",
+ "OutputType": "IMicrosoftGraphMobileAppAssignment",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMobileAppAssignment",
- "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiAssignment",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/assignments/{mobileAppAssignment-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiAssignment",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-mobileappassignment-get?view=graph-rest-1.0"
},
{
"Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/assignments",
+ "OutputType": "IMicrosoftGraphMobileAppAssignment",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphMobileAppAssignment",
- "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiAssignment",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/assignments",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiAssignment",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-mobileappassignment-list?view=graph-rest-1.0"
},
{
"Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/assignments/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiAssignmentCount",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/assignments/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiAssignmentCount",
+ "ApiReferenceLink": null
},
{
"Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/categories/{mobileAppCategory-id}",
+ "OutputType": "IMicrosoftGraphMobileAppCategory",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMobileAppCategory",
- "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiCategory",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/categories/{mobileAppCategory-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiCategory",
+ "ApiReferenceLink": null
},
{
"Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/categories",
+ "OutputType": "IMicrosoftGraphMobileAppCategory",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphMobileAppCategory",
- "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiCategory",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/categories",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiCategory",
+ "ApiReferenceLink": null
},
{
"Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/categories/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiCategoryCount",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/categories/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiCategoryCount",
+ "ApiReferenceLink": null
},
{
"Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}",
+ "OutputType": "IMicrosoftGraphMobileAppContent",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMobileAppContent",
- "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersion",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersion",
+ "ApiReferenceLink": null
},
{
"Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions",
+ "OutputType": "IMicrosoftGraphMobileAppContent",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphMobileAppContent",
- "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersion",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersion",
+ "ApiReferenceLink": null
},
{
"Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionContainedApp",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionContainedApp",
+ "ApiReferenceLink": null
},
{
"Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/containedApps",
+ "OutputType": "IMicrosoftGraphMobileContainedApp",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphMobileContainedApp",
- "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionContainedApp",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/containedApps",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionContainedApp",
+ "ApiReferenceLink": null
},
{
"Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/containedApps/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionContainedAppCount",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/containedApps/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionContainedAppCount",
+ "ApiReferenceLink": null
},
{
"Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionCount",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}",
+ "OutputType": "IMicrosoftGraphMobileAppContentFile",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMobileAppContentFile",
- "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionFile",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionFile",
+ "ApiReferenceLink": null
},
{
"Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/files",
+ "OutputType": "IMicrosoftGraphMobileAppContentFile",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphMobileAppContentFile",
- "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionFile",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/files",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionFile",
+ "ApiReferenceLink": null
},
{
"Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/files/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionFileCount",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/files/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionFileCount",
+ "ApiReferenceLink": null
},
{
"Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX",
+ "OutputType": "IMicrosoftGraphWindowsUniversalAppX",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphWindowsUniversalAppX",
- "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppX",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppX",
+ "ApiReferenceLink": null
},
{
"Module": "Devices.CorporateManagement",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphWindowsUniversalAppX",
- "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppX",
- "Method": "GET",
"Uri": "/deviceAppManagement/mobileApps/windowsUniversalAppX",
+ "OutputType": "IMicrosoftGraphWindowsUniversalAppX",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -206479,258 +215457,278 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppX",
+ "ApiReferenceLink": null
},
{
"Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/assignments/{mobileAppAssignment-id}",
+ "OutputType": "IMicrosoftGraphMobileAppAssignment",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMobileAppAssignment",
- "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXAssignment",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/assignments/{mobileAppAssignment-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXAssignment",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-mobileappassignment-get?view=graph-rest-1.0"
},
{
"Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/assignments",
+ "OutputType": "IMicrosoftGraphMobileAppAssignment",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphMobileAppAssignment",
- "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXAssignment",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/assignments",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXAssignment",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-mobileappassignment-list?view=graph-rest-1.0"
},
{
"Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/assignments/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXAssignmentCount",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/assignments/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXAssignmentCount",
+ "ApiReferenceLink": null
},
{
"Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/categories/{mobileAppCategory-id}",
+ "OutputType": "IMicrosoftGraphMobileAppCategory",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMobileAppCategory",
- "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXCategory",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/categories/{mobileAppCategory-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXCategory",
+ "ApiReferenceLink": null
},
{
"Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/categories",
+ "OutputType": "IMicrosoftGraphMobileAppCategory",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphMobileAppCategory",
- "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXCategory",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/categories",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXCategory",
+ "ApiReferenceLink": null
},
{
"Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/categories/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXCategoryCount",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/categories/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXCategoryCount",
+ "ApiReferenceLink": null
},
{
"Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/committedContainedApps/{mobileContainedApp-id}",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXCommittedContainedApp",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/committedContainedApps/{mobileContainedApp-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXCommittedContainedApp",
+ "ApiReferenceLink": null
},
{
"Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/committedContainedApps",
+ "OutputType": "IMicrosoftGraphMobileContainedApp",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphMobileContainedApp",
- "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXCommittedContainedApp",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/committedContainedApps",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXCommittedContainedApp",
+ "ApiReferenceLink": null
},
{
"Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/committedContainedApps/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXCommittedContainedAppCount",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/committedContainedApps/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXCommittedContainedAppCount",
+ "ApiReferenceLink": null
},
{
"Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}",
+ "OutputType": "IMicrosoftGraphMobileAppContent",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMobileAppContent",
- "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersion",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersion",
+ "ApiReferenceLink": null
},
{
"Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions",
+ "OutputType": "IMicrosoftGraphMobileAppContent",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphMobileAppContent",
- "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersion",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersion",
+ "ApiReferenceLink": null
},
{
"Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionContainedApp",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionContainedApp",
+ "ApiReferenceLink": null
},
{
"Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/containedApps",
+ "OutputType": "IMicrosoftGraphMobileContainedApp",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphMobileContainedApp",
- "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionContainedApp",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/containedApps",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionContainedApp",
+ "ApiReferenceLink": null
},
{
"Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/containedApps/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionContainedAppCount",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/containedApps/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionContainedAppCount",
+ "ApiReferenceLink": null
},
{
"Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionCount",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}",
+ "OutputType": "IMicrosoftGraphMobileAppContentFile",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMobileAppContentFile",
- "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionFile",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionFile",
+ "ApiReferenceLink": null
},
{
"Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files",
+ "OutputType": "IMicrosoftGraphMobileAppContentFile",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphMobileAppContentFile",
- "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionFile",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionFile",
+ "ApiReferenceLink": null
},
{
"Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionFileCount",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionFileCount",
+ "ApiReferenceLink": null
},
{
"Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp",
+ "OutputType": "IMicrosoftGraphWindowsWebApp",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphWindowsWebApp",
- "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsWebApp",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsWebApp",
+ "ApiReferenceLink": null
},
{
"Module": "Devices.CorporateManagement",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphWindowsWebApp",
- "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsWebApp",
- "Method": "GET",
"Uri": "/deviceAppManagement/mobileApps/windowsWebApp",
+ "OutputType": "IMicrosoftGraphWindowsWebApp",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -206749,96 +215747,100 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsWebApp",
+ "ApiReferenceLink": null
},
{
"Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/assignments/{mobileAppAssignment-id}",
+ "OutputType": "IMicrosoftGraphMobileAppAssignment",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMobileAppAssignment",
- "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsWebAppAssignment",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/assignments/{mobileAppAssignment-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsWebAppAssignment",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-mobileappassignment-get?view=graph-rest-1.0"
},
{
"Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/assignments",
+ "OutputType": "IMicrosoftGraphMobileAppAssignment",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphMobileAppAssignment",
- "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsWebAppAssignment",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/assignments",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsWebAppAssignment",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-mobileappassignment-list?view=graph-rest-1.0"
},
{
"Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/assignments/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsWebAppAssignmentCount",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/assignments/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsWebAppAssignmentCount",
+ "ApiReferenceLink": null
},
{
"Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/categories/{mobileAppCategory-id}",
+ "OutputType": "IMicrosoftGraphMobileAppCategory",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMobileAppCategory",
- "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsWebAppCategory",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/categories/{mobileAppCategory-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsWebAppCategory",
+ "ApiReferenceLink": null
},
{
"Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/categories",
+ "OutputType": "IMicrosoftGraphMobileAppCategory",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphMobileAppCategory",
- "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsWebAppCategory",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/categories",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsWebAppCategory",
+ "ApiReferenceLink": null
},
{
"Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/categories/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsWebAppCategoryCount",
"Method": "GET",
- "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/categories/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsWebAppCategoryCount",
+ "ApiReferenceLink": null
},
{
"Module": "Devices.CorporateManagement",
- "Variants": [
- "Get",
- "Get1",
- "GetViaIdentity",
- "GetViaIdentity1"
- ],
- "OutputType": "IMicrosoftGraphMobileAppCategory",
- "Command": "Get-MgDeviceAppManagementMobileAppCategory",
- "Method": "GET",
"Uri": "/deviceAppManagement/mobileAppCategories/{mobileAppCategory-id}",
+ "OutputType": "IMicrosoftGraphMobileAppCategory",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -206857,18 +215859,21 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Devices.CorporateManagement",
+ ],
"Variants": [
- "List",
- "List1"
+ "Get",
+ "Get1",
+ "GetViaIdentity",
+ "GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphMobileAppCategory",
- "Command": "Get-MgDeviceAppManagementMobileAppCategory",
"Method": "GET",
+ "Command": "Get-MgDeviceAppManagementMobileAppCategory",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-mobileappcategory-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Devices.CorporateManagement",
"Uri": "/deviceAppManagement/mobileAppCategories",
+ "OutputType": "IMicrosoftGraphMobileAppCategory",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -206887,18 +215892,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Devices.CorporateManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List",
+ "List1"
],
- "OutputType": null,
- "Command": "Get-MgDeviceAppManagementMobileAppCategoryCount",
"Method": "GET",
+ "Command": "Get-MgDeviceAppManagementMobileAppCategory",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-mobileappcategory-list?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Devices.CorporateManagement",
"Uri": "/deviceAppManagement/mobileAppCategories/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -206917,18 +215923,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Devices.CorporateManagement",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfiguration",
- "Command": "Get-MgDeviceAppManagementMobileAppConfiguration",
"Method": "GET",
+ "Command": "Get-MgDeviceAppManagementMobileAppCategoryCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Devices.CorporateManagement",
"Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}",
+ "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfiguration",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -206947,17 +215954,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Devices.CorporateManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfiguration",
- "Command": "Get-MgDeviceAppManagementMobileAppConfiguration",
"Method": "GET",
+ "Command": "Get-MgDeviceAppManagementMobileAppConfiguration",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-iosmobileappconfiguration-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Devices.CorporateManagement",
"Uri": "/deviceAppManagement/mobileAppConfigurations",
+ "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfiguration",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -206976,18 +215985,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Devices.CorporateManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationAssignment",
- "Command": "Get-MgDeviceAppManagementMobileAppConfigurationAssignment",
"Method": "GET",
+ "Command": "Get-MgDeviceAppManagementMobileAppConfiguration",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-iosmobileappconfiguration-list?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Devices.CorporateManagement",
"Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments/{managedDeviceMobileAppConfigurationAssignment-id}",
+ "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationAssignment",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -207006,17 +216015,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Devices.CorporateManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationAssignment",
- "Command": "Get-MgDeviceAppManagementMobileAppConfigurationAssignment",
"Method": "GET",
+ "Command": "Get-MgDeviceAppManagementMobileAppConfigurationAssignment",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfigurationassignment-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Devices.CorporateManagement",
"Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments",
+ "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationAssignment",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -207035,18 +216046,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Devices.CorporateManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgDeviceAppManagementMobileAppConfigurationAssignmentCount",
"Method": "GET",
+ "Command": "Get-MgDeviceAppManagementMobileAppConfigurationAssignment",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfigurationassignment-list?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Devices.CorporateManagement",
"Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -207065,17 +216076,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Devices.CorporateManagement",
+ ],
"Variants": [
- "Get"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgDeviceAppManagementMobileAppConfigurationCount",
"Method": "GET",
+ "Command": "Get-MgDeviceAppManagementMobileAppConfigurationAssignmentCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Devices.CorporateManagement",
"Uri": "/deviceAppManagement/mobileAppConfigurations/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -207094,18 +216107,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Devices.CorporateManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus",
- "Command": "Get-MgDeviceAppManagementMobileAppConfigurationDeviceStatus",
"Method": "GET",
+ "Command": "Get-MgDeviceAppManagementMobileAppConfigurationCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Devices.CorporateManagement",
"Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses/{managedDeviceMobileAppConfigurationDeviceStatus-id}",
+ "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -207124,17 +216137,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Devices.CorporateManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus",
- "Command": "Get-MgDeviceAppManagementMobileAppConfigurationDeviceStatus",
"Method": "GET",
+ "Command": "Get-MgDeviceAppManagementMobileAppConfigurationDeviceStatus",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfigurationdevicestatus-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Devices.CorporateManagement",
"Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses",
+ "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -207153,18 +216168,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Devices.CorporateManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgDeviceAppManagementMobileAppConfigurationDeviceStatusCount",
"Method": "GET",
+ "Command": "Get-MgDeviceAppManagementMobileAppConfigurationDeviceStatus",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfigurationdevicestatus-list?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Devices.CorporateManagement",
"Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -207183,18 +216198,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Devices.CorporateManagement",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceSummary",
- "Command": "Get-MgDeviceAppManagementMobileAppConfigurationDeviceStatusSummary",
"Method": "GET",
+ "Command": "Get-MgDeviceAppManagementMobileAppConfigurationDeviceStatusCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Devices.CorporateManagement",
"Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatusSummary",
+ "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceSummary",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -207213,18 +216229,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Devices.CorporateManagement",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus",
- "Command": "Get-MgDeviceAppManagementMobileAppConfigurationUserStatus",
"Method": "GET",
+ "Command": "Get-MgDeviceAppManagementMobileAppConfigurationDeviceStatusSummary",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfigurationdevicesummary-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Devices.CorporateManagement",
"Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses/{managedDeviceMobileAppConfigurationUserStatus-id}",
+ "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -207243,17 +216260,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Devices.CorporateManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus",
- "Command": "Get-MgDeviceAppManagementMobileAppConfigurationUserStatus",
"Method": "GET",
+ "Command": "Get-MgDeviceAppManagementMobileAppConfigurationUserStatus",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfigurationuserstatus-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Devices.CorporateManagement",
"Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses",
+ "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -207272,18 +216291,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Devices.CorporateManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgDeviceAppManagementMobileAppConfigurationUserStatusCount",
"Method": "GET",
+ "Command": "Get-MgDeviceAppManagementMobileAppConfigurationUserStatus",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfigurationuserstatus-list?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Devices.CorporateManagement",
"Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -207302,18 +216321,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Devices.CorporateManagement",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserSummary",
- "Command": "Get-MgDeviceAppManagementMobileAppConfigurationUserStatusSummary",
"Method": "GET",
+ "Command": "Get-MgDeviceAppManagementMobileAppConfigurationUserStatusCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Devices.CorporateManagement",
"Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatusSummary",
+ "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserSummary",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -207332,17 +216352,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Devices.CorporateManagement",
+ ],
"Variants": [
- "Get"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgDeviceAppManagementMobileAppCount",
"Method": "GET",
+ "Command": "Get-MgDeviceAppManagementMobileAppConfigurationUserStatusSummary",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfigurationusersummary-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Devices.CorporateManagement",
"Uri": "/deviceAppManagement/mobileApps/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -207361,17 +216383,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Devices.CorporateManagement",
+ ],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgDeviceAppManagementMobileAppCountAsAndroidLobApp",
"Method": "GET",
+ "Command": "Get-MgDeviceAppManagementMobileAppCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Devices.CorporateManagement",
"Uri": "/deviceAppManagement/mobileApps/androidLobApp/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -207390,17 +216413,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Devices.CorporateManagement",
+ ],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgDeviceAppManagementMobileAppCountAsAndroidStoreApp",
"Method": "GET",
+ "Command": "Get-MgDeviceAppManagementMobileAppCountAsAndroidLobApp",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Devices.CorporateManagement",
"Uri": "/deviceAppManagement/mobileApps/androidStoreApp/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -207419,17 +216443,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Devices.CorporateManagement",
+ ],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgDeviceAppManagementMobileAppCountAsiOSLobApp",
"Method": "GET",
+ "Command": "Get-MgDeviceAppManagementMobileAppCountAsAndroidStoreApp",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Devices.CorporateManagement",
"Uri": "/deviceAppManagement/mobileApps/iosLobApp/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -207448,17 +216473,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Devices.CorporateManagement",
+ ],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgDeviceAppManagementMobileAppCountAsIoStoreApp",
"Method": "GET",
+ "Command": "Get-MgDeviceAppManagementMobileAppCountAsiOSLobApp",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Devices.CorporateManagement",
"Uri": "/deviceAppManagement/mobileApps/iosStoreApp/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -207477,17 +216503,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Devices.CorporateManagement",
+ ],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgDeviceAppManagementMobileAppCountAsIoVppApp",
"Method": "GET",
+ "Command": "Get-MgDeviceAppManagementMobileAppCountAsIoStoreApp",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Devices.CorporateManagement",
"Uri": "/deviceAppManagement/mobileApps/iosVppApp/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -207506,17 +216533,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Devices.CorporateManagement",
+ ],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgDeviceAppManagementMobileAppCountAsMacOSDmgApp",
"Method": "GET",
+ "Command": "Get-MgDeviceAppManagementMobileAppCountAsIoVppApp",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Devices.CorporateManagement",
"Uri": "/deviceAppManagement/mobileApps/macOSDmgApp/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -207535,17 +216563,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Devices.CorporateManagement",
+ ],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgDeviceAppManagementMobileAppCountAsMacOSLobApp",
"Method": "GET",
+ "Command": "Get-MgDeviceAppManagementMobileAppCountAsMacOSDmgApp",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Devices.CorporateManagement",
"Uri": "/deviceAppManagement/mobileApps/macOSLobApp/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -207564,17 +216593,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Devices.CorporateManagement",
+ ],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgDeviceAppManagementMobileAppCountAsManagedAndroidLobApp",
"Method": "GET",
+ "Command": "Get-MgDeviceAppManagementMobileAppCountAsMacOSLobApp",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Devices.CorporateManagement",
"Uri": "/deviceAppManagement/mobileApps/managedAndroidLobApp/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -207593,17 +216623,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Devices.CorporateManagement",
+ ],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgDeviceAppManagementMobileAppCountAsManagediOSLobApp",
"Method": "GET",
+ "Command": "Get-MgDeviceAppManagementMobileAppCountAsManagedAndroidLobApp",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Devices.CorporateManagement",
"Uri": "/deviceAppManagement/mobileApps/managedIOSLobApp/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -207622,17 +216653,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Devices.CorporateManagement",
+ ],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgDeviceAppManagementMobileAppCountAsManagedMobileLobApp",
"Method": "GET",
+ "Command": "Get-MgDeviceAppManagementMobileAppCountAsManagediOSLobApp",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Devices.CorporateManagement",
"Uri": "/deviceAppManagement/mobileApps/managedMobileLobApp/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -207651,17 +216683,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Devices.CorporateManagement",
+ ],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgDeviceAppManagementMobileAppCountAsMicrosoftStoreForBusinessApp",
"Method": "GET",
+ "Command": "Get-MgDeviceAppManagementMobileAppCountAsManagedMobileLobApp",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Devices.CorporateManagement",
"Uri": "/deviceAppManagement/mobileApps/microsoftStoreForBusinessApp/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -207680,17 +216713,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Devices.CorporateManagement",
+ ],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgDeviceAppManagementMobileAppCountAsWin32LobApp",
"Method": "GET",
+ "Command": "Get-MgDeviceAppManagementMobileAppCountAsMicrosoftStoreForBusinessApp",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Devices.CorporateManagement",
"Uri": "/deviceAppManagement/mobileApps/win32LobApp/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -207709,17 +216743,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Devices.CorporateManagement",
+ ],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgDeviceAppManagementMobileAppCountAsWindowsAppX",
"Method": "GET",
+ "Command": "Get-MgDeviceAppManagementMobileAppCountAsWin32LobApp",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Devices.CorporateManagement",
"Uri": "/deviceAppManagement/mobileApps/windowsAppX/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -207738,17 +216773,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Devices.CorporateManagement",
+ ],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgDeviceAppManagementMobileAppCountAsWindowsMobileMsi",
"Method": "GET",
+ "Command": "Get-MgDeviceAppManagementMobileAppCountAsWindowsAppX",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Devices.CorporateManagement",
"Uri": "/deviceAppManagement/mobileApps/windowsMobileMSI/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -207767,17 +216803,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Devices.CorporateManagement",
+ ],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgDeviceAppManagementMobileAppCountAsWindowsUniversalAppX",
"Method": "GET",
+ "Command": "Get-MgDeviceAppManagementMobileAppCountAsWindowsMobileMsi",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Devices.CorporateManagement",
"Uri": "/deviceAppManagement/mobileApps/windowsUniversalAppX/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -207796,17 +216833,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Devices.CorporateManagement",
+ ],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgDeviceAppManagementMobileAppCountAsWindowsWebApp",
"Method": "GET",
+ "Command": "Get-MgDeviceAppManagementMobileAppCountAsWindowsUniversalAppX",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Devices.CorporateManagement",
"Uri": "/deviceAppManagement/mobileApps/windowsWebApp/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -207825,18 +216863,49 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgDeviceAppManagementMobileAppCountAsWindowsWebApp",
+ "ApiReferenceLink": null
},
{
"Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}",
+ "OutputType": "IMicrosoftGraphTargetedManagedAppConfiguration",
+ "ApiVersion": "v1.0",
+ "Permissions": [
+ {
+ "Name": "DeviceManagementApps.Read.All",
+ "Description": "Read Microsoft Intune apps",
+ "FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": true
+ },
+ {
+ "Name": "DeviceManagementApps.ReadWrite.All",
+ "Description": "Read and write Microsoft Intune apps",
+ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ }
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTargetedManagedAppConfiguration",
- "Command": "Get-MgDeviceAppManagementTargetedManagedAppConfiguration",
"Method": "GET",
- "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}",
+ "Command": "Get-MgDeviceAppManagementTargetedManagedAppConfiguration",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-mam-targetedmanagedappconfiguration-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/targetedManagedAppConfigurations",
+ "OutputType": "IMicrosoftGraphTargetedManagedAppConfiguration",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -207855,17 +216924,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Devices.CorporateManagement",
+ ],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphTargetedManagedAppConfiguration",
- "Command": "Get-MgDeviceAppManagementTargetedManagedAppConfiguration",
"Method": "GET",
- "Uri": "/deviceAppManagement/targetedManagedAppConfigurations",
+ "Command": "Get-MgDeviceAppManagementTargetedManagedAppConfiguration",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-mam-targetedmanagedappconfiguration-list?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps/{managedMobileApp-id}",
+ "OutputType": "IMicrosoftGraphManagedMobileApp",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -207876,6 +216946,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",
@@ -207884,18 +216970,65 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Devices.CorporateManagement",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphManagedMobileApp",
+ "Method": "GET",
"Command": "Get-MgDeviceAppManagementTargetedManagedAppConfigurationApp",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps",
+ "OutputType": "IMicrosoftGraphManagedMobileApp",
+ "ApiVersion": "v1.0",
+ "Permissions": [
+ {
+ "Name": "DeviceManagementApps.Read.All",
+ "Description": "Read Microsoft Intune apps",
+ "FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": true
+ },
+ {
+ "Name": "DeviceManagementConfiguration.ReadWrite.All",
+ "Description": "Read and write Microsoft Intune device configuration and policies",
+ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "DeviceManagementConfiguration.Read.All",
+ "Description": "Read Microsoft Intune device configuration and policies",
+ "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "DeviceManagementApps.ReadWrite.All",
+ "Description": "Read and write Microsoft Intune apps",
+ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ }
+ ],
+ "Variants": [
+ "List"
+ ],
"Method": "GET",
- "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps/{managedMobileApp-id}",
+ "Command": "Get-MgDeviceAppManagementTargetedManagedAppConfigurationApp",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -207930,17 +217063,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Devices.CorporateManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphManagedMobileApp",
- "Command": "Get-MgDeviceAppManagementTargetedManagedAppConfigurationApp",
"Method": "GET",
- "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps",
+ "Command": "Get-MgDeviceAppManagementTargetedManagedAppConfigurationAppCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments/{targetedManagedAppPolicyAssignment-id}",
+ "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -207975,18 +217110,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Devices.CorporateManagement",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgDeviceAppManagementTargetedManagedAppConfigurationAppCount",
"Method": "GET",
- "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps/$count",
+ "Command": "Get-MgDeviceAppManagementTargetedManagedAppConfigurationAssignment",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments",
+ "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -208021,18 +217157,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Devices.CorporateManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment",
- "Command": "Get-MgDeviceAppManagementTargetedManagedAppConfigurationAssignment",
"Method": "GET",
- "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments/{targetedManagedAppPolicyAssignment-id}",
+ "Command": "Get-MgDeviceAppManagementTargetedManagedAppConfigurationAssignment",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -208067,17 +217203,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Devices.CorporateManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment",
- "Command": "Get-MgDeviceAppManagementTargetedManagedAppConfigurationAssignment",
"Method": "GET",
- "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments",
+ "Command": "Get-MgDeviceAppManagementTargetedManagedAppConfigurationAssignmentCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -208088,22 +217226,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",
@@ -208112,18 +217234,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Devices.CorporateManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": null,
- "Command": "Get-MgDeviceAppManagementTargetedManagedAppConfigurationAssignmentCount",
"Method": "GET",
- "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments/$count",
+ "Command": "Get-MgDeviceAppManagementTargetedManagedAppConfigurationCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/deploymentSummary",
+ "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -208158,56 +217280,36 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Devices.CorporateManagement",
+ ],
"Variants": [
- "Get"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgDeviceAppManagementTargetedManagedAppConfigurationCount",
"Method": "GET",
- "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/$count",
+ "Command": "Get-MgDeviceAppManagementTargetedManagedAppConfigurationDeploymentSummary",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/vppTokens/{vppToken-id}",
+ "OutputType": "IMicrosoftGraphVppToken",
"ApiVersion": "v1.0",
"Permissions": [
{
- "Name": "DeviceManagementApps.Read.All",
- "Description": "Read Microsoft Intune apps",
- "FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.",
+ "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
- }
- ]
- },
- {
- "Module": "Devices.CorporateManagement",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary",
- "Command": "Get-MgDeviceAppManagementTargetedManagedAppConfigurationDeploymentSummary",
- "Method": "GET",
- "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/deploymentSummary",
- "ApiVersion": "v1.0",
- "Permissions": [
- {
- "Name": "DeviceManagementApps.Read.All",
- "Description": "Read Microsoft Intune apps",
- "FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.",
- "IsAdmin": false,
- "PermissionType": "Application",
- "IsLeastPrivilege": true
},
{
"Name": "DeviceManagementConfiguration.ReadWrite.All",
@@ -208224,27 +217326,20 @@
"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",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphVppToken",
- "Command": "Get-MgDeviceAppManagementVppToken",
"Method": "GET",
- "Uri": "/deviceAppManagement/vppTokens/{vppToken-id}",
+ "Command": "Get-MgDeviceAppManagementVppToken",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-onboarding-vpptoken-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/vppTokens",
+ "OutputType": "IMicrosoftGraphVppToken",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -208279,17 +217374,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Devices.CorporateManagement",
+ ],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphVppToken",
- "Command": "Get-MgDeviceAppManagementVppToken",
"Method": "GET",
- "Uri": "/deviceAppManagement/vppTokens",
+ "Command": "Get-MgDeviceAppManagementVppToken",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-onboarding-vpptoken-list?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/vppTokens/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -208324,35 +217420,28 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Devices.CorporateManagement",
+ ],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgDeviceAppManagementVppTokenCount",
"Method": "GET",
- "Uri": "/deviceAppManagement/vppTokens/$count",
+ "Command": "Get-MgDeviceAppManagementVppTokenCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}",
+ "OutputType": "IMicrosoftGraphWindowsInformationProtectionPolicy",
"ApiVersion": "v1.0",
"Permissions": [
{
- "Name": "DeviceManagementServiceConfig.Read.All",
- "Description": "Read Microsoft Intune configuration",
- "FullDescription": "Allows the app to read Microsoft Intune service properties including device enrollment and third party service connection configuration, without a signed-in user.",
+ "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": "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",
@@ -208368,19 +217457,28 @@
"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",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphWindowsInformationProtectionPolicy",
- "Command": "Get-MgDeviceAppManagementWindowsInformationProtectionPolicy",
"Method": "GET",
- "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}",
+ "Command": "Get-MgDeviceAppManagementWindowsInformationProtectionPolicy",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-mam-windowsinformationprotectionpolicy-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies",
+ "OutputType": "IMicrosoftGraphWindowsInformationProtectionPolicy",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -208415,17 +217513,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Devices.CorporateManagement",
+ ],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphWindowsInformationProtectionPolicy",
- "Command": "Get-MgDeviceAppManagementWindowsInformationProtectionPolicy",
"Method": "GET",
- "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies",
+ "Command": "Get-MgDeviceAppManagementWindowsInformationProtectionPolicy",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-mam-windowsinformationprotectionpolicy-list?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/assignments/{targetedManagedAppPolicyAssignment-id}",
+ "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -208460,18 +217559,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Devices.CorporateManagement",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment",
- "Command": "Get-MgDeviceAppManagementWindowsInformationProtectionPolicyAssignment",
"Method": "GET",
- "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/assignments/{targetedManagedAppPolicyAssignment-id}",
+ "Command": "Get-MgDeviceAppManagementWindowsInformationProtectionPolicyAssignment",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/assignments",
+ "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -208506,17 +217606,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Devices.CorporateManagement",
+ ],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment",
- "Command": "Get-MgDeviceAppManagementWindowsInformationProtectionPolicyAssignment",
"Method": "GET",
- "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/assignments",
+ "Command": "Get-MgDeviceAppManagementWindowsInformationProtectionPolicyAssignment",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/assignments/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -208551,18 +217652,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Devices.CorporateManagement",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgDeviceAppManagementWindowsInformationProtectionPolicyAssignmentCount",
"Method": "GET",
- "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/assignments/$count",
+ "Command": "Get-MgDeviceAppManagementWindowsInformationProtectionPolicyAssignmentCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -208597,17 +217699,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Devices.CorporateManagement",
+ ],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgDeviceAppManagementWindowsInformationProtectionPolicyCount",
"Method": "GET",
- "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/$count",
+ "Command": "Get-MgDeviceAppManagementWindowsInformationProtectionPolicyCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Devices.CorporateManagement",
+ "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/exemptAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}",
+ "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -208642,63 +217745,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Devices.CorporateManagement",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile",
- "Command": "Get-MgDeviceAppManagementWindowsInformationProtectionPolicyExemptAppLockerFile",
"Method": "GET",
- "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/exemptAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}",
- "ApiVersion": "v1.0",
- "Permissions": [
- {
- "Name": "DeviceManagementApps.Read.All",
- "Description": "Read Microsoft Intune apps",
- "FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.",
- "IsAdmin": false,
- "PermissionType": "Application",
- "IsLeastPrivilege": true
- },
- {
- "Name": "DeviceManagementConfiguration.ReadWrite.All",
- "Description": "Read and write Microsoft Intune device configuration and policies",
- "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.",
- "IsAdmin": false,
- "PermissionType": "Application",
- "IsLeastPrivilege": false
- },
- {
- "Name": "DeviceManagementConfiguration.Read.All",
- "Description": "Read Microsoft Intune device configuration and policies",
- "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.",
- "IsAdmin": false,
- "PermissionType": "Application",
- "IsLeastPrivilege": false
- },
- {
- "Name": "DeviceManagementApps.ReadWrite.All",
- "Description": "Read and write Microsoft Intune apps",
- "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.",
- "IsAdmin": false,
- "PermissionType": "Application",
- "IsLeastPrivilege": false
- }
- ]
+ "Command": "Get-MgDeviceAppManagementWindowsInformationProtectionPolicyExemptAppLockerFile",
+ "ApiReferenceLink": null
},
{
"Module": "Devices.CorporateManagement",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile",
- "Command": "Get-MgDeviceAppManagementWindowsInformationProtectionPolicyExemptAppLockerFile",
- "Method": "GET",
"Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/exemptAppLockerFiles",
+ "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -208733,18 +217792,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Devices.CorporateManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgDeviceAppManagementWindowsInformationProtectionPolicyExemptAppLockerFileCount",
"Method": "GET",
+ "Command": "Get-MgDeviceAppManagementWindowsInformationProtectionPolicyExemptAppLockerFile",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Devices.CorporateManagement",
"Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/exemptAppLockerFiles/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -208779,18 +217838,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Devices.CorporateManagement",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile",
- "Command": "Get-MgDeviceAppManagementWindowsInformationProtectionPolicyProtectedAppLockerFile",
"Method": "GET",
+ "Command": "Get-MgDeviceAppManagementWindowsInformationProtectionPolicyExemptAppLockerFileCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Devices.CorporateManagement",
"Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/protectedAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}",
+ "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -208825,17 +217885,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Devices.CorporateManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile",
- "Command": "Get-MgDeviceAppManagementWindowsInformationProtectionPolicyProtectedAppLockerFile",
"Method": "GET",
+ "Command": "Get-MgDeviceAppManagementWindowsInformationProtectionPolicyProtectedAppLockerFile",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Devices.CorporateManagement",
"Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/protectedAppLockerFiles",
+ "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -208870,18 +217932,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Devices.CorporateManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgDeviceAppManagementWindowsInformationProtectionPolicyProtectedAppLockerFileCount",
"Method": "GET",
+ "Command": "Get-MgDeviceAppManagementWindowsInformationProtectionPolicyProtectedAppLockerFile",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Devices.CorporateManagement",
"Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/protectedAppLockerFiles/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -208916,18 +217978,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.DirectoryManagement",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDevice",
- "Command": "Get-MgDeviceByDeviceId",
"Method": "GET",
+ "Command": "Get-MgDeviceAppManagementWindowsInformationProtectionPolicyProtectedAppLockerFileCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Identity.DirectoryManagement",
"Uri": "/devices(deviceId='{deviceId}')",
+ "OutputType": "IMicrosoftGraphDevice",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -208962,30 +218025,33 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgDeviceByDeviceId",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-get?view=graph-rest-1.0"
},
{
"Module": "Identity.DirectoryManagement",
+ "Uri": "/devices/getByIds",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetExpanded"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgDeviceById",
"Method": "POST",
- "Uri": "/devices/getByIds",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceById",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0"
},
{
"Module": "Identity.DirectoryManagement",
- "Variants": [
- "Get"
- ],
- "OutputType": null,
- "Command": "Get-MgDeviceCount",
- "Method": "GET",
"Uri": "/devices/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -209020,67 +218086,72 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgDeviceCount",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.DirectoryManagement",
+ "Uri": "/devices/delta",
+ "OutputType": "IMicrosoftGraphDevice",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Delta"
],
- "OutputType": "IMicrosoftGraphDevice",
- "Command": "Get-MgDeviceDelta",
"Method": "GET",
- "Uri": "/devices/delta",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceDelta",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.DirectoryManagement",
+ "Uri": "/devices/{device-id}/extensions/{extension-id}",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgDeviceExtension",
"Method": "GET",
- "Uri": "/devices/{device-id}/extensions/{extension-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceExtension",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.DirectoryManagement",
+ "Uri": "/devices/{device-id}/extensions",
+ "OutputType": "IMicrosoftGraphExtension",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphExtension",
- "Command": "Get-MgDeviceExtension",
"Method": "GET",
- "Uri": "/devices/{device-id}/extensions",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceExtension",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.DirectoryManagement",
+ "Uri": "/devices/{device-id}/extensions/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgDeviceExtensionCount",
"Method": "GET",
- "Uri": "/devices/{device-id}/extensions/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceExtensionCount",
+ "ApiReferenceLink": null
},
{
"Module": "DeviceManagement",
- "Variants": [
- "Get"
- ],
- "OutputType": "IMicrosoftGraphDeviceManagement",
- "Command": "Get-MgDeviceManagement",
- "Method": "GET",
"Uri": "/deviceManagement",
+ "OutputType": "IMicrosoftGraphDeviceManagement",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -209154,72 +218225,73 @@
"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.ReadWrite.All",
+ "Description": "Read and write Microsoft Intune apps",
+ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ }
+ ],
+ "Variants": [
+ "Get"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgDeviceManagement",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-auditing-devicemanagement-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "DeviceManagement.Administration",
+ "Uri": "/deviceManagement/applePushNotificationCertificate",
+ "OutputType": "IMicrosoftGraphApplePushNotificationCertificate",
+ "ApiVersion": "v1.0",
+ "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.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": true
+ },
+ {
+ "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": "DeviceManagementConfiguration.Read.All",
+ "Description": "Read Microsoft Intune device configuration and policies",
+ "FullDescription": "Allows the app to read properties of Microsoft 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",
+ ],
"Variants": [
"Get"
],
- "OutputType": "IMicrosoftGraphApplePushNotificationCertificate",
- "Command": "Get-MgDeviceManagementApplePushNotificationCertificate",
"Method": "GET",
- "Uri": "/deviceManagement/applePushNotificationCertificate",
- "ApiVersion": "v1.0",
- "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.",
- "IsAdmin": false,
- "PermissionType": "Application",
- "IsLeastPrivilege": true
- },
- {
- "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": "DeviceManagementConfiguration.Read.All",
- "Description": "Read Microsoft Intune device configuration and policies",
- "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.",
- "IsAdmin": false,
- "PermissionType": "Application",
- "IsLeastPrivilege": false
- }
- ]
+ "Command": "Get-MgDeviceManagementApplePushNotificationCertificate",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-applepushnotificationcertificate-get?view=graph-rest-1.0"
},
{
"Module": "DeviceManagement.Administration",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphAuditEvent",
- "Command": "Get-MgDeviceManagementAuditEvent",
- "Method": "GET",
"Uri": "/deviceManagement/auditEvents/{auditEvent-id}",
+ "OutputType": "IMicrosoftGraphAuditEvent",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -209238,17 +218310,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "DeviceManagement.Administration",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAuditEvent",
- "Command": "Get-MgDeviceManagementAuditEvent",
"Method": "GET",
+ "Command": "Get-MgDeviceManagementAuditEvent",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-auditing-auditevent-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "DeviceManagement.Administration",
"Uri": "/deviceManagement/auditEvents",
+ "OutputType": "IMicrosoftGraphAuditEvent",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -209267,18 +218341,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "DeviceManagement.Functions",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgDeviceManagementAuditEventAuditActivityType",
"Method": "GET",
+ "Command": "Get-MgDeviceManagementAuditEvent",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-auditing-auditevent-list?view=graph-rest-1.0"
+ },
+ {
+ "Module": "DeviceManagement.Functions",
"Uri": "/deviceManagement/auditEvents/getAuditActivityTypes(category='{category}')",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -209297,17 +218371,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "DeviceManagement.Functions",
+ ],
"Variants": [
- "Get"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgDeviceManagementAuditEventAuditCategory",
"Method": "GET",
+ "Command": "Get-MgDeviceManagementAuditEventAuditActivityType",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "DeviceManagement.Functions",
"Uri": "/deviceManagement/auditEvents/getAuditCategories",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -209326,17 +218402,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "DeviceManagement.Administration",
+ ],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgDeviceManagementAuditEventCount",
"Method": "GET",
+ "Command": "Get-MgDeviceManagementAuditEventAuditCategory",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "DeviceManagement.Administration",
"Uri": "/deviceManagement/auditEvents/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -209355,18 +218432,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "DeviceManagement.Administration",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphComplianceManagementPartner",
- "Command": "Get-MgDeviceManagementComplianceManagementPartner",
"Method": "GET",
+ "Command": "Get-MgDeviceManagementAuditEventCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "DeviceManagement.Administration",
"Uri": "/deviceManagement/complianceManagementPartners/{complianceManagementPartner-id}",
+ "OutputType": "IMicrosoftGraphComplianceManagementPartner",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -209401,17 +218478,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "DeviceManagement.Administration",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphComplianceManagementPartner",
- "Command": "Get-MgDeviceManagementComplianceManagementPartner",
"Method": "GET",
+ "Command": "Get-MgDeviceManagementComplianceManagementPartner",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-onboarding-compliancemanagementpartner-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "DeviceManagement.Administration",
"Uri": "/deviceManagement/complianceManagementPartners",
+ "OutputType": "IMicrosoftGraphComplianceManagementPartner",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -209446,17 +218525,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "DeviceManagement.Administration",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgDeviceManagementComplianceManagementPartnerCount",
"Method": "GET",
+ "Command": "Get-MgDeviceManagementComplianceManagementPartner",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-onboarding-compliancemanagementpartner-list?view=graph-rest-1.0"
+ },
+ {
+ "Module": "DeviceManagement.Administration",
"Uri": "/deviceManagement/complianceManagementPartners/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -209491,17 +218571,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "DeviceManagement.Enrollment",
+ ],
"Variants": [
"Get"
],
- "OutputType": "IMicrosoftGraphOnPremisesConditionalAccessSettings",
- "Command": "Get-MgDeviceManagementConditionalAccessSetting",
"Method": "GET",
+ "Command": "Get-MgDeviceManagementComplianceManagementPartnerCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "DeviceManagement.Enrollment",
"Uri": "/deviceManagement/conditionalAccessSettings",
+ "OutputType": "IMicrosoftGraphOnPremisesConditionalAccessSettings",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -209536,18 +218617,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "DeviceManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphDetectedApp",
- "Command": "Get-MgDeviceManagementDetectedApp",
"Method": "GET",
+ "Command": "Get-MgDeviceManagementConditionalAccessSetting",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-onboarding-onpremisesconditionalaccesssettings-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "DeviceManagement",
"Uri": "/deviceManagement/detectedApps/{detectedApp-id}",
+ "OutputType": "IMicrosoftGraphDetectedApp",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -209582,17 +218663,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "DeviceManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDetectedApp",
- "Command": "Get-MgDeviceManagementDetectedApp",
"Method": "GET",
+ "Command": "Get-MgDeviceManagementDetectedApp",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-detectedapp-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "DeviceManagement",
"Uri": "/deviceManagement/detectedApps",
+ "OutputType": "IMicrosoftGraphDetectedApp",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -209627,17 +218710,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "DeviceManagement",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgDeviceManagementDetectedAppCount",
"Method": "GET",
+ "Command": "Get-MgDeviceManagementDetectedApp",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-detectedapp-list?view=graph-rest-1.0"
+ },
+ {
+ "Module": "DeviceManagement",
"Uri": "/deviceManagement/detectedApps/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -209672,18 +218756,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "DeviceManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphManagedDevice",
- "Command": "Get-MgDeviceManagementDetectedAppManagedDevice",
"Method": "GET",
+ "Command": "Get-MgDeviceManagementDetectedAppCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "DeviceManagement",
"Uri": "/deviceManagement/detectedApps/{detectedApp-id}/managedDevices/{managedDevice-id}",
+ "OutputType": "IMicrosoftGraphManagedDevice",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -209702,17 +218786,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "DeviceManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphManagedDevice",
- "Command": "Get-MgDeviceManagementDetectedAppManagedDevice",
"Method": "GET",
+ "Command": "Get-MgDeviceManagementDetectedAppManagedDevice",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "DeviceManagement",
"Uri": "/deviceManagement/detectedApps/{detectedApp-id}/managedDevices",
+ "OutputType": "IMicrosoftGraphManagedDevice",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -209731,18 +218817,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "DeviceManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgDeviceManagementDetectedAppManagedDeviceCount",
"Method": "GET",
+ "Command": "Get-MgDeviceManagementDetectedAppManagedDevice",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "DeviceManagement",
"Uri": "/deviceManagement/detectedApps/{detectedApp-id}/managedDevices/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -209761,18 +218847,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "DeviceManagement",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDeviceCategory",
- "Command": "Get-MgDeviceManagementDeviceCategory",
"Method": "GET",
+ "Command": "Get-MgDeviceManagementDetectedAppManagedDeviceCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "DeviceManagement",
"Uri": "/deviceManagement/deviceCategories/{deviceCategory-id}",
+ "OutputType": "IMicrosoftGraphDeviceCategory",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -209807,17 +218894,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "DeviceManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDeviceCategory",
- "Command": "Get-MgDeviceManagementDeviceCategory",
"Method": "GET",
+ "Command": "Get-MgDeviceManagementDeviceCategory",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-onboarding-devicecategory-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "DeviceManagement",
"Uri": "/deviceManagement/deviceCategories",
+ "OutputType": "IMicrosoftGraphDeviceCategory",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -209852,17 +218941,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "DeviceManagement",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgDeviceManagementDeviceCategoryCount",
"Method": "GET",
+ "Command": "Get-MgDeviceManagementDeviceCategory",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-onboarding-devicecategory-list?view=graph-rest-1.0"
+ },
+ {
+ "Module": "DeviceManagement",
"Uri": "/deviceManagement/deviceCategories/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -209897,18 +218987,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "DeviceManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphDeviceCompliancePolicy",
- "Command": "Get-MgDeviceManagementDeviceCompliancePolicy",
"Method": "GET",
+ "Command": "Get-MgDeviceManagementDeviceCategoryCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "DeviceManagement",
"Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}",
+ "OutputType": "IMicrosoftGraphDeviceCompliancePolicy",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -209927,17 +219017,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "DeviceManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDeviceCompliancePolicy",
- "Command": "Get-MgDeviceManagementDeviceCompliancePolicy",
"Method": "GET",
+ "Command": "Get-MgDeviceManagementDeviceCompliancePolicy",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-windows10mobilecompliancepolicy-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "DeviceManagement",
"Uri": "/deviceManagement/deviceCompliancePolicies",
+ "OutputType": "IMicrosoftGraphDeviceCompliancePolicy",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -209956,18 +219048,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "DeviceManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": "IMicrosoftGraphDeviceCompliancePolicyAssignment",
- "Command": "Get-MgDeviceManagementDeviceCompliancePolicyAssignment",
"Method": "GET",
+ "Command": "Get-MgDeviceManagementDeviceCompliancePolicy",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-windows10compliancepolicy-list?view=graph-rest-1.0"
+ },
+ {
+ "Module": "DeviceManagement",
"Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assignments/{deviceCompliancePolicyAssignment-id}",
+ "OutputType": "IMicrosoftGraphDeviceCompliancePolicyAssignment",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -209986,17 +219078,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "DeviceManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDeviceCompliancePolicyAssignment",
- "Command": "Get-MgDeviceManagementDeviceCompliancePolicyAssignment",
"Method": "GET",
+ "Command": "Get-MgDeviceManagementDeviceCompliancePolicyAssignment",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancepolicyassignment-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "DeviceManagement",
"Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assignments",
+ "OutputType": "IMicrosoftGraphDeviceCompliancePolicyAssignment",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -210015,18 +219109,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "DeviceManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgDeviceManagementDeviceCompliancePolicyAssignmentCount",
"Method": "GET",
+ "Command": "Get-MgDeviceManagementDeviceCompliancePolicyAssignment",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancepolicyassignment-list?view=graph-rest-1.0"
+ },
+ {
+ "Module": "DeviceManagement",
"Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assignments/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -210045,17 +219139,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "DeviceManagement",
+ ],
"Variants": [
- "Get"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgDeviceManagementDeviceCompliancePolicyCount",
"Method": "GET",
+ "Command": "Get-MgDeviceManagementDeviceCompliancePolicyAssignmentCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "DeviceManagement",
"Uri": "/deviceManagement/deviceCompliancePolicies/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -210074,18 +219170,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "DeviceManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphSettingStateDeviceSummary",
- "Command": "Get-MgDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary",
"Method": "GET",
+ "Command": "Get-MgDeviceManagementDeviceCompliancePolicyCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "DeviceManagement",
"Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceSettingStateSummaries/{settingStateDeviceSummary-id}",
+ "OutputType": "IMicrosoftGraphSettingStateDeviceSummary",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -210104,17 +219200,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "DeviceManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSettingStateDeviceSummary",
- "Command": "Get-MgDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary",
"Method": "GET",
+ "Command": "Get-MgDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "DeviceManagement",
"Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceSettingStateSummaries",
+ "OutputType": "IMicrosoftGraphSettingStateDeviceSummary",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -210133,18 +219231,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "DeviceManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummaryCount",
"Method": "GET",
+ "Command": "Get-MgDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "DeviceManagement",
"Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceSettingStateSummaries/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -210163,17 +219261,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "DeviceManagement",
+ ],
"Variants": [
- "Get"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDeviceCompliancePolicyDeviceStateSummary",
- "Command": "Get-MgDeviceManagementDeviceCompliancePolicyDeviceStateSummary",
"Method": "GET",
+ "Command": "Get-MgDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummaryCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "DeviceManagement",
"Uri": "/deviceManagement/deviceCompliancePolicyDeviceStateSummary",
+ "OutputType": "IMicrosoftGraphDeviceCompliancePolicyDeviceStateSummary",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -210192,18 +219292,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "DeviceManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphDeviceComplianceDeviceStatus",
- "Command": "Get-MgDeviceManagementDeviceCompliancePolicyDeviceStatus",
"Method": "GET",
+ "Command": "Get-MgDeviceManagementDeviceCompliancePolicyDeviceStateSummary",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancepolicydevicestatesummary-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "DeviceManagement",
"Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatuses/{deviceComplianceDeviceStatus-id}",
+ "OutputType": "IMicrosoftGraphDeviceComplianceDeviceStatus",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -210222,17 +219322,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "DeviceManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDeviceComplianceDeviceStatus",
- "Command": "Get-MgDeviceManagementDeviceCompliancePolicyDeviceStatus",
"Method": "GET",
+ "Command": "Get-MgDeviceManagementDeviceCompliancePolicyDeviceStatus",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancedevicestatus-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "DeviceManagement",
"Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatuses",
+ "OutputType": "IMicrosoftGraphDeviceComplianceDeviceStatus",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -210251,18 +219353,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "DeviceManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgDeviceManagementDeviceCompliancePolicyDeviceStatusCount",
"Method": "GET",
+ "Command": "Get-MgDeviceManagementDeviceCompliancePolicyDeviceStatus",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancedevicestatus-list?view=graph-rest-1.0"
+ },
+ {
+ "Module": "DeviceManagement",
"Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatuses/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -210281,18 +219383,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "DeviceManagement",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDeviceComplianceDeviceOverview",
- "Command": "Get-MgDeviceManagementDeviceCompliancePolicyDeviceStatusOverview",
"Method": "GET",
+ "Command": "Get-MgDeviceManagementDeviceCompliancePolicyDeviceStatusCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "DeviceManagement",
"Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatusOverview",
+ "OutputType": "IMicrosoftGraphDeviceComplianceDeviceOverview",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -210311,18 +219414,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "DeviceManagement",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDeviceComplianceScheduledActionForRule",
- "Command": "Get-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRule",
"Method": "GET",
+ "Command": "Get-MgDeviceManagementDeviceCompliancePolicyDeviceStatusOverview",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancedeviceoverview-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "DeviceManagement",
"Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}",
+ "OutputType": "IMicrosoftGraphDeviceComplianceScheduledActionForRule",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -210341,17 +219445,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "DeviceManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDeviceComplianceScheduledActionForRule",
- "Command": "Get-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRule",
"Method": "GET",
+ "Command": "Get-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRule",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancescheduledactionforrule-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "DeviceManagement",
"Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule",
+ "OutputType": "IMicrosoftGraphDeviceComplianceScheduledActionForRule",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -210370,18 +219476,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "DeviceManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRuleCount",
"Method": "GET",
+ "Command": "Get-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRule",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancescheduledactionforrule-list?view=graph-rest-1.0"
+ },
+ {
+ "Module": "DeviceManagement",
"Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -210400,18 +219506,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "DeviceManagement",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDeviceComplianceActionItem",
- "Command": "Get-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfiguration",
"Method": "GET",
+ "Command": "Get-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRuleCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "DeviceManagement",
"Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}/scheduledActionConfigurations/{deviceComplianceActionItem-id}",
+ "OutputType": "IMicrosoftGraphDeviceComplianceActionItem",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -210430,17 +219537,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "DeviceManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDeviceComplianceActionItem",
- "Command": "Get-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfiguration",
"Method": "GET",
+ "Command": "Get-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfiguration",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecomplianceactionitem-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "DeviceManagement",
"Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}/scheduledActionConfigurations",
+ "OutputType": "IMicrosoftGraphDeviceComplianceActionItem",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -210459,18 +219568,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "DeviceManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfigurationCount",
"Method": "GET",
+ "Command": "Get-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfiguration",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecomplianceactionitem-list?view=graph-rest-1.0"
+ },
+ {
+ "Module": "DeviceManagement",
"Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}/scheduledActionConfigurations/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -210489,18 +219598,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "DeviceManagement",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDeviceCompliancePolicySettingStateSummary",
- "Command": "Get-MgDeviceManagementDeviceCompliancePolicySettingStateSummary",
"Method": "GET",
+ "Command": "Get-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfigurationCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "DeviceManagement",
"Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}",
+ "OutputType": "IMicrosoftGraphDeviceCompliancePolicySettingStateSummary",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -210519,17 +219629,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "DeviceManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDeviceCompliancePolicySettingStateSummary",
- "Command": "Get-MgDeviceManagementDeviceCompliancePolicySettingStateSummary",
"Method": "GET",
+ "Command": "Get-MgDeviceManagementDeviceCompliancePolicySettingStateSummary",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancepolicysettingstatesummary-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "DeviceManagement",
"Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries",
+ "OutputType": "IMicrosoftGraphDeviceCompliancePolicySettingStateSummary",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -210548,17 +219660,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "DeviceManagement",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgDeviceManagementDeviceCompliancePolicySettingStateSummaryCount",
"Method": "GET",
+ "Command": "Get-MgDeviceManagementDeviceCompliancePolicySettingStateSummary",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancepolicysettingstatesummary-list?view=graph-rest-1.0"
+ },
+ {
+ "Module": "DeviceManagement",
"Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -210577,18 +219690,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "DeviceManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphDeviceComplianceSettingState",
- "Command": "Get-MgDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState",
"Method": "GET",
+ "Command": "Get-MgDeviceManagementDeviceCompliancePolicySettingStateSummaryCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "DeviceManagement",
"Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}/deviceComplianceSettingStates/{deviceComplianceSettingState-id}",
+ "OutputType": "IMicrosoftGraphDeviceComplianceSettingState",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -210607,17 +219720,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "DeviceManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDeviceComplianceSettingState",
- "Command": "Get-MgDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState",
"Method": "GET",
+ "Command": "Get-MgDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancesettingstate-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "DeviceManagement",
"Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}/deviceComplianceSettingStates",
+ "OutputType": "IMicrosoftGraphDeviceComplianceSettingState",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -210636,18 +219751,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "DeviceManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingStateCount",
"Method": "GET",
+ "Command": "Get-MgDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancesettingstate-list?view=graph-rest-1.0"
+ },
+ {
+ "Module": "DeviceManagement",
"Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}/deviceComplianceSettingStates/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -210666,18 +219781,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "DeviceManagement",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDeviceComplianceUserStatus",
- "Command": "Get-MgDeviceManagementDeviceCompliancePolicyUserStatus",
"Method": "GET",
+ "Command": "Get-MgDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingStateCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "DeviceManagement",
"Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatuses/{deviceComplianceUserStatus-id}",
+ "OutputType": "IMicrosoftGraphDeviceComplianceUserStatus",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -210696,17 +219812,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "DeviceManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDeviceComplianceUserStatus",
- "Command": "Get-MgDeviceManagementDeviceCompliancePolicyUserStatus",
"Method": "GET",
+ "Command": "Get-MgDeviceManagementDeviceCompliancePolicyUserStatus",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecomplianceuserstatus-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "DeviceManagement",
"Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatuses",
+ "OutputType": "IMicrosoftGraphDeviceComplianceUserStatus",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -210725,18 +219843,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "DeviceManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgDeviceManagementDeviceCompliancePolicyUserStatusCount",
"Method": "GET",
+ "Command": "Get-MgDeviceManagementDeviceCompliancePolicyUserStatus",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecomplianceuserstatus-list?view=graph-rest-1.0"
+ },
+ {
+ "Module": "DeviceManagement",
"Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatuses/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -210755,18 +219873,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "DeviceManagement",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDeviceComplianceUserOverview",
- "Command": "Get-MgDeviceManagementDeviceCompliancePolicyUserStatusOverview",
"Method": "GET",
+ "Command": "Get-MgDeviceManagementDeviceCompliancePolicyUserStatusCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "DeviceManagement",
"Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatusOverview",
+ "OutputType": "IMicrosoftGraphDeviceComplianceUserOverview",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -210785,18 +219904,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "DeviceManagement",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDeviceConfiguration",
- "Command": "Get-MgDeviceManagementDeviceConfiguration",
"Method": "GET",
+ "Command": "Get-MgDeviceManagementDeviceCompliancePolicyUserStatusOverview",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecomplianceuseroverview-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "DeviceManagement",
"Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}",
+ "OutputType": "IMicrosoftGraphDeviceConfiguration",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -210815,17 +219935,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "DeviceManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDeviceConfiguration",
- "Command": "Get-MgDeviceManagementDeviceConfiguration",
"Method": "GET",
+ "Command": "Get-MgDeviceManagementDeviceConfiguration",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-ioscustomconfiguration-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "DeviceManagement",
"Uri": "/deviceManagement/deviceConfigurations",
+ "OutputType": "IMicrosoftGraphDeviceConfiguration",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -210844,18 +219966,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "DeviceManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": "IMicrosoftGraphDeviceConfigurationAssignment",
- "Command": "Get-MgDeviceManagementDeviceConfigurationAssignment",
"Method": "GET",
+ "Command": "Get-MgDeviceManagementDeviceConfiguration",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-androidcustomconfiguration-list?view=graph-rest-1.0"
+ },
+ {
+ "Module": "DeviceManagement",
"Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignments/{deviceConfigurationAssignment-id}",
+ "OutputType": "IMicrosoftGraphDeviceConfigurationAssignment",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -210874,17 +219996,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "DeviceManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDeviceConfigurationAssignment",
- "Command": "Get-MgDeviceManagementDeviceConfigurationAssignment",
"Method": "GET",
+ "Command": "Get-MgDeviceManagementDeviceConfigurationAssignment",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationassignment-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "DeviceManagement",
"Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignments",
+ "OutputType": "IMicrosoftGraphDeviceConfigurationAssignment",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -210903,18 +220027,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "DeviceManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgDeviceManagementDeviceConfigurationAssignmentCount",
"Method": "GET",
+ "Command": "Get-MgDeviceManagementDeviceConfigurationAssignment",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationassignment-list?view=graph-rest-1.0"
+ },
+ {
+ "Module": "DeviceManagement",
"Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignments/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -210933,17 +220057,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "DeviceManagement",
+ ],
"Variants": [
- "Get"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgDeviceManagementDeviceConfigurationCount",
"Method": "GET",
+ "Command": "Get-MgDeviceManagementDeviceConfigurationAssignmentCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "DeviceManagement",
"Uri": "/deviceManagement/deviceConfigurations/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -210962,18 +220088,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "DeviceManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphSettingStateDeviceSummary",
- "Command": "Get-MgDeviceManagementDeviceConfigurationDeviceSettingStateSummary",
"Method": "GET",
+ "Command": "Get-MgDeviceManagementDeviceConfigurationCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "DeviceManagement",
"Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceSettingStateSummaries/{settingStateDeviceSummary-id}",
+ "OutputType": "IMicrosoftGraphSettingStateDeviceSummary",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -210992,17 +220118,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "DeviceManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSettingStateDeviceSummary",
- "Command": "Get-MgDeviceManagementDeviceConfigurationDeviceSettingStateSummary",
"Method": "GET",
+ "Command": "Get-MgDeviceManagementDeviceConfigurationDeviceSettingStateSummary",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-settingstatedevicesummary-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "DeviceManagement",
"Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceSettingStateSummaries",
+ "OutputType": "IMicrosoftGraphSettingStateDeviceSummary",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -211021,18 +220149,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "DeviceManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgDeviceManagementDeviceConfigurationDeviceSettingStateSummaryCount",
"Method": "GET",
+ "Command": "Get-MgDeviceManagementDeviceConfigurationDeviceSettingStateSummary",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-settingstatedevicesummary-list?view=graph-rest-1.0"
+ },
+ {
+ "Module": "DeviceManagement",
"Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceSettingStateSummaries/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -211051,17 +220179,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "DeviceManagement",
+ ],
"Variants": [
- "Get"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceStateSummary",
- "Command": "Get-MgDeviceManagementDeviceConfigurationDeviceStateSummary",
"Method": "GET",
+ "Command": "Get-MgDeviceManagementDeviceConfigurationDeviceSettingStateSummaryCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "DeviceManagement",
"Uri": "/deviceManagement/deviceConfigurationDeviceStateSummaries",
+ "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceStateSummary",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -211080,18 +220210,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "DeviceManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceStatus",
- "Command": "Get-MgDeviceManagementDeviceConfigurationDeviceStatus",
"Method": "GET",
+ "Command": "Get-MgDeviceManagementDeviceConfigurationDeviceStateSummary",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationdevicestatesummary-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "DeviceManagement",
"Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatuses/{deviceConfigurationDeviceStatus-id}",
+ "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceStatus",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -211110,17 +220240,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "DeviceManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceStatus",
- "Command": "Get-MgDeviceManagementDeviceConfigurationDeviceStatus",
"Method": "GET",
+ "Command": "Get-MgDeviceManagementDeviceConfigurationDeviceStatus",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationdevicestatus-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "DeviceManagement",
"Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatuses",
+ "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceStatus",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -211139,18 +220271,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "DeviceManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgDeviceManagementDeviceConfigurationDeviceStatusCount",
"Method": "GET",
+ "Command": "Get-MgDeviceManagementDeviceConfigurationDeviceStatus",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationdevicestatus-list?view=graph-rest-1.0"
+ },
+ {
+ "Module": "DeviceManagement",
"Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatuses/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -211169,18 +220301,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "DeviceManagement",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceOverview",
- "Command": "Get-MgDeviceManagementDeviceConfigurationDeviceStatusOverview",
"Method": "GET",
+ "Command": "Get-MgDeviceManagementDeviceConfigurationDeviceStatusCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "DeviceManagement",
"Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatusOverview",
+ "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceOverview",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -211199,18 +220332,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "DeviceManagement.Functions",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgDeviceManagementDeviceConfigurationOmaSettingPlainTextValue",
"Method": "GET",
+ "Command": "Get-MgDeviceManagementDeviceConfigurationDeviceStatusOverview",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationdeviceoverview-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "DeviceManagement.Functions",
"Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/getOmaSettingPlainTextValue(secretReferenceValueId='{secretReferenceValueId}')",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -211229,18 +220363,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "DeviceManagement",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDeviceConfigurationUserStatus",
- "Command": "Get-MgDeviceManagementDeviceConfigurationUserStatus",
"Method": "GET",
+ "Command": "Get-MgDeviceManagementDeviceConfigurationOmaSettingPlainTextValue",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "DeviceManagement",
"Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatuses/{deviceConfigurationUserStatus-id}",
+ "OutputType": "IMicrosoftGraphDeviceConfigurationUserStatus",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -211259,17 +220394,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "DeviceManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDeviceConfigurationUserStatus",
- "Command": "Get-MgDeviceManagementDeviceConfigurationUserStatus",
"Method": "GET",
+ "Command": "Get-MgDeviceManagementDeviceConfigurationUserStatus",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationuserstatus-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "DeviceManagement",
"Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatuses",
+ "OutputType": "IMicrosoftGraphDeviceConfigurationUserStatus",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -211288,18 +220425,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "DeviceManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgDeviceManagementDeviceConfigurationUserStatusCount",
"Method": "GET",
+ "Command": "Get-MgDeviceManagementDeviceConfigurationUserStatus",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationuserstatus-list?view=graph-rest-1.0"
+ },
+ {
+ "Module": "DeviceManagement",
"Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatuses/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -211318,18 +220455,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "DeviceManagement",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDeviceConfigurationUserOverview",
- "Command": "Get-MgDeviceManagementDeviceConfigurationUserStatusOverview",
"Method": "GET",
+ "Command": "Get-MgDeviceManagementDeviceConfigurationUserStatusCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "DeviceManagement",
"Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatusOverview",
+ "OutputType": "IMicrosoftGraphDeviceConfigurationUserOverview",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -211348,18 +220486,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "DeviceManagement.Enrollment",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration",
- "Command": "Get-MgDeviceManagementDeviceEnrollmentConfiguration",
"Method": "GET",
+ "Command": "Get-MgDeviceManagementDeviceConfigurationUserStatusOverview",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationuseroverview-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "DeviceManagement.Enrollment",
"Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}",
+ "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -211394,17 +220533,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "DeviceManagement.Enrollment",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration",
- "Command": "Get-MgDeviceManagementDeviceEnrollmentConfiguration",
"Method": "GET",
+ "Command": "Get-MgDeviceManagementDeviceEnrollmentConfiguration",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-onboarding-deviceenrollmentconfiguration-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "DeviceManagement.Enrollment",
"Uri": "/deviceManagement/deviceEnrollmentConfigurations",
+ "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -211439,18 +220580,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "DeviceManagement.Enrollment",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": "IMicrosoftGraphEnrollmentConfigurationAssignment",
- "Command": "Get-MgDeviceManagementDeviceEnrollmentConfigurationAssignment",
"Method": "GET",
+ "Command": "Get-MgDeviceManagementDeviceEnrollmentConfiguration",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-onboarding-deviceenrollmentwindowshelloforbusinessconfiguration-list?view=graph-rest-1.0"
+ },
+ {
+ "Module": "DeviceManagement.Enrollment",
"Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/{enrollmentConfigurationAssignment-id}",
+ "OutputType": "IMicrosoftGraphEnrollmentConfigurationAssignment",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -211485,17 +220626,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "DeviceManagement.Enrollment",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphEnrollmentConfigurationAssignment",
- "Command": "Get-MgDeviceManagementDeviceEnrollmentConfigurationAssignment",
"Method": "GET",
+ "Command": "Get-MgDeviceManagementDeviceEnrollmentConfigurationAssignment",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-onboarding-enrollmentconfigurationassignment-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "DeviceManagement.Enrollment",
"Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments",
+ "OutputType": "IMicrosoftGraphEnrollmentConfigurationAssignment",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -211530,18 +220673,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "DeviceManagement.Enrollment",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgDeviceManagementDeviceEnrollmentConfigurationAssignmentCount",
"Method": "GET",
+ "Command": "Get-MgDeviceManagementDeviceEnrollmentConfigurationAssignment",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-onboarding-enrollmentconfigurationassignment-list?view=graph-rest-1.0"
+ },
+ {
+ "Module": "DeviceManagement.Enrollment",
"Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -211576,17 +220719,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "DeviceManagement.Enrollment",
+ ],
"Variants": [
- "Get"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgDeviceManagementDeviceEnrollmentConfigurationCount",
"Method": "GET",
+ "Command": "Get-MgDeviceManagementDeviceEnrollmentConfigurationAssignmentCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "DeviceManagement.Enrollment",
"Uri": "/deviceManagement/deviceEnrollmentConfigurations/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -211621,18 +220766,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "DeviceManagement.Functions",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphRolePermission",
- "Command": "Get-MgDeviceManagementEffectivePermission",
"Method": "GET",
+ "Command": "Get-MgDeviceManagementDeviceEnrollmentConfigurationCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "DeviceManagement.Functions",
"Uri": "/deviceManagement/getEffectivePermissions(scope='{scope}')",
+ "OutputType": "IMicrosoftGraphRolePermission",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -211651,18 +220796,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "DeviceManagement.Administration",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDeviceManagementExchangeConnector",
- "Command": "Get-MgDeviceManagementExchangeConnector",
"Method": "GET",
+ "Command": "Get-MgDeviceManagementEffectivePermission",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "DeviceManagement.Administration",
"Uri": "/deviceManagement/exchangeConnectors/{deviceManagementExchangeConnector-id}",
+ "OutputType": "IMicrosoftGraphDeviceManagementExchangeConnector",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -211697,17 +220843,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "DeviceManagement.Administration",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDeviceManagementExchangeConnector",
- "Command": "Get-MgDeviceManagementExchangeConnector",
"Method": "GET",
+ "Command": "Get-MgDeviceManagementExchangeConnector",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-onboarding-devicemanagementexchangeconnector-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "DeviceManagement.Administration",
"Uri": "/deviceManagement/exchangeConnectors",
+ "OutputType": "IMicrosoftGraphDeviceManagementExchangeConnector",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -211742,17 +220890,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "DeviceManagement.Administration",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgDeviceManagementExchangeConnectorCount",
"Method": "GET",
+ "Command": "Get-MgDeviceManagementExchangeConnector",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-onboarding-devicemanagementexchangeconnector-list?view=graph-rest-1.0"
+ },
+ {
+ "Module": "DeviceManagement.Administration",
"Uri": "/deviceManagement/exchangeConnectors/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -211787,18 +220936,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "DeviceManagement.Enrollment",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphImportedWindowsAutopilotDeviceIdentity",
- "Command": "Get-MgDeviceManagementImportedWindowsAutopilotDeviceIdentity",
"Method": "GET",
+ "Command": "Get-MgDeviceManagementExchangeConnectorCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "DeviceManagement.Enrollment",
"Uri": "/deviceManagement/importedWindowsAutopilotDeviceIdentities/{importedWindowsAutopilotDeviceIdentity-id}",
+ "OutputType": "IMicrosoftGraphImportedWindowsAutopilotDeviceIdentity",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -211817,17 +220966,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "DeviceManagement.Enrollment",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphImportedWindowsAutopilotDeviceIdentity",
- "Command": "Get-MgDeviceManagementImportedWindowsAutopilotDeviceIdentity",
"Method": "GET",
+ "Command": "Get-MgDeviceManagementImportedWindowsAutopilotDeviceIdentity",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-enrollment-importedwindowsautopilotdeviceidentity-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "DeviceManagement.Enrollment",
"Uri": "/deviceManagement/importedWindowsAutopilotDeviceIdentities",
+ "OutputType": "IMicrosoftGraphImportedWindowsAutopilotDeviceIdentity",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -211846,17 +220997,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "DeviceManagement.Enrollment",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgDeviceManagementImportedWindowsAutopilotDeviceIdentityCount",
"Method": "GET",
+ "Command": "Get-MgDeviceManagementImportedWindowsAutopilotDeviceIdentity",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-enrollment-importedwindowsautopilotdeviceidentity-list?view=graph-rest-1.0"
+ },
+ {
+ "Module": "DeviceManagement.Enrollment",
"Uri": "/deviceManagement/importedWindowsAutopilotDeviceIdentities/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -211875,18 +221027,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "DeviceManagement.Administration",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphIosUpdateDeviceStatus",
- "Command": "Get-MgDeviceManagementIoUpdateStatus",
"Method": "GET",
+ "Command": "Get-MgDeviceManagementImportedWindowsAutopilotDeviceIdentityCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "DeviceManagement.Administration",
"Uri": "/deviceManagement/iosUpdateStatuses/{iosUpdateDeviceStatus-id}",
+ "OutputType": "IMicrosoftGraphIosUpdateDeviceStatus",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -211905,17 +221057,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "DeviceManagement.Administration",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphIosUpdateDeviceStatus",
- "Command": "Get-MgDeviceManagementIoUpdateStatus",
"Method": "GET",
+ "Command": "Get-MgDeviceManagementIoUpdateStatus",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-iosupdatedevicestatus-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "DeviceManagement.Administration",
"Uri": "/deviceManagement/iosUpdateStatuses",
+ "OutputType": "IMicrosoftGraphIosUpdateDeviceStatus",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -211934,17 +221088,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "DeviceManagement.Administration",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgDeviceManagementIoUpdateStatusCount",
"Method": "GET",
+ "Command": "Get-MgDeviceManagementIoUpdateStatus",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-iosupdatedevicestatus-list?view=graph-rest-1.0"
+ },
+ {
+ "Module": "DeviceManagement.Administration",
"Uri": "/deviceManagement/iosUpdateStatuses/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -211963,18 +221118,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "DeviceManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphManagedDevice",
- "Command": "Get-MgDeviceManagementManagedDevice",
"Method": "GET",
+ "Command": "Get-MgDeviceManagementIoUpdateStatusCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "DeviceManagement",
"Uri": "/deviceManagement/managedDevices/{managedDevice-id}",
+ "OutputType": "IMicrosoftGraphManagedDevice",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -212009,17 +221164,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "DeviceManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphManagedDevice",
- "Command": "Get-MgDeviceManagementManagedDevice",
"Method": "GET",
+ "Command": "Get-MgDeviceManagementManagedDevice",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "DeviceManagement",
"Uri": "/deviceManagement/managedDevices",
+ "OutputType": "IMicrosoftGraphManagedDevice",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -212054,106 +221211,114 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgDeviceManagementManagedDevice",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-list?view=graph-rest-1.0"
},
{
"Module": "DeviceManagement",
+ "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCategory",
+ "OutputType": "IMicrosoftGraphDeviceCategory",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDeviceCategory",
- "Command": "Get-MgDeviceManagementManagedDeviceCategory",
"Method": "GET",
- "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCategory",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceManagementManagedDeviceCategory",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-devicecategory-get?view=graph-rest-1.0"
},
{
"Module": "DeviceManagement",
+ "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}",
+ "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState",
- "Command": "Get-MgDeviceManagementManagedDeviceCompliancePolicyState",
"Method": "GET",
- "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceManagementManagedDeviceCompliancePolicyState",
+ "ApiReferenceLink": null
},
{
"Module": "DeviceManagement",
+ "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates",
+ "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState",
- "Command": "Get-MgDeviceManagementManagedDeviceCompliancePolicyState",
"Method": "GET",
- "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceManagementManagedDeviceCompliancePolicyState",
+ "ApiReferenceLink": null
},
{
"Module": "DeviceManagement",
+ "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgDeviceManagementManagedDeviceCompliancePolicyStateCount",
"Method": "GET",
- "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceManagementManagedDeviceCompliancePolicyStateCount",
+ "ApiReferenceLink": null
},
{
"Module": "DeviceManagement",
+ "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}",
+ "OutputType": "IMicrosoftGraphDeviceConfigurationState",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDeviceConfigurationState",
- "Command": "Get-MgDeviceManagementManagedDeviceConfigurationState",
"Method": "GET",
- "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceManagementManagedDeviceConfigurationState",
+ "ApiReferenceLink": null
},
{
"Module": "DeviceManagement",
+ "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates",
+ "OutputType": "IMicrosoftGraphDeviceConfigurationState",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphDeviceConfigurationState",
- "Command": "Get-MgDeviceManagementManagedDeviceConfigurationState",
"Method": "GET",
- "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceManagementManagedDeviceConfigurationState",
+ "ApiReferenceLink": null
},
{
"Module": "DeviceManagement",
+ "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgDeviceManagementManagedDeviceConfigurationStateCount",
"Method": "GET",
- "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceManagementManagedDeviceConfigurationStateCount",
+ "ApiReferenceLink": null
},
{
"Module": "DeviceManagement",
- "Variants": [
- "Get"
- ],
- "OutputType": null,
- "Command": "Get-MgDeviceManagementManagedDeviceCount",
- "Method": "GET",
"Uri": "/deviceManagement/managedDevices/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -212188,55 +221353,59 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgDeviceManagementManagedDeviceCount",
+ "ApiReferenceLink": null
},
{
"Module": "DeviceManagement",
+ "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}",
+ "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse",
- "Command": "Get-MgDeviceManagementManagedDeviceLogCollectionRequest",
"Method": "GET",
- "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceManagementManagedDeviceLogCollectionRequest",
+ "ApiReferenceLink": null
},
{
"Module": "DeviceManagement",
+ "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/logCollectionRequests",
+ "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse",
- "Command": "Get-MgDeviceManagementManagedDeviceLogCollectionRequest",
"Method": "GET",
- "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/logCollectionRequests",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceManagementManagedDeviceLogCollectionRequest",
+ "ApiReferenceLink": null
},
{
"Module": "DeviceManagement",
+ "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/logCollectionRequests/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgDeviceManagementManagedDeviceLogCollectionRequestCount",
"Method": "GET",
- "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/logCollectionRequests/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceManagementManagedDeviceLogCollectionRequestCount",
+ "ApiReferenceLink": null
},
{
"Module": "DeviceManagement",
- "Variants": [
- "Get"
- ],
- "OutputType": "IMicrosoftGraphManagedDeviceOverview",
- "Command": "Get-MgDeviceManagementManagedDeviceOverview",
- "Method": "GET",
"Uri": "/deviceManagement/managedDeviceOverview",
+ "OutputType": "IMicrosoftGraphManagedDeviceOverview",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -212271,81 +221440,117 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgDeviceManagementManagedDeviceOverview",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddeviceoverview-get?view=graph-rest-1.0"
},
{
"Module": "DeviceManagement",
+ "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/users",
+ "OutputType": "IMicrosoftGraphUser",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphUser",
- "Command": "Get-MgDeviceManagementManagedDeviceUser",
"Method": "GET",
- "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/users",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceManagementManagedDeviceUser",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-user-list?view=graph-rest-1.0"
},
{
"Module": "DeviceManagement",
+ "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState",
+ "OutputType": "IMicrosoftGraphWindowsProtectionState",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphWindowsProtectionState",
- "Command": "Get-MgDeviceManagementManagedDeviceWindowsProtectionState",
"Method": "GET",
- "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceManagementManagedDeviceWindowsProtectionState",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-windowsprotectionstate-get?view=graph-rest-1.0"
},
{
"Module": "DeviceManagement",
+ "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}",
+ "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState",
- "Command": "Get-MgDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareState",
"Method": "GET",
- "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareState",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-windowsdevicemalwarestate-get?view=graph-rest-1.0"
},
{
"Module": "DeviceManagement",
+ "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState",
+ "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState",
- "Command": "Get-MgDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareState",
"Method": "GET",
- "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareState",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-windowsdevicemalwarestate-list?view=graph-rest-1.0"
},
{
"Module": "DeviceManagement",
+ "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareStateCount",
"Method": "GET",
- "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareStateCount",
+ "ApiReferenceLink": null
},
{
"Module": "DeviceManagement",
+ "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}",
+ "OutputType": "IMicrosoftGraphMobileAppTroubleshootingEvent",
+ "ApiVersion": "v1.0",
+ "Permissions": [
+ {
+ "Name": "DeviceManagementManagedDevices.Read.All",
+ "Description": "Read Microsoft Intune devices",
+ "FullDescription": "Allows the app to read the properties of devices managed by Microsoft Intune, without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": true
+ },
+ {
+ "Name": "DeviceManagementManagedDevices.ReadWrite.All",
+ "Description": "Read and write Microsoft Intune devices",
+ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune, without a signed-in user. Does not allow high impact operations such as remote wipe and password reset on the device’s owner",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ }
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMobileAppTroubleshootingEvent",
- "Command": "Get-MgDeviceManagementMobileAppTroubleshootingEvent",
"Method": "GET",
- "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}",
+ "Command": "Get-MgDeviceManagementMobileAppTroubleshootingEvent",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-mobileapptroubleshootingevent-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "DeviceManagement",
+ "Uri": "/deviceManagement/mobileAppTroubleshootingEvents",
+ "OutputType": "IMicrosoftGraphMobileAppTroubleshootingEvent",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -212364,17 +221569,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "DeviceManagement",
+ ],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphMobileAppTroubleshootingEvent",
- "Command": "Get-MgDeviceManagementMobileAppTroubleshootingEvent",
"Method": "GET",
- "Uri": "/deviceManagement/mobileAppTroubleshootingEvents",
+ "Command": "Get-MgDeviceManagementMobileAppTroubleshootingEvent",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-mobileapptroubleshootingevent-list?view=graph-rest-1.0"
+ },
+ {
+ "Module": "DeviceManagement",
+ "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/{appLogCollectionRequest-id}",
+ "OutputType": "IMicrosoftGraphAppLogCollectionRequest",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -212392,19 +221598,82 @@
"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",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAppLogCollectionRequest",
+ "Method": "GET",
"Command": "Get-MgDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequest",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-applogcollectionrequest-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "DeviceManagement",
+ "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests",
+ "OutputType": "IMicrosoftGraphAppLogCollectionRequest",
+ "ApiVersion": "v1.0",
+ "Permissions": [
+ {
+ "Name": "DeviceManagementManagedDevices.Read.All",
+ "Description": "Read Microsoft Intune devices",
+ "FullDescription": "Allows the app to read the properties of devices managed by Microsoft Intune, without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": true
+ },
+ {
+ "Name": "DeviceManagementManagedDevices.ReadWrite.All",
+ "Description": "Read and write Microsoft Intune devices",
+ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune, without a signed-in user. Does not allow high impact operations such as remote wipe and password reset on the device’s owner",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "DeviceManagementConfiguration.ReadWrite.All",
+ "Description": "Read and write Microsoft Intune device configuration and policies",
+ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "DeviceManagementConfiguration.Read.All",
+ "Description": "Read Microsoft Intune device configuration and policies",
+ "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ }
+ ],
+ "Variants": [
+ "List"
+ ],
"Method": "GET",
- "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/{appLogCollectionRequest-id}",
+ "Command": "Get-MgDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequest",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-applogcollectionrequest-list?view=graph-rest-1.0"
+ },
+ {
+ "Module": "DeviceManagement",
+ "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -212439,63 +221708,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "DeviceManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAppLogCollectionRequest",
- "Command": "Get-MgDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequest",
"Method": "GET",
- "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests",
- "ApiVersion": "v1.0",
- "Permissions": [
- {
- "Name": "DeviceManagementManagedDevices.Read.All",
- "Description": "Read Microsoft Intune devices",
- "FullDescription": "Allows the app to read the properties of devices managed by Microsoft Intune, without a signed-in user.",
- "IsAdmin": false,
- "PermissionType": "Application",
- "IsLeastPrivilege": true
- },
- {
- "Name": "DeviceManagementManagedDevices.ReadWrite.All",
- "Description": "Read and write Microsoft Intune devices",
- "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune, without a signed-in user. Does not allow high impact operations such as remote wipe and password reset on the device’s owner",
- "IsAdmin": false,
- "PermissionType": "Application",
- "IsLeastPrivilege": false
- },
- {
- "Name": "DeviceManagementConfiguration.ReadWrite.All",
- "Description": "Read and write Microsoft Intune device configuration and policies",
- "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.",
- "IsAdmin": false,
- "PermissionType": "Application",
- "IsLeastPrivilege": false
- },
- {
- "Name": "DeviceManagementConfiguration.Read.All",
- "Description": "Read Microsoft Intune device configuration and policies",
- "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.",
- "IsAdmin": false,
- "PermissionType": "Application",
- "IsLeastPrivilege": false
- }
- ]
+ "Command": "Get-MgDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequestCount",
+ "ApiReferenceLink": null
},
{
"Module": "DeviceManagement",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
+ "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/$count",
"OutputType": null,
- "Command": "Get-MgDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequestCount",
- "Method": "GET",
- "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/$count",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -212513,64 +221738,19 @@
"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",
+ ],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgDeviceManagementMobileAppTroubleshootingEventCount",
"Method": "GET",
- "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/$count",
- "ApiVersion": "v1.0",
- "Permissions": [
- {
- "Name": "DeviceManagementManagedDevices.Read.All",
- "Description": "Read Microsoft Intune devices",
- "FullDescription": "Allows the app to read the properties of devices managed by Microsoft Intune, without a signed-in user.",
- "IsAdmin": false,
- "PermissionType": "Application",
- "IsLeastPrivilege": true
- },
- {
- "Name": "DeviceManagementManagedDevices.ReadWrite.All",
- "Description": "Read and write Microsoft Intune devices",
- "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune, without a signed-in user. Does not allow high impact operations such as remote wipe and password reset on the device’s owner",
- "IsAdmin": false,
- "PermissionType": "Application",
- "IsLeastPrivilege": false
- }
- ]
+ "Command": "Get-MgDeviceManagementMobileAppTroubleshootingEventCount",
+ "ApiReferenceLink": null
},
{
"Module": "DeviceManagement.Administration",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphMobileThreatDefenseConnector",
- "Command": "Get-MgDeviceManagementMobileThreatDefenseConnector",
- "Method": "GET",
"Uri": "/deviceManagement/mobileThreatDefenseConnectors/{mobileThreatDefenseConnector-id}",
+ "OutputType": "IMicrosoftGraphMobileThreatDefenseConnector",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -212605,17 +221785,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "DeviceManagement.Administration",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMobileThreatDefenseConnector",
- "Command": "Get-MgDeviceManagementMobileThreatDefenseConnector",
"Method": "GET",
+ "Command": "Get-MgDeviceManagementMobileThreatDefenseConnector",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-onboarding-mobilethreatdefenseconnector-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "DeviceManagement.Administration",
"Uri": "/deviceManagement/mobileThreatDefenseConnectors",
+ "OutputType": "IMicrosoftGraphMobileThreatDefenseConnector",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -212650,17 +221832,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "DeviceManagement.Administration",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgDeviceManagementMobileThreatDefenseConnectorCount",
"Method": "GET",
+ "Command": "Get-MgDeviceManagementMobileThreatDefenseConnector",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-onboarding-mobilethreatdefenseconnector-list?view=graph-rest-1.0"
+ },
+ {
+ "Module": "DeviceManagement.Administration",
"Uri": "/deviceManagement/mobileThreatDefenseConnectors/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -212695,18 +221878,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "DeviceManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphNotificationMessageTemplate",
- "Command": "Get-MgDeviceManagementNotificationMessageTemplate",
"Method": "GET",
+ "Command": "Get-MgDeviceManagementMobileThreatDefenseConnectorCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "DeviceManagement",
"Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}",
+ "OutputType": "IMicrosoftGraphNotificationMessageTemplate",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -212725,17 +221908,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "DeviceManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphNotificationMessageTemplate",
- "Command": "Get-MgDeviceManagementNotificationMessageTemplate",
"Method": "GET",
+ "Command": "Get-MgDeviceManagementNotificationMessageTemplate",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-notification-notificationmessagetemplate-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "DeviceManagement",
"Uri": "/deviceManagement/notificationMessageTemplates",
+ "OutputType": "IMicrosoftGraphNotificationMessageTemplate",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -212754,17 +221939,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "DeviceManagement",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgDeviceManagementNotificationMessageTemplateCount",
"Method": "GET",
+ "Command": "Get-MgDeviceManagementNotificationMessageTemplate",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-notification-notificationmessagetemplate-list?view=graph-rest-1.0"
+ },
+ {
+ "Module": "DeviceManagement",
"Uri": "/deviceManagement/notificationMessageTemplates/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -212783,18 +221969,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "DeviceManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphLocalizedNotificationMessage",
- "Command": "Get-MgDeviceManagementNotificationMessageTemplateLocalizedNotificationMessage",
"Method": "GET",
+ "Command": "Get-MgDeviceManagementNotificationMessageTemplateCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "DeviceManagement",
"Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages/{localizedNotificationMessage-id}",
+ "OutputType": "IMicrosoftGraphLocalizedNotificationMessage",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -212813,17 +221999,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "DeviceManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphLocalizedNotificationMessage",
- "Command": "Get-MgDeviceManagementNotificationMessageTemplateLocalizedNotificationMessage",
"Method": "GET",
+ "Command": "Get-MgDeviceManagementNotificationMessageTemplateLocalizedNotificationMessage",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-notification-localizednotificationmessage-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "DeviceManagement",
"Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages",
+ "OutputType": "IMicrosoftGraphLocalizedNotificationMessage",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -212842,18 +222030,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "DeviceManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgDeviceManagementNotificationMessageTemplateLocalizedNotificationMessageCount",
"Method": "GET",
+ "Command": "Get-MgDeviceManagementNotificationMessageTemplateLocalizedNotificationMessage",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-notification-localizednotificationmessage-list?view=graph-rest-1.0"
+ },
+ {
+ "Module": "DeviceManagement",
"Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -212872,18 +222060,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "DeviceManagement.Administration",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDeviceManagementPartner",
- "Command": "Get-MgDeviceManagementPartner",
"Method": "GET",
+ "Command": "Get-MgDeviceManagementNotificationMessageTemplateLocalizedNotificationMessageCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "DeviceManagement.Administration",
"Uri": "/deviceManagement/deviceManagementPartners/{deviceManagementPartner-id}",
+ "OutputType": "IMicrosoftGraphDeviceManagementPartner",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -212918,17 +222107,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "DeviceManagement.Administration",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDeviceManagementPartner",
- "Command": "Get-MgDeviceManagementPartner",
"Method": "GET",
+ "Command": "Get-MgDeviceManagementPartner",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-onboarding-devicemanagementpartner-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "DeviceManagement.Administration",
"Uri": "/deviceManagement/deviceManagementPartners",
+ "OutputType": "IMicrosoftGraphDeviceManagementPartner",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -212963,17 +222154,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "DeviceManagement.Administration",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgDeviceManagementPartnerCount",
"Method": "GET",
+ "Command": "Get-MgDeviceManagementPartner",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-onboarding-devicemanagementpartner-list?view=graph-rest-1.0"
+ },
+ {
+ "Module": "DeviceManagement.Administration",
"Uri": "/deviceManagement/deviceManagementPartners/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -213008,18 +222200,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "DeviceManagement.Administration",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphRemoteAssistancePartner",
- "Command": "Get-MgDeviceManagementRemoteAssistancePartner",
"Method": "GET",
+ "Command": "Get-MgDeviceManagementPartnerCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "DeviceManagement.Administration",
"Uri": "/deviceManagement/remoteAssistancePartners/{remoteAssistancePartner-id}",
+ "OutputType": "IMicrosoftGraphRemoteAssistancePartner",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -213054,17 +222246,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "DeviceManagement.Administration",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphRemoteAssistancePartner",
- "Command": "Get-MgDeviceManagementRemoteAssistancePartner",
"Method": "GET",
+ "Command": "Get-MgDeviceManagementRemoteAssistancePartner",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-remoteassistance-remoteassistancepartner-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "DeviceManagement.Administration",
"Uri": "/deviceManagement/remoteAssistancePartners",
+ "OutputType": "IMicrosoftGraphRemoteAssistancePartner",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -213099,17 +222293,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "DeviceManagement.Administration",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgDeviceManagementRemoteAssistancePartnerCount",
"Method": "GET",
+ "Command": "Get-MgDeviceManagementRemoteAssistancePartner",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-remoteassistance-remoteassistancepartner-list?view=graph-rest-1.0"
+ },
+ {
+ "Module": "DeviceManagement.Administration",
"Uri": "/deviceManagement/remoteAssistancePartners/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -213144,17 +222339,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Reports",
+ ],
"Variants": [
"Get"
],
- "OutputType": "IMicrosoftGraphDeviceManagementReports",
- "Command": "Get-MgDeviceManagementReport",
"Method": "GET",
+ "Command": "Get-MgDeviceManagementRemoteAssistancePartnerCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Reports",
"Uri": "/deviceManagement/reports",
+ "OutputType": "IMicrosoftGraphDeviceManagementReports",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -213221,18 +222417,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgDeviceManagementReport",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-get?view=graph-rest-1.0"
},
{
"Module": "DeviceManagement.Actions",
- "Variants": [
- "Get",
- "GetExpanded"
- ],
- "OutputType": null,
- "Command": "Get-MgDeviceManagementReportCachedReport",
- "Method": "POST",
"Uri": "/deviceManagement/reports/getCachedReport",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -213283,18 +222479,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "DeviceManagement.Actions",
+ ],
"Variants": [
"Get",
"GetExpanded"
],
- "OutputType": null,
- "Command": "Get-MgDeviceManagementReportCompliancePolicyNonComplianceReport",
"Method": "POST",
+ "Command": "Get-MgDeviceManagementReportCachedReport",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getcachedreport?view=graph-rest-1.0"
+ },
+ {
+ "Module": "DeviceManagement.Actions",
"Uri": "/deviceManagement/reports/getCompliancePolicyNonComplianceReport",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -213345,18 +222542,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "DeviceManagement.Actions",
+ ],
"Variants": [
"Get",
"GetExpanded"
],
- "OutputType": null,
- "Command": "Get-MgDeviceManagementReportCompliancePolicyNonComplianceSummaryReport",
"Method": "POST",
+ "Command": "Get-MgDeviceManagementReportCompliancePolicyNonComplianceReport",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getcompliancepolicynoncompliancereport?view=graph-rest-1.0"
+ },
+ {
+ "Module": "DeviceManagement.Actions",
"Uri": "/deviceManagement/reports/getCompliancePolicyNonComplianceSummaryReport",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -213407,18 +222605,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "DeviceManagement.Actions",
+ ],
"Variants": [
"Get",
"GetExpanded"
],
- "OutputType": null,
- "Command": "Get-MgDeviceManagementReportComplianceSettingNonComplianceReport",
"Method": "POST",
+ "Command": "Get-MgDeviceManagementReportCompliancePolicyNonComplianceSummaryReport",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getcompliancepolicynoncompliancesummaryreport?view=graph-rest-1.0"
+ },
+ {
+ "Module": "DeviceManagement.Actions",
"Uri": "/deviceManagement/reports/getComplianceSettingNonComplianceReport",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -213469,18 +222668,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "DeviceManagement.Actions",
+ ],
"Variants": [
"Get",
"GetExpanded"
],
- "OutputType": null,
- "Command": "Get-MgDeviceManagementReportConfigurationPolicyNonComplianceReport",
"Method": "POST",
+ "Command": "Get-MgDeviceManagementReportComplianceSettingNonComplianceReport",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getcompliancesettingnoncompliancereport?view=graph-rest-1.0"
+ },
+ {
+ "Module": "DeviceManagement.Actions",
"Uri": "/deviceManagement/reports/getConfigurationPolicyNonComplianceReport",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -213531,18 +222731,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "DeviceManagement.Actions",
+ ],
"Variants": [
"Get",
"GetExpanded"
],
- "OutputType": null,
- "Command": "Get-MgDeviceManagementReportConfigurationPolicyNonComplianceSummaryReport",
"Method": "POST",
+ "Command": "Get-MgDeviceManagementReportConfigurationPolicyNonComplianceReport",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getconfigurationpolicynoncompliancereport?view=graph-rest-1.0"
+ },
+ {
+ "Module": "DeviceManagement.Actions",
"Uri": "/deviceManagement/reports/getConfigurationPolicyNonComplianceSummaryReport",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -213593,18 +222794,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "DeviceManagement.Actions",
+ ],
"Variants": [
"Get",
"GetExpanded"
],
- "OutputType": null,
- "Command": "Get-MgDeviceManagementReportConfigurationSettingNonComplianceReport",
"Method": "POST",
+ "Command": "Get-MgDeviceManagementReportConfigurationPolicyNonComplianceSummaryReport",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getconfigurationpolicynoncompliancesummaryreport?view=graph-rest-1.0"
+ },
+ {
+ "Module": "DeviceManagement.Actions",
"Uri": "/deviceManagement/reports/getConfigurationSettingNonComplianceReport",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -213655,18 +222857,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "DeviceManagement.Actions",
+ ],
"Variants": [
"Get",
"GetExpanded"
],
- "OutputType": null,
- "Command": "Get-MgDeviceManagementReportDeviceManagementIntentPerSettingContributingProfile",
"Method": "POST",
+ "Command": "Get-MgDeviceManagementReportConfigurationSettingNonComplianceReport",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getconfigurationsettingnoncompliancereport?view=graph-rest-1.0"
+ },
+ {
+ "Module": "DeviceManagement.Actions",
"Uri": "/deviceManagement/reports/getDeviceManagementIntentPerSettingContributingProfiles",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -213717,18 +222920,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "DeviceManagement.Actions",
+ ],
"Variants": [
"Get",
"GetExpanded"
],
- "OutputType": null,
- "Command": "Get-MgDeviceManagementReportDeviceManagementIntentSettingReport",
"Method": "POST",
+ "Command": "Get-MgDeviceManagementReportDeviceManagementIntentPerSettingContributingProfile",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getdevicemanagementintentpersettingcontributingprofiles?view=graph-rest-1.0"
+ },
+ {
+ "Module": "DeviceManagement.Actions",
"Uri": "/deviceManagement/reports/getDeviceManagementIntentSettingsReport",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -213779,18 +222983,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "DeviceManagement.Actions",
+ ],
"Variants": [
"Get",
"GetExpanded"
],
- "OutputType": null,
- "Command": "Get-MgDeviceManagementReportDeviceNonComplianceReport",
"Method": "POST",
+ "Command": "Get-MgDeviceManagementReportDeviceManagementIntentSettingReport",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getdevicemanagementintentsettingsreport?view=graph-rest-1.0"
+ },
+ {
+ "Module": "DeviceManagement.Actions",
"Uri": "/deviceManagement/reports/getDeviceNonComplianceReport",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -213841,18 +223046,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "DeviceManagement.Actions",
+ ],
"Variants": [
"Get",
"GetExpanded"
],
- "OutputType": null,
- "Command": "Get-MgDeviceManagementReportDeviceWithoutCompliancePolicyReport",
"Method": "POST",
+ "Command": "Get-MgDeviceManagementReportDeviceNonComplianceReport",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getdevicenoncompliancereport?view=graph-rest-1.0"
+ },
+ {
+ "Module": "DeviceManagement.Actions",
"Uri": "/deviceManagement/reports/getDevicesWithoutCompliancePolicyReport",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -213903,18 +223109,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Reports",
+ ],
"Variants": [
"Get",
- "GetViaIdentity"
+ "GetExpanded"
],
- "OutputType": "IMicrosoftGraphDeviceManagementExportJob",
- "Command": "Get-MgDeviceManagementReportExportJob",
- "Method": "GET",
+ "Method": "POST",
+ "Command": "Get-MgDeviceManagementReportDeviceWithoutCompliancePolicyReport",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getdeviceswithoutcompliancepolicyreport?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Reports",
"Uri": "/deviceManagement/reports/exportJobs/{deviceManagementExportJob-id}",
+ "OutputType": "IMicrosoftGraphDeviceManagementExportJob",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -213965,17 +223172,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Reports",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDeviceManagementExportJob",
- "Command": "Get-MgDeviceManagementReportExportJob",
"Method": "GET",
+ "Command": "Get-MgDeviceManagementReportExportJob",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementexportjob-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Reports",
"Uri": "/deviceManagement/reports/exportJobs",
+ "OutputType": "IMicrosoftGraphDeviceManagementExportJob",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -214026,79 +223235,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Reports",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgDeviceManagementReportExportJobCount",
"Method": "GET",
- "Uri": "/deviceManagement/reports/exportJobs/$count",
- "ApiVersion": "v1.0",
- "Permissions": [
- {
- "Name": "DeviceManagementConfiguration.Read.All",
- "Description": "Read Microsoft Intune device configuration and policies",
- "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.",
- "IsAdmin": false,
- "PermissionType": "Application",
- "IsLeastPrivilege": true
- },
- {
- "Name": "DeviceManagementManagedDevices.ReadWrite.All",
- "Description": "Read and write Microsoft Intune devices",
- "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune, without a signed-in user. Does not allow high impact operations such as remote wipe and password reset on the device’s owner",
- "IsAdmin": false,
- "PermissionType": "Application",
- "IsLeastPrivilege": false
- },
- {
- "Name": "DeviceManagementManagedDevices.Read.All",
- "Description": "Read Microsoft Intune devices",
- "FullDescription": "Allows the app to read the properties of devices managed by Microsoft Intune, without a signed-in user.",
- "IsAdmin": false,
- "PermissionType": "Application",
- "IsLeastPrivilege": false
- },
- {
- "Name": "DeviceManagementConfiguration.ReadWrite.All",
- "Description": "Read and write Microsoft Intune device configuration and policies",
- "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.",
- "IsAdmin": false,
- "PermissionType": "Application",
- "IsLeastPrivilege": false
- },
- {
- "Name": "DeviceManagementApps.ReadWrite.All",
- "Description": "Read and write Microsoft Intune apps",
- "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.",
- "IsAdmin": false,
- "PermissionType": "Application",
- "IsLeastPrivilege": false
- },
- {
- "Name": "DeviceManagementApps.Read.All",
- "Description": "Read Microsoft Intune apps",
- "FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.",
- "IsAdmin": false,
- "PermissionType": "Application",
- "IsLeastPrivilege": false
- }
- ]
+ "Command": "Get-MgDeviceManagementReportExportJob",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementexportjob-list?view=graph-rest-1.0"
},
{
- "Module": "DeviceManagement.Actions",
- "Variants": [
- "Get",
- "GetExpanded"
- ],
+ "Module": "Reports",
+ "Uri": "/deviceManagement/reports/exportJobs/$count",
"OutputType": null,
- "Command": "Get-MgDeviceManagementReportFilter",
- "Method": "POST",
- "Uri": "/deviceManagement/reports/getReportFilters",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -214149,18 +223297,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgDeviceManagementReportExportJobCount",
+ "ApiReferenceLink": null
},
{
"Module": "DeviceManagement.Actions",
- "Variants": [
- "Get",
- "GetExpanded"
- ],
+ "Uri": "/deviceManagement/reports/getReportFilters",
"OutputType": null,
- "Command": "Get-MgDeviceManagementReportHistoricalReport",
- "Method": "POST",
- "Uri": "/deviceManagement/reports/getHistoricalReport",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -214211,18 +223359,82 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetExpanded"
+ ],
+ "Method": "POST",
+ "Command": "Get-MgDeviceManagementReportFilter",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getreportfilters?view=graph-rest-1.0"
},
{
"Module": "DeviceManagement.Actions",
+ "Uri": "/deviceManagement/reports/getHistoricalReport",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [
+ {
+ "Name": "DeviceManagementConfiguration.Read.All",
+ "Description": "Read Microsoft Intune device configuration and policies",
+ "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": true
+ },
+ {
+ "Name": "DeviceManagementManagedDevices.ReadWrite.All",
+ "Description": "Read and write Microsoft Intune devices",
+ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune, without a signed-in user. Does not allow high impact operations such as remote wipe and password reset on the device’s owner",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "DeviceManagementManagedDevices.Read.All",
+ "Description": "Read Microsoft Intune devices",
+ "FullDescription": "Allows the app to read the properties of devices managed by Microsoft Intune, without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "DeviceManagementConfiguration.ReadWrite.All",
+ "Description": "Read and write Microsoft Intune device configuration and policies",
+ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "DeviceManagementApps.ReadWrite.All",
+ "Description": "Read and write Microsoft Intune apps",
+ "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "DeviceManagementApps.Read.All",
+ "Description": "Read Microsoft Intune apps",
+ "FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ }
+ ],
"Variants": [
"Get",
"GetExpanded"
],
- "OutputType": null,
- "Command": "Get-MgDeviceManagementReportNoncompliantDeviceAndSettingReport",
"Method": "POST",
+ "Command": "Get-MgDeviceManagementReportHistoricalReport",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-gethistoricalreport?view=graph-rest-1.0"
+ },
+ {
+ "Module": "DeviceManagement.Actions",
"Uri": "/deviceManagement/reports/getNoncompliantDevicesAndSettingsReport",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -214273,18 +223485,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "DeviceManagement.Actions",
+ ],
"Variants": [
"Get",
"GetExpanded"
],
- "OutputType": null,
- "Command": "Get-MgDeviceManagementReportPolicyNonComplianceMetadata",
"Method": "POST",
+ "Command": "Get-MgDeviceManagementReportNoncompliantDeviceAndSettingReport",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getnoncompliantdevicesandsettingsreport?view=graph-rest-1.0"
+ },
+ {
+ "Module": "DeviceManagement.Actions",
"Uri": "/deviceManagement/reports/getPolicyNonComplianceMetadata",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -214335,18 +223548,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "DeviceManagement.Actions",
+ ],
"Variants": [
"Get",
"GetExpanded"
],
- "OutputType": null,
- "Command": "Get-MgDeviceManagementReportPolicyNonComplianceReport",
"Method": "POST",
+ "Command": "Get-MgDeviceManagementReportPolicyNonComplianceMetadata",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getpolicynoncompliancemetadata?view=graph-rest-1.0"
+ },
+ {
+ "Module": "DeviceManagement.Actions",
"Uri": "/deviceManagement/reports/getPolicyNonComplianceReport",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -214397,18 +223611,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "DeviceManagement.Actions",
+ ],
"Variants": [
"Get",
"GetExpanded"
],
- "OutputType": null,
- "Command": "Get-MgDeviceManagementReportPolicyNonComplianceSummaryReport",
"Method": "POST",
+ "Command": "Get-MgDeviceManagementReportPolicyNonComplianceReport",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getpolicynoncompliancereport?view=graph-rest-1.0"
+ },
+ {
+ "Module": "DeviceManagement.Actions",
"Uri": "/deviceManagement/reports/getPolicyNonComplianceSummaryReport",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -214459,18 +223674,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "DeviceManagement.Actions",
+ ],
"Variants": [
"Get",
"GetExpanded"
],
- "OutputType": null,
- "Command": "Get-MgDeviceManagementReportSettingNonComplianceReport",
"Method": "POST",
+ "Command": "Get-MgDeviceManagementReportPolicyNonComplianceSummaryReport",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getpolicynoncompliancesummaryreport?view=graph-rest-1.0"
+ },
+ {
+ "Module": "DeviceManagement.Actions",
"Uri": "/deviceManagement/reports/getSettingNonComplianceReport",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -214521,18 +223737,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "DeviceManagement.Administration",
+ ],
"Variants": [
"Get",
- "GetViaIdentity"
+ "GetExpanded"
],
- "OutputType": "IMicrosoftGraphResourceOperation",
- "Command": "Get-MgDeviceManagementResourceOperation",
- "Method": "GET",
+ "Method": "POST",
+ "Command": "Get-MgDeviceManagementReportSettingNonComplianceReport",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getsettingnoncompliancereport?view=graph-rest-1.0"
+ },
+ {
+ "Module": "DeviceManagement.Administration",
"Uri": "/deviceManagement/resourceOperations/{resourceOperation-id}",
+ "OutputType": "IMicrosoftGraphResourceOperation",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -214567,17 +223784,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "DeviceManagement.Administration",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphResourceOperation",
- "Command": "Get-MgDeviceManagementResourceOperation",
"Method": "GET",
+ "Command": "Get-MgDeviceManagementResourceOperation",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-rbac-resourceoperation-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "DeviceManagement.Administration",
"Uri": "/deviceManagement/resourceOperations",
+ "OutputType": "IMicrosoftGraphResourceOperation",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -214612,17 +223831,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "DeviceManagement.Administration",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgDeviceManagementResourceOperationCount",
"Method": "GET",
+ "Command": "Get-MgDeviceManagementResourceOperation",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-rbac-resourceoperation-list?view=graph-rest-1.0"
+ },
+ {
+ "Module": "DeviceManagement.Administration",
"Uri": "/deviceManagement/resourceOperations/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -214657,18 +223877,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "DeviceManagement.Administration",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphDeviceAndAppManagementRoleAssignment",
- "Command": "Get-MgDeviceManagementRoleAssignment",
"Method": "GET",
+ "Command": "Get-MgDeviceManagementResourceOperationCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "DeviceManagement.Administration",
"Uri": "/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment-id}",
+ "OutputType": "IMicrosoftGraphDeviceAndAppManagementRoleAssignment",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -214703,17 +223923,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "DeviceManagement.Administration",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDeviceAndAppManagementRoleAssignment",
- "Command": "Get-MgDeviceManagementRoleAssignment",
"Method": "GET",
+ "Command": "Get-MgDeviceManagementRoleAssignment",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-rbac-deviceandappmanagementroleassignment-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "DeviceManagement.Administration",
"Uri": "/deviceManagement/roleAssignments",
+ "OutputType": "IMicrosoftGraphDeviceAndAppManagementRoleAssignment",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -214748,17 +223970,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "DeviceManagement.Administration",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgDeviceManagementRoleAssignmentCount",
"Method": "GET",
+ "Command": "Get-MgDeviceManagementRoleAssignment",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-rbac-deviceandappmanagementroleassignment-list?view=graph-rest-1.0"
+ },
+ {
+ "Module": "DeviceManagement.Administration",
"Uri": "/deviceManagement/roleAssignments/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -214793,31 +224016,32 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "DeviceManagement.Administration",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphRoleDefinition",
- "Command": "Get-MgDeviceManagementRoleAssignmentRoleDefinition",
"Method": "GET",
- "Uri": "/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment-id}/roleDefinition",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceManagementRoleAssignmentCount",
+ "ApiReferenceLink": null
},
{
"Module": "DeviceManagement.Administration",
+ "Uri": "/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment-id}/roleDefinition",
+ "OutputType": "IMicrosoftGraphRoleDefinition",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphRoleDefinition",
- "Command": "Get-MgDeviceManagementRoleDefinition",
"Method": "GET",
+ "Command": "Get-MgDeviceManagementRoleAssignmentRoleDefinition",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "DeviceManagement.Administration",
"Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}",
+ "OutputType": "IMicrosoftGraphRoleDefinition",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -214852,17 +224076,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "DeviceManagement.Administration",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphRoleDefinition",
- "Command": "Get-MgDeviceManagementRoleDefinition",
"Method": "GET",
+ "Command": "Get-MgDeviceManagementRoleDefinition",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-rbac-deviceandappmanagementroledefinition-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "DeviceManagement.Administration",
"Uri": "/deviceManagement/roleDefinitions",
+ "OutputType": "IMicrosoftGraphRoleDefinition",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -214897,17 +224123,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "DeviceManagement.Administration",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgDeviceManagementRoleDefinitionCount",
"Method": "GET",
+ "Command": "Get-MgDeviceManagementRoleDefinition",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-rbac-roledefinition-list?view=graph-rest-1.0"
+ },
+ {
+ "Module": "DeviceManagement.Administration",
"Uri": "/deviceManagement/roleDefinitions/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -214942,18 +224169,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "DeviceManagement.Administration",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphRoleAssignment",
- "Command": "Get-MgDeviceManagementRoleDefinitionRoleAssignment",
"Method": "GET",
+ "Command": "Get-MgDeviceManagementRoleDefinitionCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "DeviceManagement.Administration",
"Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments/{roleAssignment-id}",
+ "OutputType": "IMicrosoftGraphRoleAssignment",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -214988,17 +224215,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "DeviceManagement.Administration",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphRoleAssignment",
- "Command": "Get-MgDeviceManagementRoleDefinitionRoleAssignment",
"Method": "GET",
+ "Command": "Get-MgDeviceManagementRoleDefinitionRoleAssignment",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-rbac-roleassignment-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "DeviceManagement.Administration",
"Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments",
+ "OutputType": "IMicrosoftGraphRoleAssignment",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -215033,18 +224262,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "DeviceManagement.Administration",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgDeviceManagementRoleDefinitionRoleAssignmentCount",
"Method": "GET",
+ "Command": "Get-MgDeviceManagementRoleDefinitionRoleAssignment",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-rbac-roleassignment-list?view=graph-rest-1.0"
+ },
+ {
+ "Module": "DeviceManagement.Administration",
"Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -215079,18 +224308,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "DeviceManagement.Administration",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphRoleDefinition",
- "Command": "Get-MgDeviceManagementRoleDefinitionRoleAssignmentRoleDefinition",
"Method": "GET",
+ "Command": "Get-MgDeviceManagementRoleDefinitionRoleAssignmentCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "DeviceManagement.Administration",
"Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments/{roleAssignment-id}/roleDefinition",
+ "OutputType": "IMicrosoftGraphRoleDefinition",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -215125,17 +224355,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "DeviceManagement",
+ ],
"Variants": [
- "Get"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSoftwareUpdateStatusSummary",
- "Command": "Get-MgDeviceManagementSoftwareUpdateStatusSummary",
"Method": "GET",
+ "Command": "Get-MgDeviceManagementRoleDefinitionRoleAssignmentRoleDefinition",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "DeviceManagement",
"Uri": "/deviceManagement/softwareUpdateStatusSummary",
+ "OutputType": "IMicrosoftGraphSoftwareUpdateStatusSummary",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -215154,18 +224386,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "DeviceManagement.Administration",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphTelecomExpenseManagementPartner",
- "Command": "Get-MgDeviceManagementTelecomExpenseManagementPartner",
"Method": "GET",
+ "Command": "Get-MgDeviceManagementSoftwareUpdateStatusSummary",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-softwareupdatestatussummary-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "DeviceManagement.Administration",
"Uri": "/deviceManagement/telecomExpenseManagementPartners/{telecomExpenseManagementPartner-id}",
+ "OutputType": "IMicrosoftGraphTelecomExpenseManagementPartner",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -215184,17 +224416,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "DeviceManagement.Administration",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTelecomExpenseManagementPartner",
- "Command": "Get-MgDeviceManagementTelecomExpenseManagementPartner",
"Method": "GET",
+ "Command": "Get-MgDeviceManagementTelecomExpenseManagementPartner",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-tem-telecomexpensemanagementpartner-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "DeviceManagement.Administration",
"Uri": "/deviceManagement/telecomExpenseManagementPartners",
+ "OutputType": "IMicrosoftGraphTelecomExpenseManagementPartner",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -215213,17 +224447,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "DeviceManagement.Administration",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgDeviceManagementTelecomExpenseManagementPartnerCount",
"Method": "GET",
+ "Command": "Get-MgDeviceManagementTelecomExpenseManagementPartner",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-tem-telecomexpensemanagementpartner-list?view=graph-rest-1.0"
+ },
+ {
+ "Module": "DeviceManagement.Administration",
"Uri": "/deviceManagement/telecomExpenseManagementPartners/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -215242,18 +224477,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "DeviceManagement.Administration",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphTermsAndConditions",
- "Command": "Get-MgDeviceManagementTermAndCondition",
"Method": "GET",
+ "Command": "Get-MgDeviceManagementTelecomExpenseManagementPartnerCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "DeviceManagement.Administration",
"Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}",
+ "OutputType": "IMicrosoftGraphTermsAndConditions",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -215272,17 +224507,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "DeviceManagement.Administration",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTermsAndConditions",
- "Command": "Get-MgDeviceManagementTermAndCondition",
"Method": "GET",
+ "Command": "Get-MgDeviceManagementTermAndCondition",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-companyterms-termsandconditions-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "DeviceManagement.Administration",
"Uri": "/deviceManagement/termsAndConditions",
+ "OutputType": "IMicrosoftGraphTermsAndConditions",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -215301,18 +224538,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "DeviceManagement.Administration",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": "IMicrosoftGraphTermsAndConditionsAcceptanceStatus",
- "Command": "Get-MgDeviceManagementTermAndConditionAcceptanceStatus",
"Method": "GET",
+ "Command": "Get-MgDeviceManagementTermAndCondition",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-companyterms-termsandconditions-list?view=graph-rest-1.0"
+ },
+ {
+ "Module": "DeviceManagement.Administration",
"Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses/{termsAndConditionsAcceptanceStatus-id}",
+ "OutputType": "IMicrosoftGraphTermsAndConditionsAcceptanceStatus",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -215331,17 +224568,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "DeviceManagement.Administration",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTermsAndConditionsAcceptanceStatus",
- "Command": "Get-MgDeviceManagementTermAndConditionAcceptanceStatus",
"Method": "GET",
+ "Command": "Get-MgDeviceManagementTermAndConditionAcceptanceStatus",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-companyterms-termsandconditionsacceptancestatus-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "DeviceManagement.Administration",
"Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses",
+ "OutputType": "IMicrosoftGraphTermsAndConditionsAcceptanceStatus",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -215360,18 +224599,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "DeviceManagement.Administration",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgDeviceManagementTermAndConditionAcceptanceStatusCount",
"Method": "GET",
+ "Command": "Get-MgDeviceManagementTermAndConditionAcceptanceStatus",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-companyterms-termsandconditionsacceptancestatus-list?view=graph-rest-1.0"
+ },
+ {
+ "Module": "DeviceManagement.Administration",
"Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -215390,18 +224629,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "DeviceManagement.Administration",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTermsAndConditions",
- "Command": "Get-MgDeviceManagementTermAndConditionAcceptanceStatusTermAndCondition",
"Method": "GET",
+ "Command": "Get-MgDeviceManagementTermAndConditionAcceptanceStatusCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "DeviceManagement.Administration",
"Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses/{termsAndConditionsAcceptanceStatus-id}/termsAndConditions",
+ "OutputType": "IMicrosoftGraphTermsAndConditions",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -215420,18 +224660,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "DeviceManagement.Administration",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTermsAndConditionsAssignment",
- "Command": "Get-MgDeviceManagementTermAndConditionAssignment",
"Method": "GET",
+ "Command": "Get-MgDeviceManagementTermAndConditionAcceptanceStatusTermAndCondition",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "DeviceManagement.Administration",
"Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments/{termsAndConditionsAssignment-id}",
+ "OutputType": "IMicrosoftGraphTermsAndConditionsAssignment",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -215450,17 +224691,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "DeviceManagement.Administration",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTermsAndConditionsAssignment",
- "Command": "Get-MgDeviceManagementTermAndConditionAssignment",
"Method": "GET",
+ "Command": "Get-MgDeviceManagementTermAndConditionAssignment",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-companyterms-termsandconditionsassignment-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "DeviceManagement.Administration",
"Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments",
+ "OutputType": "IMicrosoftGraphTermsAndConditionsAssignment",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -215479,18 +224722,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "DeviceManagement.Administration",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgDeviceManagementTermAndConditionAssignmentCount",
"Method": "GET",
+ "Command": "Get-MgDeviceManagementTermAndConditionAssignment",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-companyterms-termsandconditionsassignment-list?view=graph-rest-1.0"
+ },
+ {
+ "Module": "DeviceManagement.Administration",
"Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -215509,17 +224752,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "DeviceManagement.Administration",
+ ],
"Variants": [
- "Get"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgDeviceManagementTermAndConditionCount",
"Method": "GET",
+ "Command": "Get-MgDeviceManagementTermAndConditionAssignmentCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "DeviceManagement.Administration",
"Uri": "/deviceManagement/termsAndConditions/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -215538,18 +224783,49 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgDeviceManagementTermAndConditionCount",
+ "ApiReferenceLink": null
},
{
"Module": "DeviceManagement",
+ "Uri": "/deviceManagement/troubleshootingEvents/{deviceManagementTroubleshootingEvent-id}",
+ "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent",
+ "ApiVersion": "v1.0",
+ "Permissions": [
+ {
+ "Name": "DeviceManagementManagedDevices.Read.All",
+ "Description": "Read Microsoft Intune devices",
+ "FullDescription": "Allows the app to read the properties of devices managed by Microsoft Intune, without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": true
+ },
+ {
+ "Name": "DeviceManagementManagedDevices.ReadWrite.All",
+ "Description": "Read and write Microsoft Intune devices",
+ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune, without a signed-in user. Does not allow high impact operations such as remote wipe and password reset on the device’s owner",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ }
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent",
- "Command": "Get-MgDeviceManagementTroubleshootingEvent",
"Method": "GET",
- "Uri": "/deviceManagement/troubleshootingEvents/{deviceManagementTroubleshootingEvent-id}",
+ "Command": "Get-MgDeviceManagementTroubleshootingEvent",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "DeviceManagement",
+ "Uri": "/deviceManagement/troubleshootingEvents",
+ "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -215568,17 +224844,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "DeviceManagement",
+ ],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent",
- "Command": "Get-MgDeviceManagementTroubleshootingEvent",
"Method": "GET",
- "Uri": "/deviceManagement/troubleshootingEvents",
+ "Command": "Get-MgDeviceManagementTroubleshootingEvent",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "DeviceManagement",
+ "Uri": "/deviceManagement/troubleshootingEvents/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -215597,17 +224874,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "DeviceManagement",
+ ],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgDeviceManagementTroubleshootingEventCount",
"Method": "GET",
- "Uri": "/deviceManagement/troubleshootingEvents/$count",
+ "Command": "Get-MgDeviceManagementTroubleshootingEventCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "DeviceManagement",
+ "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformance/{userExperienceAnalyticsAppHealthApplicationPerformance-id}",
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthApplicationPerformance",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -215625,19 +224903,36 @@
"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",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthApplicationPerformance",
- "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformance",
"Method": "GET",
- "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformance/{userExperienceAnalyticsAppHealthApplicationPerformance-id}",
+ "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformance",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "DeviceManagement",
+ "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformance",
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthApplicationPerformance",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -215672,17 +224967,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "DeviceManagement",
+ ],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthApplicationPerformance",
- "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformance",
"Method": "GET",
- "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformance",
+ "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformance",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "DeviceManagement",
+ "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails-id}",
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -215717,18 +225013,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "DeviceManagement",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails",
- "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDetail",
"Method": "GET",
- "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails-id}",
+ "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDetail",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "DeviceManagement",
+ "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails",
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -215763,17 +225060,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "DeviceManagement",
+ ],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails",
- "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDetail",
"Method": "GET",
- "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails",
+ "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDetail",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "DeviceManagement",
+ "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -215808,17 +225106,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "DeviceManagement",
+ ],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDetailCount",
"Method": "GET",
- "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails/$count",
+ "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDetailCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "DeviceManagement",
+ "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId-id}",
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -215853,18 +225152,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "DeviceManagement",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId",
- "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDeviceId",
"Method": "GET",
- "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId-id}",
+ "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDeviceId",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "DeviceManagement",
+ "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId",
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -215899,17 +225199,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "DeviceManagement",
+ ],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId",
- "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDeviceId",
"Method": "GET",
- "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId",
+ "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDeviceId",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "DeviceManagement",
+ "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -215944,17 +225245,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "DeviceManagement",
+ ],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDeviceIdCount",
"Method": "GET",
- "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId/$count",
+ "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDeviceIdCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "DeviceManagement",
+ "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion/{userExperienceAnalyticsAppHealthAppPerformanceByOSVersion-id}",
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByOSVersion",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -215989,18 +225291,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "DeviceManagement",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByOSVersion",
- "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByOsversion",
"Method": "GET",
- "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion/{userExperienceAnalyticsAppHealthAppPerformanceByOSVersion-id}",
+ "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByOsversion",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "DeviceManagement",
+ "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion",
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByOSVersion",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -216035,17 +225338,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "DeviceManagement",
+ ],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByOSVersion",
- "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByOsversion",
"Method": "GET",
- "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion",
+ "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByOsversion",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "DeviceManagement",
+ "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -216080,17 +225384,64 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByOsversionCount",
+ "ApiReferenceLink": null
},
{
"Module": "DeviceManagement",
+ "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformance/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [
+ {
+ "Name": "DeviceManagementManagedDevices.Read.All",
+ "Description": "Read Microsoft Intune devices",
+ "FullDescription": "Allows the app to read the properties of devices managed by Microsoft Intune, without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": true
+ },
+ {
+ "Name": "DeviceManagementManagedDevices.ReadWrite.All",
+ "Description": "Read and write Microsoft Intune devices",
+ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune, without a signed-in user. Does not allow high impact operations such as remote wipe and password reset on the device’s owner",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "DeviceManagementConfiguration.ReadWrite.All",
+ "Description": "Read and write Microsoft Intune device configuration and policies",
+ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "DeviceManagementConfiguration.Read.All",
+ "Description": "Read Microsoft Intune device configuration and policies",
+ "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ }
+ ],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByOsversionCount",
"Method": "GET",
- "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion/$count",
+ "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "DeviceManagement",
+ "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDeviceModelPerformance/{userExperienceAnalyticsAppHealthDeviceModelPerformance-id}",
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDeviceModelPerformance",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -216125,17 +225476,65 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthDeviceModelPerformance",
+ "ApiReferenceLink": null
},
{
"Module": "DeviceManagement",
+ "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDeviceModelPerformance",
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDeviceModelPerformance",
+ "ApiVersion": "v1.0",
+ "Permissions": [
+ {
+ "Name": "DeviceManagementManagedDevices.Read.All",
+ "Description": "Read Microsoft Intune devices",
+ "FullDescription": "Allows the app to read the properties of devices managed by Microsoft Intune, without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": true
+ },
+ {
+ "Name": "DeviceManagementManagedDevices.ReadWrite.All",
+ "Description": "Read and write Microsoft Intune devices",
+ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune, without a signed-in user. Does not allow high impact operations such as remote wipe and password reset on the device’s owner",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "DeviceManagementConfiguration.ReadWrite.All",
+ "Description": "Read and write Microsoft Intune device configuration and policies",
+ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "DeviceManagementConfiguration.Read.All",
+ "Description": "Read Microsoft Intune device configuration and policies",
+ "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ }
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceCount",
"Method": "GET",
- "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformance/$count",
+ "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthDeviceModelPerformance",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "DeviceManagement",
+ "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDeviceModelPerformance/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -216170,18 +225569,65 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthDeviceModelPerformanceCount",
+ "ApiReferenceLink": null
},
{
"Module": "DeviceManagement",
+ "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformance/{userExperienceAnalyticsAppHealthDevicePerformance-id}",
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformance",
+ "ApiVersion": "v1.0",
+ "Permissions": [
+ {
+ "Name": "DeviceManagementManagedDevices.Read.All",
+ "Description": "Read Microsoft Intune devices",
+ "FullDescription": "Allows the app to read the properties of devices managed by Microsoft Intune, without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": true
+ },
+ {
+ "Name": "DeviceManagementManagedDevices.ReadWrite.All",
+ "Description": "Read and write Microsoft Intune devices",
+ "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune, without a signed-in user. Does not allow high impact operations such as remote wipe and password reset on the device’s owner",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "DeviceManagementConfiguration.ReadWrite.All",
+ "Description": "Read and write Microsoft Intune device configuration and policies",
+ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "DeviceManagementConfiguration.Read.All",
+ "Description": "Read Microsoft Intune device configuration and policies",
+ "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ }
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDeviceModelPerformance",
- "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthDeviceModelPerformance",
"Method": "GET",
- "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDeviceModelPerformance/{userExperienceAnalyticsAppHealthDeviceModelPerformance-id}",
+ "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthDevicePerformance",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "DeviceManagement",
+ "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformance",
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformance",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -216216,17 +225662,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "DeviceManagement",
+ ],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDeviceModelPerformance",
- "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthDeviceModelPerformance",
"Method": "GET",
- "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDeviceModelPerformance",
+ "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthDevicePerformance",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "DeviceManagement",
+ "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformance/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -216261,17 +225708,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "DeviceManagement",
+ ],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthDeviceModelPerformanceCount",
"Method": "GET",
- "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDeviceModelPerformance/$count",
+ "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthDevicePerformanceCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "DeviceManagement",
+ "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformanceDetails/{userExperienceAnalyticsAppHealthDevicePerformanceDetails-id}",
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformanceDetails",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -216306,18 +225754,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "DeviceManagement",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformance",
- "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthDevicePerformance",
"Method": "GET",
- "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformance/{userExperienceAnalyticsAppHealthDevicePerformance-id}",
+ "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthDevicePerformanceDetail",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "DeviceManagement",
+ "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformanceDetails",
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformanceDetails",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -216352,17 +225801,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "DeviceManagement",
+ ],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformance",
- "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthDevicePerformance",
"Method": "GET",
- "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformance",
+ "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthDevicePerformanceDetail",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "DeviceManagement",
+ "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformanceDetails/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -216397,17 +225847,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "DeviceManagement",
+ ],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthDevicePerformanceCount",
"Method": "GET",
- "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformance/$count",
+ "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthDevicePerformanceDetailCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "DeviceManagement",
+ "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOSVersionPerformance/{userExperienceAnalyticsAppHealthOSVersionPerformance-id}",
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthOSVersionPerformance",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -216442,18 +225893,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "DeviceManagement",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformanceDetails",
- "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthDevicePerformanceDetail",
"Method": "GET",
- "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformanceDetails/{userExperienceAnalyticsAppHealthDevicePerformanceDetails-id}",
+ "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthOSVersionPerformance",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "DeviceManagement",
+ "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOSVersionPerformance",
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthOSVersionPerformance",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -216488,17 +225940,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "DeviceManagement",
+ ],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformanceDetails",
- "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthDevicePerformanceDetail",
"Method": "GET",
- "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformanceDetails",
+ "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthOSVersionPerformance",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "DeviceManagement",
+ "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOSVersionPerformance/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -216533,17 +225986,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "DeviceManagement",
+ ],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthDevicePerformanceDetailCount",
"Method": "GET",
- "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformanceDetails/$count",
+ "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthOSVersionPerformanceCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "DeviceManagement",
+ "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview",
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -216578,108 +226032,58 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthOverview",
+ "ApiReferenceLink": null
},
{
"Module": "DeviceManagement",
+ "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview/metricValues/{userExperienceAnalyticsMetric-id}",
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthOSVersionPerformance",
- "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthOSVersionPerformance",
"Method": "GET",
- "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOSVersionPerformance/{userExperienceAnalyticsAppHealthOSVersionPerformance-id}",
- "ApiVersion": "v1.0",
- "Permissions": [
- {
- "Name": "DeviceManagementManagedDevices.Read.All",
- "Description": "Read Microsoft Intune devices",
- "FullDescription": "Allows the app to read the properties of devices managed by Microsoft Intune, without a signed-in user.",
- "IsAdmin": false,
- "PermissionType": "Application",
- "IsLeastPrivilege": true
- },
- {
- "Name": "DeviceManagementManagedDevices.ReadWrite.All",
- "Description": "Read and write Microsoft Intune devices",
- "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune, without a signed-in user. Does not allow high impact operations such as remote wipe and password reset on the device’s owner",
- "IsAdmin": false,
- "PermissionType": "Application",
- "IsLeastPrivilege": false
- },
- {
- "Name": "DeviceManagementConfiguration.ReadWrite.All",
- "Description": "Read and write Microsoft Intune device configuration and policies",
- "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.",
- "IsAdmin": false,
- "PermissionType": "Application",
- "IsLeastPrivilege": false
- },
- {
- "Name": "DeviceManagementConfiguration.Read.All",
- "Description": "Read Microsoft Intune device configuration and policies",
- "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.",
- "IsAdmin": false,
- "PermissionType": "Application",
- "IsLeastPrivilege": false
- }
- ]
+ "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthOverviewMetricValue",
+ "ApiReferenceLink": null
},
{
"Module": "DeviceManagement",
+ "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview/metricValues",
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthOSVersionPerformance",
- "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthOSVersionPerformance",
"Method": "GET",
- "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOSVersionPerformance",
- "ApiVersion": "v1.0",
- "Permissions": [
- {
- "Name": "DeviceManagementManagedDevices.Read.All",
- "Description": "Read Microsoft Intune devices",
- "FullDescription": "Allows the app to read the properties of devices managed by Microsoft Intune, without a signed-in user.",
- "IsAdmin": false,
- "PermissionType": "Application",
- "IsLeastPrivilege": true
- },
- {
- "Name": "DeviceManagementManagedDevices.ReadWrite.All",
- "Description": "Read and write Microsoft Intune devices",
- "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune, without a signed-in user. Does not allow high impact operations such as remote wipe and password reset on the device’s owner",
- "IsAdmin": false,
- "PermissionType": "Application",
- "IsLeastPrivilege": false
- },
- {
- "Name": "DeviceManagementConfiguration.ReadWrite.All",
- "Description": "Read and write Microsoft Intune device configuration and policies",
- "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.",
- "IsAdmin": false,
- "PermissionType": "Application",
- "IsLeastPrivilege": false
- },
- {
- "Name": "DeviceManagementConfiguration.Read.All",
- "Description": "Read Microsoft Intune device configuration and policies",
- "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.",
- "IsAdmin": false,
- "PermissionType": "Application",
- "IsLeastPrivilege": false
- }
- ]
+ "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthOverviewMetricValue",
+ "ApiReferenceLink": null
},
{
"Module": "DeviceManagement",
+ "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview/metricValues/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthOSVersionPerformanceCount",
"Method": "GET",
- "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOSVersionPerformance/$count",
+ "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthOverviewMetricValueCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "DeviceManagement",
+ "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}",
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBaseline",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -216714,17 +226118,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "DeviceManagement",
+ ],
"Variants": [
- "Get"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory",
- "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthOverview",
"Method": "GET",
- "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview",
+ "Command": "Get-MgDeviceManagementUserExperienceAnalyticBaseline",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "DeviceManagement",
+ "Uri": "/deviceManagement/userExperienceAnalyticsBaselines",
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBaseline",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -216759,55 +226165,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "DeviceManagement",
- "Variants": [
- "Get",
- "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric",
- "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthOverviewMetricValue",
- "Method": "GET",
- "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview/metricValues/{userExperienceAnalyticsMetric-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
- },
- {
- "Module": "DeviceManagement",
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric",
- "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthOverviewMetricValue",
- "Method": "GET",
- "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview/metricValues",
- "ApiVersion": "v1.0",
- "Permissions": []
- },
- {
- "Module": "DeviceManagement",
- "Variants": [
- "Get"
- ],
- "OutputType": null,
- "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthOverviewMetricValueCount",
"Method": "GET",
- "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview/metricValues/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceManagementUserExperienceAnalyticBaseline",
+ "ApiReferenceLink": null
},
{
"Module": "DeviceManagement",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBaseline",
- "Command": "Get-MgDeviceManagementUserExperienceAnalyticBaseline",
- "Method": "GET",
- "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}",
+ "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/appHealthMetrics",
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -216842,17 +226211,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "DeviceManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBaseline",
- "Command": "Get-MgDeviceManagementUserExperienceAnalyticBaseline",
"Method": "GET",
- "Uri": "/deviceManagement/userExperienceAnalyticsBaselines",
+ "Command": "Get-MgDeviceManagementUserExperienceAnalyticBaselineAppHealthMetric",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "DeviceManagement",
+ "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/batteryHealthMetrics",
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -216887,18 +226258,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "DeviceManagement",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory",
- "Command": "Get-MgDeviceManagementUserExperienceAnalyticBaselineAppHealthMetric",
"Method": "GET",
- "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/appHealthMetrics",
+ "Command": "Get-MgDeviceManagementUserExperienceAnalyticBaselineBatteryHealthMetric",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "DeviceManagement",
+ "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/bestPracticesMetrics",
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -216933,18 +226305,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "DeviceManagement",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory",
- "Command": "Get-MgDeviceManagementUserExperienceAnalyticBaselineBatteryHealthMetric",
"Method": "GET",
- "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/batteryHealthMetrics",
+ "Command": "Get-MgDeviceManagementUserExperienceAnalyticBaselineBestPracticeMetric",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "DeviceManagement",
+ "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -216979,18 +226352,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgDeviceManagementUserExperienceAnalyticBaselineCount",
+ "ApiReferenceLink": null
},
{
"Module": "DeviceManagement",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
+ "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/deviceBootPerformanceMetrics",
"OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory",
- "Command": "Get-MgDeviceManagementUserExperienceAnalyticBaselineBestPracticeMetric",
- "Method": "GET",
- "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/bestPracticesMetrics",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -217025,17 +226398,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "DeviceManagement",
+ ],
"Variants": [
- "Get"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgDeviceManagementUserExperienceAnalyticBaselineCount",
"Method": "GET",
- "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/$count",
+ "Command": "Get-MgDeviceManagementUserExperienceAnalyticBaselineDeviceBootPerformanceMetric",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "DeviceManagement",
+ "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/rebootAnalyticsMetrics",
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -217070,18 +226445,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "DeviceManagement",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory",
- "Command": "Get-MgDeviceManagementUserExperienceAnalyticBaselineDeviceBootPerformanceMetric",
"Method": "GET",
- "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/deviceBootPerformanceMetrics",
+ "Command": "Get-MgDeviceManagementUserExperienceAnalyticBaselineRebootAnalyticMetric",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "DeviceManagement",
+ "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/resourcePerformanceMetrics",
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -217116,18 +226492,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "DeviceManagement",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory",
- "Command": "Get-MgDeviceManagementUserExperienceAnalyticBaselineRebootAnalyticMetric",
"Method": "GET",
- "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/rebootAnalyticsMetrics",
+ "Command": "Get-MgDeviceManagementUserExperienceAnalyticBaselineResourcePerformanceMetric",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "DeviceManagement",
+ "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/workFromAnywhereMetrics",
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -217162,18 +226539,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "DeviceManagement",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory",
- "Command": "Get-MgDeviceManagementUserExperienceAnalyticBaselineResourcePerformanceMetric",
"Method": "GET",
- "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/resourcePerformanceMetrics",
+ "Command": "Get-MgDeviceManagementUserExperienceAnalyticBaselineWorkFromAnywhereMetric",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "DeviceManagement",
+ "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}",
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -217208,18 +226586,86 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgDeviceManagementUserExperienceAnalyticCategory",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "DeviceManagement",
+ "Uri": "/deviceManagement/userExperienceAnalyticsCategories",
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgDeviceManagementUserExperienceAnalyticCategory",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "DeviceManagement",
+ "Uri": "/deviceManagement/userExperienceAnalyticsCategories/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
+ "Variants": [
+ "Get"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgDeviceManagementUserExperienceAnalyticCategoryCount",
+ "ApiReferenceLink": null
},
{
"Module": "DeviceManagement",
+ "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}/metricValues/{userExperienceAnalyticsMetric-id}",
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory",
- "Command": "Get-MgDeviceManagementUserExperienceAnalyticBaselineWorkFromAnywhereMetric",
"Method": "GET",
- "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/workFromAnywhereMetrics",
+ "Command": "Get-MgDeviceManagementUserExperienceAnalyticCategoryMetricValue",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "DeviceManagement",
+ "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}/metricValues",
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgDeviceManagementUserExperienceAnalyticCategoryMetricValue",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "DeviceManagement",
+ "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}/metricValues/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgDeviceManagementUserExperienceAnalyticCategoryMetricValueCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "DeviceManagement",
+ "Uri": "/deviceManagement/userExperienceAnalyticsDevicePerformance/{userExperienceAnalyticsDevicePerformance-id}",
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDevicePerformance",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -217254,18 +226700,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "DeviceManagement",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory",
- "Command": "Get-MgDeviceManagementUserExperienceAnalyticCategory",
"Method": "GET",
- "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}",
+ "Command": "Get-MgDeviceManagementUserExperienceAnalyticDevicePerformance",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "DeviceManagement",
+ "Uri": "/deviceManagement/userExperienceAnalyticsDevicePerformance",
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDevicePerformance",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -217300,80 +226747,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "DeviceManagement",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory",
- "Command": "Get-MgDeviceManagementUserExperienceAnalyticCategory",
- "Method": "GET",
- "Uri": "/deviceManagement/userExperienceAnalyticsCategories",
- "ApiVersion": "v1.0",
- "Permissions": []
- },
- {
- "Module": "DeviceManagement",
- "Variants": [
- "Get"
],
- "OutputType": null,
- "Command": "Get-MgDeviceManagementUserExperienceAnalyticCategoryCount",
- "Method": "GET",
- "Uri": "/deviceManagement/userExperienceAnalyticsCategories/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
- },
- {
- "Module": "DeviceManagement",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric",
- "Command": "Get-MgDeviceManagementUserExperienceAnalyticCategoryMetricValue",
- "Method": "GET",
- "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}/metricValues/{userExperienceAnalyticsMetric-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
- },
- {
- "Module": "DeviceManagement",
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric",
- "Command": "Get-MgDeviceManagementUserExperienceAnalyticCategoryMetricValue",
"Method": "GET",
- "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}/metricValues",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceManagementUserExperienceAnalyticDevicePerformance",
+ "ApiReferenceLink": null
},
{
"Module": "DeviceManagement",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
+ "Uri": "/deviceManagement/userExperienceAnalyticsDevicePerformance/$count",
"OutputType": null,
- "Command": "Get-MgDeviceManagementUserExperienceAnalyticCategoryMetricValueCount",
- "Method": "GET",
- "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}/metricValues/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
- },
- {
- "Module": "DeviceManagement",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDevicePerformance",
- "Command": "Get-MgDeviceManagementUserExperienceAnalyticDevicePerformance",
- "Method": "GET",
- "Uri": "/deviceManagement/userExperienceAnalyticsDevicePerformance/{userExperienceAnalyticsDevicePerformance-id}",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -217408,17 +226793,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "DeviceManagement",
+ ],
"Variants": [
- "List"
+ "Get"
],
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDevicePerformance",
- "Command": "Get-MgDeviceManagementUserExperienceAnalyticDevicePerformance",
"Method": "GET",
- "Uri": "/deviceManagement/userExperienceAnalyticsDevicePerformance",
+ "Command": "Get-MgDeviceManagementUserExperienceAnalyticDevicePerformanceCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "DeviceManagement",
+ "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScores/{userExperienceAnalyticsDeviceScores-id}",
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceScores",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -217453,63 +226839,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "DeviceManagement",
+ ],
"Variants": [
- "Get"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgDeviceManagementUserExperienceAnalyticDevicePerformanceCount",
"Method": "GET",
- "Uri": "/deviceManagement/userExperienceAnalyticsDevicePerformance/$count",
- "ApiVersion": "v1.0",
- "Permissions": [
- {
- "Name": "DeviceManagementManagedDevices.Read.All",
- "Description": "Read Microsoft Intune devices",
- "FullDescription": "Allows the app to read the properties of devices managed by Microsoft Intune, without a signed-in user.",
- "IsAdmin": false,
- "PermissionType": "Application",
- "IsLeastPrivilege": true
- },
- {
- "Name": "DeviceManagementManagedDevices.ReadWrite.All",
- "Description": "Read and write Microsoft Intune devices",
- "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune, without a signed-in user. Does not allow high impact operations such as remote wipe and password reset on the device’s owner",
- "IsAdmin": false,
- "PermissionType": "Application",
- "IsLeastPrivilege": false
- },
- {
- "Name": "DeviceManagementConfiguration.ReadWrite.All",
- "Description": "Read and write Microsoft Intune device configuration and policies",
- "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.",
- "IsAdmin": false,
- "PermissionType": "Application",
- "IsLeastPrivilege": false
- },
- {
- "Name": "DeviceManagementConfiguration.Read.All",
- "Description": "Read Microsoft Intune device configuration and policies",
- "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.",
- "IsAdmin": false,
- "PermissionType": "Application",
- "IsLeastPrivilege": false
- }
- ]
+ "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceScore",
+ "ApiReferenceLink": null
},
{
"Module": "DeviceManagement",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
+ "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScores",
"OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceScores",
- "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceScore",
- "Method": "GET",
- "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScores/{userExperienceAnalyticsDeviceScores-id}",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -217544,17 +226886,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "DeviceManagement",
+ ],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceScores",
- "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceScore",
"Method": "GET",
- "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScores",
+ "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceScore",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "DeviceManagement",
+ "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScores/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -217589,17 +226932,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "DeviceManagement",
+ ],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceScoreCount",
"Method": "GET",
- "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScores/$count",
+ "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceScoreCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "DeviceManagement",
+ "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupHistory/{userExperienceAnalyticsDeviceStartupHistory-id}",
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupHistory",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -217634,18 +226978,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "DeviceManagement",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupHistory",
- "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceStartupHistory",
"Method": "GET",
- "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupHistory/{userExperienceAnalyticsDeviceStartupHistory-id}",
+ "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceStartupHistory",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "DeviceManagement",
+ "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupHistory",
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupHistory",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -217680,17 +227025,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "DeviceManagement",
+ ],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupHistory",
- "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceStartupHistory",
"Method": "GET",
- "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupHistory",
+ "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceStartupHistory",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "DeviceManagement",
+ "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupHistory/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -217725,17 +227071,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "DeviceManagement",
+ ],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceStartupHistoryCount",
"Method": "GET",
- "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupHistory/$count",
+ "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceStartupHistoryCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "DeviceManagement",
+ "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcesses/{userExperienceAnalyticsDeviceStartupProcess-id}",
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcess",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -217770,18 +227117,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "DeviceManagement",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcess",
- "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceStartupProcess",
"Method": "GET",
- "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcesses/{userExperienceAnalyticsDeviceStartupProcess-id}",
+ "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceStartupProcess",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "DeviceManagement",
+ "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcesses",
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcess",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -217816,17 +227164,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "DeviceManagement",
+ ],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcess",
- "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceStartupProcess",
"Method": "GET",
- "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcesses",
+ "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceStartupProcess",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "DeviceManagement",
+ "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcesses/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -217861,23 +227210,24 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "DeviceManagement",
+ ],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceStartupProcessCount",
"Method": "GET",
- "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcesses/$count",
+ "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceStartupProcessCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "DeviceManagement",
+ "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcessPerformance/{userExperienceAnalyticsDeviceStartupProcessPerformance-id}",
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcessPerformance",
"ApiVersion": "v1.0",
"Permissions": [
{
- "Name": "DeviceManagementManagedDevices.Read.All",
- "Description": "Read Microsoft Intune devices",
- "FullDescription": "Allows the app to read the properties of devices managed by Microsoft Intune, without a signed-in user.",
+ "Name": "DeviceManagementConfiguration.Read.All",
+ "Description": "Read Microsoft Intune device configuration and policies",
+ "FullDescription": "Allows the app to read properties of 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
@@ -217891,33 +227241,34 @@
"IsLeastPrivilege": false
},
{
- "Name": "DeviceManagementConfiguration.ReadWrite.All",
- "Description": "Read and write Microsoft Intune device configuration and policies",
- "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.",
+ "Name": "DeviceManagementManagedDevices.Read.All",
+ "Description": "Read Microsoft Intune devices",
+ "FullDescription": "Allows the app to read the properties of devices managed by Microsoft Intune, without a signed-in user.",
"IsAdmin": false,
"PermissionType": "Application",
"IsLeastPrivilege": false
},
{
- "Name": "DeviceManagementConfiguration.Read.All",
- "Description": "Read Microsoft Intune device configuration and policies",
- "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.",
+ "Name": "DeviceManagementConfiguration.ReadWrite.All",
+ "Description": "Read and write Microsoft Intune device configuration and policies",
+ "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.",
"IsAdmin": false,
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "DeviceManagement",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcessPerformance",
- "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceStartupProcessPerformance",
"Method": "GET",
- "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcessPerformance/{userExperienceAnalyticsDeviceStartupProcessPerformance-id}",
+ "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceStartupProcessPerformance",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "DeviceManagement",
+ "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcessPerformance",
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcessPerformance",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -217952,17 +227303,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "DeviceManagement",
+ ],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcessPerformance",
- "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceStartupProcessPerformance",
"Method": "GET",
- "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcessPerformance",
+ "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceStartupProcessPerformance",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "DeviceManagement",
+ "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcessPerformance/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -217997,23 +227349,24 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "DeviceManagement",
+ ],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceStartupProcessPerformanceCount",
"Method": "GET",
- "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcessPerformance/$count",
+ "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceStartupProcessPerformanceCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "DeviceManagement",
+ "Uri": "/deviceManagement/userExperienceAnalyticsMetricHistory/{userExperienceAnalyticsMetricHistory-id}",
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetricHistory",
"ApiVersion": "v1.0",
"Permissions": [
{
- "Name": "DeviceManagementConfiguration.Read.All",
- "Description": "Read Microsoft Intune device configuration and policies",
- "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.",
+ "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
@@ -218027,33 +227380,34 @@
"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",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetricHistory",
- "Command": "Get-MgDeviceManagementUserExperienceAnalyticMetricHistory",
"Method": "GET",
- "Uri": "/deviceManagement/userExperienceAnalyticsMetricHistory/{userExperienceAnalyticsMetricHistory-id}",
+ "Command": "Get-MgDeviceManagementUserExperienceAnalyticMetricHistory",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "DeviceManagement",
+ "Uri": "/deviceManagement/userExperienceAnalyticsMetricHistory",
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetricHistory",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -218088,17 +227442,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "DeviceManagement",
+ ],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetricHistory",
- "Command": "Get-MgDeviceManagementUserExperienceAnalyticMetricHistory",
"Method": "GET",
- "Uri": "/deviceManagement/userExperienceAnalyticsMetricHistory",
+ "Command": "Get-MgDeviceManagementUserExperienceAnalyticMetricHistory",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "DeviceManagement",
+ "Uri": "/deviceManagement/userExperienceAnalyticsMetricHistory/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -218133,17 +227488,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "DeviceManagement",
+ ],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgDeviceManagementUserExperienceAnalyticMetricHistoryCount",
"Method": "GET",
- "Uri": "/deviceManagement/userExperienceAnalyticsMetricHistory/$count",
+ "Command": "Get-MgDeviceManagementUserExperienceAnalyticMetricHistoryCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "DeviceManagement",
+ "Uri": "/deviceManagement/userExperienceAnalyticsModelScores/{userExperienceAnalyticsModelScores-id}",
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsModelScores",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -218178,18 +227534,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "DeviceManagement",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsModelScores",
- "Command": "Get-MgDeviceManagementUserExperienceAnalyticModelScore",
"Method": "GET",
- "Uri": "/deviceManagement/userExperienceAnalyticsModelScores/{userExperienceAnalyticsModelScores-id}",
+ "Command": "Get-MgDeviceManagementUserExperienceAnalyticModelScore",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "DeviceManagement",
+ "Uri": "/deviceManagement/userExperienceAnalyticsModelScores",
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsModelScores",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -218224,17 +227581,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "DeviceManagement",
+ ],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsModelScores",
- "Command": "Get-MgDeviceManagementUserExperienceAnalyticModelScore",
"Method": "GET",
- "Uri": "/deviceManagement/userExperienceAnalyticsModelScores",
+ "Command": "Get-MgDeviceManagementUserExperienceAnalyticModelScore",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "DeviceManagement",
+ "Uri": "/deviceManagement/userExperienceAnalyticsModelScores/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -218269,17 +227627,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "DeviceManagement",
+ ],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgDeviceManagementUserExperienceAnalyticModelScoreCount",
"Method": "GET",
- "Uri": "/deviceManagement/userExperienceAnalyticsModelScores/$count",
+ "Command": "Get-MgDeviceManagementUserExperienceAnalyticModelScoreCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "DeviceManagement",
+ "Uri": "/deviceManagement/userExperienceAnalyticsOverview",
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsOverview",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -218314,17 +227673,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "DeviceManagement",
+ ],
"Variants": [
"Get"
],
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsOverview",
- "Command": "Get-MgDeviceManagementUserExperienceAnalyticOverview",
"Method": "GET",
- "Uri": "/deviceManagement/userExperienceAnalyticsOverview",
+ "Command": "Get-MgDeviceManagementUserExperienceAnalyticOverview",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "DeviceManagement",
+ "Uri": "/deviceManagement/userExperienceAnalyticsScoreHistory/{userExperienceAnalyticsScoreHistory-id}",
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsScoreHistory",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -218359,18 +227719,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "DeviceManagement",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsScoreHistory",
- "Command": "Get-MgDeviceManagementUserExperienceAnalyticScoreHistory",
"Method": "GET",
- "Uri": "/deviceManagement/userExperienceAnalyticsScoreHistory/{userExperienceAnalyticsScoreHistory-id}",
+ "Command": "Get-MgDeviceManagementUserExperienceAnalyticScoreHistory",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "DeviceManagement",
+ "Uri": "/deviceManagement/userExperienceAnalyticsScoreHistory",
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsScoreHistory",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -218405,17 +227766,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "DeviceManagement",
+ ],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsScoreHistory",
- "Command": "Get-MgDeviceManagementUserExperienceAnalyticScoreHistory",
"Method": "GET",
- "Uri": "/deviceManagement/userExperienceAnalyticsScoreHistory",
+ "Command": "Get-MgDeviceManagementUserExperienceAnalyticScoreHistory",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "DeviceManagement",
+ "Uri": "/deviceManagement/userExperienceAnalyticsScoreHistory/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -218450,17 +227812,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "DeviceManagement",
+ ],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgDeviceManagementUserExperienceAnalyticScoreHistoryCount",
"Method": "GET",
- "Uri": "/deviceManagement/userExperienceAnalyticsScoreHistory/$count",
+ "Command": "Get-MgDeviceManagementUserExperienceAnalyticScoreHistoryCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "DeviceManagement",
+ "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric",
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -218495,17 +227858,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "DeviceManagement",
+ ],
"Variants": [
"Get"
],
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric",
- "Command": "Get-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereHardwareReadinessMetric",
"Method": "GET",
- "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric",
+ "Command": "Get-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereHardwareReadinessMetric",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "DeviceManagement",
+ "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}",
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereMetric",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -218540,18 +227904,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "DeviceManagement",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereMetric",
- "Command": "Get-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetric",
"Method": "GET",
- "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}",
+ "Command": "Get-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetric",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "DeviceManagement",
+ "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics",
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereMetric",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -218586,17 +227951,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "DeviceManagement",
+ ],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereMetric",
- "Command": "Get-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetric",
"Method": "GET",
- "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics",
+ "Command": "Get-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetric",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "DeviceManagement",
+ "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -218631,17 +227997,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "DeviceManagement",
+ ],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricCount",
"Method": "GET",
- "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/$count",
+ "Command": "Get-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "DeviceManagement",
+ "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}/metricDevices/{userExperienceAnalyticsWorkFromAnywhereDevice-id}",
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereDevice",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -218676,63 +228043,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "DeviceManagement",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereDevice",
- "Command": "Get-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricDevice",
"Method": "GET",
- "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}/metricDevices/{userExperienceAnalyticsWorkFromAnywhereDevice-id}",
- "ApiVersion": "v1.0",
- "Permissions": [
- {
- "Name": "DeviceManagementManagedDevices.Read.All",
- "Description": "Read Microsoft Intune devices",
- "FullDescription": "Allows the app to read the properties of devices managed by Microsoft Intune, without a signed-in user.",
- "IsAdmin": false,
- "PermissionType": "Application",
- "IsLeastPrivilege": true
- },
- {
- "Name": "DeviceManagementManagedDevices.ReadWrite.All",
- "Description": "Read and write Microsoft Intune devices",
- "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune, without a signed-in user. Does not allow high impact operations such as remote wipe and password reset on the device’s owner",
- "IsAdmin": false,
- "PermissionType": "Application",
- "IsLeastPrivilege": false
- },
- {
- "Name": "DeviceManagementConfiguration.ReadWrite.All",
- "Description": "Read and write Microsoft Intune device configuration and policies",
- "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.",
- "IsAdmin": false,
- "PermissionType": "Application",
- "IsLeastPrivilege": false
- },
- {
- "Name": "DeviceManagementConfiguration.Read.All",
- "Description": "Read Microsoft Intune device configuration and policies",
- "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.",
- "IsAdmin": false,
- "PermissionType": "Application",
- "IsLeastPrivilege": false
- }
- ]
+ "Command": "Get-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricDevice",
+ "ApiReferenceLink": null
},
{
"Module": "DeviceManagement",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereDevice",
- "Command": "Get-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricDevice",
- "Method": "GET",
"Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}/metricDevices",
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereDevice",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -218767,18 +228090,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "DeviceManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricDeviceCount",
"Method": "GET",
+ "Command": "Get-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricDevice",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "DeviceManagement",
"Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}/metricDevices/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -218813,18 +228136,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "DeviceManagement",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereModelPerformance",
- "Command": "Get-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereModelPerformance",
"Method": "GET",
+ "Command": "Get-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricDeviceCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "DeviceManagement",
"Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereModelPerformance/{userExperienceAnalyticsWorkFromAnywhereModelPerformance-id}",
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereModelPerformance",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -218859,17 +228183,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "DeviceManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereModelPerformance",
- "Command": "Get-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereModelPerformance",
"Method": "GET",
+ "Command": "Get-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereModelPerformance",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "DeviceManagement",
"Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereModelPerformance",
+ "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereModelPerformance",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -218904,17 +228230,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "DeviceManagement",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereModelPerformanceCount",
"Method": "GET",
+ "Command": "Get-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereModelPerformance",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "DeviceManagement",
"Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereModelPerformance/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -218949,30 +228276,31 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "DeviceManagement.Administration",
+ ],
"Variants": [
"Get"
],
- "OutputType": "IMicrosoftGraphVirtualEndpoint",
- "Command": "Get-MgDeviceManagementVirtualEndpoint",
"Method": "GET",
- "Uri": "/deviceManagement/virtualEndpoint",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereModelPerformanceCount",
+ "ApiReferenceLink": null
},
{
"Module": "DeviceManagement.Administration",
+ "Uri": "/deviceManagement/virtualEndpoint",
+ "OutputType": "IMicrosoftGraphVirtualEndpoint",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphCloudPcAuditEvent",
- "Command": "Get-MgDeviceManagementVirtualEndpointAuditEvent",
"Method": "GET",
+ "Command": "Get-MgDeviceManagementVirtualEndpoint",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "DeviceManagement.Administration",
"Uri": "/deviceManagement/virtualEndpoint/auditEvents/{cloudPcAuditEvent-id}",
+ "OutputType": "IMicrosoftGraphCloudPcAuditEvent",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -218991,17 +228319,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "DeviceManagement.Administration",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphCloudPcAuditEvent",
- "Command": "Get-MgDeviceManagementVirtualEndpointAuditEvent",
"Method": "GET",
+ "Command": "Get-MgDeviceManagementVirtualEndpointAuditEvent",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcauditevent-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "DeviceManagement.Administration",
"Uri": "/deviceManagement/virtualEndpoint/auditEvents",
+ "OutputType": "IMicrosoftGraphCloudPcAuditEvent",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -219020,17 +228350,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "DeviceManagement.Functions",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgDeviceManagementVirtualEndpointAuditEventAuditActivityType",
"Method": "GET",
+ "Command": "Get-MgDeviceManagementVirtualEndpointAuditEvent",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-list-auditevents?view=graph-rest-1.0"
+ },
+ {
+ "Module": "DeviceManagement.Functions",
"Uri": "/deviceManagement/virtualEndpoint/auditEvents/getAuditActivityTypes",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -219049,17 +228380,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "DeviceManagement.Administration",
+ ],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgDeviceManagementVirtualEndpointAuditEventCount",
"Method": "GET",
+ "Command": "Get-MgDeviceManagementVirtualEndpointAuditEventAuditActivityType",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "DeviceManagement.Administration",
"Uri": "/deviceManagement/virtualEndpoint/auditEvents/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -219078,18 +228410,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "DeviceManagement.Administration",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphCloudPc",
- "Command": "Get-MgDeviceManagementVirtualEndpointCloudPc",
"Method": "GET",
+ "Command": "Get-MgDeviceManagementVirtualEndpointAuditEventCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "DeviceManagement.Administration",
"Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}",
+ "OutputType": "IMicrosoftGraphCloudPc",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -219108,17 +228440,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "DeviceManagement.Administration",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphCloudPc",
- "Command": "Get-MgDeviceManagementVirtualEndpointCloudPc",
"Method": "GET",
+ "Command": "Get-MgDeviceManagementVirtualEndpointCloudPc",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "DeviceManagement.Administration",
"Uri": "/deviceManagement/virtualEndpoint/cloudPCs",
+ "OutputType": "IMicrosoftGraphCloudPc",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -219137,17 +228471,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "DeviceManagement.Administration",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgDeviceManagementVirtualEndpointCloudPcCount",
"Method": "GET",
+ "Command": "Get-MgDeviceManagementVirtualEndpointCloudPc",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-list-cloudpcs?view=graph-rest-1.0"
+ },
+ {
+ "Module": "DeviceManagement.Administration",
"Uri": "/deviceManagement/virtualEndpoint/cloudPCs/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -219166,18 +228501,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "DeviceManagement.Administration",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphCloudPcDeviceImage",
- "Command": "Get-MgDeviceManagementVirtualEndpointDeviceImage",
"Method": "GET",
+ "Command": "Get-MgDeviceManagementVirtualEndpointCloudPcCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "DeviceManagement.Administration",
"Uri": "/deviceManagement/virtualEndpoint/deviceImages/{cloudPcDeviceImage-id}",
+ "OutputType": "IMicrosoftGraphCloudPcDeviceImage",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -219196,17 +228531,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "DeviceManagement.Administration",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphCloudPcDeviceImage",
- "Command": "Get-MgDeviceManagementVirtualEndpointDeviceImage",
"Method": "GET",
+ "Command": "Get-MgDeviceManagementVirtualEndpointDeviceImage",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcdeviceimage-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "DeviceManagement.Administration",
"Uri": "/deviceManagement/virtualEndpoint/deviceImages",
+ "OutputType": "IMicrosoftGraphCloudPcDeviceImage",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -219225,17 +228562,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "DeviceManagement.Administration",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgDeviceManagementVirtualEndpointDeviceImageCount",
"Method": "GET",
+ "Command": "Get-MgDeviceManagementVirtualEndpointDeviceImage",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-list-deviceimages?view=graph-rest-1.0"
+ },
+ {
+ "Module": "DeviceManagement.Administration",
"Uri": "/deviceManagement/virtualEndpoint/deviceImages/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -219254,17 +228592,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "DeviceManagement.Functions",
+ ],
"Variants": [
"Get"
],
- "OutputType": "IMicrosoftGraphCloudPcSourceDeviceImage",
- "Command": "Get-MgDeviceManagementVirtualEndpointDeviceImageSourceImage",
"Method": "GET",
+ "Command": "Get-MgDeviceManagementVirtualEndpointDeviceImageCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "DeviceManagement.Functions",
"Uri": "/deviceManagement/virtualEndpoint/deviceImages/getSourceImages",
+ "OutputType": "IMicrosoftGraphCloudPcSourceDeviceImage",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -219283,18 +228622,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "DeviceManagement.Administration",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphCloudPcGalleryImage",
- "Command": "Get-MgDeviceManagementVirtualEndpointGalleryImage",
"Method": "GET",
+ "Command": "Get-MgDeviceManagementVirtualEndpointDeviceImageSourceImage",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "DeviceManagement.Administration",
"Uri": "/deviceManagement/virtualEndpoint/galleryImages/{cloudPcGalleryImage-id}",
+ "OutputType": "IMicrosoftGraphCloudPcGalleryImage",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -219313,17 +228652,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "DeviceManagement.Administration",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphCloudPcGalleryImage",
- "Command": "Get-MgDeviceManagementVirtualEndpointGalleryImage",
"Method": "GET",
+ "Command": "Get-MgDeviceManagementVirtualEndpointGalleryImage",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcgalleryimage-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "DeviceManagement.Administration",
"Uri": "/deviceManagement/virtualEndpoint/galleryImages",
+ "OutputType": "IMicrosoftGraphCloudPcGalleryImage",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -219342,17 +228683,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "DeviceManagement.Administration",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgDeviceManagementVirtualEndpointGalleryImageCount",
"Method": "GET",
+ "Command": "Get-MgDeviceManagementVirtualEndpointGalleryImage",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-list-galleryimages?view=graph-rest-1.0"
+ },
+ {
+ "Module": "DeviceManagement.Administration",
"Uri": "/deviceManagement/virtualEndpoint/galleryImages/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -219371,18 +228713,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "DeviceManagement.Administration",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphCloudPcOnPremisesConnection",
- "Command": "Get-MgDeviceManagementVirtualEndpointOnPremiseConnection",
"Method": "GET",
+ "Command": "Get-MgDeviceManagementVirtualEndpointGalleryImageCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "DeviceManagement.Administration",
"Uri": "/deviceManagement/virtualEndpoint/onPremisesConnections/{cloudPcOnPremisesConnection-id}",
+ "OutputType": "IMicrosoftGraphCloudPcOnPremisesConnection",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -219401,17 +228743,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "DeviceManagement.Administration",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphCloudPcOnPremisesConnection",
- "Command": "Get-MgDeviceManagementVirtualEndpointOnPremiseConnection",
"Method": "GET",
+ "Command": "Get-MgDeviceManagementVirtualEndpointOnPremiseConnection",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpconpremisesconnection-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "DeviceManagement.Administration",
"Uri": "/deviceManagement/virtualEndpoint/onPremisesConnections",
+ "OutputType": "IMicrosoftGraphCloudPcOnPremisesConnection",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -219430,17 +228774,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "DeviceManagement.Administration",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgDeviceManagementVirtualEndpointOnPremiseConnectionCount",
"Method": "GET",
+ "Command": "Get-MgDeviceManagementVirtualEndpointOnPremiseConnection",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-list-onpremisesconnections?view=graph-rest-1.0"
+ },
+ {
+ "Module": "DeviceManagement.Administration",
"Uri": "/deviceManagement/virtualEndpoint/onPremisesConnections/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -219459,18 +228804,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "DeviceManagement.Administration",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicy",
- "Command": "Get-MgDeviceManagementVirtualEndpointProvisioningPolicy",
"Method": "GET",
+ "Command": "Get-MgDeviceManagementVirtualEndpointOnPremiseConnectionCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "DeviceManagement.Administration",
"Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}",
+ "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicy",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -219489,17 +228834,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "DeviceManagement.Administration",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicy",
- "Command": "Get-MgDeviceManagementVirtualEndpointProvisioningPolicy",
"Method": "GET",
+ "Command": "Get-MgDeviceManagementVirtualEndpointProvisioningPolicy",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcprovisioningpolicy-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "DeviceManagement.Administration",
"Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies",
+ "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicy",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -219518,131 +228865,141 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgDeviceManagementVirtualEndpointProvisioningPolicy",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-list-provisioningpolicies?view=graph-rest-1.0"
},
{
"Module": "DeviceManagement.Administration",
+ "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}",
+ "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicyAssignment",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicyAssignment",
- "Command": "Get-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignment",
"Method": "GET",
- "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignment",
+ "ApiReferenceLink": null
},
{
"Module": "DeviceManagement.Administration",
+ "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments",
+ "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicyAssignment",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicyAssignment",
- "Command": "Get-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignment",
"Method": "GET",
- "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignment",
+ "ApiReferenceLink": null
},
{
"Module": "DeviceManagement.Administration",
+ "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers/{user-id}",
+ "OutputType": "IMicrosoftGraphUser",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUser",
- "Command": "Get-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUser",
"Method": "GET",
- "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers/{user-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUser",
+ "ApiReferenceLink": null
},
{
"Module": "DeviceManagement.Administration",
+ "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers",
+ "OutputType": "IMicrosoftGraphUser",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphUser",
- "Command": "Get-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUser",
"Method": "GET",
- "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUser",
+ "ApiReferenceLink": null
},
{
"Module": "DeviceManagement.Administration",
+ "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUserCount",
"Method": "GET",
- "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUserCount",
+ "ApiReferenceLink": null
},
{
"Module": "DeviceManagement.Administration",
+ "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers/{user-id}/mailboxSettings",
+ "OutputType": "IMicrosoftGraphMailboxSettings",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Command": "Get-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUserMailboxSetting",
"Method": "GET",
- "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers/{user-id}/mailboxSettings",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUserMailboxSetting",
+ "ApiReferenceLink": null
},
{
"Module": "DeviceManagement.Administration",
+ "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers/{user-id}/serviceProvisioningErrors",
+ "OutputType": "IMicrosoftGraphServiceProvisioningError",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Command": "Get-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUserServiceProvisioningError",
"Method": "GET",
- "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers/{user-id}/serviceProvisioningErrors",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUserServiceProvisioningError",
+ "ApiReferenceLink": null
},
{
"Module": "DeviceManagement.Administration",
+ "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers/{user-id}/serviceProvisioningErrors/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUserServiceProvisioningErrorCount",
"Method": "GET",
- "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers/{user-id}/serviceProvisioningErrors/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUserServiceProvisioningErrorCount",
+ "ApiReferenceLink": null
},
{
"Module": "DeviceManagement.Administration",
+ "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignmentCount",
"Method": "GET",
- "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignmentCount",
+ "ApiReferenceLink": null
},
{
"Module": "DeviceManagement.Administration",
- "Variants": [
- "Get"
- ],
- "OutputType": null,
- "Command": "Get-MgDeviceManagementVirtualEndpointProvisioningPolicyCount",
- "Method": "GET",
"Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -219661,18 +229018,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "DeviceManagement.Administration",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphCloudPcUserSetting",
- "Command": "Get-MgDeviceManagementVirtualEndpointUserSetting",
"Method": "GET",
+ "Command": "Get-MgDeviceManagementVirtualEndpointProvisioningPolicyCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "DeviceManagement.Administration",
"Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}",
+ "OutputType": "IMicrosoftGraphCloudPcUserSetting",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -219691,17 +229048,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "DeviceManagement.Administration",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphCloudPcUserSetting",
- "Command": "Get-MgDeviceManagementVirtualEndpointUserSetting",
"Method": "GET",
+ "Command": "Get-MgDeviceManagementVirtualEndpointUserSetting",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcusersetting-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "DeviceManagement.Administration",
"Uri": "/deviceManagement/virtualEndpoint/userSettings",
+ "OutputType": "IMicrosoftGraphCloudPcUserSetting",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -219720,55 +229079,59 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgDeviceManagementVirtualEndpointUserSetting",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-list-usersettings?view=graph-rest-1.0"
},
{
"Module": "DeviceManagement.Administration",
+ "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assignments/{cloudPcUserSettingAssignment-id}",
+ "OutputType": "IMicrosoftGraphCloudPcUserSettingAssignment",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphCloudPcUserSettingAssignment",
- "Command": "Get-MgDeviceManagementVirtualEndpointUserSettingAssignment",
"Method": "GET",
- "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assignments/{cloudPcUserSettingAssignment-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceManagementVirtualEndpointUserSettingAssignment",
+ "ApiReferenceLink": null
},
{
"Module": "DeviceManagement.Administration",
+ "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assignments",
+ "OutputType": "IMicrosoftGraphCloudPcUserSettingAssignment",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphCloudPcUserSettingAssignment",
- "Command": "Get-MgDeviceManagementVirtualEndpointUserSettingAssignment",
"Method": "GET",
- "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assignments",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceManagementVirtualEndpointUserSettingAssignment",
+ "ApiReferenceLink": null
},
{
"Module": "DeviceManagement.Administration",
+ "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assignments/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgDeviceManagementVirtualEndpointUserSettingAssignmentCount",
"Method": "GET",
- "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assignments/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceManagementVirtualEndpointUserSettingAssignmentCount",
+ "ApiReferenceLink": null
},
{
"Module": "DeviceManagement.Administration",
- "Variants": [
- "Get"
- ],
- "OutputType": null,
- "Command": "Get-MgDeviceManagementVirtualEndpointUserSettingCount",
- "Method": "GET",
"Uri": "/deviceManagement/virtualEndpoint/userSettings/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -219787,18 +229150,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "DeviceManagement.Enrollment",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphWindowsAutopilotDeviceIdentity",
- "Command": "Get-MgDeviceManagementWindowsAutopilotDeviceIdentity",
"Method": "GET",
+ "Command": "Get-MgDeviceManagementVirtualEndpointUserSettingCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "DeviceManagement.Enrollment",
"Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}",
+ "OutputType": "IMicrosoftGraphWindowsAutopilotDeviceIdentity",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -219817,17 +229180,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "DeviceManagement.Enrollment",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphWindowsAutopilotDeviceIdentity",
- "Command": "Get-MgDeviceManagementWindowsAutopilotDeviceIdentity",
"Method": "GET",
+ "Command": "Get-MgDeviceManagementWindowsAutopilotDeviceIdentity",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-enrollment-windowsautopilotdeviceidentity-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "DeviceManagement.Enrollment",
"Uri": "/deviceManagement/windowsAutopilotDeviceIdentities",
+ "OutputType": "IMicrosoftGraphWindowsAutopilotDeviceIdentity",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -219846,17 +229211,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "DeviceManagement.Enrollment",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgDeviceManagementWindowsAutopilotDeviceIdentityCount",
"Method": "GET",
+ "Command": "Get-MgDeviceManagementWindowsAutopilotDeviceIdentity",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-enrollment-windowsautopilotdeviceidentity-list?view=graph-rest-1.0"
+ },
+ {
+ "Module": "DeviceManagement.Enrollment",
"Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -219875,18 +229241,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "DeviceManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLearningSummary",
- "Command": "Get-MgDeviceManagementWindowsInformationProtectionAppLearningSummary",
"Method": "GET",
+ "Command": "Get-MgDeviceManagementWindowsAutopilotDeviceIdentityCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "DeviceManagement",
"Uri": "/deviceManagement/windowsInformationProtectionAppLearningSummaries/{windowsInformationProtectionAppLearningSummary-id}",
+ "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLearningSummary",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -219905,17 +229271,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "DeviceManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLearningSummary",
- "Command": "Get-MgDeviceManagementWindowsInformationProtectionAppLearningSummary",
"Method": "GET",
+ "Command": "Get-MgDeviceManagementWindowsInformationProtectionAppLearningSummary",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-wip-windowsinformationprotectionapplearningsummary-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "DeviceManagement",
"Uri": "/deviceManagement/windowsInformationProtectionAppLearningSummaries",
+ "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLearningSummary",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -219934,17 +229302,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "DeviceManagement",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgDeviceManagementWindowsInformationProtectionAppLearningSummaryCount",
"Method": "GET",
+ "Command": "Get-MgDeviceManagementWindowsInformationProtectionAppLearningSummary",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-wip-windowsinformationprotectionapplearningsummary-list?view=graph-rest-1.0"
+ },
+ {
+ "Module": "DeviceManagement",
"Uri": "/deviceManagement/windowsInformationProtectionAppLearningSummaries/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -219963,18 +229332,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "DeviceManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphWindowsInformationProtectionNetworkLearningSummary",
- "Command": "Get-MgDeviceManagementWindowsInformationProtectionNetworkLearningSummary",
"Method": "GET",
+ "Command": "Get-MgDeviceManagementWindowsInformationProtectionAppLearningSummaryCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "DeviceManagement",
"Uri": "/deviceManagement/windowsInformationProtectionNetworkLearningSummaries/{windowsInformationProtectionNetworkLearningSummary-id}",
+ "OutputType": "IMicrosoftGraphWindowsInformationProtectionNetworkLearningSummary",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -219993,17 +229362,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "DeviceManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphWindowsInformationProtectionNetworkLearningSummary",
- "Command": "Get-MgDeviceManagementWindowsInformationProtectionNetworkLearningSummary",
"Method": "GET",
+ "Command": "Get-MgDeviceManagementWindowsInformationProtectionNetworkLearningSummary",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-wip-windowsinformationprotectionnetworklearningsummary-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "DeviceManagement",
"Uri": "/deviceManagement/windowsInformationProtectionNetworkLearningSummaries",
+ "OutputType": "IMicrosoftGraphWindowsInformationProtectionNetworkLearningSummary",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -220022,17 +229393,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "DeviceManagement",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgDeviceManagementWindowsInformationProtectionNetworkLearningSummaryCount",
"Method": "GET",
+ "Command": "Get-MgDeviceManagementWindowsInformationProtectionNetworkLearningSummary",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-wip-windowsinformationprotectionnetworklearningsummary-list?view=graph-rest-1.0"
+ },
+ {
+ "Module": "DeviceManagement",
"Uri": "/deviceManagement/windowsInformationProtectionNetworkLearningSummaries/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -220051,18 +229423,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "DeviceManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphWindowsMalwareInformation",
- "Command": "Get-MgDeviceManagementWindowsMalwareInformation",
"Method": "GET",
+ "Command": "Get-MgDeviceManagementWindowsInformationProtectionNetworkLearningSummaryCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "DeviceManagement",
"Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}",
+ "OutputType": "IMicrosoftGraphWindowsMalwareInformation",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -220097,17 +229469,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "DeviceManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphWindowsMalwareInformation",
- "Command": "Get-MgDeviceManagementWindowsMalwareInformation",
"Method": "GET",
+ "Command": "Get-MgDeviceManagementWindowsMalwareInformation",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-windowsmalwareinformation-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "DeviceManagement",
"Uri": "/deviceManagement/windowsMalwareInformation",
+ "OutputType": "IMicrosoftGraphWindowsMalwareInformation",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -220142,17 +229516,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "DeviceManagement",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgDeviceManagementWindowsMalwareInformationCount",
"Method": "GET",
+ "Command": "Get-MgDeviceManagementWindowsMalwareInformation",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-windowsmalwareinformation-list?view=graph-rest-1.0"
+ },
+ {
+ "Module": "DeviceManagement",
"Uri": "/deviceManagement/windowsMalwareInformation/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -220187,18 +229562,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "DeviceManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphMalwareStateForWindowsDevice",
- "Command": "Get-MgDeviceManagementWindowsMalwareInformationDeviceMalwareState",
"Method": "GET",
+ "Command": "Get-MgDeviceManagementWindowsMalwareInformationCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "DeviceManagement",
"Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}/deviceMalwareStates/{malwareStateForWindowsDevice-id}",
+ "OutputType": "IMicrosoftGraphMalwareStateForWindowsDevice",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -220233,17 +229608,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "DeviceManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMalwareStateForWindowsDevice",
- "Command": "Get-MgDeviceManagementWindowsMalwareInformationDeviceMalwareState",
"Method": "GET",
+ "Command": "Get-MgDeviceManagementWindowsMalwareInformationDeviceMalwareState",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-malwarestateforwindowsdevice-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "DeviceManagement",
"Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}/deviceMalwareStates",
+ "OutputType": "IMicrosoftGraphMalwareStateForWindowsDevice",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -220278,18 +229655,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "DeviceManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgDeviceManagementWindowsMalwareInformationDeviceMalwareStateCount",
"Method": "GET",
+ "Command": "Get-MgDeviceManagementWindowsMalwareInformationDeviceMalwareState",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-malwarestateforwindowsdevice-list?view=graph-rest-1.0"
+ },
+ {
+ "Module": "DeviceManagement",
"Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}/deviceMalwareStates/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -220324,20 +229701,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.DirectoryManagement",
+ ],
"Variants": [
"Get",
- "GetExpanded",
- "GetViaIdentity",
- "GetViaIdentityExpanded"
+ "GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgDeviceMemberGroup",
- "Method": "POST",
+ "Method": "GET",
+ "Command": "Get-MgDeviceManagementWindowsMalwareInformationDeviceMalwareStateCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Identity.DirectoryManagement",
"Uri": "/devices/{device-id}/getMemberGroups",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -220420,20 +229796,21 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.DirectoryManagement",
+ ],
"Variants": [
"Get",
"GetExpanded",
"GetViaIdentity",
"GetViaIdentityExpanded"
],
- "OutputType": null,
- "Command": "Get-MgDeviceMemberObject",
"Method": "POST",
+ "Command": "Get-MgDeviceMemberGroup",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Identity.DirectoryManagement",
"Uri": "/devices/{device-id}/getMemberObjects",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -220532,30 +229909,35 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetExpanded",
+ "GetViaIdentity",
+ "GetViaIdentityExpanded"
+ ],
+ "Method": "POST",
+ "Command": "Get-MgDeviceMemberObject",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0"
},
{
"Module": "Identity.DirectoryManagement",
+ "Uri": "/devices/{device-id}/memberOf/{directoryObject-id}",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgDeviceMemberOf",
"Method": "GET",
- "Uri": "/devices/{device-id}/memberOf/{directoryObject-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceMemberOf",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.DirectoryManagement",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgDeviceMemberOf",
- "Method": "GET",
"Uri": "/devices/{device-id}/memberOf",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -220590,68 +229972,72 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgDeviceMemberOf",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-list-memberof?view=graph-rest-1.0"
},
{
"Module": "Identity.DirectoryManagement",
+ "Uri": "/devices/{device-id}/memberOf/{directoryObject-id}/administrativeUnit",
+ "OutputType": "IMicrosoftGraphAdministrativeUnit",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAdministrativeUnit",
- "Command": "Get-MgDeviceMemberOfAsAdministrativeUnit",
"Method": "GET",
- "Uri": "/devices/{device-id}/memberOf/{directoryObject-id}/administrativeUnit",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceMemberOfAsAdministrativeUnit",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.DirectoryManagement",
+ "Uri": "/devices/{device-id}/memberOf/administrativeUnit",
+ "OutputType": "IMicrosoftGraphAdministrativeUnit",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphAdministrativeUnit",
- "Command": "Get-MgDeviceMemberOfAsAdministrativeUnit",
"Method": "GET",
- "Uri": "/devices/{device-id}/memberOf/administrativeUnit",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceMemberOfAsAdministrativeUnit",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.DirectoryManagement",
+ "Uri": "/devices/{device-id}/memberOf/{directoryObject-id}/group",
+ "OutputType": "IMicrosoftGraphGroup",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphGroup",
- "Command": "Get-MgDeviceMemberOfAsGroup",
"Method": "GET",
- "Uri": "/devices/{device-id}/memberOf/{directoryObject-id}/group",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceMemberOfAsGroup",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.DirectoryManagement",
+ "Uri": "/devices/{device-id}/memberOf/group",
+ "OutputType": "IMicrosoftGraphGroup",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphGroup",
- "Command": "Get-MgDeviceMemberOfAsGroup",
"Method": "GET",
- "Uri": "/devices/{device-id}/memberOf/group",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceMemberOfAsGroup",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.DirectoryManagement",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": null,
- "Command": "Get-MgDeviceMemberOfCount",
- "Method": "GET",
"Uri": "/devices/{device-id}/memberOf/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -220686,43 +230072,47 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.DirectoryManagement",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgDeviceMemberOfCountAsAdministrativeUnit",
"Method": "GET",
- "Uri": "/devices/{device-id}/memberOf/administrativeUnit/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceMemberOfCount",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.DirectoryManagement",
+ "Uri": "/devices/{device-id}/memberOf/administrativeUnit/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgDeviceMemberOfCountAsGroup",
"Method": "GET",
- "Uri": "/devices/{device-id}/memberOf/group/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceMemberOfCountAsAdministrativeUnit",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.DirectoryManagement",
+ "Uri": "/devices/{device-id}/memberOf/group/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgDeviceRegisteredOwner",
"Method": "GET",
+ "Command": "Get-MgDeviceMemberOfCountAsGroup",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Identity.DirectoryManagement",
"Uri": "/devices/{device-id}/registeredOwners",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -220757,117 +230147,126 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgDeviceRegisteredOwner",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-list-registeredowners?view=graph-rest-1.0"
},
{
"Module": "Identity.DirectoryManagement",
+ "Uri": "/devices/{device-id}/registeredOwners/{directoryObject-id}/appRoleAssignment",
+ "OutputType": "IMicrosoftGraphAppRoleAssignment",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAppRoleAssignment",
- "Command": "Get-MgDeviceRegisteredOwnerAsAppRoleAssignment",
"Method": "GET",
- "Uri": "/devices/{device-id}/registeredOwners/{directoryObject-id}/appRoleAssignment",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceRegisteredOwnerAsAppRoleAssignment",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.DirectoryManagement",
+ "Uri": "/devices/{device-id}/registeredOwners/appRoleAssignment",
+ "OutputType": "IMicrosoftGraphAppRoleAssignment",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphAppRoleAssignment",
- "Command": "Get-MgDeviceRegisteredOwnerAsAppRoleAssignment",
"Method": "GET",
- "Uri": "/devices/{device-id}/registeredOwners/appRoleAssignment",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceRegisteredOwnerAsAppRoleAssignment",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.DirectoryManagement",
+ "Uri": "/devices/{device-id}/registeredOwners/{directoryObject-id}/endpoint",
+ "OutputType": "IMicrosoftGraphEndpoint",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphEndpoint",
- "Command": "Get-MgDeviceRegisteredOwnerAsEndpoint",
"Method": "GET",
- "Uri": "/devices/{device-id}/registeredOwners/{directoryObject-id}/endpoint",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceRegisteredOwnerAsEndpoint",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.DirectoryManagement",
+ "Uri": "/devices/{device-id}/registeredOwners/endpoint",
+ "OutputType": "IMicrosoftGraphEndpoint",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphEndpoint",
- "Command": "Get-MgDeviceRegisteredOwnerAsEndpoint",
"Method": "GET",
- "Uri": "/devices/{device-id}/registeredOwners/endpoint",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceRegisteredOwnerAsEndpoint",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.DirectoryManagement",
+ "Uri": "/devices/{device-id}/registeredOwners/{directoryObject-id}/servicePrincipal",
+ "OutputType": "IMicrosoftGraphServicePrincipal",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphServicePrincipal",
- "Command": "Get-MgDeviceRegisteredOwnerAsServicePrincipal",
"Method": "GET",
- "Uri": "/devices/{device-id}/registeredOwners/{directoryObject-id}/servicePrincipal",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceRegisteredOwnerAsServicePrincipal",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.DirectoryManagement",
+ "Uri": "/devices/{device-id}/registeredOwners/servicePrincipal",
+ "OutputType": "IMicrosoftGraphServicePrincipal",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphServicePrincipal",
- "Command": "Get-MgDeviceRegisteredOwnerAsServicePrincipal",
"Method": "GET",
- "Uri": "/devices/{device-id}/registeredOwners/servicePrincipal",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceRegisteredOwnerAsServicePrincipal",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.DirectoryManagement",
+ "Uri": "/devices/{device-id}/registeredOwners/{directoryObject-id}/user",
+ "OutputType": "IMicrosoftGraphUser",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUser",
- "Command": "Get-MgDeviceRegisteredOwnerAsUser",
"Method": "GET",
- "Uri": "/devices/{device-id}/registeredOwners/{directoryObject-id}/user",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceRegisteredOwnerAsUser",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.DirectoryManagement",
+ "Uri": "/devices/{device-id}/registeredOwners/user",
+ "OutputType": "IMicrosoftGraphUser",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphUser",
- "Command": "Get-MgDeviceRegisteredOwnerAsUser",
"Method": "GET",
- "Uri": "/devices/{device-id}/registeredOwners/user",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceRegisteredOwnerAsUser",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.DirectoryManagement",
- "Variants": [
- "List"
- ],
- "OutputType": null,
- "Command": "Get-MgDeviceRegisteredOwnerByRef",
- "Method": "GET",
"Uri": "/devices/{device-id}/registeredOwners/$ref",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -220902,18 +230301,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.DirectoryManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgDeviceRegisteredOwnerCount",
"Method": "GET",
+ "Command": "Get-MgDeviceRegisteredOwnerByRef",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-list-registeredowners?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Identity.DirectoryManagement",
"Uri": "/devices/{device-id}/registeredOwners/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -220948,69 +230347,75 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.DirectoryManagement",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgDeviceRegisteredOwnerCountAsAppRoleAssignment",
"Method": "GET",
- "Uri": "/devices/{device-id}/registeredOwners/appRoleAssignment/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceRegisteredOwnerCount",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.DirectoryManagement",
+ "Uri": "/devices/{device-id}/registeredOwners/appRoleAssignment/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgDeviceRegisteredOwnerCountAsEndpoint",
"Method": "GET",
- "Uri": "/devices/{device-id}/registeredOwners/endpoint/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceRegisteredOwnerCountAsAppRoleAssignment",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.DirectoryManagement",
+ "Uri": "/devices/{device-id}/registeredOwners/endpoint/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgDeviceRegisteredOwnerCountAsServicePrincipal",
"Method": "GET",
- "Uri": "/devices/{device-id}/registeredOwners/servicePrincipal/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceRegisteredOwnerCountAsEndpoint",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.DirectoryManagement",
+ "Uri": "/devices/{device-id}/registeredOwners/servicePrincipal/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgDeviceRegisteredOwnerCountAsUser",
"Method": "GET",
- "Uri": "/devices/{device-id}/registeredOwners/user/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceRegisteredOwnerCountAsServicePrincipal",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.DirectoryManagement",
+ "Uri": "/devices/{device-id}/registeredOwners/user/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgDeviceRegisteredUser",
"Method": "GET",
+ "Command": "Get-MgDeviceRegisteredOwnerCountAsUser",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Identity.DirectoryManagement",
"Uri": "/devices/{device-id}/registeredUsers",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -221045,117 +230450,126 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgDeviceRegisteredUser",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-list-registeredusers?view=graph-rest-1.0"
},
{
"Module": "Identity.DirectoryManagement",
+ "Uri": "/devices/{device-id}/registeredUsers/{directoryObject-id}/appRoleAssignment",
+ "OutputType": "IMicrosoftGraphAppRoleAssignment",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAppRoleAssignment",
- "Command": "Get-MgDeviceRegisteredUserAsAppRoleAssignment",
"Method": "GET",
- "Uri": "/devices/{device-id}/registeredUsers/{directoryObject-id}/appRoleAssignment",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceRegisteredUserAsAppRoleAssignment",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.DirectoryManagement",
+ "Uri": "/devices/{device-id}/registeredUsers/appRoleAssignment",
+ "OutputType": "IMicrosoftGraphAppRoleAssignment",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphAppRoleAssignment",
- "Command": "Get-MgDeviceRegisteredUserAsAppRoleAssignment",
"Method": "GET",
- "Uri": "/devices/{device-id}/registeredUsers/appRoleAssignment",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceRegisteredUserAsAppRoleAssignment",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.DirectoryManagement",
+ "Uri": "/devices/{device-id}/registeredUsers/{directoryObject-id}/endpoint",
+ "OutputType": "IMicrosoftGraphEndpoint",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphEndpoint",
- "Command": "Get-MgDeviceRegisteredUserAsEndpoint",
"Method": "GET",
- "Uri": "/devices/{device-id}/registeredUsers/{directoryObject-id}/endpoint",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceRegisteredUserAsEndpoint",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.DirectoryManagement",
+ "Uri": "/devices/{device-id}/registeredUsers/endpoint",
+ "OutputType": "IMicrosoftGraphEndpoint",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphEndpoint",
- "Command": "Get-MgDeviceRegisteredUserAsEndpoint",
"Method": "GET",
- "Uri": "/devices/{device-id}/registeredUsers/endpoint",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceRegisteredUserAsEndpoint",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.DirectoryManagement",
+ "Uri": "/devices/{device-id}/registeredUsers/{directoryObject-id}/servicePrincipal",
+ "OutputType": "IMicrosoftGraphServicePrincipal",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphServicePrincipal",
- "Command": "Get-MgDeviceRegisteredUserAsServicePrincipal",
"Method": "GET",
- "Uri": "/devices/{device-id}/registeredUsers/{directoryObject-id}/servicePrincipal",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceRegisteredUserAsServicePrincipal",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.DirectoryManagement",
+ "Uri": "/devices/{device-id}/registeredUsers/servicePrincipal",
+ "OutputType": "IMicrosoftGraphServicePrincipal",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphServicePrincipal",
- "Command": "Get-MgDeviceRegisteredUserAsServicePrincipal",
"Method": "GET",
- "Uri": "/devices/{device-id}/registeredUsers/servicePrincipal",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceRegisteredUserAsServicePrincipal",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.DirectoryManagement",
+ "Uri": "/devices/{device-id}/registeredUsers/{directoryObject-id}/user",
+ "OutputType": "IMicrosoftGraphUser",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUser",
- "Command": "Get-MgDeviceRegisteredUserAsUser",
"Method": "GET",
- "Uri": "/devices/{device-id}/registeredUsers/{directoryObject-id}/user",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceRegisteredUserAsUser",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.DirectoryManagement",
+ "Uri": "/devices/{device-id}/registeredUsers/user",
+ "OutputType": "IMicrosoftGraphUser",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphUser",
- "Command": "Get-MgDeviceRegisteredUserAsUser",
"Method": "GET",
- "Uri": "/devices/{device-id}/registeredUsers/user",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceRegisteredUserAsUser",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.DirectoryManagement",
- "Variants": [
- "List"
- ],
- "OutputType": null,
- "Command": "Get-MgDeviceRegisteredUserByRef",
- "Method": "GET",
"Uri": "/devices/{device-id}/registeredUsers/$ref",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -221190,18 +230604,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.DirectoryManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgDeviceRegisteredUserCount",
"Method": "GET",
+ "Command": "Get-MgDeviceRegisteredUserByRef",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-list-registeredusers?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Identity.DirectoryManagement",
"Uri": "/devices/{device-id}/registeredUsers/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -221236,82 +230650,89 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.DirectoryManagement",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgDeviceRegisteredUserCountAsAppRoleAssignment",
"Method": "GET",
- "Uri": "/devices/{device-id}/registeredUsers/appRoleAssignment/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceRegisteredUserCount",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.DirectoryManagement",
+ "Uri": "/devices/{device-id}/registeredUsers/appRoleAssignment/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgDeviceRegisteredUserCountAsEndpoint",
"Method": "GET",
- "Uri": "/devices/{device-id}/registeredUsers/endpoint/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceRegisteredUserCountAsAppRoleAssignment",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.DirectoryManagement",
+ "Uri": "/devices/{device-id}/registeredUsers/endpoint/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgDeviceRegisteredUserCountAsServicePrincipal",
"Method": "GET",
- "Uri": "/devices/{device-id}/registeredUsers/servicePrincipal/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceRegisteredUserCountAsEndpoint",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.DirectoryManagement",
+ "Uri": "/devices/{device-id}/registeredUsers/servicePrincipal/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgDeviceRegisteredUserCountAsUser",
"Method": "GET",
- "Uri": "/devices/{device-id}/registeredUsers/user/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceRegisteredUserCountAsServicePrincipal",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.DirectoryManagement",
+ "Uri": "/devices/{device-id}/registeredUsers/user/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgDeviceTransitiveMemberOf",
"Method": "GET",
- "Uri": "/devices/{device-id}/transitiveMemberOf/{directoryObject-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceRegisteredUserCountAsUser",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.DirectoryManagement",
+ "Uri": "/devices/{device-id}/transitiveMemberOf/{directoryObject-id}",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgDeviceTransitiveMemberOf",
"Method": "GET",
+ "Command": "Get-MgDeviceTransitiveMemberOf",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Identity.DirectoryManagement",
"Uri": "/devices/{device-id}/transitiveMemberOf",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -221346,68 +230767,72 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgDeviceTransitiveMemberOf",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-list-transitivememberof?view=graph-rest-1.0"
},
{
"Module": "Identity.DirectoryManagement",
+ "Uri": "/devices/{device-id}/transitiveMemberOf/{directoryObject-id}/administrativeUnit",
+ "OutputType": "IMicrosoftGraphAdministrativeUnit",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAdministrativeUnit",
- "Command": "Get-MgDeviceTransitiveMemberOfAsAdministrativeUnit",
"Method": "GET",
- "Uri": "/devices/{device-id}/transitiveMemberOf/{directoryObject-id}/administrativeUnit",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceTransitiveMemberOfAsAdministrativeUnit",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.DirectoryManagement",
+ "Uri": "/devices/{device-id}/transitiveMemberOf/administrativeUnit",
+ "OutputType": "IMicrosoftGraphAdministrativeUnit",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphAdministrativeUnit",
- "Command": "Get-MgDeviceTransitiveMemberOfAsAdministrativeUnit",
"Method": "GET",
- "Uri": "/devices/{device-id}/transitiveMemberOf/administrativeUnit",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceTransitiveMemberOfAsAdministrativeUnit",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.DirectoryManagement",
+ "Uri": "/devices/{device-id}/transitiveMemberOf/{directoryObject-id}/group",
+ "OutputType": "IMicrosoftGraphGroup",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphGroup",
- "Command": "Get-MgDeviceTransitiveMemberOfAsGroup",
"Method": "GET",
- "Uri": "/devices/{device-id}/transitiveMemberOf/{directoryObject-id}/group",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceTransitiveMemberOfAsGroup",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.DirectoryManagement",
+ "Uri": "/devices/{device-id}/transitiveMemberOf/group",
+ "OutputType": "IMicrosoftGraphGroup",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphGroup",
- "Command": "Get-MgDeviceTransitiveMemberOfAsGroup",
"Method": "GET",
- "Uri": "/devices/{device-id}/transitiveMemberOf/group",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceTransitiveMemberOfAsGroup",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.DirectoryManagement",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": null,
- "Command": "Get-MgDeviceTransitiveMemberOfCount",
- "Method": "GET",
"Uri": "/devices/{device-id}/transitiveMemberOf/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -221442,56 +230867,60 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgDeviceTransitiveMemberOfCount",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.DirectoryManagement",
+ "Uri": "/devices/{device-id}/transitiveMemberOf/administrativeUnit/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgDeviceTransitiveMemberOfCountAsAdministrativeUnit",
"Method": "GET",
- "Uri": "/devices/{device-id}/transitiveMemberOf/administrativeUnit/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceTransitiveMemberOfCountAsAdministrativeUnit",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.DirectoryManagement",
+ "Uri": "/devices/{device-id}/transitiveMemberOf/group/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgDeviceTransitiveMemberOfCountAsGroup",
"Method": "GET",
- "Uri": "/devices/{device-id}/transitiveMemberOf/group/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDeviceTransitiveMemberOfCountAsGroup",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.DirectoryManagement",
+ "Uri": "/directory",
+ "OutputType": "IMicrosoftGraphDirectory",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": "IMicrosoftGraphDirectory",
- "Command": "Get-MgDirectory",
"Method": "GET",
- "Uri": "/directory",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDirectory",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.DirectoryManagement",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphAdministrativeUnit",
- "Command": "Get-MgDirectoryAdministrativeUnit",
- "Method": "GET",
"Uri": "/directory/administrativeUnits/{administrativeUnit-id}",
+ "OutputType": "IMicrosoftGraphAdministrativeUnit",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -221526,17 +230955,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.DirectoryManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAdministrativeUnit",
- "Command": "Get-MgDirectoryAdministrativeUnit",
"Method": "GET",
+ "Command": "Get-MgDirectoryAdministrativeUnit",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/administrativeunit-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Identity.DirectoryManagement",
"Uri": "/directory/administrativeUnits",
+ "OutputType": "IMicrosoftGraphAdministrativeUnit",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -221571,17 +231002,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.DirectoryManagement",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgDirectoryAdministrativeUnitCount",
"Method": "GET",
+ "Command": "Get-MgDirectoryAdministrativeUnit",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-list-administrativeunits?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Identity.DirectoryManagement",
"Uri": "/directory/administrativeUnits/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -221616,17 +231048,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.DirectoryManagement",
+ ],
"Variants": [
- "Delta"
+ "Get"
],
- "OutputType": "IMicrosoftGraphAdministrativeUnit",
- "Command": "Get-MgDirectoryAdministrativeUnitDelta",
"Method": "GET",
+ "Command": "Get-MgDirectoryAdministrativeUnitCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Identity.DirectoryManagement",
"Uri": "/directory/administrativeUnits/delta",
+ "OutputType": "IMicrosoftGraphAdministrativeUnit",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -221661,55 +231094,59 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Delta"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgDirectoryAdministrativeUnitDelta",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.DirectoryManagement",
+ "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/extensions/{extension-id}",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgDirectoryAdministrativeUnitExtension",
"Method": "GET",
- "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/extensions/{extension-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDirectoryAdministrativeUnitExtension",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.DirectoryManagement",
+ "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/extensions",
+ "OutputType": "IMicrosoftGraphExtension",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphExtension",
- "Command": "Get-MgDirectoryAdministrativeUnitExtension",
"Method": "GET",
- "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/extensions",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDirectoryAdministrativeUnitExtension",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.DirectoryManagement",
+ "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/extensions/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgDirectoryAdministrativeUnitExtensionCount",
"Method": "GET",
- "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/extensions/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDirectoryAdministrativeUnitExtensionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.DirectoryManagement",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgDirectoryAdministrativeUnitMember",
- "Method": "GET",
"Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -221744,30 +231181,32 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgDirectoryAdministrativeUnitMember",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/administrativeunit-list-members?view=graph-rest-1.0"
},
{
"Module": "Identity.DirectoryManagement",
+ "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/application",
+ "OutputType": "IMicrosoftGraphApplication",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphApplication",
- "Command": "Get-MgDirectoryAdministrativeUnitMemberAsApplication",
"Method": "GET",
- "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/application",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDirectoryAdministrativeUnitMemberAsApplication",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.DirectoryManagement",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphApplication",
- "Command": "Get-MgDirectoryAdministrativeUnitMemberAsApplication",
- "Method": "GET",
"Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/application",
+ "OutputType": "IMicrosoftGraphApplication",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -221802,30 +231241,32 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgDirectoryAdministrativeUnitMemberAsApplication",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.DirectoryManagement",
+ "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/device",
+ "OutputType": "IMicrosoftGraphDevice",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDevice",
- "Command": "Get-MgDirectoryAdministrativeUnitMemberAsDevice",
"Method": "GET",
- "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/device",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDirectoryAdministrativeUnitMemberAsDevice",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.DirectoryManagement",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphDevice",
- "Command": "Get-MgDirectoryAdministrativeUnitMemberAsDevice",
- "Method": "GET",
"Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/device",
+ "OutputType": "IMicrosoftGraphDevice",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -221860,30 +231301,32 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgDirectoryAdministrativeUnitMemberAsDevice",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.DirectoryManagement",
+ "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/group",
+ "OutputType": "IMicrosoftGraphGroup",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphGroup",
- "Command": "Get-MgDirectoryAdministrativeUnitMemberAsGroup",
"Method": "GET",
- "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/group",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDirectoryAdministrativeUnitMemberAsGroup",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.DirectoryManagement",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphGroup",
- "Command": "Get-MgDirectoryAdministrativeUnitMemberAsGroup",
- "Method": "GET",
"Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/group",
+ "OutputType": "IMicrosoftGraphGroup",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -221918,30 +231361,32 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgDirectoryAdministrativeUnitMemberAsGroup",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.DirectoryManagement",
+ "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/orgContact",
+ "OutputType": "IMicrosoftGraphOrgContact",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphOrgContact",
- "Command": "Get-MgDirectoryAdministrativeUnitMemberAsOrgContact",
"Method": "GET",
- "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/orgContact",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDirectoryAdministrativeUnitMemberAsOrgContact",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.DirectoryManagement",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphOrgContact",
- "Command": "Get-MgDirectoryAdministrativeUnitMemberAsOrgContact",
- "Method": "GET",
"Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/orgContact",
+ "OutputType": "IMicrosoftGraphOrgContact",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -221976,30 +231421,32 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgDirectoryAdministrativeUnitMemberAsOrgContact",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.DirectoryManagement",
+ "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/servicePrincipal",
+ "OutputType": "IMicrosoftGraphServicePrincipal",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphServicePrincipal",
- "Command": "Get-MgDirectoryAdministrativeUnitMemberAsServicePrincipal",
"Method": "GET",
- "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/servicePrincipal",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDirectoryAdministrativeUnitMemberAsServicePrincipal",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.DirectoryManagement",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphServicePrincipal",
- "Command": "Get-MgDirectoryAdministrativeUnitMemberAsServicePrincipal",
- "Method": "GET",
"Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/servicePrincipal",
+ "OutputType": "IMicrosoftGraphServicePrincipal",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -222034,30 +231481,32 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgDirectoryAdministrativeUnitMemberAsServicePrincipal",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.DirectoryManagement",
+ "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/user",
+ "OutputType": "IMicrosoftGraphUser",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUser",
- "Command": "Get-MgDirectoryAdministrativeUnitMemberAsUser",
"Method": "GET",
- "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/user",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDirectoryAdministrativeUnitMemberAsUser",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.DirectoryManagement",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphUser",
- "Command": "Get-MgDirectoryAdministrativeUnitMemberAsUser",
- "Method": "GET",
"Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/user",
+ "OutputType": "IMicrosoftGraphUser",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -222092,17 +231541,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.DirectoryManagement",
+ ],
"Variants": [
"List"
],
- "OutputType": null,
- "Command": "Get-MgDirectoryAdministrativeUnitMemberByRef",
"Method": "GET",
+ "Command": "Get-MgDirectoryAdministrativeUnitMemberAsUser",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Identity.DirectoryManagement",
"Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/$ref",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -222137,18 +231587,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.DirectoryManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgDirectoryAdministrativeUnitMemberCount",
"Method": "GET",
+ "Command": "Get-MgDirectoryAdministrativeUnitMemberByRef",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/administrativeunit-list-members?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Identity.DirectoryManagement",
"Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -222183,18 +231633,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.DirectoryManagement",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgDirectoryAdministrativeUnitMemberCountAsApplication",
"Method": "GET",
+ "Command": "Get-MgDirectoryAdministrativeUnitMemberCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Identity.DirectoryManagement",
"Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/application/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -222229,18 +231680,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.DirectoryManagement",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgDirectoryAdministrativeUnitMemberCountAsDevice",
"Method": "GET",
+ "Command": "Get-MgDirectoryAdministrativeUnitMemberCountAsApplication",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Identity.DirectoryManagement",
"Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/device/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -222275,18 +231727,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.DirectoryManagement",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgDirectoryAdministrativeUnitMemberCountAsGroup",
"Method": "GET",
+ "Command": "Get-MgDirectoryAdministrativeUnitMemberCountAsDevice",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Identity.DirectoryManagement",
"Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/group/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -222321,18 +231774,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.DirectoryManagement",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgDirectoryAdministrativeUnitMemberCountAsOrgContact",
"Method": "GET",
+ "Command": "Get-MgDirectoryAdministrativeUnitMemberCountAsGroup",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Identity.DirectoryManagement",
"Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/orgContact/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -222367,18 +231821,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.DirectoryManagement",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgDirectoryAdministrativeUnitMemberCountAsServicePrincipal",
"Method": "GET",
+ "Command": "Get-MgDirectoryAdministrativeUnitMemberCountAsOrgContact",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Identity.DirectoryManagement",
"Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/servicePrincipal/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -222413,18 +231868,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.DirectoryManagement",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgDirectoryAdministrativeUnitMemberCountAsUser",
"Method": "GET",
+ "Command": "Get-MgDirectoryAdministrativeUnitMemberCountAsServicePrincipal",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Identity.DirectoryManagement",
"Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/user/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -222459,18 +231915,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.DirectoryManagement",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphScopedRoleMembership",
- "Command": "Get-MgDirectoryAdministrativeUnitScopedRoleMember",
"Method": "GET",
+ "Command": "Get-MgDirectoryAdministrativeUnitMemberCountAsUser",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Identity.DirectoryManagement",
"Uri": "/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/{scopedRoleMembership-id}",
+ "OutputType": "IMicrosoftGraphScopedRoleMembership",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -222505,17 +231962,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.DirectoryManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphScopedRoleMembership",
- "Command": "Get-MgDirectoryAdministrativeUnitScopedRoleMember",
"Method": "GET",
+ "Command": "Get-MgDirectoryAdministrativeUnitScopedRoleMember",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/administrativeunit-get-scopedrolemembers?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Identity.DirectoryManagement",
"Uri": "/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers",
+ "OutputType": "IMicrosoftGraphScopedRoleMembership",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -222550,18 +232009,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.DirectoryManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgDirectoryAdministrativeUnitScopedRoleMemberCount",
"Method": "GET",
+ "Command": "Get-MgDirectoryAdministrativeUnitScopedRoleMember",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/administrativeunit-list-scopedrolemembers?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Identity.DirectoryManagement",
"Uri": "/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -222596,18 +232055,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.DirectoryManagement",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAttributeSet",
- "Command": "Get-MgDirectoryAttributeSet",
"Method": "GET",
+ "Command": "Get-MgDirectoryAdministrativeUnitScopedRoleMemberCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Identity.DirectoryManagement",
"Uri": "/directory/attributeSets/{attributeSet-id}",
+ "OutputType": "IMicrosoftGraphAttributeSet",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -222626,17 +232086,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.DirectoryManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAttributeSet",
- "Command": "Get-MgDirectoryAttributeSet",
"Method": "GET",
+ "Command": "Get-MgDirectoryAttributeSet",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attributeset-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Identity.DirectoryManagement",
"Uri": "/directory/attributeSets",
+ "OutputType": "IMicrosoftGraphAttributeSet",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -222655,17 +232117,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.DirectoryManagement",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgDirectoryAttributeSetCount",
"Method": "GET",
+ "Command": "Get-MgDirectoryAttributeSet",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-list-attributesets?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Identity.DirectoryManagement",
"Uri": "/directory/attributeSets/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -222684,18 +232147,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.DirectoryManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphCustomSecurityAttributeDefinition",
- "Command": "Get-MgDirectoryCustomSecurityAttributeDefinition",
"Method": "GET",
+ "Command": "Get-MgDirectoryAttributeSetCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Identity.DirectoryManagement",
"Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}",
+ "OutputType": "IMicrosoftGraphCustomSecurityAttributeDefinition",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -222714,17 +232177,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.DirectoryManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphCustomSecurityAttributeDefinition",
- "Command": "Get-MgDirectoryCustomSecurityAttributeDefinition",
"Method": "GET",
+ "Command": "Get-MgDirectoryCustomSecurityAttributeDefinition",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/customsecurityattributedefinition-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Identity.DirectoryManagement",
"Uri": "/directory/customSecurityAttributeDefinitions",
+ "OutputType": "IMicrosoftGraphCustomSecurityAttributeDefinition",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -222743,18 +232208,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.DirectoryManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": "IMicrosoftGraphAllowedValue",
- "Command": "Get-MgDirectoryCustomSecurityAttributeDefinitionAllowedValue",
"Method": "GET",
+ "Command": "Get-MgDirectoryCustomSecurityAttributeDefinition",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-list-customsecurityattributedefinitions?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Identity.DirectoryManagement",
"Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}/allowedValues/{allowedValue-id}",
+ "OutputType": "IMicrosoftGraphAllowedValue",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -222773,17 +232238,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.DirectoryManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAllowedValue",
- "Command": "Get-MgDirectoryCustomSecurityAttributeDefinitionAllowedValue",
"Method": "GET",
+ "Command": "Get-MgDirectoryCustomSecurityAttributeDefinitionAllowedValue",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/allowedvalue-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Identity.DirectoryManagement",
"Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}/allowedValues",
+ "OutputType": "IMicrosoftGraphAllowedValue",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -222802,18 +232269,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.DirectoryManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgDirectoryCustomSecurityAttributeDefinitionAllowedValueCount",
"Method": "GET",
+ "Command": "Get-MgDirectoryCustomSecurityAttributeDefinitionAllowedValue",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/customsecurityattributedefinition-list-allowedvalues?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Identity.DirectoryManagement",
"Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}/allowedValues/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -222832,17 +232299,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.DirectoryManagement",
+ ],
"Variants": [
- "Get"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgDirectoryCustomSecurityAttributeDefinitionCount",
"Method": "GET",
+ "Command": "Get-MgDirectoryCustomSecurityAttributeDefinitionAllowedValueCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Identity.DirectoryManagement",
"Uri": "/directory/customSecurityAttributeDefinitions/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -222861,333 +232330,358 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgDirectoryCustomSecurityAttributeDefinitionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.DirectoryManagement",
+ "Uri": "/directory/deletedItems/{directoryObject-id}",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgDirectoryDeletedItem",
"Method": "GET",
- "Uri": "/directory/deletedItems/{directoryObject-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDirectoryDeletedItem",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-get?view=graph-rest-1.0"
},
{
"Module": "Identity.DirectoryManagement",
+ "Uri": "/directory/deletedItems/{directoryObject-id}/administrativeUnit",
+ "OutputType": "IMicrosoftGraphAdministrativeUnit",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAdministrativeUnit",
- "Command": "Get-MgDirectoryDeletedItemAsAdministrativeUnit",
"Method": "GET",
- "Uri": "/directory/deletedItems/{directoryObject-id}/administrativeUnit",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDirectoryDeletedItemAsAdministrativeUnit",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.DirectoryManagement",
+ "Uri": "/directory/deletedItems/administrativeUnit",
+ "OutputType": "IMicrosoftGraphAdministrativeUnit",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphAdministrativeUnit",
- "Command": "Get-MgDirectoryDeletedItemAsAdministrativeUnit",
"Method": "GET",
- "Uri": "/directory/deletedItems/administrativeUnit",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDirectoryDeletedItemAsAdministrativeUnit",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.DirectoryManagement",
+ "Uri": "/directory/deletedItems/{directoryObject-id}/application",
+ "OutputType": "IMicrosoftGraphApplication",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphApplication",
- "Command": "Get-MgDirectoryDeletedItemAsApplication",
"Method": "GET",
- "Uri": "/directory/deletedItems/{directoryObject-id}/application",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDirectoryDeletedItemAsApplication",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.DirectoryManagement",
+ "Uri": "/directory/deletedItems/application",
+ "OutputType": "IMicrosoftGraphApplication",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphApplication",
- "Command": "Get-MgDirectoryDeletedItemAsApplication",
"Method": "GET",
- "Uri": "/directory/deletedItems/application",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDirectoryDeletedItemAsApplication",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.DirectoryManagement",
+ "Uri": "/directory/deletedItems/{directoryObject-id}/device",
+ "OutputType": "IMicrosoftGraphDevice",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDevice",
- "Command": "Get-MgDirectoryDeletedItemAsDevice",
"Method": "GET",
- "Uri": "/directory/deletedItems/{directoryObject-id}/device",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDirectoryDeletedItemAsDevice",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.DirectoryManagement",
+ "Uri": "/directory/deletedItems/device",
+ "OutputType": "IMicrosoftGraphDevice",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphDevice",
- "Command": "Get-MgDirectoryDeletedItemAsDevice",
"Method": "GET",
- "Uri": "/directory/deletedItems/device",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDirectoryDeletedItemAsDevice",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.DirectoryManagement",
+ "Uri": "/directory/deletedItems/{directoryObject-id}/group",
+ "OutputType": "IMicrosoftGraphGroup",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphGroup",
- "Command": "Get-MgDirectoryDeletedItemAsGroup",
"Method": "GET",
- "Uri": "/directory/deletedItems/{directoryObject-id}/group",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDirectoryDeletedItemAsGroup",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.DirectoryManagement",
+ "Uri": "/directory/deletedItems/group",
+ "OutputType": "IMicrosoftGraphGroup",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphGroup",
- "Command": "Get-MgDirectoryDeletedItemAsGroup",
"Method": "GET",
- "Uri": "/directory/deletedItems/group",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDirectoryDeletedItemAsGroup",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.DirectoryManagement",
+ "Uri": "/directory/deletedItems/{directoryObject-id}/servicePrincipal",
+ "OutputType": "IMicrosoftGraphServicePrincipal",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphServicePrincipal",
- "Command": "Get-MgDirectoryDeletedItemAsServicePrincipal",
"Method": "GET",
- "Uri": "/directory/deletedItems/{directoryObject-id}/servicePrincipal",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDirectoryDeletedItemAsServicePrincipal",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.DirectoryManagement",
+ "Uri": "/directory/deletedItems/servicePrincipal",
+ "OutputType": "IMicrosoftGraphServicePrincipal",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphServicePrincipal",
- "Command": "Get-MgDirectoryDeletedItemAsServicePrincipal",
"Method": "GET",
- "Uri": "/directory/deletedItems/servicePrincipal",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDirectoryDeletedItemAsServicePrincipal",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.DirectoryManagement",
+ "Uri": "/directory/deletedItems/{directoryObject-id}/user",
+ "OutputType": "IMicrosoftGraphUser",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUser",
- "Command": "Get-MgDirectoryDeletedItemAsUser",
"Method": "GET",
- "Uri": "/directory/deletedItems/{directoryObject-id}/user",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDirectoryDeletedItemAsUser",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.DirectoryManagement",
+ "Uri": "/directory/deletedItems/user",
+ "OutputType": "IMicrosoftGraphUser",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphUser",
- "Command": "Get-MgDirectoryDeletedItemAsUser",
"Method": "GET",
- "Uri": "/directory/deletedItems/user",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDirectoryDeletedItemAsUser",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.DirectoryManagement",
+ "Uri": "/directory/deletedItems/getByIds",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetExpanded"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgDirectoryDeletedItemById",
"Method": "POST",
- "Uri": "/directory/deletedItems/getByIds",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDirectoryDeletedItemById",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0"
},
{
"Module": "Identity.DirectoryManagement",
+ "Uri": "/directory/deletedItems/administrativeUnit/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgDirectoryDeletedItemCountAsAdministrativeUnit",
"Method": "GET",
- "Uri": "/directory/deletedItems/administrativeUnit/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDirectoryDeletedItemCountAsAdministrativeUnit",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.DirectoryManagement",
+ "Uri": "/directory/deletedItems/application/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgDirectoryDeletedItemCountAsApplication",
"Method": "GET",
- "Uri": "/directory/deletedItems/application/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDirectoryDeletedItemCountAsApplication",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.DirectoryManagement",
+ "Uri": "/directory/deletedItems/device/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgDirectoryDeletedItemCountAsDevice",
"Method": "GET",
- "Uri": "/directory/deletedItems/device/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDirectoryDeletedItemCountAsDevice",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.DirectoryManagement",
+ "Uri": "/directory/deletedItems/group/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgDirectoryDeletedItemCountAsGroup",
"Method": "GET",
- "Uri": "/directory/deletedItems/group/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDirectoryDeletedItemCountAsGroup",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.DirectoryManagement",
+ "Uri": "/directory/deletedItems/servicePrincipal/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgDirectoryDeletedItemCountAsServicePrincipal",
"Method": "GET",
- "Uri": "/directory/deletedItems/servicePrincipal/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDirectoryDeletedItemCountAsServicePrincipal",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.DirectoryManagement",
+ "Uri": "/directory/deletedItems/user/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgDirectoryDeletedItemCountAsUser",
"Method": "GET",
- "Uri": "/directory/deletedItems/user/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDirectoryDeletedItemCountAsUser",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.DirectoryManagement",
+ "Uri": "/directory/deletedItems/{directoryObject-id}/getMemberGroups",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetExpanded",
"GetViaIdentity",
"GetViaIdentityExpanded"
],
- "OutputType": null,
- "Command": "Get-MgDirectoryDeletedItemMemberGroup",
"Method": "POST",
- "Uri": "/directory/deletedItems/{directoryObject-id}/getMemberGroups",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDirectoryDeletedItemMemberGroup",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0"
},
{
"Module": "Identity.DirectoryManagement",
+ "Uri": "/directory/deletedItems/{directoryObject-id}/getMemberObjects",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetExpanded",
"GetViaIdentity",
"GetViaIdentityExpanded"
],
- "OutputType": null,
- "Command": "Get-MgDirectoryDeletedItemMemberObject",
"Method": "POST",
- "Uri": "/directory/deletedItems/{directoryObject-id}/getMemberObjects",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDirectoryDeletedItemMemberObject",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0"
},
{
"Module": "Identity.DirectoryManagement",
+ "Uri": "/directory/deviceLocalCredentials/{deviceLocalCredentialInfo-id}",
+ "OutputType": "IMicrosoftGraphDeviceLocalCredentialInfo",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDeviceLocalCredentialInfo",
- "Command": "Get-MgDirectoryDeviceLocalCredential",
"Method": "GET",
- "Uri": "/directory/deviceLocalCredentials/{deviceLocalCredentialInfo-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDirectoryDeviceLocalCredential",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/devicelocalcredentialinfo-get?view=graph-rest-1.0"
},
{
"Module": "Identity.DirectoryManagement",
+ "Uri": "/directory/deviceLocalCredentials",
+ "OutputType": "IMicrosoftGraphDeviceLocalCredentialInfo",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphDeviceLocalCredentialInfo",
- "Command": "Get-MgDirectoryDeviceLocalCredential",
"Method": "GET",
- "Uri": "/directory/deviceLocalCredentials",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDirectoryDeviceLocalCredential",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-list-devicelocalcredentials?view=graph-rest-1.0"
},
{
"Module": "Identity.DirectoryManagement",
+ "Uri": "/directory/deviceLocalCredentials/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgDirectoryDeviceLocalCredentialCount",
"Method": "GET",
- "Uri": "/directory/deviceLocalCredentials/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDirectoryDeviceLocalCredentialCount",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.DirectoryManagement",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphIdentityProviderBase",
- "Command": "Get-MgDirectoryFederationConfiguration",
- "Method": "GET",
"Uri": "/directory/federationConfigurations/{identityProviderBase-id}",
+ "OutputType": "IMicrosoftGraphIdentityProviderBase",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -223206,17 +232700,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.DirectoryManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphIdentityProviderBase",
- "Command": "Get-MgDirectoryFederationConfiguration",
"Method": "GET",
+ "Command": "Get-MgDirectoryFederationConfiguration",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Identity.DirectoryManagement",
"Uri": "/directory/federationConfigurations",
+ "OutputType": "IMicrosoftGraphIdentityProviderBase",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -223235,17 +232731,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.DirectoryManagement",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgDirectoryFederationConfigurationCount",
"Method": "GET",
+ "Command": "Get-MgDirectoryFederationConfiguration",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Identity.DirectoryManagement",
"Uri": "/directory/federationConfigurations/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -223264,95 +232761,99 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgDirectoryFederationConfigurationCount",
+ "ApiReferenceLink": null
},
{
"Module": "DirectoryObjects",
+ "Uri": "/directoryObjects/{directoryObject-id}",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgDirectoryObject",
"Method": "GET",
- "Uri": "/directoryObjects/{directoryObject-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDirectoryObject",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-get?view=graph-rest-1.0"
},
{
"Module": "DirectoryObjects",
+ "Uri": "/directoryObjects",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgDirectoryObject",
"Method": "GET",
- "Uri": "/directoryObjects",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDirectoryObject",
+ "ApiReferenceLink": null
},
{
"Module": "DirectoryObjects",
+ "Uri": "/directoryObjects/getAvailableExtensionProperties",
+ "OutputType": "IMicrosoftGraphExtensionProperty",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetExpanded"
],
- "OutputType": "IMicrosoftGraphExtensionProperty",
- "Command": "Get-MgDirectoryObjectAvailableExtensionProperty",
"Method": "POST",
- "Uri": "/directoryObjects/getAvailableExtensionProperties",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDirectoryObjectAvailableExtensionProperty",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getavailableextensionproperties?view=graph-rest-1.0"
},
{
"Module": "DirectoryObjects",
+ "Uri": "/directoryObjects/getByIds",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetExpanded"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgDirectoryObjectById",
"Method": "POST",
- "Uri": "/directoryObjects/getByIds",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDirectoryObjectById",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0"
},
{
"Module": "DirectoryObjects",
+ "Uri": "/directoryObjects/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgDirectoryObjectCount",
"Method": "GET",
- "Uri": "/directoryObjects/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDirectoryObjectCount",
+ "ApiReferenceLink": null
},
{
"Module": "DirectoryObjects",
+ "Uri": "/directoryObjects/delta",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Delta"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgDirectoryObjectDelta",
"Method": "GET",
- "Uri": "/directoryObjects/delta",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDirectoryObjectDelta",
+ "ApiReferenceLink": null
},
{
"Module": "DirectoryObjects",
- "Variants": [
- "Get",
- "GetExpanded",
- "GetViaIdentity",
- "GetViaIdentityExpanded"
- ],
- "OutputType": null,
- "Command": "Get-MgDirectoryObjectMemberGroup",
- "Method": "POST",
"Uri": "/directoryObjects/{directoryObject-id}/getMemberGroups",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -223435,20 +232936,21 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "DirectoryObjects",
+ ],
"Variants": [
"Get",
"GetExpanded",
"GetViaIdentity",
"GetViaIdentityExpanded"
],
- "OutputType": null,
- "Command": "Get-MgDirectoryObjectMemberObject",
"Method": "POST",
+ "Command": "Get-MgDirectoryObjectMemberGroup",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0"
+ },
+ {
+ "Module": "DirectoryObjects",
"Uri": "/directoryObjects/{directoryObject-id}/getMemberObjects",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -223547,30 +233049,35 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetExpanded",
+ "GetViaIdentity",
+ "GetViaIdentityExpanded"
+ ],
+ "Method": "POST",
+ "Command": "Get-MgDirectoryObjectMemberObject",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0"
},
{
"Module": "Identity.DirectoryManagement",
+ "Uri": "/directory/onPremisesSynchronization/{onPremisesDirectorySynchronization-id}",
+ "OutputType": "IMicrosoftGraphOnPremisesDirectorySynchronization",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphOnPremisesDirectorySynchronization",
- "Command": "Get-MgDirectoryOnPremiseSynchronization",
"Method": "GET",
- "Uri": "/directory/onPremisesSynchronization/{onPremisesDirectorySynchronization-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDirectoryOnPremiseSynchronization",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onpremisesdirectorysynchronization-get?view=graph-rest-1.0"
},
{
"Module": "Identity.DirectoryManagement",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphOnPremisesDirectorySynchronization",
- "Command": "Get-MgDirectoryOnPremiseSynchronization",
- "Method": "GET",
"Uri": "/directory/onPremisesSynchronization",
+ "OutputType": "IMicrosoftGraphOnPremisesDirectorySynchronization",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -223589,17 +233096,18 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.DirectoryManagement",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgDirectoryOnPremiseSynchronizationCount",
"Method": "GET",
+ "Command": "Get-MgDirectoryOnPremiseSynchronization",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Identity.DirectoryManagement",
"Uri": "/directory/onPremisesSynchronization/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -223618,18 +233126,18 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.DirectoryManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphDirectoryRole",
- "Command": "Get-MgDirectoryRole",
"Method": "GET",
+ "Command": "Get-MgDirectoryOnPremiseSynchronizationCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Identity.DirectoryManagement",
"Uri": "/directoryRoles/{directoryRole-id}",
+ "OutputType": "IMicrosoftGraphDirectoryRole",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -223664,17 +233172,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.DirectoryManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDirectoryRole",
- "Command": "Get-MgDirectoryRole",
"Method": "GET",
+ "Command": "Get-MgDirectoryRole",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryrole-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Identity.DirectoryManagement",
"Uri": "/directoryRoles",
+ "OutputType": "IMicrosoftGraphDirectoryRole",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -223709,31 +233219,32 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgDirectoryRole",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryrole-list?view=graph-rest-1.0"
},
{
"Module": "Identity.DirectoryManagement",
+ "Uri": "/directoryRoles/getByIds",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetExpanded"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgDirectoryRoleById",
"Method": "POST",
- "Uri": "/directoryRoles/getByIds",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDirectoryRoleById",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0"
},
{
"Module": "Identity.DirectoryManagement",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphDirectoryRole",
- "Command": "Get-MgDirectoryRoleByRoleTemplateId",
- "Method": "GET",
"Uri": "/directoryRoles(roleTemplateId='{roleTemplateId}')",
+ "OutputType": "IMicrosoftGraphDirectoryRole",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -223768,17 +233279,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.DirectoryManagement",
+ ],
"Variants": [
- "Get"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgDirectoryRoleCount",
"Method": "GET",
+ "Command": "Get-MgDirectoryRoleByRoleTemplateId",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryrole-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Identity.DirectoryManagement",
"Uri": "/directoryRoles/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -223813,17 +233326,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.DirectoryManagement",
+ ],
"Variants": [
- "Delta"
+ "Get"
],
- "OutputType": "IMicrosoftGraphDirectoryRole",
- "Command": "Get-MgDirectoryRoleDelta",
"Method": "GET",
+ "Command": "Get-MgDirectoryRoleCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Identity.DirectoryManagement",
"Uri": "/directoryRoles/delta",
+ "OutputType": "IMicrosoftGraphDirectoryRole",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -223858,17 +233372,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.DirectoryManagement",
+ ],
"Variants": [
- "List"
+ "Delta"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgDirectoryRoleMember",
"Method": "GET",
+ "Command": "Get-MgDirectoryRoleDelta",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Identity.DirectoryManagement",
"Uri": "/directoryRoles/{directoryRole-id}/members",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -223903,167 +233418,180 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgDirectoryRoleMember",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryrole-list-members?view=graph-rest-1.0"
},
{
"Module": "Identity.DirectoryManagement",
+ "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/application",
+ "OutputType": "IMicrosoftGraphApplication",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphApplication",
- "Command": "Get-MgDirectoryRoleMemberAsApplication",
"Method": "GET",
- "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/application",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDirectoryRoleMemberAsApplication",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.DirectoryManagement",
+ "Uri": "/directoryRoles/{directoryRole-id}/members/application",
+ "OutputType": "IMicrosoftGraphApplication",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphApplication",
- "Command": "Get-MgDirectoryRoleMemberAsApplication",
"Method": "GET",
- "Uri": "/directoryRoles/{directoryRole-id}/members/application",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDirectoryRoleMemberAsApplication",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.DirectoryManagement",
+ "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/device",
+ "OutputType": "IMicrosoftGraphDevice",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDevice",
- "Command": "Get-MgDirectoryRoleMemberAsDevice",
"Method": "GET",
- "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/device",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDirectoryRoleMemberAsDevice",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.DirectoryManagement",
+ "Uri": "/directoryRoles/{directoryRole-id}/members/device",
+ "OutputType": "IMicrosoftGraphDevice",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphDevice",
- "Command": "Get-MgDirectoryRoleMemberAsDevice",
"Method": "GET",
- "Uri": "/directoryRoles/{directoryRole-id}/members/device",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDirectoryRoleMemberAsDevice",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.DirectoryManagement",
+ "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/group",
+ "OutputType": "IMicrosoftGraphGroup",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphGroup",
- "Command": "Get-MgDirectoryRoleMemberAsGroup",
"Method": "GET",
- "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/group",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDirectoryRoleMemberAsGroup",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.DirectoryManagement",
+ "Uri": "/directoryRoles/{directoryRole-id}/members/group",
+ "OutputType": "IMicrosoftGraphGroup",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphGroup",
- "Command": "Get-MgDirectoryRoleMemberAsGroup",
"Method": "GET",
- "Uri": "/directoryRoles/{directoryRole-id}/members/group",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDirectoryRoleMemberAsGroup",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.DirectoryManagement",
+ "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/orgContact",
+ "OutputType": "IMicrosoftGraphOrgContact",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphOrgContact",
- "Command": "Get-MgDirectoryRoleMemberAsOrgContact",
"Method": "GET",
- "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/orgContact",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDirectoryRoleMemberAsOrgContact",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.DirectoryManagement",
+ "Uri": "/directoryRoles/{directoryRole-id}/members/orgContact",
+ "OutputType": "IMicrosoftGraphOrgContact",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphOrgContact",
- "Command": "Get-MgDirectoryRoleMemberAsOrgContact",
"Method": "GET",
- "Uri": "/directoryRoles/{directoryRole-id}/members/orgContact",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDirectoryRoleMemberAsOrgContact",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.DirectoryManagement",
+ "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/servicePrincipal",
+ "OutputType": "IMicrosoftGraphServicePrincipal",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphServicePrincipal",
- "Command": "Get-MgDirectoryRoleMemberAsServicePrincipal",
"Method": "GET",
- "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/servicePrincipal",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDirectoryRoleMemberAsServicePrincipal",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.DirectoryManagement",
+ "Uri": "/directoryRoles/{directoryRole-id}/members/servicePrincipal",
+ "OutputType": "IMicrosoftGraphServicePrincipal",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphServicePrincipal",
- "Command": "Get-MgDirectoryRoleMemberAsServicePrincipal",
"Method": "GET",
- "Uri": "/directoryRoles/{directoryRole-id}/members/servicePrincipal",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDirectoryRoleMemberAsServicePrincipal",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.DirectoryManagement",
+ "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/user",
+ "OutputType": "IMicrosoftGraphUser",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUser",
- "Command": "Get-MgDirectoryRoleMemberAsUser",
"Method": "GET",
- "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/user",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDirectoryRoleMemberAsUser",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.DirectoryManagement",
+ "Uri": "/directoryRoles/{directoryRole-id}/members/user",
+ "OutputType": "IMicrosoftGraphUser",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphUser",
- "Command": "Get-MgDirectoryRoleMemberAsUser",
"Method": "GET",
- "Uri": "/directoryRoles/{directoryRole-id}/members/user",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDirectoryRoleMemberAsUser",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.DirectoryManagement",
- "Variants": [
- "List"
- ],
- "OutputType": null,
- "Command": "Get-MgDirectoryRoleMemberByRef",
- "Method": "GET",
"Uri": "/directoryRoles/{directoryRole-id}/members/$ref",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -224098,18 +233626,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.DirectoryManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgDirectoryRoleMemberCount",
"Method": "GET",
+ "Command": "Get-MgDirectoryRoleMemberByRef",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryrole-list-members?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Identity.DirectoryManagement",
"Uri": "/directoryRoles/{directoryRole-id}/members/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -224144,138 +233672,149 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgDirectoryRoleMemberCount",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.DirectoryManagement",
+ "Uri": "/directoryRoles/{directoryRole-id}/members/application/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgDirectoryRoleMemberCountAsApplication",
"Method": "GET",
- "Uri": "/directoryRoles/{directoryRole-id}/members/application/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDirectoryRoleMemberCountAsApplication",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.DirectoryManagement",
+ "Uri": "/directoryRoles/{directoryRole-id}/members/device/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgDirectoryRoleMemberCountAsDevice",
"Method": "GET",
- "Uri": "/directoryRoles/{directoryRole-id}/members/device/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDirectoryRoleMemberCountAsDevice",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.DirectoryManagement",
+ "Uri": "/directoryRoles/{directoryRole-id}/members/group/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgDirectoryRoleMemberCountAsGroup",
"Method": "GET",
- "Uri": "/directoryRoles/{directoryRole-id}/members/group/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDirectoryRoleMemberCountAsGroup",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.DirectoryManagement",
+ "Uri": "/directoryRoles/{directoryRole-id}/members/orgContact/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgDirectoryRoleMemberCountAsOrgContact",
"Method": "GET",
- "Uri": "/directoryRoles/{directoryRole-id}/members/orgContact/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDirectoryRoleMemberCountAsOrgContact",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.DirectoryManagement",
+ "Uri": "/directoryRoles/{directoryRole-id}/members/servicePrincipal/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgDirectoryRoleMemberCountAsServicePrincipal",
"Method": "GET",
- "Uri": "/directoryRoles/{directoryRole-id}/members/servicePrincipal/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDirectoryRoleMemberCountAsServicePrincipal",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.DirectoryManagement",
+ "Uri": "/directoryRoles/{directoryRole-id}/members/user/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgDirectoryRoleMemberCountAsUser",
"Method": "GET",
- "Uri": "/directoryRoles/{directoryRole-id}/members/user/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDirectoryRoleMemberCountAsUser",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.DirectoryManagement",
+ "Uri": "/directoryRoles/{directoryRole-id}/getMemberGroups",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetExpanded",
"GetViaIdentity",
"GetViaIdentityExpanded"
],
- "OutputType": null,
- "Command": "Get-MgDirectoryRoleMemberGroup",
"Method": "POST",
- "Uri": "/directoryRoles/{directoryRole-id}/getMemberGroups",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDirectoryRoleMemberGroup",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0"
},
{
"Module": "Identity.DirectoryManagement",
+ "Uri": "/directoryRoles/{directoryRole-id}/getMemberObjects",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetExpanded",
"GetViaIdentity",
"GetViaIdentityExpanded"
],
- "OutputType": null,
- "Command": "Get-MgDirectoryRoleMemberObject",
"Method": "POST",
- "Uri": "/directoryRoles/{directoryRole-id}/getMemberObjects",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDirectoryRoleMemberObject",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0"
},
{
"Module": "Identity.DirectoryManagement",
+ "Uri": "/directoryRoles/{directoryRole-id}/scopedMembers/{scopedRoleMembership-id}",
+ "OutputType": "IMicrosoftGraphScopedRoleMembership",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphScopedRoleMembership",
- "Command": "Get-MgDirectoryRoleScopedMember",
"Method": "GET",
- "Uri": "/directoryRoles/{directoryRole-id}/scopedMembers/{scopedRoleMembership-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDirectoryRoleScopedMember",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.DirectoryManagement",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphScopedRoleMembership",
- "Command": "Get-MgDirectoryRoleScopedMember",
- "Method": "GET",
"Uri": "/directoryRoles/{directoryRole-id}/scopedMembers",
+ "OutputType": "IMicrosoftGraphScopedRoleMembership",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -224310,18 +233849,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.DirectoryManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgDirectoryRoleScopedMemberCount",
"Method": "GET",
+ "Command": "Get-MgDirectoryRoleScopedMember",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryrole-list-scopedmembers?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Identity.DirectoryManagement",
"Uri": "/directoryRoles/{directoryRole-id}/scopedMembers/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -224356,18 +233895,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.DirectoryManagement",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDirectoryRoleTemplate",
- "Command": "Get-MgDirectoryRoleTemplate",
"Method": "GET",
+ "Command": "Get-MgDirectoryRoleScopedMemberCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Identity.DirectoryManagement",
"Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}",
+ "OutputType": "IMicrosoftGraphDirectoryRoleTemplate",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -224402,17 +233942,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.DirectoryManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDirectoryRoleTemplate",
- "Command": "Get-MgDirectoryRoleTemplate",
"Method": "GET",
+ "Command": "Get-MgDirectoryRoleTemplate",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryroletemplate-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Identity.DirectoryManagement",
"Uri": "/directoryRoleTemplates",
+ "OutputType": "IMicrosoftGraphDirectoryRoleTemplate",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -224447,30 +233989,32 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgDirectoryRoleTemplate",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryroletemplate-list?view=graph-rest-1.0"
},
{
"Module": "Identity.DirectoryManagement",
+ "Uri": "/directoryRoleTemplates/getByIds",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetExpanded"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgDirectoryRoleTemplateById",
"Method": "POST",
- "Uri": "/directoryRoleTemplates/getByIds",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDirectoryRoleTemplateById",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0"
},
{
"Module": "Identity.DirectoryManagement",
- "Variants": [
- "Get"
- ],
- "OutputType": null,
- "Command": "Get-MgDirectoryRoleTemplateCount",
- "Method": "GET",
"Uri": "/directoryRoleTemplates/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -224505,17 +234049,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.DirectoryManagement",
+ ],
"Variants": [
- "Delta"
+ "Get"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgDirectoryRoleTemplateDelta",
"Method": "GET",
+ "Command": "Get-MgDirectoryRoleTemplateCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Identity.DirectoryManagement",
"Uri": "/directoryRoleTemplates/delta",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -224550,48 +234095,50 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Delta"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgDirectoryRoleTemplateDelta",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.DirectoryManagement",
+ "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}/getMemberGroups",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetExpanded",
"GetViaIdentity",
"GetViaIdentityExpanded"
],
- "OutputType": null,
- "Command": "Get-MgDirectoryRoleTemplateMemberGroup",
"Method": "POST",
- "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}/getMemberGroups",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDirectoryRoleTemplateMemberGroup",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0"
},
{
"Module": "Identity.DirectoryManagement",
+ "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}/getMemberObjects",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetExpanded",
"GetViaIdentity",
"GetViaIdentityExpanded"
],
- "OutputType": null,
- "Command": "Get-MgDirectoryRoleTemplateMemberObject",
"Method": "POST",
- "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}/getMemberObjects",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDirectoryRoleTemplateMemberObject",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0"
},
{
"Module": "Identity.DirectoryManagement",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphDomain",
- "Command": "Get-MgDomain",
- "Method": "GET",
"Uri": "/domains/{domain-id}",
+ "OutputType": "IMicrosoftGraphDomain",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -224618,17 +234165,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.DirectoryManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDomain",
- "Command": "Get-MgDomain",
"Method": "GET",
+ "Command": "Get-MgDomain",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Identity.DirectoryManagement",
"Uri": "/domains",
+ "OutputType": "IMicrosoftGraphDomain",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -224655,17 +234204,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.DirectoryManagement",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgDomainCount",
"Method": "GET",
+ "Command": "Get-MgDomain",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-list?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Identity.DirectoryManagement",
"Uri": "/domains/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -224692,18 +234242,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.DirectoryManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphInternalDomainFederation",
- "Command": "Get-MgDomainFederationConfiguration",
"Method": "GET",
+ "Command": "Get-MgDomainCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Identity.DirectoryManagement",
"Uri": "/domains/{domain-id}/federationConfiguration/{internalDomainFederation-id}",
+ "OutputType": "IMicrosoftGraphInternalDomainFederation",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -224722,55 +234272,60 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgDomainFederationConfiguration",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/internaldomainfederation-get?view=graph-rest-1.0"
},
{
"Module": "Identity.DirectoryManagement",
+ "Uri": "/domains/{domain-id}/federationConfiguration",
+ "OutputType": "IMicrosoftGraphInternalDomainFederation",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphInternalDomainFederation",
- "Command": "Get-MgDomainFederationConfiguration",
"Method": "GET",
- "Uri": "/domains/{domain-id}/federationConfiguration",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDomainFederationConfiguration",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-list-federationconfiguration?view=graph-rest-1.0"
},
{
"Module": "Identity.DirectoryManagement",
+ "Uri": "/domains/{domain-id}/federationConfiguration/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgDomainFederationConfigurationCount",
"Method": "GET",
- "Uri": "/domains/{domain-id}/federationConfiguration/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDomainFederationConfigurationCount",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.DirectoryManagement",
+ "Uri": "/domains/{domain-id}/domainNameReferences/{directoryObject-id}",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgDomainNameReference",
"Method": "GET",
- "Uri": "/domains/{domain-id}/domainNameReferences/{directoryObject-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDomainNameReference",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.DirectoryManagement",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgDomainNameReference",
- "Method": "GET",
"Uri": "/domains/{domain-id}/domainNameReferences",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -224789,18 +234344,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.DirectoryManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgDomainNameReferenceCount",
"Method": "GET",
+ "Command": "Get-MgDomainNameReference",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-list-domainnamereferences?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Identity.DirectoryManagement",
"Uri": "/domains/{domain-id}/domainNameReferences/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -224819,30 +234374,33 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.DirectoryManagement",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDomainDnsRecord",
- "Command": "Get-MgDomainServiceConfigurationRecord",
"Method": "GET",
- "Uri": "/domains/{domain-id}/serviceConfigurationRecords/{domainDnsRecord-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDomainNameReferenceCount",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.DirectoryManagement",
+ "Uri": "/domains/{domain-id}/serviceConfigurationRecords/{domainDnsRecord-id}",
+ "OutputType": "IMicrosoftGraphDomainDnsRecord",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDomainDnsRecord",
- "Command": "Get-MgDomainServiceConfigurationRecord",
"Method": "GET",
+ "Command": "Get-MgDomainServiceConfigurationRecord",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Identity.DirectoryManagement",
"Uri": "/domains/{domain-id}/serviceConfigurationRecords",
+ "OutputType": "IMicrosoftGraphDomainDnsRecord",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -224861,18 +234419,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.DirectoryManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgDomainServiceConfigurationRecordCount",
"Method": "GET",
+ "Command": "Get-MgDomainServiceConfigurationRecord",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-list-serviceconfigurationrecords?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Identity.DirectoryManagement",
"Uri": "/domains/{domain-id}/serviceConfigurationRecords/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -224891,30 +234449,33 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.DirectoryManagement",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDomainDnsRecord",
- "Command": "Get-MgDomainVerificationDnsRecord",
"Method": "GET",
- "Uri": "/domains/{domain-id}/verificationDnsRecords/{domainDnsRecord-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDomainServiceConfigurationRecordCount",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.DirectoryManagement",
+ "Uri": "/domains/{domain-id}/verificationDnsRecords/{domainDnsRecord-id}",
+ "OutputType": "IMicrosoftGraphDomainDnsRecord",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDomainDnsRecord",
- "Command": "Get-MgDomainVerificationDnsRecord",
"Method": "GET",
+ "Command": "Get-MgDomainVerificationDnsRecord",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Identity.DirectoryManagement",
"Uri": "/domains/{domain-id}/verificationDnsRecords",
+ "OutputType": "IMicrosoftGraphDomainDnsRecord",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -224933,18 +234494,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.DirectoryManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgDomainVerificationDnsRecordCount",
"Method": "GET",
+ "Command": "Get-MgDomainVerificationDnsRecord",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-list-verificationdnsrecords?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Identity.DirectoryManagement",
"Uri": "/domains/{domain-id}/verificationDnsRecords/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -224963,18 +234524,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Files",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDrive",
- "Command": "Get-MgDrive",
"Method": "GET",
+ "Command": "Get-MgDomainVerificationDnsRecordCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Files",
"Uri": "/drives/{drive-id}",
+ "OutputType": "IMicrosoftGraphDrive",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -225025,234 +234587,252 @@
"PermissionType": "DelegatedPersonal",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgDrive",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/drives",
+ "OutputType": "IMicrosoftGraphDrive",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphDrive",
- "Command": "Get-MgDrive",
"Method": "GET",
- "Uri": "/drives",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDrive",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/drives/{drive-id}/bundles/{driveItem-id}",
+ "OutputType": "IMicrosoftGraphDriveItem",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDriveItem",
- "Command": "Get-MgDriveBundle",
"Method": "GET",
- "Uri": "/drives/{drive-id}/bundles/{driveItem-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDriveBundle",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bundle-get?view=graph-rest-1.0"
},
{
"Module": "Files",
+ "Uri": "/drives/{drive-id}/bundles",
+ "OutputType": "IMicrosoftGraphDriveItem",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphDriveItem",
- "Command": "Get-MgDriveBundle",
"Method": "GET",
- "Uri": "/drives/{drive-id}/bundles",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDriveBundle",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bundle-list?view=graph-rest-1.0"
},
{
"Module": "Files",
+ "Uri": "/drives/{drive-id}/bundles/{driveItem-id}/content",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgDriveBundleContent",
"Method": "GET",
- "Uri": "/drives/{drive-id}/bundles/{driveItem-id}/content",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDriveBundleContent",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bundle-list?view=graph-rest-1.0"
},
{
"Module": "Files",
+ "Uri": "/drives/{drive-id}/bundles/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgDriveBundleCount",
"Method": "GET",
- "Uri": "/drives/{drive-id}/bundles/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDriveBundleCount",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/base",
+ "OutputType": "IMicrosoftGraphContentType",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphContentType",
- "Command": "Get-MgDriveContentTypeBase",
"Method": "GET",
- "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/base",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDriveContentTypeBase",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes/{contentType-id1}",
+ "OutputType": "IMicrosoftGraphContentType",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphContentType",
- "Command": "Get-MgDriveContentTypeBaseType",
"Method": "GET",
- "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes/{contentType-id1}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDriveContentTypeBaseType",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes",
+ "OutputType": "IMicrosoftGraphContentType",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphContentType",
- "Command": "Get-MgDriveContentTypeBaseType",
"Method": "GET",
- "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDriveContentTypeBaseType",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgDriveContentTypeBaseTypeCount",
"Method": "GET",
- "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDriveContentTypeBaseTypeCount",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/drives/{drive-id}/createdByUser",
+ "OutputType": "IMicrosoftGraphUser",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUser",
- "Command": "Get-MgDriveCreatedByUser",
"Method": "GET",
- "Uri": "/drives/{drive-id}/createdByUser",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDriveCreatedByUser",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/drives/{drive-id}/createdByUser/mailboxSettings",
+ "OutputType": "IMicrosoftGraphMailboxSettings",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Command": "Get-MgDriveCreatedByUserMailboxSetting",
"Method": "GET",
- "Uri": "/drives/{drive-id}/createdByUser/mailboxSettings",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDriveCreatedByUserMailboxSetting",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/drives/{drive-id}/createdByUser/serviceProvisioningErrors",
+ "OutputType": "IMicrosoftGraphServiceProvisioningError",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Command": "Get-MgDriveCreatedByUserServiceProvisioningError",
"Method": "GET",
- "Uri": "/drives/{drive-id}/createdByUser/serviceProvisioningErrors",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDriveCreatedByUserServiceProvisioningError",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/drives/{drive-id}/createdByUser/serviceProvisioningErrors/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgDriveCreatedByUserServiceProvisioningErrorCount",
"Method": "GET",
- "Uri": "/drives/{drive-id}/createdByUser/serviceProvisioningErrors/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDriveCreatedByUserServiceProvisioningErrorCount",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/drives/{drive-id}/following/{driveItem-id}",
+ "OutputType": "IMicrosoftGraphDriveItem",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDriveItem",
- "Command": "Get-MgDriveFollowing",
"Method": "GET",
- "Uri": "/drives/{drive-id}/following/{driveItem-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDriveFollowing",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/drives/{drive-id}/following",
+ "OutputType": "IMicrosoftGraphDriveItem",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphDriveItem",
- "Command": "Get-MgDriveFollowing",
"Method": "GET",
- "Uri": "/drives/{drive-id}/following",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDriveFollowing",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/drive-list-following?view=graph-rest-1.0"
},
{
"Module": "Files",
+ "Uri": "/drives/{drive-id}/following/{driveItem-id}/content",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgDriveFollowingContent",
"Method": "GET",
- "Uri": "/drives/{drive-id}/following/{driveItem-id}/content",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDriveFollowingContent",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/drive-list-following?view=graph-rest-1.0"
},
{
"Module": "Files",
+ "Uri": "/drives/{drive-id}/following/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgDriveFollowingCount",
"Method": "GET",
- "Uri": "/drives/{drive-id}/following/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDriveFollowingCount",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphDriveItem",
- "Command": "Get-MgDriveItem",
- "Method": "GET",
"Uri": "/drives/{drive-id}/items/{driveItem-id}",
+ "OutputType": "IMicrosoftGraphDriveItem",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -225319,45 +234899,48 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgDriveItem",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bundle-get?view=graph-rest-1.0"
},
{
"Module": "Files",
+ "Uri": "/drives/{drive-id}/items",
+ "OutputType": "IMicrosoftGraphDriveItem",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphDriveItem",
- "Command": "Get-MgDriveItem",
"Method": "GET",
- "Uri": "/drives/{drive-id}/items",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDriveItem",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/drives/{drive-id}/items/{driveItem-id}/getActivitiesByInterval",
+ "OutputType": "IMicrosoftGraphItemActivityStat",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphItemActivityStat",
- "Command": "Get-MgDriveItemActivityByInterval",
"Method": "GET",
- "Uri": "/drives/{drive-id}/items/{driveItem-id}/getActivitiesByInterval",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDriveItemActivityByInterval",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphItemAnalytics",
- "Command": "Get-MgDriveItemAnalytic",
- "Method": "GET",
"Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics",
+ "OutputType": "IMicrosoftGraphItemAnalytics",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -225408,68 +234991,73 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgDriveItemAnalytic",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}",
+ "OutputType": "IMicrosoftGraphItemActivityStat",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphItemActivityStat",
- "Command": "Get-MgDriveItemAnalyticItemActivityStat",
"Method": "GET",
- "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDriveItemAnalyticItemActivityStat",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats",
+ "OutputType": "IMicrosoftGraphItemActivityStat",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphItemActivityStat",
- "Command": "Get-MgDriveItemAnalyticItemActivityStat",
"Method": "GET",
- "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDriveItemAnalyticItemActivityStat",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities",
+ "OutputType": "IMicrosoftGraphItemActivity",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphItemActivity",
- "Command": "Get-MgDriveItemAnalyticItemActivityStatActivity",
"Method": "GET",
- "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDriveItemAnalyticItemActivityStatActivity",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgDriveItemAnalyticItemActivityStatCount",
"Method": "GET",
- "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDriveItemAnalyticItemActivityStatCount",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphItemActivityStat",
- "Command": "Get-MgDriveItemAnalyticLastSevenDay",
- "Method": "GET",
"Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/lastSevenDays",
+ "OutputType": "IMicrosoftGraphItemActivityStat",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -225520,18 +235108,19 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Files",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphItemActivityStat",
- "Command": "Get-MgDriveItemAnalyticTime",
"Method": "GET",
+ "Command": "Get-MgDriveItemAnalyticLastSevenDay",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Files",
"Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/allTime",
+ "OutputType": "IMicrosoftGraphItemActivityStat",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -225582,30 +235171,33 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Files",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDriveItem",
- "Command": "Get-MgDriveItemChild",
"Method": "GET",
- "Uri": "/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDriveItemAnalyticTime",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itemanalytics-get?view=graph-rest-1.0"
},
{
"Module": "Files",
+ "Uri": "/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}",
+ "OutputType": "IMicrosoftGraphDriveItem",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDriveItem",
- "Command": "Get-MgDriveItemChild",
"Method": "GET",
+ "Command": "Get-MgDriveItemChild",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Files",
"Uri": "/drives/{drive-id}/items/{driveItem-id}/children",
+ "OutputType": "IMicrosoftGraphDriveItem",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -225656,31 +235248,32 @@
"PermissionType": "DelegatedPersonal",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Files",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgDriveItemChildContent",
"Method": "GET",
- "Uri": "/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDriveItemChild",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-list-children?view=graph-rest-1.0"
},
{
"Module": "Files",
+ "Uri": "/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgDriveItemChildCount",
"Method": "GET",
+ "Command": "Get-MgDriveItemChildContent",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-list-children?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Files",
"Uri": "/drives/{drive-id}/items/{driveItem-id}/children/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -225731,18 +235324,19 @@
"PermissionType": "DelegatedPersonal",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Files",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgDriveItemContent",
"Method": "GET",
+ "Command": "Get-MgDriveItemChildCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Files",
"Uri": "/drives/{drive-id}/items/{driveItem-id}/content",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -225793,439 +235387,597 @@
"PermissionType": "DelegatedPersonal",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgDriveItemContent",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/drives/{drive-id}/items/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgDriveItemCount",
"Method": "GET",
- "Uri": "/drives/{drive-id}/items/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDriveItemCount",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/drives/{drive-id}/items/{driveItem-id}/createdByUser",
+ "OutputType": "IMicrosoftGraphUser",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUser",
- "Command": "Get-MgDriveItemCreatedByUser",
"Method": "GET",
- "Uri": "/drives/{drive-id}/items/{driveItem-id}/createdByUser",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDriveItemCreatedByUser",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/drives/{drive-id}/items/{driveItem-id}/createdByUser/mailboxSettings",
+ "OutputType": "IMicrosoftGraphMailboxSettings",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Command": "Get-MgDriveItemCreatedByUserMailboxSetting",
"Method": "GET",
- "Uri": "/drives/{drive-id}/items/{driveItem-id}/createdByUser/mailboxSettings",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDriveItemCreatedByUserMailboxSetting",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/drives/{drive-id}/items/{driveItem-id}/createdByUser/serviceProvisioningErrors",
+ "OutputType": "IMicrosoftGraphServiceProvisioningError",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Command": "Get-MgDriveItemCreatedByUserServiceProvisioningError",
"Method": "GET",
- "Uri": "/drives/{drive-id}/items/{driveItem-id}/createdByUser/serviceProvisioningErrors",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDriveItemCreatedByUserServiceProvisioningError",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/drives/{drive-id}/items/{driveItem-id}/createdByUser/serviceProvisioningErrors/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgDriveItemCreatedByUserServiceProvisioningErrorCount",
"Method": "GET",
- "Uri": "/drives/{drive-id}/items/{driveItem-id}/createdByUser/serviceProvisioningErrors/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDriveItemCreatedByUserServiceProvisioningErrorCount",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/drives/{drive-id}/items/{driveItem-id}/delta",
+ "OutputType": "IMicrosoftGraphDriveItem",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Delta",
"Delta1",
"DeltaViaIdentity",
"DeltaViaIdentity1"
],
- "OutputType": "IMicrosoftGraphDriveItem",
- "Command": "Get-MgDriveItemDelta",
"Method": "GET",
- "Uri": "/drives/{drive-id}/items/{driveItem-id}/delta",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDriveItemDelta",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser",
+ "OutputType": "IMicrosoftGraphUser",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUser",
- "Command": "Get-MgDriveItemItemLastModifiedByUser",
"Method": "GET",
- "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDriveItemItemLastModifiedByUser",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/mailboxSettings",
+ "OutputType": "IMicrosoftGraphMailboxSettings",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Command": "Get-MgDriveItemItemLastModifiedByUserMailboxSetting",
"Method": "GET",
- "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/mailboxSettings",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDriveItemItemLastModifiedByUserMailboxSetting",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/serviceProvisioningErrors",
+ "OutputType": "IMicrosoftGraphServiceProvisioningError",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Command": "Get-MgDriveItemItemLastModifiedByUserServiceProvisioningError",
"Method": "GET",
- "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/serviceProvisioningErrors",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDriveItemItemLastModifiedByUserServiceProvisioningError",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/serviceProvisioningErrors/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgDriveItemItemLastModifiedByUserServiceProvisioningErrorCount",
"Method": "GET",
- "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/serviceProvisioningErrors/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDriveItemItemLastModifiedByUserServiceProvisioningErrorCount",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser",
+ "OutputType": "IMicrosoftGraphUser",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphUser",
- "Command": "Get-MgDriveItemLastModifiedByUser",
"Method": "GET",
- "Uri": "/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDriveItemLastModifiedByUser",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/mailboxSettings",
+ "OutputType": "IMicrosoftGraphMailboxSettings",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Command": "Get-MgDriveItemLastModifiedByUserMailboxSetting",
"Method": "GET",
- "Uri": "/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/mailboxSettings",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDriveItemLastModifiedByUserMailboxSetting",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/serviceProvisioningErrors",
+ "OutputType": "IMicrosoftGraphServiceProvisioningError",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List",
"List1"
],
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Command": "Get-MgDriveItemLastModifiedByUserServiceProvisioningError",
"Method": "GET",
- "Uri": "/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/serviceProvisioningErrors",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDriveItemLastModifiedByUserServiceProvisioningError",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": null,
- "Command": "Get-MgDriveItemLastModifiedByUserServiceProvisioningErrorCount",
"Method": "GET",
- "Uri": "/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDriveItemLastModifiedByUserServiceProvisioningErrorCount",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem",
+ "OutputType": "IMicrosoftGraphListItem",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphListItem",
- "Command": "Get-MgDriveItemListItem",
"Method": "GET",
- "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDriveItemListItem",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/getActivitiesByInterval",
+ "OutputType": "IMicrosoftGraphItemActivityStat",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphItemActivityStat",
- "Command": "Get-MgDriveItemListItemActivityByInterval",
"Method": "GET",
- "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/getActivitiesByInterval",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDriveItemListItemActivityByInterval",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/analytics",
+ "OutputType": "IMicrosoftGraphItemAnalytics",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphItemAnalytics",
- "Command": "Get-MgDriveItemListItemAnalytic",
"Method": "GET",
- "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/analytics",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDriveItemListItemAnalytic",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser",
+ "OutputType": "IMicrosoftGraphUser",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUser",
- "Command": "Get-MgDriveItemListItemCreatedByUser",
"Method": "GET",
- "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDriveItemListItemCreatedByUser",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/mailboxSettings",
+ "OutputType": "IMicrosoftGraphMailboxSettings",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Command": "Get-MgDriveItemListItemCreatedByUserMailboxSetting",
"Method": "GET",
- "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/mailboxSettings",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDriveItemListItemCreatedByUserMailboxSetting",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/serviceProvisioningErrors",
+ "OutputType": "IMicrosoftGraphServiceProvisioningError",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Command": "Get-MgDriveItemListItemCreatedByUserServiceProvisioningError",
"Method": "GET",
- "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/serviceProvisioningErrors",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDriveItemListItemCreatedByUserServiceProvisioningError",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/serviceProvisioningErrors/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgDriveItemListItemCreatedByUserServiceProvisioningErrorCount",
"Method": "GET",
- "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/serviceProvisioningErrors/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDriveItemListItemCreatedByUserServiceProvisioningErrorCount",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}",
+ "OutputType": "IMicrosoftGraphDocumentSetVersion",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDocumentSetVersion",
- "Command": "Get-MgDriveItemListItemDocumentSetVersion",
"Method": "GET",
- "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDriveItemListItemDocumentSetVersion",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-get?view=graph-rest-1.0"
},
{
"Module": "Files",
+ "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions",
+ "OutputType": "IMicrosoftGraphDocumentSetVersion",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphDocumentSetVersion",
- "Command": "Get-MgDriveItemListItemDocumentSetVersion",
"Method": "GET",
- "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDriveItemListItemDocumentSetVersion",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-list-documentsetversions?view=graph-rest-1.0"
},
{
"Module": "Files",
+ "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgDriveItemListItemDocumentSetVersionCount",
"Method": "GET",
- "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDriveItemListItemDocumentSetVersionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgDriveItemListItemDocumentSetVersionField",
"Method": "GET",
- "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDriveItemListItemDocumentSetVersionField",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem",
+ "OutputType": "IMicrosoftGraphDriveItem",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDriveItem",
- "Command": "Get-MgDriveItemListItemDriveItem",
"Method": "GET",
- "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDriveItemListItemDriveItem",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgDriveItemListItemDriveItemContent",
"Method": "GET",
- "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDriveItemListItemDriveItemContent",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/fields",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgDriveItemListItemField",
"Method": "GET",
- "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/fields",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDriveItemListItemField",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}",
+ "OutputType": "IMicrosoftGraphListItemVersion",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphListItemVersion",
- "Command": "Get-MgDriveItemListItemVersion",
"Method": "GET",
- "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDriveItemListItemVersion",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitemversion-get?view=graph-rest-1.0"
},
{
"Module": "Files",
+ "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions",
+ "OutputType": "IMicrosoftGraphListItemVersion",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphListItemVersion",
- "Command": "Get-MgDriveItemListItemVersion",
"Method": "GET",
- "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDriveItemListItemVersion",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-list-versions?view=graph-rest-1.0"
},
{
"Module": "Files",
+ "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgDriveItemListItemVersionCount",
"Method": "GET",
- "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDriveItemListItemVersionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgDriveItemListItemVersionField",
"Method": "GET",
- "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDriveItemListItemVersionField",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}",
+ "OutputType": "IMicrosoftGraphPermission",
+ "ApiVersion": "v1.0",
+ "Permissions": [
+ {
+ "Name": "Files.Read",
+ "Description": "Read your files",
+ "FullDescription": "Allows the app to read your files.",
+ "IsAdmin": false,
+ "PermissionType": "DelegatedPersonal",
+ "IsLeastPrivilege": true
+ },
+ {
+ "Name": "Sites.ReadWrite.All",
+ "Description": "Edit or delete items in all site collections",
+ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.",
+ "IsAdmin": false,
+ "PermissionType": "DelegatedWork",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "Sites.Read.All",
+ "Description": "Read items in all site collections",
+ "FullDescription": "Allow the application to read documents and list items in all site collections on your behalf",
+ "IsAdmin": false,
+ "PermissionType": "DelegatedWork",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "Files.ReadWrite.All",
+ "Description": "Have full access to all files you have access to",
+ "FullDescription": "Allows the app to read, create, update and delete all files that you can access.",
+ "IsAdmin": false,
+ "PermissionType": "DelegatedPersonal",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "Files.ReadWrite",
+ "Description": "Have full access to your files",
+ "FullDescription": "Allows the app to read, create, update, and delete your files.",
+ "IsAdmin": false,
+ "PermissionType": "DelegatedPersonal",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "Files.Read.All",
+ "Description": "Read all files that you have access to",
+ "FullDescription": "Allows the app to read all files you can access.",
+ "IsAdmin": false,
+ "PermissionType": "DelegatedPersonal",
+ "IsLeastPrivilege": false
+ }
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphPermission",
+ "Method": "GET",
"Command": "Get-MgDriveItemPermission",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Files",
+ "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions",
+ "OutputType": "IMicrosoftGraphPermission",
+ "ApiVersion": "v1.0",
+ "Permissions": [
+ {
+ "Name": "Files.Read",
+ "Description": "Read your files",
+ "FullDescription": "Allows the app to read your files.",
+ "IsAdmin": false,
+ "PermissionType": "DelegatedPersonal",
+ "IsLeastPrivilege": true
+ },
+ {
+ "Name": "Sites.ReadWrite.All",
+ "Description": "Edit or delete items in all site collections",
+ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.",
+ "IsAdmin": false,
+ "PermissionType": "DelegatedWork",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "Sites.Read.All",
+ "Description": "Read items in all site collections",
+ "FullDescription": "Allow the application to read documents and list items in all site collections on your behalf",
+ "IsAdmin": false,
+ "PermissionType": "DelegatedWork",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "Files.ReadWrite.All",
+ "Description": "Have full access to all files you have access to",
+ "FullDescription": "Allows the app to read, create, update and delete all files that you can access.",
+ "IsAdmin": false,
+ "PermissionType": "DelegatedPersonal",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "Files.ReadWrite",
+ "Description": "Have full access to your files",
+ "FullDescription": "Allows the app to read, create, update, and delete your files.",
+ "IsAdmin": false,
+ "PermissionType": "DelegatedPersonal",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "Files.Read.All",
+ "Description": "Read all files that you have access to",
+ "FullDescription": "Allows the app to read all files you can access.",
+ "IsAdmin": false,
+ "PermissionType": "DelegatedPersonal",
+ "IsLeastPrivilege": false
+ }
+ ],
+ "Variants": [
+ "List"
+ ],
"Method": "GET",
- "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}",
+ "Command": "Get-MgDriveItemPermission",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-list-permissions?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Files",
+ "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -226276,204 +236028,88 @@
"PermissionType": "DelegatedPersonal",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Files",
- "Variants": [
- "List"
],
- "OutputType": "IMicrosoftGraphPermission",
- "Command": "Get-MgDriveItemPermission",
- "Method": "GET",
- "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions",
- "ApiVersion": "v1.0",
- "Permissions": [
- {
- "Name": "Files.Read",
- "Description": "Read your files",
- "FullDescription": "Allows the app to read your files.",
- "IsAdmin": false,
- "PermissionType": "DelegatedPersonal",
- "IsLeastPrivilege": true
- },
- {
- "Name": "Sites.ReadWrite.All",
- "Description": "Edit or delete items in all site collections",
- "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.",
- "IsAdmin": false,
- "PermissionType": "DelegatedWork",
- "IsLeastPrivilege": false
- },
- {
- "Name": "Sites.Read.All",
- "Description": "Read items in all site collections",
- "FullDescription": "Allow the application to read documents and list items in all site collections on your behalf",
- "IsAdmin": false,
- "PermissionType": "DelegatedWork",
- "IsLeastPrivilege": false
- },
- {
- "Name": "Files.ReadWrite.All",
- "Description": "Have full access to all files you have access to",
- "FullDescription": "Allows the app to read, create, update and delete all files that you can access.",
- "IsAdmin": false,
- "PermissionType": "DelegatedPersonal",
- "IsLeastPrivilege": false
- },
- {
- "Name": "Files.ReadWrite",
- "Description": "Have full access to your files",
- "FullDescription": "Allows the app to read, create, update, and delete your files.",
- "IsAdmin": false,
- "PermissionType": "DelegatedPersonal",
- "IsLeastPrivilege": false
- },
- {
- "Name": "Files.Read.All",
- "Description": "Read all files that you have access to",
- "FullDescription": "Allows the app to read all files you can access.",
- "IsAdmin": false,
- "PermissionType": "DelegatedPersonal",
- "IsLeastPrivilege": false
- }
- ]
- },
- {
- "Module": "Files",
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgDriveItemPermissionCount",
"Method": "GET",
- "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions/$count",
- "ApiVersion": "v1.0",
- "Permissions": [
- {
- "Name": "Files.Read",
- "Description": "Read your files",
- "FullDescription": "Allows the app to read your files.",
- "IsAdmin": false,
- "PermissionType": "DelegatedPersonal",
- "IsLeastPrivilege": true
- },
- {
- "Name": "Sites.ReadWrite.All",
- "Description": "Edit or delete items in all site collections",
- "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.",
- "IsAdmin": false,
- "PermissionType": "DelegatedWork",
- "IsLeastPrivilege": false
- },
- {
- "Name": "Sites.Read.All",
- "Description": "Read items in all site collections",
- "FullDescription": "Allow the application to read documents and list items in all site collections on your behalf",
- "IsAdmin": false,
- "PermissionType": "DelegatedWork",
- "IsLeastPrivilege": false
- },
- {
- "Name": "Files.ReadWrite.All",
- "Description": "Have full access to all files you have access to",
- "FullDescription": "Allows the app to read, create, update and delete all files that you can access.",
- "IsAdmin": false,
- "PermissionType": "DelegatedPersonal",
- "IsLeastPrivilege": false
- },
- {
- "Name": "Files.ReadWrite",
- "Description": "Have full access to your files",
- "FullDescription": "Allows the app to read, create, update, and delete your files.",
- "IsAdmin": false,
- "PermissionType": "DelegatedPersonal",
- "IsLeastPrivilege": false
- },
- {
- "Name": "Files.Read.All",
- "Description": "Read all files that you have access to",
- "FullDescription": "Allows the app to read all files you can access.",
- "IsAdmin": false,
- "PermissionType": "DelegatedPersonal",
- "IsLeastPrivilege": false
- }
- ]
+ "Command": "Get-MgDriveItemPermissionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/drives/{drive-id}/items/{driveItem-id}/retentionLabel",
+ "OutputType": "IMicrosoftGraphItemRetentionLabel",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphItemRetentionLabel",
- "Command": "Get-MgDriveItemRetentionLabel",
"Method": "GET",
- "Uri": "/drives/{drive-id}/items/{driveItem-id}/retentionLabel",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDriveItemRetentionLabel",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}",
+ "OutputType": "IMicrosoftGraphSubscription",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSubscription",
- "Command": "Get-MgDriveItemSubscription",
"Method": "GET",
- "Uri": "/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDriveItemSubscription",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/drives/{drive-id}/items/{driveItem-id}/subscriptions",
+ "OutputType": "IMicrosoftGraphSubscription",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphSubscription",
- "Command": "Get-MgDriveItemSubscription",
"Method": "GET",
- "Uri": "/drives/{drive-id}/items/{driveItem-id}/subscriptions",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDriveItemSubscription",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/drives/{drive-id}/items/{driveItem-id}/subscriptions/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgDriveItemSubscriptionCount",
"Method": "GET",
- "Uri": "/drives/{drive-id}/items/{driveItem-id}/subscriptions/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDriveItemSubscriptionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}",
+ "OutputType": "IMicrosoftGraphThumbnailSet",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphThumbnailSet",
- "Command": "Get-MgDriveItemThumbnail",
"Method": "GET",
- "Uri": "/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDriveItemThumbnail",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphThumbnailSet",
- "Command": "Get-MgDriveItemThumbnail",
- "Method": "GET",
"Uri": "/drives/{drive-id}/items/{driveItem-id}/thumbnails",
+ "OutputType": "IMicrosoftGraphThumbnailSet",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -226524,18 +236160,18 @@
"PermissionType": "DelegatedPersonal",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Files",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgDriveItemThumbnailCount",
"Method": "GET",
+ "Command": "Get-MgDriveItemThumbnail",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-list-thumbnails?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Files",
"Uri": "/drives/{drive-id}/items/{driveItem-id}/thumbnails/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -226586,18 +236222,19 @@
"PermissionType": "DelegatedPersonal",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Files",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDriveItemVersion",
- "Command": "Get-MgDriveItemVersion",
"Method": "GET",
+ "Command": "Get-MgDriveItemThumbnailCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Files",
"Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}",
+ "OutputType": "IMicrosoftGraphDriveItemVersion",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -226648,17 +236285,19 @@
"PermissionType": "DelegatedPersonal",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Files",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDriveItemVersion",
- "Command": "Get-MgDriveItemVersion",
"Method": "GET",
+ "Command": "Get-MgDriveItemVersion",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitemversion-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Files",
"Uri": "/drives/{drive-id}/items/{driveItem-id}/versions",
+ "OutputType": "IMicrosoftGraphDriveItemVersion",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -226709,18 +236348,18 @@
"PermissionType": "DelegatedPersonal",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Files",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgDriveItemVersionContent",
"Method": "GET",
+ "Command": "Get-MgDriveItemVersion",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-list-versions?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Files",
"Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -226771,18 +236410,19 @@
"PermissionType": "DelegatedPersonal",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Files",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgDriveItemVersionCount",
"Method": "GET",
+ "Command": "Get-MgDriveItemVersionContent",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-list-versions?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Files",
"Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -226833,950 +236473,1021 @@
"PermissionType": "DelegatedPersonal",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgDriveItemVersionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/drives/{drive-id}/lastModifiedByUser",
+ "OutputType": "IMicrosoftGraphUser",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphUser",
- "Command": "Get-MgDriveLastModifiedByUser",
"Method": "GET",
- "Uri": "/drives/{drive-id}/lastModifiedByUser",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDriveLastModifiedByUser",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/drives/{drive-id}/lastModifiedByUser/mailboxSettings",
+ "OutputType": "IMicrosoftGraphMailboxSettings",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Command": "Get-MgDriveLastModifiedByUserMailboxSetting",
"Method": "GET",
- "Uri": "/drives/{drive-id}/lastModifiedByUser/mailboxSettings",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDriveLastModifiedByUserMailboxSetting",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/drives/{drive-id}/lastModifiedByUser/serviceProvisioningErrors",
+ "OutputType": "IMicrosoftGraphServiceProvisioningError",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List",
"List1"
],
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Command": "Get-MgDriveLastModifiedByUserServiceProvisioningError",
"Method": "GET",
- "Uri": "/drives/{drive-id}/lastModifiedByUser/serviceProvisioningErrors",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDriveLastModifiedByUserServiceProvisioningError",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/drives/{drive-id}/lastModifiedByUser/serviceProvisioningErrors/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": null,
- "Command": "Get-MgDriveLastModifiedByUserServiceProvisioningErrorCount",
"Method": "GET",
- "Uri": "/drives/{drive-id}/lastModifiedByUser/serviceProvisioningErrors/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDriveLastModifiedByUserServiceProvisioningErrorCount",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/drives/{drive-id}/list",
+ "OutputType": "IMicrosoftGraphList",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphList",
- "Command": "Get-MgDriveList",
"Method": "GET",
- "Uri": "/drives/{drive-id}/list",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDriveList",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/drives/{drive-id}/list/columns/{columnDefinition-id}",
+ "OutputType": "IMicrosoftGraphColumnDefinition",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphColumnDefinition",
- "Command": "Get-MgDriveListColumn",
"Method": "GET",
- "Uri": "/drives/{drive-id}/list/columns/{columnDefinition-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDriveListColumn",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/drives/{drive-id}/list/columns",
+ "OutputType": "IMicrosoftGraphColumnDefinition",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphColumnDefinition",
- "Command": "Get-MgDriveListColumn",
"Method": "GET",
- "Uri": "/drives/{drive-id}/list/columns",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDriveListColumn",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/list-list-columns?view=graph-rest-1.0"
},
{
"Module": "Files",
+ "Uri": "/drives/{drive-id}/list/columns/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgDriveListColumnCount",
"Method": "GET",
- "Uri": "/drives/{drive-id}/list/columns/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDriveListColumnCount",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/drives/{drive-id}/list/columns/{columnDefinition-id}/sourceColumn",
+ "OutputType": "IMicrosoftGraphColumnDefinition",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphColumnDefinition",
- "Command": "Get-MgDriveListColumnSourceColumn",
"Method": "GET",
- "Uri": "/drives/{drive-id}/list/columns/{columnDefinition-id}/sourceColumn",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDriveListColumnSourceColumn",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}",
+ "OutputType": "IMicrosoftGraphContentType",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphContentType",
- "Command": "Get-MgDriveListContentType",
"Method": "GET",
- "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDriveListContentType",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/drives/{drive-id}/list/contentTypes",
+ "OutputType": "IMicrosoftGraphContentType",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphContentType",
- "Command": "Get-MgDriveListContentType",
"Method": "GET",
- "Uri": "/drives/{drive-id}/list/contentTypes",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDriveListContentType",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/list-list-contenttypes?view=graph-rest-1.0"
},
{
"Module": "Files",
+ "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}",
+ "OutputType": "IMicrosoftGraphColumnDefinition",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphColumnDefinition",
- "Command": "Get-MgDriveListContentTypeColumn",
"Method": "GET",
- "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDriveListContentTypeColumn",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/columndefinition-get?view=graph-rest-1.0"
},
{
"Module": "Files",
+ "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns",
+ "OutputType": "IMicrosoftGraphColumnDefinition",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphColumnDefinition",
- "Command": "Get-MgDriveListContentTypeColumn",
"Method": "GET",
- "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDriveListContentTypeColumn",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-list-columns?view=graph-rest-1.0"
},
{
"Module": "Files",
+ "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgDriveListContentTypeColumnCount",
"Method": "GET",
- "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDriveListContentTypeColumnCount",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}",
+ "OutputType": "IMicrosoftGraphColumnLink",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphColumnLink",
- "Command": "Get-MgDriveListContentTypeColumnLink",
"Method": "GET",
- "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDriveListContentTypeColumnLink",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks",
+ "OutputType": "IMicrosoftGraphColumnLink",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphColumnLink",
- "Command": "Get-MgDriveListContentTypeColumnLink",
"Method": "GET",
- "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDriveListContentTypeColumnLink",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgDriveListContentTypeColumnLinkCount",
"Method": "GET",
- "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDriveListContentTypeColumnLinkCount",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}",
+ "OutputType": "IMicrosoftGraphColumnDefinition",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphColumnDefinition",
- "Command": "Get-MgDriveListContentTypeColumnPosition",
"Method": "GET",
- "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDriveListContentTypeColumnPosition",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions",
+ "OutputType": "IMicrosoftGraphColumnDefinition",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphColumnDefinition",
- "Command": "Get-MgDriveListContentTypeColumnPosition",
"Method": "GET",
- "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDriveListContentTypeColumnPosition",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgDriveListContentTypeColumnPositionCount",
"Method": "GET",
- "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDriveListContentTypeColumnPositionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn",
+ "OutputType": "IMicrosoftGraphColumnDefinition",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphColumnDefinition",
- "Command": "Get-MgDriveListContentTypeColumnSourceColumn",
"Method": "GET",
- "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDriveListContentTypeColumnSourceColumn",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/drives/{drive-id}/list/contentTypes/getCompatibleHubContentTypes",
+ "OutputType": "IMicrosoftGraphContentType",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphContentType",
- "Command": "Get-MgDriveListContentTypeCompatibleHubContentType",
"Method": "GET",
- "Uri": "/drives/{drive-id}/list/contentTypes/getCompatibleHubContentTypes",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDriveListContentTypeCompatibleHubContentType",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/drives/{drive-id}/list/contentTypes/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgDriveListContentTypeCount",
"Method": "GET",
- "Uri": "/drives/{drive-id}/list/contentTypes/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDriveListContentTypeCount",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/drives/{drive-id}/list/createdByUser",
+ "OutputType": "IMicrosoftGraphUser",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUser",
- "Command": "Get-MgDriveListCreatedByUser",
"Method": "GET",
- "Uri": "/drives/{drive-id}/list/createdByUser",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDriveListCreatedByUser",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/drives/{drive-id}/list/createdByUser/mailboxSettings",
+ "OutputType": "IMicrosoftGraphMailboxSettings",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Command": "Get-MgDriveListCreatedByUserMailboxSetting",
"Method": "GET",
- "Uri": "/drives/{drive-id}/list/createdByUser/mailboxSettings",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDriveListCreatedByUserMailboxSetting",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/drives/{drive-id}/list/createdByUser/serviceProvisioningErrors",
+ "OutputType": "IMicrosoftGraphServiceProvisioningError",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Command": "Get-MgDriveListCreatedByUserServiceProvisioningError",
"Method": "GET",
- "Uri": "/drives/{drive-id}/list/createdByUser/serviceProvisioningErrors",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDriveListCreatedByUserServiceProvisioningError",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/drives/{drive-id}/list/createdByUser/serviceProvisioningErrors/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgDriveListCreatedByUserServiceProvisioningErrorCount",
"Method": "GET",
- "Uri": "/drives/{drive-id}/list/createdByUser/serviceProvisioningErrors/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDriveListCreatedByUserServiceProvisioningErrorCount",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/drives/{drive-id}/list/drive",
+ "OutputType": "IMicrosoftGraphDrive",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDrive",
- "Command": "Get-MgDriveListDrive",
"Method": "GET",
- "Uri": "/drives/{drive-id}/list/drive",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDriveListDrive",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/drives/{drive-id}/list/items/{listItem-id}",
+ "OutputType": "IMicrosoftGraphListItem",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphListItem",
- "Command": "Get-MgDriveListItem",
"Method": "GET",
- "Uri": "/drives/{drive-id}/list/items/{listItem-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDriveListItem",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-get?view=graph-rest-1.0"
},
{
"Module": "Files",
+ "Uri": "/drives/{drive-id}/list/items",
+ "OutputType": "IMicrosoftGraphListItem",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphListItem",
- "Command": "Get-MgDriveListItem",
"Method": "GET",
- "Uri": "/drives/{drive-id}/list/items",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDriveListItem",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-list?view=graph-rest-1.0"
},
{
"Module": "Files",
+ "Uri": "/drives/{drive-id}/list/items/{listItem-id}/getActivitiesByInterval",
+ "OutputType": "IMicrosoftGraphItemActivityStat",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphItemActivityStat",
- "Command": "Get-MgDriveListItemActivityByInterval",
"Method": "GET",
- "Uri": "/drives/{drive-id}/list/items/{listItem-id}/getActivitiesByInterval",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDriveListItemActivityByInterval",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/drives/{drive-id}/list/items/{listItem-id}/analytics",
+ "OutputType": "IMicrosoftGraphItemAnalytics",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphItemAnalytics",
- "Command": "Get-MgDriveListItemAnalytic",
"Method": "GET",
- "Uri": "/drives/{drive-id}/list/items/{listItem-id}/analytics",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDriveListItemAnalytic",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/drives/{drive-id}/list/items/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgDriveListItemCount",
"Method": "GET",
- "Uri": "/drives/{drive-id}/list/items/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDriveListItemCount",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/drives/{drive-id}/list/items/{listItem-id}/createdByUser",
+ "OutputType": "IMicrosoftGraphUser",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUser",
- "Command": "Get-MgDriveListItemCreatedByUser",
"Method": "GET",
- "Uri": "/drives/{drive-id}/list/items/{listItem-id}/createdByUser",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDriveListItemCreatedByUser",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/drives/{drive-id}/list/items/{listItem-id}/createdByUser/mailboxSettings",
+ "OutputType": "IMicrosoftGraphMailboxSettings",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Command": "Get-MgDriveListItemCreatedByUserMailboxSetting",
"Method": "GET",
- "Uri": "/drives/{drive-id}/list/items/{listItem-id}/createdByUser/mailboxSettings",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDriveListItemCreatedByUserMailboxSetting",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/drives/{drive-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors",
+ "OutputType": "IMicrosoftGraphServiceProvisioningError",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Command": "Get-MgDriveListItemCreatedByUserServiceProvisioningError",
"Method": "GET",
- "Uri": "/drives/{drive-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDriveListItemCreatedByUserServiceProvisioningError",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/drives/{drive-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgDriveListItemCreatedByUserServiceProvisioningErrorCount",
"Method": "GET",
- "Uri": "/drives/{drive-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDriveListItemCreatedByUserServiceProvisioningErrorCount",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}",
+ "OutputType": "IMicrosoftGraphDocumentSetVersion",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDocumentSetVersion",
- "Command": "Get-MgDriveListItemDocumentSetVersion",
"Method": "GET",
- "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDriveListItemDocumentSetVersion",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-get?view=graph-rest-1.0"
},
{
"Module": "Files",
+ "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions",
+ "OutputType": "IMicrosoftGraphDocumentSetVersion",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphDocumentSetVersion",
- "Command": "Get-MgDriveListItemDocumentSetVersion",
"Method": "GET",
- "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDriveListItemDocumentSetVersion",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-list-documentsetversions?view=graph-rest-1.0"
},
{
"Module": "Files",
+ "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgDriveListItemDocumentSetVersionCount",
"Method": "GET",
- "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDriveListItemDocumentSetVersionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgDriveListItemDocumentSetVersionField",
"Method": "GET",
- "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDriveListItemDocumentSetVersionField",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/drives/{drive-id}/list/items/{listItem-id}/driveItem",
+ "OutputType": "IMicrosoftGraphDriveItem",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDriveItem",
- "Command": "Get-MgDriveListItemDriveItem",
"Method": "GET",
- "Uri": "/drives/{drive-id}/list/items/{listItem-id}/driveItem",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDriveListItemDriveItem",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/drives/{drive-id}/list/items/{listItem-id}/driveItem/content",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgDriveListItemDriveItemContent",
"Method": "GET",
- "Uri": "/drives/{drive-id}/list/items/{listItem-id}/driveItem/content",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDriveListItemDriveItemContent",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/drives/{drive-id}/list/items/{listItem-id}/fields",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgDriveListItemField",
"Method": "GET",
- "Uri": "/drives/{drive-id}/list/items/{listItem-id}/fields",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDriveListItemField",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}",
+ "OutputType": "IMicrosoftGraphListItemVersion",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphListItemVersion",
- "Command": "Get-MgDriveListItemVersion",
"Method": "GET",
- "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDriveListItemVersion",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitemversion-get?view=graph-rest-1.0"
},
{
"Module": "Files",
+ "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions",
+ "OutputType": "IMicrosoftGraphListItemVersion",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphListItemVersion",
- "Command": "Get-MgDriveListItemVersion",
"Method": "GET",
- "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDriveListItemVersion",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-list-versions?view=graph-rest-1.0"
},
{
"Module": "Files",
+ "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgDriveListItemVersionCount",
"Method": "GET",
- "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDriveListItemVersionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgDriveListItemVersionField",
"Method": "GET",
- "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDriveListItemVersionField",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/drives/{drive-id}/list/operations/{richLongRunningOperation-id}",
+ "OutputType": "IMicrosoftGraphRichLongRunningOperation",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphRichLongRunningOperation",
- "Command": "Get-MgDriveListOperation",
"Method": "GET",
- "Uri": "/drives/{drive-id}/list/operations/{richLongRunningOperation-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDriveListOperation",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/drives/{drive-id}/list/operations",
+ "OutputType": "IMicrosoftGraphRichLongRunningOperation",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphRichLongRunningOperation",
- "Command": "Get-MgDriveListOperation",
"Method": "GET",
- "Uri": "/drives/{drive-id}/list/operations",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDriveListOperation",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/drives/{drive-id}/list/operations/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgDriveListOperationCount",
"Method": "GET",
- "Uri": "/drives/{drive-id}/list/operations/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDriveListOperationCount",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/drives/{drive-id}/list/subscriptions/{subscription-id}",
+ "OutputType": "IMicrosoftGraphSubscription",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSubscription",
- "Command": "Get-MgDriveListSubscription",
"Method": "GET",
- "Uri": "/drives/{drive-id}/list/subscriptions/{subscription-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDriveListSubscription",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/drives/{drive-id}/list/subscriptions",
+ "OutputType": "IMicrosoftGraphSubscription",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphSubscription",
- "Command": "Get-MgDriveListSubscription",
"Method": "GET",
- "Uri": "/drives/{drive-id}/list/subscriptions",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDriveListSubscription",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/drives/{drive-id}/list/subscriptions/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgDriveListSubscriptionCount",
"Method": "GET",
- "Uri": "/drives/{drive-id}/list/subscriptions/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDriveListSubscriptionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/drives/{drive-id}/root",
+ "OutputType": "IMicrosoftGraphDriveItem",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDriveItem",
- "Command": "Get-MgDriveRoot",
"Method": "GET",
- "Uri": "/drives/{drive-id}/root",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDriveRoot",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-get?view=graph-rest-1.0"
},
{
"Module": "Files",
+ "Uri": "/drives/{drive-id}/root/getActivitiesByInterval",
+ "OutputType": "IMicrosoftGraphItemActivityStat",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphItemActivityStat",
- "Command": "Get-MgDriveRootActivityByInterval",
"Method": "GET",
- "Uri": "/drives/{drive-id}/root/getActivitiesByInterval",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDriveRootActivityByInterval",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/drives/{drive-id}/root/analytics",
+ "OutputType": "IMicrosoftGraphItemAnalytics",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphItemAnalytics",
- "Command": "Get-MgDriveRootAnalytic",
"Method": "GET",
- "Uri": "/drives/{drive-id}/root/analytics",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDriveRootAnalytic",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}",
+ "OutputType": "IMicrosoftGraphItemActivityStat",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphItemActivityStat",
- "Command": "Get-MgDriveRootAnalyticItemActivityStat",
"Method": "GET",
- "Uri": "/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDriveRootAnalyticItemActivityStat",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/drives/{drive-id}/root/analytics/itemActivityStats",
+ "OutputType": "IMicrosoftGraphItemActivityStat",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphItemActivityStat",
- "Command": "Get-MgDriveRootAnalyticItemActivityStat",
"Method": "GET",
- "Uri": "/drives/{drive-id}/root/analytics/itemActivityStats",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDriveRootAnalyticItemActivityStat",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}/activities",
+ "OutputType": "IMicrosoftGraphItemActivity",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphItemActivity",
- "Command": "Get-MgDriveRootAnalyticItemActivityStatActivity",
"Method": "GET",
- "Uri": "/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}/activities",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDriveRootAnalyticItemActivityStatActivity",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/drives/{drive-id}/root/analytics/itemActivityStats/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgDriveRootAnalyticItemActivityStatCount",
"Method": "GET",
- "Uri": "/drives/{drive-id}/root/analytics/itemActivityStats/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDriveRootAnalyticItemActivityStatCount",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/drives/{drive-id}/root/analytics/lastSevenDays",
+ "OutputType": "IMicrosoftGraphItemActivityStat",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphItemActivityStat",
- "Command": "Get-MgDriveRootAnalyticLastSevenDay",
"Method": "GET",
- "Uri": "/drives/{drive-id}/root/analytics/lastSevenDays",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDriveRootAnalyticLastSevenDay",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/drives/{drive-id}/root/analytics/allTime",
+ "OutputType": "IMicrosoftGraphItemActivityStat",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphItemActivityStat",
- "Command": "Get-MgDriveRootAnalyticTime",
"Method": "GET",
- "Uri": "/drives/{drive-id}/root/analytics/allTime",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDriveRootAnalyticTime",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itemanalytics-get?view=graph-rest-1.0"
},
{
"Module": "Files",
+ "Uri": "/drives/{drive-id}/root/children/{driveItem-id}",
+ "OutputType": "IMicrosoftGraphDriveItem",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDriveItem",
- "Command": "Get-MgDriveRootChild",
"Method": "GET",
- "Uri": "/drives/{drive-id}/root/children/{driveItem-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDriveRootChild",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/drives/{drive-id}/root/children",
+ "OutputType": "IMicrosoftGraphDriveItem",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphDriveItem",
- "Command": "Get-MgDriveRootChild",
"Method": "GET",
- "Uri": "/drives/{drive-id}/root/children",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDriveRootChild",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-list-children?view=graph-rest-1.0"
},
{
"Module": "Files",
+ "Uri": "/drives/{drive-id}/root/children/{driveItem-id}/content",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgDriveRootChildContent",
"Method": "GET",
- "Uri": "/drives/{drive-id}/root/children/{driveItem-id}/content",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDriveRootChildContent",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-list-children?view=graph-rest-1.0"
},
{
"Module": "Files",
+ "Uri": "/drives/{drive-id}/root/children/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgDriveRootChildCount",
"Method": "GET",
- "Uri": "/drives/{drive-id}/root/children/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDriveRootChildCount",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/drives/{drive-id}/root/content",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgDriveRootContent",
"Method": "GET",
- "Uri": "/drives/{drive-id}/root/content",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDriveRootContent",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-get?view=graph-rest-1.0"
},
{
"Module": "Files",
+ "Uri": "/drives/{drive-id}/root/createdByUser",
+ "OutputType": "IMicrosoftGraphUser",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUser",
- "Command": "Get-MgDriveRootCreatedByUser",
"Method": "GET",
- "Uri": "/drives/{drive-id}/root/createdByUser",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDriveRootCreatedByUser",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/drives/{drive-id}/root/createdByUser/mailboxSettings",
+ "OutputType": "IMicrosoftGraphMailboxSettings",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Command": "Get-MgDriveRootCreatedByUserMailboxSetting",
"Method": "GET",
- "Uri": "/drives/{drive-id}/root/createdByUser/mailboxSettings",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDriveRootCreatedByUserMailboxSetting",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/drives/{drive-id}/root/createdByUser/serviceProvisioningErrors",
+ "OutputType": "IMicrosoftGraphServiceProvisioningError",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Command": "Get-MgDriveRootCreatedByUserServiceProvisioningError",
"Method": "GET",
- "Uri": "/drives/{drive-id}/root/createdByUser/serviceProvisioningErrors",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDriveRootCreatedByUserServiceProvisioningError",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/drives/{drive-id}/root/createdByUser/serviceProvisioningErrors/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgDriveRootCreatedByUserServiceProvisioningErrorCount",
"Method": "GET",
- "Uri": "/drives/{drive-id}/root/createdByUser/serviceProvisioningErrors/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDriveRootCreatedByUserServiceProvisioningErrorCount",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
- "Variants": [
- "Delta",
- "Delta1",
- "DeltaViaIdentity",
- "DeltaViaIdentity1"
- ],
- "OutputType": "IMicrosoftGraphDriveItem",
- "Command": "Get-MgDriveRootDelta",
- "Method": "GET",
"Uri": "/drives/{drive-id}/root/delta",
+ "OutputType": "IMicrosoftGraphDriveItem",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -227827,582 +237538,629 @@
"PermissionType": "DelegatedPersonal",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Delta",
+ "Delta1",
+ "DeltaViaIdentity",
+ "DeltaViaIdentity1"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgDriveRootDelta",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/drives/{drive-id}/root/listItem/lastModifiedByUser",
+ "OutputType": "IMicrosoftGraphUser",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUser",
- "Command": "Get-MgDriveRootItemLastModifiedByUser",
"Method": "GET",
- "Uri": "/drives/{drive-id}/root/listItem/lastModifiedByUser",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDriveRootItemLastModifiedByUser",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/drives/{drive-id}/root/listItem/lastModifiedByUser/mailboxSettings",
+ "OutputType": "IMicrosoftGraphMailboxSettings",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Command": "Get-MgDriveRootItemLastModifiedByUserMailboxSetting",
"Method": "GET",
- "Uri": "/drives/{drive-id}/root/listItem/lastModifiedByUser/mailboxSettings",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDriveRootItemLastModifiedByUserMailboxSetting",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/drives/{drive-id}/root/listItem/lastModifiedByUser/serviceProvisioningErrors",
+ "OutputType": "IMicrosoftGraphServiceProvisioningError",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Command": "Get-MgDriveRootItemLastModifiedByUserServiceProvisioningError",
"Method": "GET",
- "Uri": "/drives/{drive-id}/root/listItem/lastModifiedByUser/serviceProvisioningErrors",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDriveRootItemLastModifiedByUserServiceProvisioningError",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/drives/{drive-id}/root/listItem/lastModifiedByUser/serviceProvisioningErrors/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgDriveRootItemLastModifiedByUserServiceProvisioningErrorCount",
"Method": "GET",
- "Uri": "/drives/{drive-id}/root/listItem/lastModifiedByUser/serviceProvisioningErrors/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDriveRootItemLastModifiedByUserServiceProvisioningErrorCount",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/drives/{drive-id}/root/lastModifiedByUser",
+ "OutputType": "IMicrosoftGraphUser",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUser",
- "Command": "Get-MgDriveRootLastModifiedByUser",
"Method": "GET",
- "Uri": "/drives/{drive-id}/root/lastModifiedByUser",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDriveRootLastModifiedByUser",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/drives/{drive-id}/root/lastModifiedByUser/mailboxSettings",
+ "OutputType": "IMicrosoftGraphMailboxSettings",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Command": "Get-MgDriveRootLastModifiedByUserMailboxSetting",
"Method": "GET",
- "Uri": "/drives/{drive-id}/root/lastModifiedByUser/mailboxSettings",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDriveRootLastModifiedByUserMailboxSetting",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/drives/{drive-id}/root/lastModifiedByUser/serviceProvisioningErrors",
+ "OutputType": "IMicrosoftGraphServiceProvisioningError",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Command": "Get-MgDriveRootLastModifiedByUserServiceProvisioningError",
"Method": "GET",
- "Uri": "/drives/{drive-id}/root/lastModifiedByUser/serviceProvisioningErrors",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDriveRootLastModifiedByUserServiceProvisioningError",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/drives/{drive-id}/root/lastModifiedByUser/serviceProvisioningErrors/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgDriveRootLastModifiedByUserServiceProvisioningErrorCount",
"Method": "GET",
- "Uri": "/drives/{drive-id}/root/lastModifiedByUser/serviceProvisioningErrors/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDriveRootLastModifiedByUserServiceProvisioningErrorCount",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/drives/{drive-id}/root/listItem",
+ "OutputType": "IMicrosoftGraphListItem",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphListItem",
- "Command": "Get-MgDriveRootListItem",
"Method": "GET",
- "Uri": "/drives/{drive-id}/root/listItem",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDriveRootListItem",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/drives/{drive-id}/root/listItem/getActivitiesByInterval",
+ "OutputType": "IMicrosoftGraphItemActivityStat",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphItemActivityStat",
- "Command": "Get-MgDriveRootListItemActivityByInterval",
"Method": "GET",
- "Uri": "/drives/{drive-id}/root/listItem/getActivitiesByInterval",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDriveRootListItemActivityByInterval",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/drives/{drive-id}/root/listItem/analytics",
+ "OutputType": "IMicrosoftGraphItemAnalytics",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphItemAnalytics",
- "Command": "Get-MgDriveRootListItemAnalytic",
"Method": "GET",
- "Uri": "/drives/{drive-id}/root/listItem/analytics",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDriveRootListItemAnalytic",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/drives/{drive-id}/root/listItem/createdByUser",
+ "OutputType": "IMicrosoftGraphUser",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUser",
- "Command": "Get-MgDriveRootListItemCreatedByUser",
"Method": "GET",
- "Uri": "/drives/{drive-id}/root/listItem/createdByUser",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDriveRootListItemCreatedByUser",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/drives/{drive-id}/root/listItem/createdByUser/mailboxSettings",
+ "OutputType": "IMicrosoftGraphMailboxSettings",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Command": "Get-MgDriveRootListItemCreatedByUserMailboxSetting",
"Method": "GET",
- "Uri": "/drives/{drive-id}/root/listItem/createdByUser/mailboxSettings",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDriveRootListItemCreatedByUserMailboxSetting",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/drives/{drive-id}/root/listItem/createdByUser/serviceProvisioningErrors",
+ "OutputType": "IMicrosoftGraphServiceProvisioningError",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Command": "Get-MgDriveRootListItemCreatedByUserServiceProvisioningError",
"Method": "GET",
- "Uri": "/drives/{drive-id}/root/listItem/createdByUser/serviceProvisioningErrors",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDriveRootListItemCreatedByUserServiceProvisioningError",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/drives/{drive-id}/root/listItem/createdByUser/serviceProvisioningErrors/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgDriveRootListItemCreatedByUserServiceProvisioningErrorCount",
"Method": "GET",
- "Uri": "/drives/{drive-id}/root/listItem/createdByUser/serviceProvisioningErrors/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDriveRootListItemCreatedByUserServiceProvisioningErrorCount",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}",
+ "OutputType": "IMicrosoftGraphDocumentSetVersion",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDocumentSetVersion",
- "Command": "Get-MgDriveRootListItemDocumentSetVersion",
"Method": "GET",
- "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDriveRootListItemDocumentSetVersion",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-get?view=graph-rest-1.0"
},
{
"Module": "Files",
+ "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions",
+ "OutputType": "IMicrosoftGraphDocumentSetVersion",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphDocumentSetVersion",
- "Command": "Get-MgDriveRootListItemDocumentSetVersion",
"Method": "GET",
- "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDriveRootListItemDocumentSetVersion",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-list-documentsetversions?view=graph-rest-1.0"
},
{
"Module": "Files",
+ "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgDriveRootListItemDocumentSetVersionCount",
"Method": "GET",
- "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDriveRootListItemDocumentSetVersionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgDriveRootListItemDocumentSetVersionField",
"Method": "GET",
- "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDriveRootListItemDocumentSetVersionField",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/drives/{drive-id}/root/listItem/driveItem",
+ "OutputType": "IMicrosoftGraphDriveItem",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDriveItem",
- "Command": "Get-MgDriveRootListItemDriveItem",
"Method": "GET",
- "Uri": "/drives/{drive-id}/root/listItem/driveItem",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDriveRootListItemDriveItem",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/drives/{drive-id}/root/listItem/driveItem/content",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgDriveRootListItemDriveItemContent",
"Method": "GET",
- "Uri": "/drives/{drive-id}/root/listItem/driveItem/content",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDriveRootListItemDriveItemContent",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/drives/{drive-id}/root/listItem/fields",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgDriveRootListItemField",
"Method": "GET",
- "Uri": "/drives/{drive-id}/root/listItem/fields",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDriveRootListItemField",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}",
+ "OutputType": "IMicrosoftGraphListItemVersion",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphListItemVersion",
- "Command": "Get-MgDriveRootListItemVersion",
"Method": "GET",
- "Uri": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDriveRootListItemVersion",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitemversion-get?view=graph-rest-1.0"
},
{
"Module": "Files",
+ "Uri": "/drives/{drive-id}/root/listItem/versions",
+ "OutputType": "IMicrosoftGraphListItemVersion",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphListItemVersion",
- "Command": "Get-MgDriveRootListItemVersion",
"Method": "GET",
- "Uri": "/drives/{drive-id}/root/listItem/versions",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDriveRootListItemVersion",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-list-versions?view=graph-rest-1.0"
},
{
"Module": "Files",
+ "Uri": "/drives/{drive-id}/root/listItem/versions/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgDriveRootListItemVersionCount",
"Method": "GET",
- "Uri": "/drives/{drive-id}/root/listItem/versions/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDriveRootListItemVersionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgDriveRootListItemVersionField",
"Method": "GET",
- "Uri": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDriveRootListItemVersionField",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/drives/{drive-id}/root/permissions/{permission-id}",
+ "OutputType": "IMicrosoftGraphPermission",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphPermission",
- "Command": "Get-MgDriveRootPermission",
"Method": "GET",
- "Uri": "/drives/{drive-id}/root/permissions/{permission-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDriveRootPermission",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-get?view=graph-rest-1.0"
},
{
"Module": "Files",
+ "Uri": "/drives/{drive-id}/root/permissions",
+ "OutputType": "IMicrosoftGraphPermission",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphPermission",
- "Command": "Get-MgDriveRootPermission",
"Method": "GET",
- "Uri": "/drives/{drive-id}/root/permissions",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDriveRootPermission",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-list-permissions?view=graph-rest-1.0"
},
{
"Module": "Files",
+ "Uri": "/drives/{drive-id}/root/permissions/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgDriveRootPermissionCount",
"Method": "GET",
- "Uri": "/drives/{drive-id}/root/permissions/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDriveRootPermissionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/drives/{drive-id}/root/retentionLabel",
+ "OutputType": "IMicrosoftGraphItemRetentionLabel",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphItemRetentionLabel",
- "Command": "Get-MgDriveRootRetentionLabel",
"Method": "GET",
- "Uri": "/drives/{drive-id}/root/retentionLabel",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDriveRootRetentionLabel",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/drives/{drive-id}/root/subscriptions/{subscription-id}",
+ "OutputType": "IMicrosoftGraphSubscription",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSubscription",
- "Command": "Get-MgDriveRootSubscription",
"Method": "GET",
- "Uri": "/drives/{drive-id}/root/subscriptions/{subscription-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDriveRootSubscription",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/drives/{drive-id}/root/subscriptions",
+ "OutputType": "IMicrosoftGraphSubscription",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphSubscription",
- "Command": "Get-MgDriveRootSubscription",
"Method": "GET",
- "Uri": "/drives/{drive-id}/root/subscriptions",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDriveRootSubscription",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/drives/{drive-id}/root/subscriptions/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgDriveRootSubscriptionCount",
"Method": "GET",
- "Uri": "/drives/{drive-id}/root/subscriptions/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDriveRootSubscriptionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}",
+ "OutputType": "IMicrosoftGraphThumbnailSet",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphThumbnailSet",
- "Command": "Get-MgDriveRootThumbnail",
"Method": "GET",
- "Uri": "/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDriveRootThumbnail",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/drives/{drive-id}/root/thumbnails",
+ "OutputType": "IMicrosoftGraphThumbnailSet",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphThumbnailSet",
- "Command": "Get-MgDriveRootThumbnail",
"Method": "GET",
- "Uri": "/drives/{drive-id}/root/thumbnails",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDriveRootThumbnail",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-list-thumbnails?view=graph-rest-1.0"
},
{
"Module": "Files",
+ "Uri": "/drives/{drive-id}/root/thumbnails/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgDriveRootThumbnailCount",
"Method": "GET",
- "Uri": "/drives/{drive-id}/root/thumbnails/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDriveRootThumbnailCount",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/drives/{drive-id}/root/versions/{driveItemVersion-id}",
+ "OutputType": "IMicrosoftGraphDriveItemVersion",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDriveItemVersion",
- "Command": "Get-MgDriveRootVersion",
"Method": "GET",
- "Uri": "/drives/{drive-id}/root/versions/{driveItemVersion-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDriveRootVersion",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitemversion-get?view=graph-rest-1.0"
},
{
"Module": "Files",
+ "Uri": "/drives/{drive-id}/root/versions",
+ "OutputType": "IMicrosoftGraphDriveItemVersion",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphDriveItemVersion",
- "Command": "Get-MgDriveRootVersion",
"Method": "GET",
- "Uri": "/drives/{drive-id}/root/versions",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDriveRootVersion",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-list-versions?view=graph-rest-1.0"
},
{
"Module": "Files",
+ "Uri": "/drives/{drive-id}/root/versions/{driveItemVersion-id}/content",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgDriveRootVersionContent",
"Method": "GET",
- "Uri": "/drives/{drive-id}/root/versions/{driveItemVersion-id}/content",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDriveRootVersionContent",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-list-versions?view=graph-rest-1.0"
},
{
"Module": "Files",
+ "Uri": "/drives/{drive-id}/root/versions/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgDriveRootVersionCount",
"Method": "GET",
- "Uri": "/drives/{drive-id}/root/versions/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDriveRootVersionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/drives/{drive-id}/special/{driveItem-id}",
+ "OutputType": "IMicrosoftGraphDriveItem",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDriveItem",
- "Command": "Get-MgDriveSpecial",
"Method": "GET",
- "Uri": "/drives/{drive-id}/special/{driveItem-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDriveSpecial",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/drive-get-specialfolder?view=graph-rest-1.0"
},
{
"Module": "Files",
+ "Uri": "/drives/{drive-id}/special",
+ "OutputType": "IMicrosoftGraphDriveItem",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphDriveItem",
- "Command": "Get-MgDriveSpecial",
"Method": "GET",
- "Uri": "/drives/{drive-id}/special",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDriveSpecial",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/drives/{drive-id}/special/{driveItem-id}/content",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgDriveSpecialContent",
"Method": "GET",
- "Uri": "/drives/{drive-id}/special/{driveItem-id}/content",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDriveSpecialContent",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/drives/{drive-id}/special/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgDriveSpecialCount",
"Method": "GET",
- "Uri": "/drives/{drive-id}/special/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgDriveSpecialCount",
+ "ApiReferenceLink": null
},
{
"Module": "Education",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphEducationClass",
- "Command": "Get-MgEducationClass",
- "Method": "GET",
"Uri": "/education/classes/{educationClass-id}",
+ "OutputType": "IMicrosoftGraphEducationClass",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -228429,17 +238187,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Education",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphEducationClass",
- "Command": "Get-MgEducationClass",
"Method": "GET",
+ "Command": "Get-MgEducationClass",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Education",
"Uri": "/education/classes",
+ "OutputType": "IMicrosoftGraphEducationClass",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -228466,18 +238226,97 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgEducationClass",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-list?view=graph-rest-1.0"
},
{
"Module": "Education",
+ "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}",
+ "OutputType": "IMicrosoftGraphEducationAssignment",
+ "ApiVersion": "v1.0",
+ "Permissions": [
+ {
+ "Name": "EduAssignments.ReadBasic",
+ "Description": "View your assignments without grades",
+ "FullDescription": "Allows the app to view your assignments on your behalf without seeing grades.",
+ "IsAdmin": true,
+ "PermissionType": "DelegatedWork",
+ "IsLeastPrivilege": true
+ },
+ {
+ "Name": "EduAssignments.ReadBasic.All",
+ "Description": "Read all class assignments without grades",
+ "FullDescription": "Allows the app to read all class assignments without grades for all users without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": true
+ },
+ {
+ "Name": "EduAssignments.ReadWriteBasic",
+ "Description": "View and modify your assignments without grades",
+ "FullDescription": "Allows the app to view and modify your assignments on your behalf without seeing grades.",
+ "IsAdmin": true,
+ "PermissionType": "DelegatedWork",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "EduAssignments.ReadWrite",
+ "Description": "View and modify your assignments and grades",
+ "FullDescription": "Allows the app to view and modify your assignments on your behalf including  grades.",
+ "IsAdmin": true,
+ "PermissionType": "DelegatedWork",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "EduAssignments.Read",
+ "Description": "View your assignments and grades",
+ "FullDescription": "Allows the app to view your assignments on your behalf including grades.",
+ "IsAdmin": true,
+ "PermissionType": "DelegatedWork",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "EduAssignments.ReadWriteBasic.All",
+ "Description": "Create, read, update and delete all class assignments without grades",
+ "FullDescription": "Allows the app to create, read, update and delete all class assignments without grades for all users without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "EduAssignments.ReadWrite.All",
+ "Description": "Create, read, update and delete all class assignments with grades",
+ "FullDescription": "Allows the app to create, read, update and delete all class assignments with grades for all users without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "EduAssignments.Read.All",
+ "Description": "Read all class assignments with grades",
+ "FullDescription": "Allows the app to read all class assignments with grades for all users without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ }
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphEducationAssignment",
- "Command": "Get-MgEducationClassAssignment",
"Method": "GET",
- "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}",
+ "Command": "Get-MgEducationClassAssignment",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Education",
+ "Uri": "/education/classes/{educationClass-id}/assignments",
+ "OutputType": "IMicrosoftGraphEducationAssignment",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -228544,17 +238383,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Education",
+ ],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphEducationAssignment",
- "Command": "Get-MgEducationClassAssignment",
"Method": "GET",
- "Uri": "/education/classes/{educationClass-id}/assignments",
+ "Command": "Get-MgEducationClassAssignment",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-list-assignments?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Education",
+ "Uri": "/education/classes/{educationClass-id}/assignmentCategories/{educationCategory-id}",
+ "OutputType": "IMicrosoftGraphEducationCategory",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -228621,18 +238461,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Education",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphEducationCategory",
- "Command": "Get-MgEducationClassAssignmentCategory",
"Method": "GET",
- "Uri": "/education/classes/{educationClass-id}/assignmentCategories/{educationCategory-id}",
+ "Command": "Get-MgEducationClassAssignmentCategory",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationcategory-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Education",
+ "Uri": "/education/classes/{educationClass-id}/assignmentCategories",
+ "OutputType": "IMicrosoftGraphEducationCategory",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -228699,18 +238540,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Education",
+ ],
"Variants": [
"List",
"List1"
],
- "OutputType": "IMicrosoftGraphEducationCategory",
- "Command": "Get-MgEducationClassAssignmentCategory",
"Method": "GET",
- "Uri": "/education/classes/{educationClass-id}/assignmentCategories",
+ "Command": "Get-MgEducationClassAssignmentCategory",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-list-categories?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Education",
+ "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/categories/$ref",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -228777,17 +238619,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Education",
+ ],
"Variants": [
"List"
],
- "OutputType": null,
- "Command": "Get-MgEducationClassAssignmentCategoryByRef",
"Method": "GET",
- "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/categories/$ref",
+ "Command": "Get-MgEducationClassAssignmentCategoryByRef",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-list-categories?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Education",
+ "Uri": "/education/classes/{educationClass-id}/assignmentCategories/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -228854,20 +238697,21 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Education",
+ ],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": null,
- "Command": "Get-MgEducationClassAssignmentCategoryCount",
"Method": "GET",
- "Uri": "/education/classes/{educationClass-id}/assignmentCategories/$count",
+ "Command": "Get-MgEducationClassAssignmentCategoryCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Education",
+ "Uri": "/education/classes/{educationClass-id}/assignmentCategories/delta",
+ "OutputType": "IMicrosoftGraphEducationCategory",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -228934,20 +238778,21 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Education",
+ ],
"Variants": [
"Delta",
"Delta1",
"DeltaViaIdentity",
"DeltaViaIdentity1"
],
- "OutputType": "IMicrosoftGraphEducationCategory",
- "Command": "Get-MgEducationClassAssignmentCategoryDelta",
"Method": "GET",
- "Uri": "/education/classes/{educationClass-id}/assignmentCategories/delta",
+ "Command": "Get-MgEducationClassAssignmentCategoryDelta",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Education",
+ "Uri": "/education/classes/{educationClass-id}/assignments/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -229014,18 +238859,98 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgEducationClassAssignmentCount",
+ "ApiReferenceLink": null
},
{
"Module": "Education",
+ "Uri": "/education/classes/{educationClass-id}/assignmentDefaults",
+ "OutputType": "IMicrosoftGraphEducationAssignmentDefaults",
+ "ApiVersion": "v1.0",
+ "Permissions": [
+ {
+ "Name": "EduAssignments.ReadBasic",
+ "Description": "View your assignments without grades",
+ "FullDescription": "Allows the app to view your assignments on your behalf without seeing grades.",
+ "IsAdmin": true,
+ "PermissionType": "DelegatedWork",
+ "IsLeastPrivilege": true
+ },
+ {
+ "Name": "EduAssignments.ReadBasic.All",
+ "Description": "Read all class assignments without grades",
+ "FullDescription": "Allows the app to read all class assignments without grades for all users without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": true
+ },
+ {
+ "Name": "EduAssignments.ReadWriteBasic",
+ "Description": "View and modify your assignments without grades",
+ "FullDescription": "Allows the app to view and modify your assignments on your behalf without seeing grades.",
+ "IsAdmin": true,
+ "PermissionType": "DelegatedWork",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "EduAssignments.ReadWrite",
+ "Description": "View and modify your assignments and grades",
+ "FullDescription": "Allows the app to view and modify your assignments on your behalf including  grades.",
+ "IsAdmin": true,
+ "PermissionType": "DelegatedWork",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "EduAssignments.Read",
+ "Description": "View your assignments and grades",
+ "FullDescription": "Allows the app to view your assignments on your behalf including grades.",
+ "IsAdmin": true,
+ "PermissionType": "DelegatedWork",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "EduAssignments.ReadWriteBasic.All",
+ "Description": "Create, read, update and delete all class assignments without grades",
+ "FullDescription": "Allows the app to create, read, update and delete all class assignments without grades for all users without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "EduAssignments.ReadWrite.All",
+ "Description": "Create, read, update and delete all class assignments with grades",
+ "FullDescription": "Allows the app to create, read, update and delete all class assignments with grades for all users without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "EduAssignments.Read.All",
+ "Description": "Read all class assignments with grades",
+ "FullDescription": "Allows the app to read all class assignments with grades for all users without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ }
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgEducationClassAssignmentCount",
"Method": "GET",
- "Uri": "/education/classes/{educationClass-id}/assignments/$count",
+ "Command": "Get-MgEducationClassAssignmentDefault",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignmentdefaults-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Education",
+ "Uri": "/education/classes/{educationClass-id}/assignments/delta",
+ "OutputType": "IMicrosoftGraphEducationAssignment",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -229092,18 +239017,33 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Delta",
+ "DeltaViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgEducationClassAssignmentDelta",
+ "ApiReferenceLink": null
},
{
"Module": "Education",
+ "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/gradingCategory",
+ "OutputType": "IMicrosoftGraphEducationGradingCategory",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphEducationAssignmentDefaults",
- "Command": "Get-MgEducationClassAssignmentDefault",
"Method": "GET",
- "Uri": "/education/classes/{educationClass-id}/assignmentDefaults",
+ "Command": "Get-MgEducationClassAssignmentGradingCategory",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Education",
+ "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}",
+ "OutputType": "IMicrosoftGraphEducationAssignmentResource",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -229170,18 +239110,97 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgEducationClassAssignmentResource",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignmentresource-get?view=graph-rest-1.0"
},
{
"Module": "Education",
+ "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources",
+ "OutputType": "IMicrosoftGraphEducationAssignmentResource",
+ "ApiVersion": "v1.0",
+ "Permissions": [
+ {
+ "Name": "EduAssignments.ReadBasic",
+ "Description": "View your assignments without grades",
+ "FullDescription": "Allows the app to view your assignments on your behalf without seeing grades.",
+ "IsAdmin": true,
+ "PermissionType": "DelegatedWork",
+ "IsLeastPrivilege": true
+ },
+ {
+ "Name": "EduAssignments.ReadBasic.All",
+ "Description": "Read all class assignments without grades",
+ "FullDescription": "Allows the app to read all class assignments without grades for all users without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": true
+ },
+ {
+ "Name": "EduAssignments.ReadWriteBasic",
+ "Description": "View and modify your assignments without grades",
+ "FullDescription": "Allows the app to view and modify your assignments on your behalf without seeing grades.",
+ "IsAdmin": true,
+ "PermissionType": "DelegatedWork",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "EduAssignments.ReadWrite",
+ "Description": "View and modify your assignments and grades",
+ "FullDescription": "Allows the app to view and modify your assignments on your behalf including  grades.",
+ "IsAdmin": true,
+ "PermissionType": "DelegatedWork",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "EduAssignments.Read",
+ "Description": "View your assignments and grades",
+ "FullDescription": "Allows the app to view your assignments on your behalf including grades.",
+ "IsAdmin": true,
+ "PermissionType": "DelegatedWork",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "EduAssignments.ReadWriteBasic.All",
+ "Description": "Create, read, update and delete all class assignments without grades",
+ "FullDescription": "Allows the app to create, read, update and delete all class assignments without grades for all users without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "EduAssignments.ReadWrite.All",
+ "Description": "Create, read, update and delete all class assignments with grades",
+ "FullDescription": "Allows the app to create, read, update and delete all class assignments with grades for all users without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "EduAssignments.Read.All",
+ "Description": "Read all class assignments with grades",
+ "FullDescription": "Allows the app to read all class assignments with grades for all users without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ }
+ ],
"Variants": [
- "Delta",
- "DeltaViaIdentity"
+ "List"
],
- "OutputType": "IMicrosoftGraphEducationAssignment",
- "Command": "Get-MgEducationClassAssignmentDelta",
"Method": "GET",
- "Uri": "/education/classes/{educationClass-id}/assignments/delta",
+ "Command": "Get-MgEducationClassAssignmentResource",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-list-resources?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Education",
+ "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -229248,31 +239267,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Education",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphEducationGradingCategory",
- "Command": "Get-MgEducationClassAssignmentGradingCategory",
"Method": "GET",
- "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/gradingCategory",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEducationClassAssignmentResourceCount",
+ "ApiReferenceLink": null
},
{
"Module": "Education",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphEducationAssignmentResource",
- "Command": "Get-MgEducationClassAssignmentResource",
- "Method": "GET",
- "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}",
+ "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/rubric",
+ "OutputType": "IMicrosoftGraphEducationRubric",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -229339,17 +239346,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Education",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphEducationAssignmentResource",
- "Command": "Get-MgEducationClassAssignmentResource",
"Method": "GET",
- "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources",
+ "Command": "Get-MgEducationClassAssignmentRubric",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-get-rubric?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Education",
+ "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/rubric/$ref",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -229416,18 +239425,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Education",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgEducationClassAssignmentResourceCount",
"Method": "GET",
- "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/$count",
+ "Command": "Get-MgEducationClassAssignmentRubricByRef",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-get-rubric?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Education",
+ "Uri": "/education/classes/{educationClass-id}/assignmentSettings",
+ "OutputType": "IMicrosoftGraphEducationAssignmentSettings",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -229494,18 +239504,60 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgEducationClassAssignmentSetting",
+ "ApiReferenceLink": null
},
{
"Module": "Education",
+ "Uri": "/education/classes/{educationClass-id}/assignmentSettings/gradingCategories/{educationGradingCategory-id}",
+ "OutputType": "IMicrosoftGraphEducationGradingCategory",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphEducationRubric",
- "Command": "Get-MgEducationClassAssignmentRubric",
"Method": "GET",
- "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/rubric",
+ "Command": "Get-MgEducationClassAssignmentSettingGradingCategory",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Education",
+ "Uri": "/education/classes/{educationClass-id}/assignmentSettings/gradingCategories",
+ "OutputType": "IMicrosoftGraphEducationGradingCategory",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgEducationClassAssignmentSettingGradingCategory",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Education",
+ "Uri": "/education/classes/{educationClass-id}/assignmentSettings/gradingCategories/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgEducationClassAssignmentSettingGradingCategoryCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Education",
+ "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}",
+ "OutputType": "IMicrosoftGraphEducationSubmission",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -229572,18 +239624,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Education",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgEducationClassAssignmentRubricByRef",
"Method": "GET",
- "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/rubric/$ref",
+ "Command": "Get-MgEducationClassAssignmentSubmission",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Education",
+ "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions",
+ "OutputType": "IMicrosoftGraphEducationSubmission",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -229650,18 +239703,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Education",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": "IMicrosoftGraphEducationAssignmentSettings",
- "Command": "Get-MgEducationClassAssignmentSetting",
"Method": "GET",
- "Uri": "/education/classes/{educationClass-id}/assignmentSettings",
+ "Command": "Get-MgEducationClassAssignmentSubmission",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-list-submissions?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Education",
+ "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -229728,82 +239781,51 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Education",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphEducationGradingCategory",
- "Command": "Get-MgEducationClassAssignmentSettingGradingCategory",
"Method": "GET",
- "Uri": "/education/classes/{educationClass-id}/assignmentSettings/gradingCategories/{educationGradingCategory-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEducationClassAssignmentSubmissionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Education",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphEducationGradingCategory",
- "Command": "Get-MgEducationClassAssignmentSettingGradingCategory",
- "Method": "GET",
- "Uri": "/education/classes/{educationClass-id}/assignmentSettings/gradingCategories",
+ "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}",
+ "OutputType": "IMicrosoftGraphEducationOutcome",
"ApiVersion": "v1.0",
- "Permissions": []
- },
- {
- "Module": "Education",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgEducationClassAssignmentSettingGradingCategoryCount",
"Method": "GET",
- "Uri": "/education/classes/{educationClass-id}/assignmentSettings/gradingCategories/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEducationClassAssignmentSubmissionOutcome",
+ "ApiReferenceLink": null
},
{
"Module": "Education",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphEducationSubmission",
- "Command": "Get-MgEducationClassAssignmentSubmission",
- "Method": "GET",
- "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}",
+ "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes",
+ "OutputType": "IMicrosoftGraphEducationOutcome",
"ApiVersion": "v1.0",
"Permissions": [
{
- "Name": "EduAssignments.ReadBasic",
- "Description": "View your assignments without grades",
- "FullDescription": "Allows the app to view your assignments on your behalf without seeing grades.",
+ "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": 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.",
+ "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": 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",
@@ -229812,22 +239834,6 @@
"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",
@@ -229835,52 +239841,37 @@
"IsAdmin": false,
"PermissionType": "Application",
"IsLeastPrivilege": false
- },
- {
- "Name": "EduAssignments.Read.All",
- "Description": "Read all class assignments with grades",
- "FullDescription": "Allows the app to read all class assignments with grades for all users without a signed-in user.",
- "IsAdmin": false,
- "PermissionType": "Application",
- "IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Education",
+ ],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphEducationSubmission",
- "Command": "Get-MgEducationClassAssignmentSubmission",
"Method": "GET",
- "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions",
+ "Command": "Get-MgEducationClassAssignmentSubmissionOutcome",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-list-outcomes?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Education",
+ "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
- "Name": "EduAssignments.ReadBasic",
- "Description": "View your assignments without grades",
- "FullDescription": "Allows the app to view your assignments on your behalf without seeing grades.",
+ "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": 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.",
+ "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": 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",
@@ -229889,22 +239880,6 @@
"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",
@@ -229912,27 +239887,20 @@
"IsAdmin": false,
"PermissionType": "Application",
"IsLeastPrivilege": false
- },
- {
- "Name": "EduAssignments.Read.All",
- "Description": "Read all class assignments with grades",
- "FullDescription": "Allows the app to read all class assignments with grades for all users without a signed-in user.",
- "IsAdmin": false,
- "PermissionType": "Application",
- "IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Education",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgEducationClassAssignmentSubmissionCount",
"Method": "GET",
- "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/$count",
+ "Command": "Get-MgEducationClassAssignmentSubmissionOutcomeCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Education",
+ "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}",
+ "OutputType": "IMicrosoftGraphEducationSubmissionResource",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -229999,122 +239967,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Education",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphEducationOutcome",
- "Command": "Get-MgEducationClassAssignmentSubmissionOutcome",
- "Method": "GET",
- "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
- },
- {
- "Module": "Education",
- "Variants": [
- "List"
],
- "OutputType": "IMicrosoftGraphEducationOutcome",
- "Command": "Get-MgEducationClassAssignmentSubmissionOutcome",
- "Method": "GET",
- "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes",
- "ApiVersion": "v1.0",
- "Permissions": [
- {
- "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": true
- },
- {
- "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": 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.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
- }
- ]
- },
- {
- "Module": "Education",
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgEducationClassAssignmentSubmissionOutcomeCount",
"Method": "GET",
- "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/$count",
- "ApiVersion": "v1.0",
- "Permissions": [
- {
- "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": true
- },
- {
- "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": 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.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
- }
- ]
+ "Command": "Get-MgEducationClassAssignmentSubmissionResource",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmissionresource-get?view=graph-rest-1.0"
},
{
"Module": "Education",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
+ "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources",
"OutputType": "IMicrosoftGraphEducationSubmissionResource",
- "Command": "Get-MgEducationClassAssignmentSubmissionResource",
- "Method": "GET",
- "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -230181,17 +240046,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Education",
+ ],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphEducationSubmissionResource",
- "Command": "Get-MgEducationClassAssignmentSubmissionResource",
"Method": "GET",
- "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources",
+ "Command": "Get-MgEducationClassAssignmentSubmissionResource",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-list-resources?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Education",
+ "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -230258,18 +240124,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Education",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgEducationClassAssignmentSubmissionResourceCount",
"Method": "GET",
- "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/$count",
+ "Command": "Get-MgEducationClassAssignmentSubmissionResourceCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Education",
+ "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}",
+ "OutputType": "IMicrosoftGraphEducationSubmissionResource",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -230336,18 +240203,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Education",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphEducationSubmissionResource",
- "Command": "Get-MgEducationClassAssignmentSubmissionSubmittedResource",
"Method": "GET",
- "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}",
+ "Command": "Get-MgEducationClassAssignmentSubmissionSubmittedResource",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmittedsubmissionresource-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Education",
+ "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources",
+ "OutputType": "IMicrosoftGraphEducationSubmissionResource",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -230414,17 +240282,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Education",
+ ],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphEducationSubmissionResource",
- "Command": "Get-MgEducationClassAssignmentSubmissionSubmittedResource",
"Method": "GET",
- "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources",
+ "Command": "Get-MgEducationClassAssignmentSubmissionSubmittedResource",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-list-submittedresources?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Education",
+ "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -230491,95 +240360,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Education",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgEducationClassAssignmentSubmissionSubmittedResourceCount",
"Method": "GET",
- "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/$count",
- "ApiVersion": "v1.0",
- "Permissions": [
- {
- "Name": "EduAssignments.ReadBasic",
- "Description": "View your assignments without grades",
- "FullDescription": "Allows the app to view your assignments on your behalf without seeing grades.",
- "IsAdmin": true,
- "PermissionType": "DelegatedWork",
- "IsLeastPrivilege": true
- },
- {
- "Name": "EduAssignments.ReadBasic.All",
- "Description": "Read all class assignments without grades",
- "FullDescription": "Allows the app to read all class assignments without grades for all users without a signed-in user.",
- "IsAdmin": false,
- "PermissionType": "Application",
- "IsLeastPrivilege": true
- },
- {
- "Name": "EduAssignments.ReadWriteBasic",
- "Description": "View and modify your assignments without grades",
- "FullDescription": "Allows the app to view and modify your assignments on your behalf without seeing grades.",
- "IsAdmin": true,
- "PermissionType": "DelegatedWork",
- "IsLeastPrivilege": false
- },
- {
- "Name": "EduAssignments.ReadWrite",
- "Description": "View and modify your assignments and grades",
- "FullDescription": "Allows the app to view and modify your assignments on your behalf including  grades.",
- "IsAdmin": true,
- "PermissionType": "DelegatedWork",
- "IsLeastPrivilege": false
- },
- {
- "Name": "EduAssignments.Read",
- "Description": "View your assignments and grades",
- "FullDescription": "Allows the app to view your assignments on your behalf including grades.",
- "IsAdmin": true,
- "PermissionType": "DelegatedWork",
- "IsLeastPrivilege": false
- },
- {
- "Name": "EduAssignments.ReadWriteBasic.All",
- "Description": "Create, read, update and delete all class assignments without grades",
- "FullDescription": "Allows the app to create, read, update and delete all class assignments without grades for all users without a signed-in user.",
- "IsAdmin": false,
- "PermissionType": "Application",
- "IsLeastPrivilege": false
- },
- {
- "Name": "EduAssignments.ReadWrite.All",
- "Description": "Create, read, update and delete all class assignments with grades",
- "FullDescription": "Allows the app to create, read, update and delete all class assignments with grades for all users without a signed-in user.",
- "IsAdmin": false,
- "PermissionType": "Application",
- "IsLeastPrivilege": false
- },
- {
- "Name": "EduAssignments.Read.All",
- "Description": "Read all class assignments with grades",
- "FullDescription": "Allows the app to read all class assignments with grades for all users without a signed-in user.",
- "IsAdmin": false,
- "PermissionType": "Application",
- "IsLeastPrivilege": false
- }
- ]
+ "Command": "Get-MgEducationClassAssignmentSubmissionSubmittedResourceCount",
+ "ApiReferenceLink": null
},
{
"Module": "Education",
- "Variants": [
- "Get"
- ],
- "OutputType": null,
- "Command": "Get-MgEducationClassCount",
- "Method": "GET",
"Uri": "/education/classes/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -230606,17 +240399,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Education",
+ ],
"Variants": [
- "Delta"
+ "Get"
],
- "OutputType": "IMicrosoftGraphEducationClass",
- "Command": "Get-MgEducationClassDelta",
"Method": "GET",
+ "Command": "Get-MgEducationClassCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Education",
"Uri": "/education/classes/delta",
+ "OutputType": "IMicrosoftGraphEducationClass",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -230667,18 +240461,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Education",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Delta"
],
- "OutputType": "IMicrosoftGraphGroup",
- "Command": "Get-MgEducationClassGroup",
"Method": "GET",
+ "Command": "Get-MgEducationClassDelta",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Education",
"Uri": "/education/classes/{educationClass-id}/group",
+ "OutputType": "IMicrosoftGraphGroup",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -230729,42 +240523,46 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgEducationClassGroup",
+ "ApiReferenceLink": null
},
{
"Module": "Education",
+ "Uri": "/education/classes/{educationClass-id}/group/serviceProvisioningErrors",
+ "OutputType": "IMicrosoftGraphServiceProvisioningError",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Command": "Get-MgEducationClassGroupServiceProvisioningError",
"Method": "GET",
- "Uri": "/education/classes/{educationClass-id}/group/serviceProvisioningErrors",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEducationClassGroupServiceProvisioningError",
+ "ApiReferenceLink": null
},
{
"Module": "Education",
+ "Uri": "/education/classes/{educationClass-id}/group/serviceProvisioningErrors/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgEducationClassGroupServiceProvisioningErrorCount",
"Method": "GET",
- "Uri": "/education/classes/{educationClass-id}/group/serviceProvisioningErrors/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEducationClassGroupServiceProvisioningErrorCount",
+ "ApiReferenceLink": null
},
{
"Module": "Education",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphEducationUser",
- "Command": "Get-MgEducationClassMember",
- "Method": "GET",
"Uri": "/education/classes/{educationClass-id}/members",
+ "OutputType": "IMicrosoftGraphEducationUser",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -230799,17 +240597,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Education",
+ ],
"Variants": [
"List"
],
- "OutputType": null,
- "Command": "Get-MgEducationClassMemberByRef",
"Method": "GET",
+ "Command": "Get-MgEducationClassMember",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-list-members?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Education",
"Uri": "/education/classes/{educationClass-id}/members/$ref",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -230844,18 +240643,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Education",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgEducationClassMemberCount",
"Method": "GET",
+ "Command": "Get-MgEducationClassMemberByRef",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-list-members?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Education",
"Uri": "/education/classes/{educationClass-id}/members/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -230890,106 +240689,115 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgEducationClassMemberCount",
+ "ApiReferenceLink": null
},
{
"Module": "Education",
+ "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}",
+ "OutputType": "IMicrosoftGraphEducationModule",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphEducationModule",
- "Command": "Get-MgEducationClassModule",
"Method": "GET",
- "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEducationClassModule",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationmodule-get?view=graph-rest-1.0"
},
{
"Module": "Education",
+ "Uri": "/education/classes/{educationClass-id}/modules",
+ "OutputType": "IMicrosoftGraphEducationModule",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphEducationModule",
- "Command": "Get-MgEducationClassModule",
"Method": "GET",
- "Uri": "/education/classes/{educationClass-id}/modules",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEducationClassModule",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-list-modules?view=graph-rest-1.0"
},
{
"Module": "Education",
+ "Uri": "/education/classes/{educationClass-id}/modules/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgEducationClassModuleCount",
"Method": "GET",
- "Uri": "/education/classes/{educationClass-id}/modules/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEducationClassModuleCount",
+ "ApiReferenceLink": null
},
{
"Module": "Education",
+ "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}/resources/{educationModuleResource-id}",
+ "OutputType": "IMicrosoftGraphEducationModuleResource",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphEducationModuleResource",
- "Command": "Get-MgEducationClassModuleResource",
"Method": "GET",
- "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}/resources/{educationModuleResource-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEducationClassModuleResource",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationmoduleresource-get?view=graph-rest-1.0"
},
{
"Module": "Education",
+ "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}/resources",
+ "OutputType": "IMicrosoftGraphEducationModuleResource",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphEducationModuleResource",
- "Command": "Get-MgEducationClassModuleResource",
"Method": "GET",
- "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}/resources",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEducationClassModuleResource",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationmodule-list-resources?view=graph-rest-1.0"
},
{
"Module": "Education",
+ "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}/resources/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgEducationClassModuleResourceCount",
"Method": "GET",
- "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}/resources/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEducationClassModuleResourceCount",
+ "ApiReferenceLink": null
},
{
"Module": "Education",
+ "Uri": "/education/classes/{educationClass-id}/schools/{educationSchool-id}",
+ "OutputType": "IMicrosoftGraphEducationSchool",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphEducationSchool",
- "Command": "Get-MgEducationClassSchool",
"Method": "GET",
- "Uri": "/education/classes/{educationClass-id}/schools/{educationSchool-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEducationClassSchool",
+ "ApiReferenceLink": null
},
{
"Module": "Education",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphEducationSchool",
- "Command": "Get-MgEducationClassSchool",
- "Method": "GET",
"Uri": "/education/classes/{educationClass-id}/schools",
+ "OutputType": "IMicrosoftGraphEducationSchool",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -231016,18 +240824,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Education",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgEducationClassSchoolCount",
"Method": "GET",
+ "Command": "Get-MgEducationClassSchool",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-list-schools?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Education",
"Uri": "/education/classes/{educationClass-id}/schools/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -231054,17 +240862,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Education",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphEducationUser",
- "Command": "Get-MgEducationClassTeacher",
"Method": "GET",
+ "Command": "Get-MgEducationClassSchoolCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Education",
"Uri": "/education/classes/{educationClass-id}/teachers",
+ "OutputType": "IMicrosoftGraphEducationUser",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -231091,17 +240901,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Education",
+ ],
"Variants": [
"List"
],
- "OutputType": null,
- "Command": "Get-MgEducationClassTeacherByRef",
"Method": "GET",
+ "Command": "Get-MgEducationClassTeacher",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-list-teachers?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Education",
"Uri": "/education/classes/{educationClass-id}/teachers/$ref",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -231128,18 +240939,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Education",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgEducationClassTeacherCount",
"Method": "GET",
+ "Command": "Get-MgEducationClassTeacherByRef",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-list-teachers?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Education",
"Uri": "/education/classes/{educationClass-id}/teachers/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -231166,17 +240977,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Education",
+ ],
"Variants": [
- "Get"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphEducationUser",
- "Command": "Get-MgEducationMe",
"Method": "GET",
+ "Command": "Get-MgEducationClassTeacherCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Education",
"Uri": "/education/me",
+ "OutputType": "IMicrosoftGraphEducationUser",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -231203,30 +241016,32 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgEducationMe",
+ "ApiReferenceLink": null
},
{
"Module": "Education",
+ "Uri": "/education/me/assignments/{educationAssignment-id}",
+ "OutputType": "IMicrosoftGraphEducationAssignment",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphEducationAssignment",
- "Command": "Get-MgEducationMeAssignment",
"Method": "GET",
- "Uri": "/education/me/assignments/{educationAssignment-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEducationMeAssignment",
+ "ApiReferenceLink": null
},
{
"Module": "Education",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphEducationAssignment",
- "Command": "Get-MgEducationMeAssignment",
- "Method": "GET",
"Uri": "/education/me/assignments",
+ "OutputType": "IMicrosoftGraphEducationAssignment",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -231293,67 +241108,72 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgEducationMeAssignment",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationuser-list-assignments?view=graph-rest-1.0"
},
{
"Module": "Education",
+ "Uri": "/education/me/assignments/{educationAssignment-id}/categories",
+ "OutputType": "IMicrosoftGraphEducationCategory",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphEducationCategory",
- "Command": "Get-MgEducationMeAssignmentCategory",
"Method": "GET",
- "Uri": "/education/me/assignments/{educationAssignment-id}/categories",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEducationMeAssignmentCategory",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-list-categories?view=graph-rest-1.0"
},
{
"Module": "Education",
+ "Uri": "/education/me/assignments/{educationAssignment-id}/categories/$ref",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": null,
- "Command": "Get-MgEducationMeAssignmentCategoryByRef",
"Method": "GET",
- "Uri": "/education/me/assignments/{educationAssignment-id}/categories/$ref",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEducationMeAssignmentCategoryByRef",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-list-categories?view=graph-rest-1.0"
},
{
"Module": "Education",
+ "Uri": "/education/me/assignments/{educationAssignment-id}/categories/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgEducationMeAssignmentCategoryCount",
"Method": "GET",
- "Uri": "/education/me/assignments/{educationAssignment-id}/categories/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEducationMeAssignmentCategoryCount",
+ "ApiReferenceLink": null
},
{
"Module": "Education",
+ "Uri": "/education/me/assignments/{educationAssignment-id}/categories/delta",
+ "OutputType": "IMicrosoftGraphEducationCategory",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Delta",
"DeltaViaIdentity"
],
- "OutputType": "IMicrosoftGraphEducationCategory",
- "Command": "Get-MgEducationMeAssignmentCategoryDelta",
"Method": "GET",
- "Uri": "/education/me/assignments/{educationAssignment-id}/categories/delta",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEducationMeAssignmentCategoryDelta",
+ "ApiReferenceLink": null
},
{
"Module": "Education",
- "Variants": [
- "Get"
- ],
- "OutputType": null,
- "Command": "Get-MgEducationMeAssignmentCount",
- "Method": "GET",
"Uri": "/education/me/assignments/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -231420,271 +241240,292 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgEducationMeAssignmentCount",
+ "ApiReferenceLink": null
},
{
"Module": "Education",
+ "Uri": "/education/me/assignments/delta",
+ "OutputType": "IMicrosoftGraphEducationAssignment",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Delta"
],
- "OutputType": "IMicrosoftGraphEducationAssignment",
- "Command": "Get-MgEducationMeAssignmentDelta",
"Method": "GET",
- "Uri": "/education/me/assignments/delta",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEducationMeAssignmentDelta",
+ "ApiReferenceLink": null
},
{
"Module": "Education",
+ "Uri": "/education/me/assignments/{educationAssignment-id}/gradingCategory",
+ "OutputType": "IMicrosoftGraphEducationGradingCategory",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphEducationGradingCategory",
- "Command": "Get-MgEducationMeAssignmentGradingCategory",
"Method": "GET",
- "Uri": "/education/me/assignments/{educationAssignment-id}/gradingCategory",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEducationMeAssignmentGradingCategory",
+ "ApiReferenceLink": null
},
{
"Module": "Education",
+ "Uri": "/education/me/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}",
+ "OutputType": "IMicrosoftGraphEducationAssignmentResource",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphEducationAssignmentResource",
- "Command": "Get-MgEducationMeAssignmentResource",
"Method": "GET",
- "Uri": "/education/me/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEducationMeAssignmentResource",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignmentresource-get?view=graph-rest-1.0"
},
{
"Module": "Education",
+ "Uri": "/education/me/assignments/{educationAssignment-id}/resources",
+ "OutputType": "IMicrosoftGraphEducationAssignmentResource",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphEducationAssignmentResource",
- "Command": "Get-MgEducationMeAssignmentResource",
"Method": "GET",
- "Uri": "/education/me/assignments/{educationAssignment-id}/resources",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEducationMeAssignmentResource",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-list-resources?view=graph-rest-1.0"
},
{
"Module": "Education",
+ "Uri": "/education/me/assignments/{educationAssignment-id}/resources/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgEducationMeAssignmentResourceCount",
"Method": "GET",
- "Uri": "/education/me/assignments/{educationAssignment-id}/resources/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEducationMeAssignmentResourceCount",
+ "ApiReferenceLink": null
},
{
"Module": "Education",
+ "Uri": "/education/me/assignments/{educationAssignment-id}/rubric",
+ "OutputType": "IMicrosoftGraphEducationRubric",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphEducationRubric",
- "Command": "Get-MgEducationMeAssignmentRubric",
"Method": "GET",
- "Uri": "/education/me/assignments/{educationAssignment-id}/rubric",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEducationMeAssignmentRubric",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-get-rubric?view=graph-rest-1.0"
},
{
"Module": "Education",
+ "Uri": "/education/me/assignments/{educationAssignment-id}/rubric/$ref",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgEducationMeAssignmentRubricByRef",
"Method": "GET",
- "Uri": "/education/me/assignments/{educationAssignment-id}/rubric/$ref",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEducationMeAssignmentRubricByRef",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-get-rubric?view=graph-rest-1.0"
},
{
"Module": "Education",
+ "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}",
+ "OutputType": "IMicrosoftGraphEducationSubmission",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphEducationSubmission",
- "Command": "Get-MgEducationMeAssignmentSubmission",
"Method": "GET",
- "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEducationMeAssignmentSubmission",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-get?view=graph-rest-1.0"
},
{
"Module": "Education",
+ "Uri": "/education/me/assignments/{educationAssignment-id}/submissions",
+ "OutputType": "IMicrosoftGraphEducationSubmission",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphEducationSubmission",
- "Command": "Get-MgEducationMeAssignmentSubmission",
"Method": "GET",
- "Uri": "/education/me/assignments/{educationAssignment-id}/submissions",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEducationMeAssignmentSubmission",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-list-submissions?view=graph-rest-1.0"
},
{
"Module": "Education",
+ "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgEducationMeAssignmentSubmissionCount",
"Method": "GET",
- "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEducationMeAssignmentSubmissionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Education",
+ "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}",
+ "OutputType": "IMicrosoftGraphEducationOutcome",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphEducationOutcome",
- "Command": "Get-MgEducationMeAssignmentSubmissionOutcome",
"Method": "GET",
- "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEducationMeAssignmentSubmissionOutcome",
+ "ApiReferenceLink": null
},
{
"Module": "Education",
+ "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes",
+ "OutputType": "IMicrosoftGraphEducationOutcome",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphEducationOutcome",
- "Command": "Get-MgEducationMeAssignmentSubmissionOutcome",
"Method": "GET",
- "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEducationMeAssignmentSubmissionOutcome",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-list-outcomes?view=graph-rest-1.0"
},
{
"Module": "Education",
+ "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgEducationMeAssignmentSubmissionOutcomeCount",
"Method": "GET",
- "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEducationMeAssignmentSubmissionOutcomeCount",
+ "ApiReferenceLink": null
},
{
"Module": "Education",
+ "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}",
+ "OutputType": "IMicrosoftGraphEducationSubmissionResource",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphEducationSubmissionResource",
- "Command": "Get-MgEducationMeAssignmentSubmissionResource",
"Method": "GET",
- "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEducationMeAssignmentSubmissionResource",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmissionresource-get?view=graph-rest-1.0"
},
{
"Module": "Education",
+ "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources",
+ "OutputType": "IMicrosoftGraphEducationSubmissionResource",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphEducationSubmissionResource",
- "Command": "Get-MgEducationMeAssignmentSubmissionResource",
"Method": "GET",
- "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEducationMeAssignmentSubmissionResource",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-list-resources?view=graph-rest-1.0"
},
{
"Module": "Education",
+ "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgEducationMeAssignmentSubmissionResourceCount",
"Method": "GET",
- "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEducationMeAssignmentSubmissionResourceCount",
+ "ApiReferenceLink": null
},
{
"Module": "Education",
+ "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}",
+ "OutputType": "IMicrosoftGraphEducationSubmissionResource",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphEducationSubmissionResource",
- "Command": "Get-MgEducationMeAssignmentSubmissionSubmittedResource",
"Method": "GET",
- "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEducationMeAssignmentSubmissionSubmittedResource",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmittedsubmissionresource-get?view=graph-rest-1.0"
},
{
"Module": "Education",
+ "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources",
+ "OutputType": "IMicrosoftGraphEducationSubmissionResource",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphEducationSubmissionResource",
- "Command": "Get-MgEducationMeAssignmentSubmissionSubmittedResource",
"Method": "GET",
- "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEducationMeAssignmentSubmissionSubmittedResource",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-list-submittedresources?view=graph-rest-1.0"
},
{
"Module": "Education",
+ "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgEducationMeAssignmentSubmissionSubmittedResourceCount",
"Method": "GET",
- "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEducationMeAssignmentSubmissionSubmittedResourceCount",
+ "ApiReferenceLink": null
},
{
"Module": "Education",
+ "Uri": "/education/me/classes/{educationClass-id}",
+ "OutputType": "IMicrosoftGraphEducationClass",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphEducationClass",
- "Command": "Get-MgEducationMeClass",
"Method": "GET",
- "Uri": "/education/me/classes/{educationClass-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEducationMeClass",
+ "ApiReferenceLink": null
},
{
"Module": "Education",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphEducationClass",
- "Command": "Get-MgEducationMeClass",
- "Method": "GET",
"Uri": "/education/me/classes",
+ "OutputType": "IMicrosoftGraphEducationClass",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -231711,17 +241552,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Education",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgEducationMeClassCount",
"Method": "GET",
+ "Command": "Get-MgEducationMeClass",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationuser-list-classes?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Education",
"Uri": "/education/me/classes/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -231748,18 +241590,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Education",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphEducationRubric",
- "Command": "Get-MgEducationMeRubric",
"Method": "GET",
+ "Command": "Get-MgEducationMeClassCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Education",
"Uri": "/education/me/rubrics/{educationRubric-id}",
+ "OutputType": "IMicrosoftGraphEducationRubric",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -231794,17 +241636,19 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Education",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphEducationRubric",
- "Command": "Get-MgEducationMeRubric",
"Method": "GET",
+ "Command": "Get-MgEducationMeRubric",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationrubric-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Education",
"Uri": "/education/me/rubrics",
+ "OutputType": "IMicrosoftGraphEducationRubric",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -231839,17 +241683,18 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Education",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgEducationMeRubricCount",
"Method": "GET",
+ "Command": "Get-MgEducationMeRubric",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationuser-list-rubrics?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Education",
"Uri": "/education/me/rubrics/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -231884,30 +241729,32 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgEducationMeRubricCount",
+ "ApiReferenceLink": null
},
{
"Module": "Education",
+ "Uri": "/education/me/schools/{educationSchool-id}",
+ "OutputType": "IMicrosoftGraphEducationSchool",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphEducationSchool",
- "Command": "Get-MgEducationMeSchool",
"Method": "GET",
- "Uri": "/education/me/schools/{educationSchool-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEducationMeSchool",
+ "ApiReferenceLink": null
},
{
"Module": "Education",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphEducationSchool",
- "Command": "Get-MgEducationMeSchool",
- "Method": "GET",
"Uri": "/education/me/schools",
+ "OutputType": "IMicrosoftGraphEducationSchool",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -231934,17 +241781,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Education",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgEducationMeSchoolCount",
"Method": "GET",
+ "Command": "Get-MgEducationMeSchool",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationuser-list-schools?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Education",
"Uri": "/education/me/schools/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -231971,30 +241819,32 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgEducationMeSchoolCount",
+ "ApiReferenceLink": null
},
{
"Module": "Education",
+ "Uri": "/education/me/taughtClasses/{educationClass-id}",
+ "OutputType": "IMicrosoftGraphEducationClass",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphEducationClass",
- "Command": "Get-MgEducationMeTaughtClass",
"Method": "GET",
- "Uri": "/education/me/taughtClasses/{educationClass-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEducationMeTaughtClass",
+ "ApiReferenceLink": null
},
{
"Module": "Education",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphEducationClass",
- "Command": "Get-MgEducationMeTaughtClass",
- "Method": "GET",
"Uri": "/education/me/taughtClasses",
+ "OutputType": "IMicrosoftGraphEducationClass",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -232021,17 +241871,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Education",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgEducationMeTaughtClassCount",
"Method": "GET",
+ "Command": "Get-MgEducationMeTaughtClass",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationuser-list-taughtclasses?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Education",
"Uri": "/education/me/taughtClasses/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -232058,17 +241909,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Education",
+ ],
"Variants": [
"Get"
],
- "OutputType": "IMicrosoftGraphUser",
- "Command": "Get-MgEducationMeUser",
"Method": "GET",
+ "Command": "Get-MgEducationMeTaughtClassCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Education",
"Uri": "/education/me/user",
+ "OutputType": "IMicrosoftGraphUser",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -232127,66 +241979,70 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgEducationMeUser",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationuser-get-user?view=graph-rest-1.0"
},
{
"Module": "Education",
+ "Uri": "/education/me/user/mailboxSettings",
+ "OutputType": "IMicrosoftGraphMailboxSettings",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Command": "Get-MgEducationMeUserMailboxSetting",
"Method": "GET",
- "Uri": "/education/me/user/mailboxSettings",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEducationMeUserMailboxSetting",
+ "ApiReferenceLink": null
},
{
"Module": "Education",
+ "Uri": "/education/me/user/serviceProvisioningErrors",
+ "OutputType": "IMicrosoftGraphServiceProvisioningError",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Command": "Get-MgEducationMeUserServiceProvisioningError",
"Method": "GET",
- "Uri": "/education/me/user/serviceProvisioningErrors",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEducationMeUserServiceProvisioningError",
+ "ApiReferenceLink": null
},
{
"Module": "Education",
+ "Uri": "/education/me/user/serviceProvisioningErrors/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgEducationMeUserServiceProvisioningErrorCount",
"Method": "GET",
- "Uri": "/education/me/user/serviceProvisioningErrors/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEducationMeUserServiceProvisioningErrorCount",
+ "ApiReferenceLink": null
},
{
"Module": "Education",
+ "Uri": "/education",
+ "OutputType": "IMicrosoftGraphEducationRoot",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": "IMicrosoftGraphEducationRoot",
- "Command": "Get-MgEducationRoot",
"Method": "GET",
- "Uri": "/education",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEducationRoot",
+ "ApiReferenceLink": null
},
{
"Module": "Education",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphEducationSchool",
- "Command": "Get-MgEducationSchool",
- "Method": "GET",
"Uri": "/education/schools/{educationSchool-id}",
+ "OutputType": "IMicrosoftGraphEducationSchool",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -232213,17 +242069,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Education",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphEducationSchool",
- "Command": "Get-MgEducationSchool",
"Method": "GET",
+ "Command": "Get-MgEducationSchool",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationschool-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Education",
"Uri": "/education/schools",
+ "OutputType": "IMicrosoftGraphEducationSchool",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -232250,18 +242108,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Education",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": "IMicrosoftGraphAdministrativeUnit",
- "Command": "Get-MgEducationSchoolAdministrativeUnit",
"Method": "GET",
+ "Command": "Get-MgEducationSchool",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationschool-list?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Education",
"Uri": "/education/schools/{educationSchool-id}/administrativeUnit",
+ "OutputType": "IMicrosoftGraphAdministrativeUnit",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -232312,17 +242170,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Education",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphEducationClass",
- "Command": "Get-MgEducationSchoolClass",
"Method": "GET",
+ "Command": "Get-MgEducationSchoolAdministrativeUnit",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationschool-list-administrativeunit?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Education",
"Uri": "/education/schools/{educationSchool-id}/classes",
+ "OutputType": "IMicrosoftGraphEducationClass",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -232349,17 +242209,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Education",
+ ],
"Variants": [
"List"
],
- "OutputType": null,
- "Command": "Get-MgEducationSchoolClassByRef",
"Method": "GET",
+ "Command": "Get-MgEducationSchoolClass",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationschool-list-classes?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Education",
"Uri": "/education/schools/{educationSchool-id}/classes/$ref",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -232386,18 +242247,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Education",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgEducationSchoolClassCount",
"Method": "GET",
+ "Command": "Get-MgEducationSchoolClassByRef",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationschool-list-classes?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Education",
"Uri": "/education/schools/{educationSchool-id}/classes/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -232424,17 +242285,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Education",
+ ],
"Variants": [
- "Get"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgEducationSchoolCount",
"Method": "GET",
+ "Command": "Get-MgEducationSchoolClassCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Education",
"Uri": "/education/schools/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -232461,17 +242324,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Education",
+ ],
"Variants": [
- "Delta"
+ "Get"
],
- "OutputType": "IMicrosoftGraphEducationSchool",
- "Command": "Get-MgEducationSchoolDelta",
"Method": "GET",
+ "Command": "Get-MgEducationSchoolCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Education",
"Uri": "/education/schools/delta",
+ "OutputType": "IMicrosoftGraphEducationSchool",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -232530,17 +242394,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Education",
+ ],
"Variants": [
- "List"
+ "Delta"
],
- "OutputType": "IMicrosoftGraphEducationUser",
- "Command": "Get-MgEducationSchoolUser",
"Method": "GET",
+ "Command": "Get-MgEducationSchoolDelta",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Education",
"Uri": "/education/schools/{educationSchool-id}/users",
+ "OutputType": "IMicrosoftGraphEducationUser",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -232559,17 +242424,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Education",
+ ],
"Variants": [
"List"
],
- "OutputType": null,
- "Command": "Get-MgEducationSchoolUserByRef",
"Method": "GET",
+ "Command": "Get-MgEducationSchoolUser",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationschool-list-users?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Education",
"Uri": "/education/schools/{educationSchool-id}/users/$ref",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -232588,18 +242454,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Education",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgEducationSchoolUserCount",
"Method": "GET",
+ "Command": "Get-MgEducationSchoolUserByRef",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationschool-list-users?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Education",
"Uri": "/education/schools/{educationSchool-id}/users/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -232618,20 +242484,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Education",
+ ],
"Variants": [
"Get",
- "Get1",
- "GetViaIdentity",
- "GetViaIdentity1"
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphEducationUser",
- "Command": "Get-MgEducationUser",
"Method": "GET",
+ "Command": "Get-MgEducationSchoolUserCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Education",
"Uri": "/education/users/{educationUser-id}",
+ "OutputType": "IMicrosoftGraphEducationUser",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -232658,17 +242523,21 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Education",
+ ],
"Variants": [
- "List"
+ "Get",
+ "Get1",
+ "GetViaIdentity",
+ "GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphEducationUser",
- "Command": "Get-MgEducationUser",
"Method": "GET",
+ "Command": "Get-MgEducationUser",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationuser-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Education",
"Uri": "/education/users",
+ "OutputType": "IMicrosoftGraphEducationUser",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -232687,30 +242556,32 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgEducationUser",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationuser-list?view=graph-rest-1.0"
},
{
"Module": "Education",
+ "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}",
+ "OutputType": "IMicrosoftGraphEducationAssignment",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphEducationAssignment",
- "Command": "Get-MgEducationUserAssignment",
"Method": "GET",
- "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEducationUserAssignment",
+ "ApiReferenceLink": null
},
{
"Module": "Education",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphEducationAssignment",
- "Command": "Get-MgEducationUserAssignment",
- "Method": "GET",
"Uri": "/education/users/{educationUser-id}/assignments",
+ "OutputType": "IMicrosoftGraphEducationAssignment",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -232777,68 +242648,72 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgEducationUserAssignment",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationuser-list-assignments?view=graph-rest-1.0"
},
{
"Module": "Education",
+ "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories",
+ "OutputType": "IMicrosoftGraphEducationCategory",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphEducationCategory",
- "Command": "Get-MgEducationUserAssignmentCategory",
"Method": "GET",
- "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEducationUserAssignmentCategory",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-list-categories?view=graph-rest-1.0"
},
{
"Module": "Education",
+ "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories/$ref",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": null,
- "Command": "Get-MgEducationUserAssignmentCategoryByRef",
"Method": "GET",
- "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories/$ref",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEducationUserAssignmentCategoryByRef",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-list-categories?view=graph-rest-1.0"
},
{
"Module": "Education",
+ "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgEducationUserAssignmentCategoryCount",
"Method": "GET",
- "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEducationUserAssignmentCategoryCount",
+ "ApiReferenceLink": null
},
{
"Module": "Education",
+ "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories/delta",
+ "OutputType": "IMicrosoftGraphEducationCategory",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Delta",
"DeltaViaIdentity"
],
- "OutputType": "IMicrosoftGraphEducationCategory",
- "Command": "Get-MgEducationUserAssignmentCategoryDelta",
"Method": "GET",
- "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories/delta",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEducationUserAssignmentCategoryDelta",
+ "ApiReferenceLink": null
},
{
"Module": "Education",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": null,
- "Command": "Get-MgEducationUserAssignmentCount",
- "Method": "GET",
"Uri": "/education/users/{educationUser-id}/assignments/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -232905,272 +242780,294 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgEducationUserAssignmentCount",
+ "ApiReferenceLink": null
},
{
"Module": "Education",
+ "Uri": "/education/users/{educationUser-id}/assignments/delta",
+ "OutputType": "IMicrosoftGraphEducationAssignment",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Delta",
"DeltaViaIdentity"
],
- "OutputType": "IMicrosoftGraphEducationAssignment",
- "Command": "Get-MgEducationUserAssignmentDelta",
"Method": "GET",
- "Uri": "/education/users/{educationUser-id}/assignments/delta",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEducationUserAssignmentDelta",
+ "ApiReferenceLink": null
},
{
"Module": "Education",
+ "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/gradingCategory",
+ "OutputType": "IMicrosoftGraphEducationGradingCategory",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphEducationGradingCategory",
- "Command": "Get-MgEducationUserAssignmentGradingCategory",
"Method": "GET",
- "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/gradingCategory",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEducationUserAssignmentGradingCategory",
+ "ApiReferenceLink": null
},
{
"Module": "Education",
+ "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}",
+ "OutputType": "IMicrosoftGraphEducationAssignmentResource",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphEducationAssignmentResource",
- "Command": "Get-MgEducationUserAssignmentResource",
"Method": "GET",
- "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEducationUserAssignmentResource",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignmentresource-get?view=graph-rest-1.0"
},
{
"Module": "Education",
+ "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources",
+ "OutputType": "IMicrosoftGraphEducationAssignmentResource",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphEducationAssignmentResource",
- "Command": "Get-MgEducationUserAssignmentResource",
"Method": "GET",
- "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEducationUserAssignmentResource",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-list-resources?view=graph-rest-1.0"
},
{
"Module": "Education",
+ "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgEducationUserAssignmentResourceCount",
"Method": "GET",
- "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEducationUserAssignmentResourceCount",
+ "ApiReferenceLink": null
},
{
"Module": "Education",
+ "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/rubric",
+ "OutputType": "IMicrosoftGraphEducationRubric",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphEducationRubric",
- "Command": "Get-MgEducationUserAssignmentRubric",
"Method": "GET",
- "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/rubric",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEducationUserAssignmentRubric",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-get-rubric?view=graph-rest-1.0"
},
{
"Module": "Education",
+ "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/rubric/$ref",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgEducationUserAssignmentRubricByRef",
"Method": "GET",
- "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/rubric/$ref",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEducationUserAssignmentRubricByRef",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-get-rubric?view=graph-rest-1.0"
},
{
"Module": "Education",
+ "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}",
+ "OutputType": "IMicrosoftGraphEducationSubmission",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphEducationSubmission",
- "Command": "Get-MgEducationUserAssignmentSubmission",
"Method": "GET",
- "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEducationUserAssignmentSubmission",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-get?view=graph-rest-1.0"
},
{
"Module": "Education",
+ "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions",
+ "OutputType": "IMicrosoftGraphEducationSubmission",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphEducationSubmission",
- "Command": "Get-MgEducationUserAssignmentSubmission",
"Method": "GET",
- "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEducationUserAssignmentSubmission",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-list-submissions?view=graph-rest-1.0"
},
{
"Module": "Education",
+ "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgEducationUserAssignmentSubmissionCount",
"Method": "GET",
- "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEducationUserAssignmentSubmissionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Education",
+ "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}",
+ "OutputType": "IMicrosoftGraphEducationOutcome",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphEducationOutcome",
- "Command": "Get-MgEducationUserAssignmentSubmissionOutcome",
"Method": "GET",
- "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEducationUserAssignmentSubmissionOutcome",
+ "ApiReferenceLink": null
},
{
"Module": "Education",
+ "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes",
+ "OutputType": "IMicrosoftGraphEducationOutcome",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphEducationOutcome",
- "Command": "Get-MgEducationUserAssignmentSubmissionOutcome",
"Method": "GET",
- "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEducationUserAssignmentSubmissionOutcome",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-list-outcomes?view=graph-rest-1.0"
},
{
"Module": "Education",
+ "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgEducationUserAssignmentSubmissionOutcomeCount",
"Method": "GET",
- "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEducationUserAssignmentSubmissionOutcomeCount",
+ "ApiReferenceLink": null
},
{
"Module": "Education",
+ "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}",
+ "OutputType": "IMicrosoftGraphEducationSubmissionResource",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphEducationSubmissionResource",
- "Command": "Get-MgEducationUserAssignmentSubmissionResource",
"Method": "GET",
- "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEducationUserAssignmentSubmissionResource",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmissionresource-get?view=graph-rest-1.0"
},
{
"Module": "Education",
+ "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources",
+ "OutputType": "IMicrosoftGraphEducationSubmissionResource",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphEducationSubmissionResource",
- "Command": "Get-MgEducationUserAssignmentSubmissionResource",
"Method": "GET",
- "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEducationUserAssignmentSubmissionResource",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-list-resources?view=graph-rest-1.0"
},
{
"Module": "Education",
+ "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgEducationUserAssignmentSubmissionResourceCount",
"Method": "GET",
- "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEducationUserAssignmentSubmissionResourceCount",
+ "ApiReferenceLink": null
},
{
"Module": "Education",
+ "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}",
+ "OutputType": "IMicrosoftGraphEducationSubmissionResource",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphEducationSubmissionResource",
- "Command": "Get-MgEducationUserAssignmentSubmissionSubmittedResource",
"Method": "GET",
- "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEducationUserAssignmentSubmissionSubmittedResource",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmittedsubmissionresource-get?view=graph-rest-1.0"
},
{
"Module": "Education",
+ "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources",
+ "OutputType": "IMicrosoftGraphEducationSubmissionResource",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphEducationSubmissionResource",
- "Command": "Get-MgEducationUserAssignmentSubmissionSubmittedResource",
"Method": "GET",
- "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEducationUserAssignmentSubmissionSubmittedResource",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-list-submittedresources?view=graph-rest-1.0"
},
{
"Module": "Education",
+ "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgEducationUserAssignmentSubmissionSubmittedResourceCount",
"Method": "GET",
- "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEducationUserAssignmentSubmissionSubmittedResourceCount",
+ "ApiReferenceLink": null
},
{
"Module": "Education",
+ "Uri": "/education/users/{educationUser-id}/classes/{educationClass-id}",
+ "OutputType": "IMicrosoftGraphEducationClass",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphEducationClass",
- "Command": "Get-MgEducationUserClass",
"Method": "GET",
- "Uri": "/education/users/{educationUser-id}/classes/{educationClass-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEducationUserClass",
+ "ApiReferenceLink": null
},
{
"Module": "Education",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphEducationClass",
- "Command": "Get-MgEducationUserClass",
- "Method": "GET",
"Uri": "/education/users/{educationUser-id}/classes",
+ "OutputType": "IMicrosoftGraphEducationClass",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -233197,18 +243094,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Education",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgEducationUserClassCount",
"Method": "GET",
+ "Command": "Get-MgEducationUserClass",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationuser-list-classes?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Education",
"Uri": "/education/users/{educationUser-id}/classes/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -233235,17 +243132,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Education",
+ ],
"Variants": [
- "Get"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgEducationUserCount",
"Method": "GET",
+ "Command": "Get-MgEducationUserClassCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Education",
"Uri": "/education/users/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -233264,17 +243163,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Education",
+ ],
"Variants": [
- "Delta"
+ "Get"
],
- "OutputType": "IMicrosoftGraphEducationUser",
- "Command": "Get-MgEducationUserDelta",
"Method": "GET",
+ "Command": "Get-MgEducationUserCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Education",
"Uri": "/education/users/delta",
+ "OutputType": "IMicrosoftGraphEducationUser",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -233333,81 +243233,87 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Delta"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgEducationUserDelta",
+ "ApiReferenceLink": null
},
{
"Module": "Education",
+ "Uri": "/education/users/{educationUser-id}/user/mailboxSettings",
+ "OutputType": "IMicrosoftGraphMailboxSettings",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Command": "Get-MgEducationUserMailboxSetting",
"Method": "GET",
- "Uri": "/education/users/{educationUser-id}/user/mailboxSettings",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEducationUserMailboxSetting",
+ "ApiReferenceLink": null
},
{
"Module": "Education",
+ "Uri": "/education/users/{educationUser-id}/rubrics/{educationRubric-id}",
+ "OutputType": "IMicrosoftGraphEducationRubric",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphEducationRubric",
- "Command": "Get-MgEducationUserRubric",
"Method": "GET",
- "Uri": "/education/users/{educationUser-id}/rubrics/{educationRubric-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEducationUserRubric",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationrubric-get?view=graph-rest-1.0"
},
{
"Module": "Education",
+ "Uri": "/education/users/{educationUser-id}/rubrics",
+ "OutputType": "IMicrosoftGraphEducationRubric",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphEducationRubric",
- "Command": "Get-MgEducationUserRubric",
"Method": "GET",
- "Uri": "/education/users/{educationUser-id}/rubrics",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEducationUserRubric",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationuser-list-rubrics?view=graph-rest-1.0"
},
{
"Module": "Education",
+ "Uri": "/education/users/{educationUser-id}/rubrics/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgEducationUserRubricCount",
"Method": "GET",
- "Uri": "/education/users/{educationUser-id}/rubrics/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEducationUserRubricCount",
+ "ApiReferenceLink": null
},
{
"Module": "Education",
+ "Uri": "/education/users/{educationUser-id}/schools/{educationSchool-id}",
+ "OutputType": "IMicrosoftGraphEducationSchool",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphEducationSchool",
- "Command": "Get-MgEducationUserSchool",
"Method": "GET",
- "Uri": "/education/users/{educationUser-id}/schools/{educationSchool-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEducationUserSchool",
+ "ApiReferenceLink": null
},
{
"Module": "Education",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphEducationSchool",
- "Command": "Get-MgEducationUserSchool",
- "Method": "GET",
"Uri": "/education/users/{educationUser-id}/schools",
+ "OutputType": "IMicrosoftGraphEducationSchool",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -233434,18 +243340,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Education",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgEducationUserSchoolCount",
"Method": "GET",
+ "Command": "Get-MgEducationUserSchool",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationuser-list-schools?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Education",
"Uri": "/education/users/{educationUser-id}/schools/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -233472,55 +243378,60 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgEducationUserSchoolCount",
+ "ApiReferenceLink": null
},
{
"Module": "Education",
+ "Uri": "/education/users/{educationUser-id}/user/serviceProvisioningErrors",
+ "OutputType": "IMicrosoftGraphServiceProvisioningError",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Command": "Get-MgEducationUserServiceProvisioningError",
"Method": "GET",
- "Uri": "/education/users/{educationUser-id}/user/serviceProvisioningErrors",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEducationUserServiceProvisioningError",
+ "ApiReferenceLink": null
},
{
"Module": "Education",
+ "Uri": "/education/users/{educationUser-id}/user/serviceProvisioningErrors/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgEducationUserServiceProvisioningErrorCount",
"Method": "GET",
- "Uri": "/education/users/{educationUser-id}/user/serviceProvisioningErrors/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEducationUserServiceProvisioningErrorCount",
+ "ApiReferenceLink": null
},
{
"Module": "Education",
+ "Uri": "/education/users/{educationUser-id}/taughtClasses/{educationClass-id}",
+ "OutputType": "IMicrosoftGraphEducationClass",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphEducationClass",
- "Command": "Get-MgEducationUserTaughtClass",
"Method": "GET",
- "Uri": "/education/users/{educationUser-id}/taughtClasses/{educationClass-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEducationUserTaughtClass",
+ "ApiReferenceLink": null
},
{
"Module": "Education",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphEducationClass",
- "Command": "Get-MgEducationUserTaughtClass",
- "Method": "GET",
"Uri": "/education/users/{educationUser-id}/taughtClasses",
+ "OutputType": "IMicrosoftGraphEducationClass",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -233547,18 +243458,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Education",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgEducationUserTaughtClassCount",
"Method": "GET",
+ "Command": "Get-MgEducationUserTaughtClass",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationuser-list-taughtclasses?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Education",
"Uri": "/education/users/{educationUser-id}/taughtClasses/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -233585,18 +243496,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.Governance",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAccessPackage",
- "Command": "Get-MgEntitlementManagementAccessPackage",
"Method": "GET",
+ "Command": "Get-MgEducationUserTaughtClassCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Identity.Governance",
"Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}",
+ "OutputType": "IMicrosoftGraphAccessPackage",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -233615,17 +243527,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.Governance",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAccessPackage",
- "Command": "Get-MgEntitlementManagementAccessPackage",
"Method": "GET",
+ "Command": "Get-MgEntitlementManagementAccessPackage",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Identity.Governance",
"Uri": "/identityGovernance/entitlementManagement/accessPackages",
+ "OutputType": "IMicrosoftGraphAccessPackage",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -233644,18 +243558,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgEntitlementManagementAccessPackage",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-list-accesspackages?view=graph-rest-1.0"
},
{
"Module": "Identity.Governance",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequestRequirements",
- "Command": "Get-MgEntitlementManagementAccessPackageApplicablePolicyRequirement",
- "Method": "POST",
"Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/getApplicablePolicyRequirements",
+ "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequestRequirements",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -233674,30 +243588,32 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "POST",
+ "Command": "Get-MgEntitlementManagementAccessPackageApplicablePolicyRequirement",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-getapplicablepolicyrequirements?view=graph-rest-1.0"
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgEntitlementManagementAccessPackageAssignmentApprovalCount",
"Method": "GET",
- "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEntitlementManagementAccessPackageAssignmentApprovalCount",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphApprovalStage",
- "Command": "Get-MgEntitlementManagementAccessPackageAssignmentApprovalStage",
- "Method": "GET",
"Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}/stages/{approvalStage-id}",
+ "OutputType": "IMicrosoftGraphApprovalStage",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -233716,17 +243632,19 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.Governance",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphApprovalStage",
- "Command": "Get-MgEntitlementManagementAccessPackageAssignmentApprovalStage",
"Method": "GET",
+ "Command": "Get-MgEntitlementManagementAccessPackageAssignmentApprovalStage",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/approvalstage-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Identity.Governance",
"Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}/stages",
+ "OutputType": "IMicrosoftGraphApprovalStage",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -233745,18 +243663,18 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.Governance",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgEntitlementManagementAccessPackageAssignmentApprovalStageCount",
"Method": "GET",
+ "Command": "Get-MgEntitlementManagementAccessPackageAssignmentApprovalStage",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/approval-list-stages?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Identity.Governance",
"Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}/stages/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -233775,55 +243693,60 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgEntitlementManagementAccessPackageAssignmentApprovalStageCount",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/assignmentPolicies/{accessPackageAssignmentPolicy-id}",
+ "OutputType": "IMicrosoftGraphAccessPackageAssignmentPolicy",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAccessPackageAssignmentPolicy",
- "Command": "Get-MgEntitlementManagementAccessPackageAssignmentPolicy",
"Method": "GET",
- "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/assignmentPolicies/{accessPackageAssignmentPolicy-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEntitlementManagementAccessPackageAssignmentPolicy",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/assignmentPolicies",
+ "OutputType": "IMicrosoftGraphAccessPackageAssignmentPolicy",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphAccessPackageAssignmentPolicy",
- "Command": "Get-MgEntitlementManagementAccessPackageAssignmentPolicy",
"Method": "GET",
- "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/assignmentPolicies",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEntitlementManagementAccessPackageAssignmentPolicy",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/catalog",
+ "OutputType": "IMicrosoftGraphAccessPackageCatalog",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAccessPackageCatalog",
- "Command": "Get-MgEntitlementManagementAccessPackageCatalog",
"Method": "GET",
- "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/catalog",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEntitlementManagementAccessPackageCatalog",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
- "Variants": [
- "Get"
- ],
- "OutputType": null,
- "Command": "Get-MgEntitlementManagementAccessPackageCount",
- "Method": "GET",
"Uri": "/identityGovernance/entitlementManagement/accessPackages/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -233842,17 +243765,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.Governance",
+ ],
"Variants": [
- "List"
+ "Get"
],
- "OutputType": "IMicrosoftGraphAccessPackage",
- "Command": "Get-MgEntitlementManagementAccessPackageIncompatibleAccessPackage",
"Method": "GET",
+ "Command": "Get-MgEntitlementManagementAccessPackageCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Identity.Governance",
"Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleAccessPackages",
+ "OutputType": "IMicrosoftGraphAccessPackage",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -233871,17 +243795,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.Governance",
+ ],
"Variants": [
"List"
],
- "OutputType": null,
- "Command": "Get-MgEntitlementManagementAccessPackageIncompatibleAccessPackageByRef",
"Method": "GET",
+ "Command": "Get-MgEntitlementManagementAccessPackageIncompatibleAccessPackage",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-list-incompatibleaccesspackages?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Identity.Governance",
"Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleAccessPackages/$ref",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -233900,17 +243825,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.Governance",
+ ],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphGroup",
- "Command": "Get-MgEntitlementManagementAccessPackageIncompatibleGroup",
"Method": "GET",
+ "Command": "Get-MgEntitlementManagementAccessPackageIncompatibleAccessPackageByRef",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-list-incompatibleaccesspackages?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Identity.Governance",
"Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleGroups",
+ "OutputType": "IMicrosoftGraphGroup",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -233929,17 +243855,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.Governance",
+ ],
"Variants": [
"List"
],
- "OutputType": null,
- "Command": "Get-MgEntitlementManagementAccessPackageIncompatibleGroupByRef",
"Method": "GET",
+ "Command": "Get-MgEntitlementManagementAccessPackageIncompatibleGroup",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-list-incompatiblegroups?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Identity.Governance",
"Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleGroups/$ref",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -233958,30 +243885,32 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgEntitlementManagementAccessPackageIncompatibleGroupByRef",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-list-incompatiblegroups?view=graph-rest-1.0"
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackagesIncompatibleWith/{accessPackage-id1}",
+ "OutputType": "IMicrosoftGraphAccessPackage",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAccessPackage",
- "Command": "Get-MgEntitlementManagementAccessPackageIncompatibleWith",
"Method": "GET",
- "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackagesIncompatibleWith/{accessPackage-id1}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEntitlementManagementAccessPackageIncompatibleWith",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphAccessPackage",
- "Command": "Get-MgEntitlementManagementAccessPackageIncompatibleWith",
- "Method": "GET",
"Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackagesIncompatibleWith",
+ "OutputType": "IMicrosoftGraphAccessPackage",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -234000,18 +243929,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.Governance",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": "IMicrosoftGraphAccessPackageAssignment",
- "Command": "Get-MgEntitlementManagementAssignment",
"Method": "GET",
+ "Command": "Get-MgEntitlementManagementAccessPackageIncompatibleWith",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-list-accesspackagesincompatiblewith?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Identity.Governance",
"Uri": "/identityGovernance/entitlementManagement/assignments/{accessPackageAssignment-id}",
+ "OutputType": "IMicrosoftGraphAccessPackageAssignment",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -234030,17 +243959,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.Governance",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAccessPackageAssignment",
- "Command": "Get-MgEntitlementManagementAssignment",
"Method": "GET",
+ "Command": "Get-MgEntitlementManagementAssignment",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignment-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Identity.Governance",
"Uri": "/identityGovernance/entitlementManagement/assignments",
+ "OutputType": "IMicrosoftGraphAccessPackageAssignment",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -234059,19 +243990,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.Governance",
+ ],
"Variants": [
- "Access",
- "Access1",
- "AccessViaIdentity"
+ "List"
],
- "OutputType": "IMicrosoftGraphAccessPackageAssignment",
- "Command": "Get-MgEntitlementManagementAssignmentAdditional",
"Method": "GET",
+ "Command": "Get-MgEntitlementManagementAssignment",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-list-assignments?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Identity.Governance",
"Uri": "/identityGovernance/entitlementManagement/assignments/additionalAccess",
+ "OutputType": "IMicrosoftGraphAccessPackageAssignment",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -234090,17 +244020,20 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.Governance",
+ ],
"Variants": [
- "Get"
+ "Access",
+ "Access1",
+ "AccessViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgEntitlementManagementAssignmentCount",
"Method": "GET",
+ "Command": "Get-MgEntitlementManagementAssignmentAdditional",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Identity.Governance",
"Uri": "/identityGovernance/entitlementManagement/assignments/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -234119,20 +244052,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.Governance",
+ ],
"Variants": [
- "Get",
- "Get1",
- "GetViaIdentity",
- "GetViaIdentity1"
+ "Get"
],
- "OutputType": "IMicrosoftGraphAccessPackageAssignmentPolicy",
- "Command": "Get-MgEntitlementManagementAssignmentPolicy",
"Method": "GET",
+ "Command": "Get-MgEntitlementManagementAssignmentCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Identity.Governance",
"Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}",
+ "OutputType": "IMicrosoftGraphAccessPackageAssignmentPolicy",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -234151,17 +244082,21 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.Governance",
+ ],
"Variants": [
- "List"
+ "Get",
+ "Get1",
+ "GetViaIdentity",
+ "GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphAccessPackageAssignmentPolicy",
- "Command": "Get-MgEntitlementManagementAssignmentPolicy",
"Method": "GET",
+ "Command": "Get-MgEntitlementManagementAssignmentPolicy",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignmentpolicy-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Identity.Governance",
"Uri": "/identityGovernance/entitlementManagement/assignmentPolicies",
+ "OutputType": "IMicrosoftGraphAccessPackageAssignmentPolicy",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -234180,43 +244115,46 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgEntitlementManagementAssignmentPolicy",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-list-assignmentpolicies?view=graph-rest-1.0"
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackage",
+ "OutputType": "IMicrosoftGraphAccessPackage",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAccessPackage",
- "Command": "Get-MgEntitlementManagementAssignmentPolicyAccessPackage",
"Method": "GET",
- "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackage",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEntitlementManagementAssignmentPolicyAccessPackage",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/catalog",
+ "OutputType": "IMicrosoftGraphAccessPackageCatalog",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAccessPackageCatalog",
- "Command": "Get-MgEntitlementManagementAssignmentPolicyCatalog",
"Method": "GET",
- "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/catalog",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEntitlementManagementAssignmentPolicyCatalog",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
- "Variants": [
- "Get"
- ],
- "OutputType": null,
- "Command": "Get-MgEntitlementManagementAssignmentPolicyCount",
- "Method": "GET",
"Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -234235,107 +244173,114 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgEntitlementManagementAssignmentPolicyCount",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings/{customExtensionStageSetting-id}",
+ "OutputType": "IMicrosoftGraphCustomExtensionStageSetting",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphCustomExtensionStageSetting",
- "Command": "Get-MgEntitlementManagementAssignmentPolicyCustomExtensionStageSetting",
"Method": "GET",
- "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings/{customExtensionStageSetting-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEntitlementManagementAssignmentPolicyCustomExtensionStageSetting",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings",
+ "OutputType": "IMicrosoftGraphCustomExtensionStageSetting",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphCustomExtensionStageSetting",
- "Command": "Get-MgEntitlementManagementAssignmentPolicyCustomExtensionStageSetting",
"Method": "GET",
- "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEntitlementManagementAssignmentPolicyCustomExtensionStageSetting",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgEntitlementManagementAssignmentPolicyCustomExtensionStageSettingCount",
"Method": "GET",
- "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEntitlementManagementAssignmentPolicyCustomExtensionStageSettingCount",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings/{customExtensionStageSetting-id}/customExtension",
+ "OutputType": "IMicrosoftGraphCustomCalloutExtension",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphCustomCalloutExtension",
- "Command": "Get-MgEntitlementManagementAssignmentPolicyCustomExtensionStageSettingCustomExtension",
"Method": "GET",
- "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings/{customExtensionStageSetting-id}/customExtension",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEntitlementManagementAssignmentPolicyCustomExtensionStageSettingCustomExtension",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/questions/{accessPackageQuestion-id}",
+ "OutputType": "IMicrosoftGraphAccessPackageQuestion",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAccessPackageQuestion",
- "Command": "Get-MgEntitlementManagementAssignmentPolicyQuestion",
"Method": "GET",
- "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/questions/{accessPackageQuestion-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEntitlementManagementAssignmentPolicyQuestion",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/questions",
+ "OutputType": "IMicrosoftGraphAccessPackageQuestion",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphAccessPackageQuestion",
- "Command": "Get-MgEntitlementManagementAssignmentPolicyQuestion",
"Method": "GET",
- "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/questions",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEntitlementManagementAssignmentPolicyQuestion",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/questions/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgEntitlementManagementAssignmentPolicyQuestionCount",
"Method": "GET",
- "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/questions/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEntitlementManagementAssignmentPolicyQuestionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequest",
- "Command": "Get-MgEntitlementManagementAssignmentRequest",
- "Method": "GET",
"Uri": "/identityGovernance/entitlementManagement/assignmentRequests/{accessPackageAssignmentRequest-id}",
+ "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequest",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -234354,17 +244299,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.Governance",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequest",
- "Command": "Get-MgEntitlementManagementAssignmentRequest",
"Method": "GET",
+ "Command": "Get-MgEntitlementManagementAssignmentRequest",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignmentrequest-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Identity.Governance",
"Uri": "/identityGovernance/entitlementManagement/assignmentRequests",
+ "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequest",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -234383,17 +244330,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.Governance",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgEntitlementManagementAssignmentRequestCount",
"Method": "GET",
+ "Command": "Get-MgEntitlementManagementAssignmentRequest",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-list-assignmentrequests?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Identity.Governance",
"Uri": "/identityGovernance/entitlementManagement/assignmentRequests/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -234412,18 +244360,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.Governance",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphAccessPackageCatalog",
- "Command": "Get-MgEntitlementManagementCatalog",
"Method": "GET",
+ "Command": "Get-MgEntitlementManagementAssignmentRequestCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Identity.Governance",
"Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}",
+ "OutputType": "IMicrosoftGraphAccessPackageCatalog",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -234442,17 +244390,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.Governance",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAccessPackageCatalog",
- "Command": "Get-MgEntitlementManagementCatalog",
"Method": "GET",
+ "Command": "Get-MgEntitlementManagementCatalog",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackagecatalog-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Identity.Governance",
"Uri": "/identityGovernance/entitlementManagement/catalogs",
+ "OutputType": "IMicrosoftGraphAccessPackageCatalog",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -234471,30 +244421,32 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgEntitlementManagementCatalog",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-list-catalogs?view=graph-rest-1.0"
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/accessPackages/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgEntitlementManagementCatalogAccessPackageCount",
"Method": "GET",
- "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/accessPackages/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEntitlementManagementCatalogAccessPackageCount",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
- "Variants": [
- "Get"
- ],
- "OutputType": null,
- "Command": "Get-MgEntitlementManagementCatalogCount",
- "Method": "GET",
"Uri": "/identityGovernance/entitlementManagement/catalogs/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -234513,99 +244465,116 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgEntitlementManagementCatalogCount",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/customWorkflowExtensions/{customCalloutExtension-id}",
+ "OutputType": "IMicrosoftGraphCustomCalloutExtension",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphCustomCalloutExtension",
- "Command": "Get-MgEntitlementManagementCatalogCustomWorkflowExtension",
"Method": "GET",
- "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/customWorkflowExtensions/{customCalloutExtension-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEntitlementManagementCatalogCustomWorkflowExtension",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignmentrequestworkflowextension-get?view=graph-rest-1.0"
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/customWorkflowExtensions",
+ "OutputType": "IMicrosoftGraphCustomCalloutExtension",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphCustomCalloutExtension",
- "Command": "Get-MgEntitlementManagementCatalogCustomWorkflowExtension",
"Method": "GET",
- "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/customWorkflowExtensions",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEntitlementManagementCatalogCustomWorkflowExtension",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackagecatalog-list-accesspackagecustomworkflowextensions?view=graph-rest-1.0"
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/customWorkflowExtensions/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgEntitlementManagementCatalogCustomWorkflowExtensionCount",
"Method": "GET",
- "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/customWorkflowExtensions/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEntitlementManagementCatalogCustomWorkflowExtensionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}",
+ "OutputType": "IMicrosoftGraphAccessPackageResource",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAccessPackageResource",
- "Command": "Get-MgEntitlementManagementCatalogResource",
"Method": "GET",
- "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEntitlementManagementCatalogResource",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources",
+ "OutputType": "IMicrosoftGraphAccessPackageResource",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphAccessPackageResource",
- "Command": "Get-MgEntitlementManagementCatalogResource",
"Method": "GET",
- "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEntitlementManagementCatalogResource",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackagecatalog-list-resources?view=graph-rest-1.0"
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgEntitlementManagementCatalogResourceCount",
"Method": "GET",
- "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEntitlementManagementCatalogResourceCount",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/environment",
+ "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment",
- "Command": "Get-MgEntitlementManagementCatalogResourceEnvironment",
"Method": "GET",
- "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/environment",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEntitlementManagementCatalogResourceEnvironment",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}",
+ "OutputType": "IMicrosoftGraphAccessPackageResourceRole",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
@@ -234614,29 +244583,31 @@
"GetViaIdentity1",
"GetViaIdentity2"
],
- "OutputType": "IMicrosoftGraphAccessPackageResourceRole",
- "Command": "Get-MgEntitlementManagementCatalogResourceRole",
"Method": "GET",
- "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEntitlementManagementCatalogResourceRole",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles",
+ "OutputType": "IMicrosoftGraphAccessPackageResourceRole",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List",
"List1",
"List2"
],
- "OutputType": "IMicrosoftGraphAccessPackageResourceRole",
- "Command": "Get-MgEntitlementManagementCatalogResourceRole",
"Method": "GET",
- "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEntitlementManagementCatalogResourceRole",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackagecatalog-list-resourceroles?view=graph-rest-1.0"
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
@@ -234645,156 +244616,167 @@
"GetViaIdentity1",
"GetViaIdentity2"
],
- "OutputType": null,
- "Command": "Get-MgEntitlementManagementCatalogResourceRoleCount",
"Method": "GET",
- "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEntitlementManagementCatalogResourceRoleCount",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource",
+ "OutputType": "IMicrosoftGraphAccessPackageResource",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphAccessPackageResource",
- "Command": "Get-MgEntitlementManagementCatalogResourceRoleResource",
"Method": "GET",
- "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEntitlementManagementCatalogResourceRoleResource",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/environment",
+ "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment",
- "Command": "Get-MgEntitlementManagementCatalogResourceRoleResourceEnvironment",
"Method": "GET",
- "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/environment",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEntitlementManagementCatalogResourceRoleResourceEnvironment",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}",
+ "OutputType": "IMicrosoftGraphAccessPackageResourceScope",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphAccessPackageResourceScope",
- "Command": "Get-MgEntitlementManagementCatalogResourceRoleResourceScope",
"Method": "GET",
- "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEntitlementManagementCatalogResourceRoleResourceScope",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes",
+ "OutputType": "IMicrosoftGraphAccessPackageResourceScope",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List",
"List1"
],
- "OutputType": "IMicrosoftGraphAccessPackageResourceScope",
- "Command": "Get-MgEntitlementManagementCatalogResourceRoleResourceScope",
"Method": "GET",
- "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEntitlementManagementCatalogResourceRoleResourceScope",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": null,
- "Command": "Get-MgEntitlementManagementCatalogResourceRoleResourceScopeCount",
"Method": "GET",
- "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEntitlementManagementCatalogResourceRoleResourceScopeCount",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource",
+ "OutputType": "IMicrosoftGraphAccessPackageResource",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphAccessPackageResource",
- "Command": "Get-MgEntitlementManagementCatalogResourceRoleResourceScopeResource",
"Method": "GET",
- "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEntitlementManagementCatalogResourceRoleResourceScopeResource",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment",
+ "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment",
- "Command": "Get-MgEntitlementManagementCatalogResourceRoleResourceScopeResourceEnvironment",
"Method": "GET",
- "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEntitlementManagementCatalogResourceRoleResourceScopeResourceEnvironment",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id1}",
+ "OutputType": "IMicrosoftGraphAccessPackageResourceRole",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAccessPackageResourceRole",
- "Command": "Get-MgEntitlementManagementCatalogResourceRoleResourceScopeResourceRole",
"Method": "GET",
- "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id1}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEntitlementManagementCatalogResourceRoleResourceScopeResourceRole",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles",
+ "OutputType": "IMicrosoftGraphAccessPackageResourceRole",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphAccessPackageResourceRole",
- "Command": "Get-MgEntitlementManagementCatalogResourceRoleResourceScopeResourceRole",
"Method": "GET",
- "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEntitlementManagementCatalogResourceRoleResourceScopeResourceRole",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgEntitlementManagementCatalogResourceRoleResourceScopeResourceRoleCount",
"Method": "GET",
- "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEntitlementManagementCatalogResourceRoleResourceScopeResourceRoleCount",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}",
+ "OutputType": "IMicrosoftGraphAccessPackageResourceScope",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
@@ -234803,29 +244785,31 @@
"GetViaIdentity1",
"GetViaIdentity2"
],
- "OutputType": "IMicrosoftGraphAccessPackageResourceScope",
- "Command": "Get-MgEntitlementManagementCatalogResourceScope",
"Method": "GET",
- "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEntitlementManagementCatalogResourceScope",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes",
+ "OutputType": "IMicrosoftGraphAccessPackageResourceScope",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List",
"List1",
"List2"
],
- "OutputType": "IMicrosoftGraphAccessPackageResourceScope",
- "Command": "Get-MgEntitlementManagementCatalogResourceScope",
"Method": "GET",
- "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEntitlementManagementCatalogResourceScope",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
@@ -234834,164 +244818,165 @@
"GetViaIdentity1",
"GetViaIdentity2"
],
- "OutputType": null,
- "Command": "Get-MgEntitlementManagementCatalogResourceScopeCount",
"Method": "GET",
- "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEntitlementManagementCatalogResourceScopeCount",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource",
+ "OutputType": "IMicrosoftGraphAccessPackageResource",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphAccessPackageResource",
- "Command": "Get-MgEntitlementManagementCatalogResourceScopeResource",
"Method": "GET",
- "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEntitlementManagementCatalogResourceScopeResource",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/environment",
+ "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment",
- "Command": "Get-MgEntitlementManagementCatalogResourceScopeResourceEnvironment",
"Method": "GET",
- "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/environment",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEntitlementManagementCatalogResourceScopeResourceEnvironment",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}",
+ "OutputType": "IMicrosoftGraphAccessPackageResourceRole",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphAccessPackageResourceRole",
- "Command": "Get-MgEntitlementManagementCatalogResourceScopeResourceRole",
"Method": "GET",
- "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEntitlementManagementCatalogResourceScopeResourceRole",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles",
+ "OutputType": "IMicrosoftGraphAccessPackageResourceRole",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List",
"List1"
],
- "OutputType": "IMicrosoftGraphAccessPackageResourceRole",
- "Command": "Get-MgEntitlementManagementCatalogResourceScopeResourceRole",
"Method": "GET",
- "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEntitlementManagementCatalogResourceScopeResourceRole",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": null,
- "Command": "Get-MgEntitlementManagementCatalogResourceScopeResourceRoleCount",
"Method": "GET",
- "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEntitlementManagementCatalogResourceScopeResourceRoleCount",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource",
+ "OutputType": "IMicrosoftGraphAccessPackageResource",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphAccessPackageResource",
- "Command": "Get-MgEntitlementManagementCatalogResourceScopeResourceRoleResource",
"Method": "GET",
- "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEntitlementManagementCatalogResourceScopeResourceRoleResource",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment",
+ "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment",
- "Command": "Get-MgEntitlementManagementCatalogResourceScopeResourceRoleResourceEnvironment",
"Method": "GET",
- "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEntitlementManagementCatalogResourceScopeResourceRoleResourceEnvironment",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id1}",
+ "OutputType": "IMicrosoftGraphAccessPackageResourceScope",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAccessPackageResourceScope",
- "Command": "Get-MgEntitlementManagementCatalogResourceScopeResourceRoleResourceScope",
"Method": "GET",
- "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id1}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEntitlementManagementCatalogResourceScopeResourceRoleResourceScope",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes",
+ "OutputType": "IMicrosoftGraphAccessPackageResourceScope",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphAccessPackageResourceScope",
- "Command": "Get-MgEntitlementManagementCatalogResourceScopeResourceRoleResourceScope",
"Method": "GET",
- "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEntitlementManagementCatalogResourceScopeResourceRoleResourceScope",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgEntitlementManagementCatalogResourceScopeResourceRoleResourceScopeCount",
"Method": "GET",
- "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEntitlementManagementCatalogResourceScopeResourceRoleResourceScopeCount",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphConnectedOrganization",
- "Command": "Get-MgEntitlementManagementConnectedOrganization",
- "Method": "GET",
"Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}",
+ "OutputType": "IMicrosoftGraphConnectedOrganization",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -235010,17 +244995,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.Governance",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphConnectedOrganization",
- "Command": "Get-MgEntitlementManagementConnectedOrganization",
"Method": "GET",
+ "Command": "Get-MgEntitlementManagementConnectedOrganization",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/connectedorganization-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Identity.Governance",
"Uri": "/identityGovernance/entitlementManagement/connectedOrganizations",
+ "OutputType": "IMicrosoftGraphConnectedOrganization",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -235039,17 +245026,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.Governance",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgEntitlementManagementConnectedOrganizationCount",
"Method": "GET",
+ "Command": "Get-MgEntitlementManagementConnectedOrganization",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-list-connectedorganizations?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Identity.Governance",
"Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -235068,17 +245056,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.Governance",
+ ],
"Variants": [
- "List"
+ "Get"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgEntitlementManagementConnectedOrganizationExternalSponsor",
"Method": "GET",
+ "Command": "Get-MgEntitlementManagementConnectedOrganizationCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Identity.Governance",
"Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -235097,17 +245086,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.Governance",
+ ],
"Variants": [
"List"
],
- "OutputType": null,
- "Command": "Get-MgEntitlementManagementConnectedOrganizationExternalSponsorByRef",
"Method": "GET",
+ "Command": "Get-MgEntitlementManagementConnectedOrganizationExternalSponsor",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/connectedorganization-list-externalsponsors?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Identity.Governance",
"Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors/$ref",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -235126,18 +245116,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.Governance",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgEntitlementManagementConnectedOrganizationExternalSponsorCount",
"Method": "GET",
+ "Command": "Get-MgEntitlementManagementConnectedOrganizationExternalSponsorByRef",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/connectedorganization-list-externalsponsors?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Identity.Governance",
"Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -235156,17 +245146,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.Governance",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgEntitlementManagementConnectedOrganizationInternalSponsor",
"Method": "GET",
+ "Command": "Get-MgEntitlementManagementConnectedOrganizationExternalSponsorCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Identity.Governance",
"Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -235185,17 +245177,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.Governance",
+ ],
"Variants": [
"List"
],
- "OutputType": null,
- "Command": "Get-MgEntitlementManagementConnectedOrganizationInternalSponsorByRef",
"Method": "GET",
+ "Command": "Get-MgEntitlementManagementConnectedOrganizationInternalSponsor",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/connectedorganization-list-internalsponsors?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Identity.Governance",
"Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors/$ref",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -235214,18 +245207,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.Governance",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgEntitlementManagementConnectedOrganizationInternalSponsorCount",
"Method": "GET",
+ "Command": "Get-MgEntitlementManagementConnectedOrganizationInternalSponsorByRef",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/connectedorganization-list-internalsponsors?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Identity.Governance",
"Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -235244,47 +245237,61 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgEntitlementManagementConnectedOrganizationInternalSponsorCount",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}",
+ "OutputType": "IMicrosoftGraphAccessPackageResource",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAccessPackageResource",
- "Command": "Get-MgEntitlementManagementResource",
"Method": "GET",
- "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEntitlementManagementResource",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/entitlementManagement/resources",
+ "OutputType": "IMicrosoftGraphAccessPackageResource",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphAccessPackageResource",
- "Command": "Get-MgEntitlementManagementResource",
"Method": "GET",
- "Uri": "/identityGovernance/entitlementManagement/resources",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEntitlementManagementResource",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/entitlementManagement/resources/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgEntitlementManagementResourceCount",
"Method": "GET",
- "Uri": "/identityGovernance/entitlementManagement/resources/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEntitlementManagementResourceCount",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}",
+ "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
@@ -235293,498 +245300,537 @@
"GetViaIdentity1",
"GetViaIdentity2"
],
- "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment",
- "Command": "Get-MgEntitlementManagementResourceEnvironment",
"Method": "GET",
- "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEntitlementManagementResourceEnvironment",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments",
+ "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment",
- "Command": "Get-MgEntitlementManagementResourceEnvironment",
"Method": "GET",
- "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEntitlementManagementResourceEnvironment",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-list-resourceenvironments?view=graph-rest-1.0"
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgEntitlementManagementResourceEnvironmentCount",
"Method": "GET",
- "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEntitlementManagementResourceEnvironmentCount",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}",
+ "OutputType": "IMicrosoftGraphAccessPackageResource",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAccessPackageResource",
- "Command": "Get-MgEntitlementManagementResourceEnvironmentResource",
"Method": "GET",
- "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEntitlementManagementResourceEnvironmentResource",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources",
+ "OutputType": "IMicrosoftGraphAccessPackageResource",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphAccessPackageResource",
- "Command": "Get-MgEntitlementManagementResourceEnvironmentResource",
"Method": "GET",
- "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEntitlementManagementResourceEnvironmentResource",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceCount",
"Method": "GET",
- "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceCount",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}",
+ "OutputType": "IMicrosoftGraphAccessPackageResourceRole",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAccessPackageResourceRole",
- "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceRole",
"Method": "GET",
- "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceRole",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles",
+ "OutputType": "IMicrosoftGraphAccessPackageResourceRole",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphAccessPackageResourceRole",
- "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceRole",
"Method": "GET",
- "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceRole",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceRoleCount",
"Method": "GET",
- "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceRoleCount",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource",
+ "OutputType": "IMicrosoftGraphAccessPackageResource",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAccessPackageResource",
- "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceRoleResource",
"Method": "GET",
- "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceRoleResource",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/environment",
+ "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment",
- "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceRoleResourceEnvironment",
"Method": "GET",
- "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/environment",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceRoleResourceEnvironment",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}",
+ "OutputType": "IMicrosoftGraphAccessPackageResourceScope",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAccessPackageResourceScope",
- "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceRoleResourceScope",
"Method": "GET",
- "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceRoleResourceScope",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes",
+ "OutputType": "IMicrosoftGraphAccessPackageResourceScope",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphAccessPackageResourceScope",
- "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceRoleResourceScope",
"Method": "GET",
- "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceRoleResourceScope",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceRoleResourceScopeCount",
"Method": "GET",
- "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceRoleResourceScopeCount",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource",
+ "OutputType": "IMicrosoftGraphAccessPackageResource",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAccessPackageResource",
- "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceRoleResourceScopeResource",
"Method": "GET",
- "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceRoleResourceScopeResource",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment",
+ "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment",
- "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceRoleResourceScopeResourceEnvironment",
"Method": "GET",
- "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceRoleResourceScopeResourceEnvironment",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}",
+ "OutputType": "IMicrosoftGraphAccessPackageResourceScope",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAccessPackageResourceScope",
- "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceScope",
"Method": "GET",
- "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceScope",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes",
+ "OutputType": "IMicrosoftGraphAccessPackageResourceScope",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphAccessPackageResourceScope",
- "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceScope",
"Method": "GET",
- "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceScope",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceScopeCount",
"Method": "GET",
- "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceScopeCount",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource",
+ "OutputType": "IMicrosoftGraphAccessPackageResource",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAccessPackageResource",
- "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceScopeResource",
"Method": "GET",
- "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceScopeResource",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/environment",
+ "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment",
- "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceScopeResourceEnvironment",
"Method": "GET",
- "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/environment",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceScopeResourceEnvironment",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}",
+ "OutputType": "IMicrosoftGraphAccessPackageResourceRole",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAccessPackageResourceRole",
- "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceScopeResourceRole",
"Method": "GET",
- "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceScopeResourceRole",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles",
+ "OutputType": "IMicrosoftGraphAccessPackageResourceRole",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphAccessPackageResourceRole",
- "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceScopeResourceRole",
"Method": "GET",
- "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceScopeResourceRole",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceScopeResourceRoleCount",
"Method": "GET",
- "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceScopeResourceRoleCount",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource",
+ "OutputType": "IMicrosoftGraphAccessPackageResource",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAccessPackageResource",
- "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceScopeResourceRoleResource",
"Method": "GET",
- "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceScopeResourceRoleResource",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment",
+ "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment",
- "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceScopeResourceRoleResourceEnvironment",
"Method": "GET",
- "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceScopeResourceRoleResourceEnvironment",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}",
+ "OutputType": "IMicrosoftGraphAccessPackageResourceRequest",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAccessPackageResourceRequest",
- "Command": "Get-MgEntitlementManagementResourceRequest",
"Method": "GET",
- "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEntitlementManagementResourceRequest",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/entitlementManagement/resourceRequests",
+ "OutputType": "IMicrosoftGraphAccessPackageResourceRequest",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphAccessPackageResourceRequest",
- "Command": "Get-MgEntitlementManagementResourceRequest",
"Method": "GET",
- "Uri": "/identityGovernance/entitlementManagement/resourceRequests",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEntitlementManagementResourceRequest",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-list-resourcerequests?view=graph-rest-1.0"
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog",
+ "OutputType": "IMicrosoftGraphAccessPackageCatalog",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAccessPackageCatalog",
- "Command": "Get-MgEntitlementManagementResourceRequestCatalog",
"Method": "GET",
- "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEntitlementManagementResourceRequestCatalog",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/accessPackages/{accessPackage-id}",
+ "OutputType": "IMicrosoftGraphAccessPackage",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAccessPackage",
- "Command": "Get-MgEntitlementManagementResourceRequestCatalogAccessPackage",
"Method": "GET",
- "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/accessPackages/{accessPackage-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEntitlementManagementResourceRequestCatalogAccessPackage",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/accessPackages",
+ "OutputType": "IMicrosoftGraphAccessPackage",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphAccessPackage",
- "Command": "Get-MgEntitlementManagementResourceRequestCatalogAccessPackage",
"Method": "GET",
- "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/accessPackages",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEntitlementManagementResourceRequestCatalogAccessPackage",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/accessPackages/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgEntitlementManagementResourceRequestCatalogAccessPackageCount",
"Method": "GET",
- "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/accessPackages/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEntitlementManagementResourceRequestCatalogAccessPackageCount",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/customWorkflowExtensions/{customCalloutExtension-id}",
+ "OutputType": "IMicrosoftGraphCustomCalloutExtension",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphCustomCalloutExtension",
- "Command": "Get-MgEntitlementManagementResourceRequestCatalogCustomWorkflowExtension",
"Method": "GET",
- "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/customWorkflowExtensions/{customCalloutExtension-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEntitlementManagementResourceRequestCatalogCustomWorkflowExtension",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignmentrequestworkflowextension-get?view=graph-rest-1.0"
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/customWorkflowExtensions",
+ "OutputType": "IMicrosoftGraphCustomCalloutExtension",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphCustomCalloutExtension",
- "Command": "Get-MgEntitlementManagementResourceRequestCatalogCustomWorkflowExtension",
"Method": "GET",
- "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/customWorkflowExtensions",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEntitlementManagementResourceRequestCatalogCustomWorkflowExtension",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackagecatalog-list-accesspackagecustomworkflowextensions?view=graph-rest-1.0"
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/customWorkflowExtensions/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgEntitlementManagementResourceRequestCatalogCustomWorkflowExtensionCount",
"Method": "GET",
- "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/customWorkflowExtensions/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEntitlementManagementResourceRequestCatalogCustomWorkflowExtensionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}",
+ "OutputType": "IMicrosoftGraphAccessPackageResource",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAccessPackageResource",
- "Command": "Get-MgEntitlementManagementResourceRequestCatalogResource",
"Method": "GET",
- "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEntitlementManagementResourceRequestCatalogResource",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources",
+ "OutputType": "IMicrosoftGraphAccessPackageResource",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphAccessPackageResource",
- "Command": "Get-MgEntitlementManagementResourceRequestCatalogResource",
"Method": "GET",
- "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEntitlementManagementResourceRequestCatalogResource",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackagecatalog-list-resources?view=graph-rest-1.0"
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceCount",
"Method": "GET",
- "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceCount",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/environment",
+ "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment",
- "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceEnvironment",
"Method": "GET",
- "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/environment",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceEnvironment",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}",
+ "OutputType": "IMicrosoftGraphAccessPackageResourceRole",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
@@ -235793,29 +245839,31 @@
"GetViaIdentity1",
"GetViaIdentity2"
],
- "OutputType": "IMicrosoftGraphAccessPackageResourceRole",
- "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceRole",
"Method": "GET",
- "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceRole",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles",
+ "OutputType": "IMicrosoftGraphAccessPackageResourceRole",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List",
"List1",
"List2"
],
- "OutputType": "IMicrosoftGraphAccessPackageResourceRole",
- "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceRole",
"Method": "GET",
- "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceRole",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackagecatalog-list-resourceroles?view=graph-rest-1.0"
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
@@ -235824,156 +245872,167 @@
"GetViaIdentity1",
"GetViaIdentity2"
],
- "OutputType": null,
- "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceRoleCount",
"Method": "GET",
- "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceRoleCount",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource",
+ "OutputType": "IMicrosoftGraphAccessPackageResource",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphAccessPackageResource",
- "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceRoleResource",
"Method": "GET",
- "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceRoleResource",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/environment",
+ "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment",
- "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceEnvironment",
"Method": "GET",
- "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/environment",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceEnvironment",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}",
+ "OutputType": "IMicrosoftGraphAccessPackageResourceScope",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphAccessPackageResourceScope",
- "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScope",
"Method": "GET",
- "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScope",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes",
+ "OutputType": "IMicrosoftGraphAccessPackageResourceScope",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List",
"List1"
],
- "OutputType": "IMicrosoftGraphAccessPackageResourceScope",
- "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScope",
"Method": "GET",
- "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScope",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": null,
- "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScopeCount",
"Method": "GET",
- "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScopeCount",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource",
+ "OutputType": "IMicrosoftGraphAccessPackageResource",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphAccessPackageResource",
- "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScopeResource",
"Method": "GET",
- "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScopeResource",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment",
+ "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment",
- "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScopeResourceEnvironment",
"Method": "GET",
- "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScopeResourceEnvironment",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id1}",
+ "OutputType": "IMicrosoftGraphAccessPackageResourceRole",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAccessPackageResourceRole",
- "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScopeResourceRole",
"Method": "GET",
- "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id1}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScopeResourceRole",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles",
+ "OutputType": "IMicrosoftGraphAccessPackageResourceRole",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphAccessPackageResourceRole",
- "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScopeResourceRole",
"Method": "GET",
- "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScopeResourceRole",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScopeResourceRoleCount",
"Method": "GET",
- "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScopeResourceRoleCount",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}",
+ "OutputType": "IMicrosoftGraphAccessPackageResourceScope",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
@@ -235982,29 +246041,31 @@
"GetViaIdentity1",
"GetViaIdentity2"
],
- "OutputType": "IMicrosoftGraphAccessPackageResourceScope",
- "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceScope",
"Method": "GET",
- "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceScope",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes",
+ "OutputType": "IMicrosoftGraphAccessPackageResourceScope",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List",
"List1",
"List2"
],
- "OutputType": "IMicrosoftGraphAccessPackageResourceScope",
- "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceScope",
"Method": "GET",
- "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceScope",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
@@ -236013,1095 +246074,1170 @@
"GetViaIdentity1",
"GetViaIdentity2"
],
- "OutputType": null,
- "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceScopeCount",
"Method": "GET",
- "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceScopeCount",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource",
+ "OutputType": "IMicrosoftGraphAccessPackageResource",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphAccessPackageResource",
- "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceScopeResource",
"Method": "GET",
- "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceScopeResource",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/environment",
+ "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment",
- "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceEnvironment",
"Method": "GET",
- "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/environment",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceEnvironment",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}",
+ "OutputType": "IMicrosoftGraphAccessPackageResourceRole",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphAccessPackageResourceRole",
- "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRole",
"Method": "GET",
- "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRole",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles",
+ "OutputType": "IMicrosoftGraphAccessPackageResourceRole",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List",
"List1"
],
- "OutputType": "IMicrosoftGraphAccessPackageResourceRole",
- "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRole",
"Method": "GET",
- "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRole",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": null,
- "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRoleCount",
"Method": "GET",
- "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRoleCount",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource",
+ "OutputType": "IMicrosoftGraphAccessPackageResource",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphAccessPackageResource",
- "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRoleResource",
"Method": "GET",
- "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRoleResource",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment",
+ "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment",
- "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRoleResourceEnvironment",
"Method": "GET",
- "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRoleResourceEnvironment",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id1}",
+ "OutputType": "IMicrosoftGraphAccessPackageResourceScope",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAccessPackageResourceScope",
- "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRoleResourceScope",
"Method": "GET",
- "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id1}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRoleResourceScope",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes",
+ "OutputType": "IMicrosoftGraphAccessPackageResourceScope",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphAccessPackageResourceScope",
- "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRoleResourceScope",
"Method": "GET",
- "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRoleResourceScope",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRoleResourceScopeCount",
"Method": "GET",
- "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRoleResourceScopeCount",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/entitlementManagement/resourceRequests/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgEntitlementManagementResourceRequestCount",
"Method": "GET",
- "Uri": "/identityGovernance/entitlementManagement/resourceRequests/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEntitlementManagementResourceRequestCount",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource",
+ "OutputType": "IMicrosoftGraphAccessPackageResource",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAccessPackageResource",
- "Command": "Get-MgEntitlementManagementResourceRequestResource",
"Method": "GET",
- "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEntitlementManagementResourceRequestResource",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/environment",
+ "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment",
- "Command": "Get-MgEntitlementManagementResourceRequestResourceEnvironment",
"Method": "GET",
- "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/environment",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEntitlementManagementResourceRequestResourceEnvironment",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}",
+ "OutputType": "IMicrosoftGraphAccessPackageResourceRole",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAccessPackageResourceRole",
- "Command": "Get-MgEntitlementManagementResourceRequestResourceRole",
"Method": "GET",
- "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEntitlementManagementResourceRequestResourceRole",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles",
+ "OutputType": "IMicrosoftGraphAccessPackageResourceRole",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphAccessPackageResourceRole",
- "Command": "Get-MgEntitlementManagementResourceRequestResourceRole",
"Method": "GET",
- "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEntitlementManagementResourceRequestResourceRole",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgEntitlementManagementResourceRequestResourceRoleCount",
"Method": "GET",
- "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEntitlementManagementResourceRequestResourceRoleCount",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource",
+ "OutputType": "IMicrosoftGraphAccessPackageResource",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAccessPackageResource",
- "Command": "Get-MgEntitlementManagementResourceRequestResourceRoleResource",
"Method": "GET",
- "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEntitlementManagementResourceRequestResourceRoleResource",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment",
+ "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment",
- "Command": "Get-MgEntitlementManagementResourceRequestResourceRoleResourceEnvironment",
"Method": "GET",
- "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEntitlementManagementResourceRequestResourceRoleResourceEnvironment",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}",
+ "OutputType": "IMicrosoftGraphAccessPackageResourceScope",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAccessPackageResourceScope",
- "Command": "Get-MgEntitlementManagementResourceRequestResourceRoleResourceScope",
"Method": "GET",
- "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEntitlementManagementResourceRequestResourceRoleResourceScope",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes",
+ "OutputType": "IMicrosoftGraphAccessPackageResourceScope",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphAccessPackageResourceScope",
- "Command": "Get-MgEntitlementManagementResourceRequestResourceRoleResourceScope",
"Method": "GET",
- "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEntitlementManagementResourceRequestResourceRoleResourceScope",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgEntitlementManagementResourceRequestResourceRoleResourceScopeCount",
"Method": "GET",
- "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEntitlementManagementResourceRequestResourceRoleResourceScopeCount",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource",
+ "OutputType": "IMicrosoftGraphAccessPackageResource",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAccessPackageResource",
- "Command": "Get-MgEntitlementManagementResourceRequestResourceRoleResourceScopeResource",
"Method": "GET",
- "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEntitlementManagementResourceRequestResourceRoleResourceScopeResource",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment",
+ "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment",
- "Command": "Get-MgEntitlementManagementResourceRequestResourceRoleResourceScopeResourceEnvironment",
"Method": "GET",
- "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEntitlementManagementResourceRequestResourceRoleResourceScopeResourceEnvironment",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}",
+ "OutputType": "IMicrosoftGraphAccessPackageResourceScope",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAccessPackageResourceScope",
- "Command": "Get-MgEntitlementManagementResourceRequestResourceScope",
"Method": "GET",
- "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEntitlementManagementResourceRequestResourceScope",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes",
+ "OutputType": "IMicrosoftGraphAccessPackageResourceScope",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphAccessPackageResourceScope",
- "Command": "Get-MgEntitlementManagementResourceRequestResourceScope",
"Method": "GET",
- "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEntitlementManagementResourceRequestResourceScope",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgEntitlementManagementResourceRequestResourceScopeCount",
"Method": "GET",
- "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEntitlementManagementResourceRequestResourceScopeCount",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource",
+ "OutputType": "IMicrosoftGraphAccessPackageResource",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAccessPackageResource",
- "Command": "Get-MgEntitlementManagementResourceRequestResourceScopeResource",
"Method": "GET",
- "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEntitlementManagementResourceRequestResourceScopeResource",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment",
+ "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment",
- "Command": "Get-MgEntitlementManagementResourceRequestResourceScopeResourceEnvironment",
"Method": "GET",
- "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEntitlementManagementResourceRequestResourceScopeResourceEnvironment",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}",
+ "OutputType": "IMicrosoftGraphAccessPackageResourceRole",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAccessPackageResourceRole",
- "Command": "Get-MgEntitlementManagementResourceRequestResourceScopeResourceRole",
"Method": "GET",
- "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEntitlementManagementResourceRequestResourceScopeResourceRole",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles",
+ "OutputType": "IMicrosoftGraphAccessPackageResourceRole",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphAccessPackageResourceRole",
- "Command": "Get-MgEntitlementManagementResourceRequestResourceScopeResourceRole",
"Method": "GET",
- "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEntitlementManagementResourceRequestResourceScopeResourceRole",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgEntitlementManagementResourceRequestResourceScopeResourceRoleCount",
"Method": "GET",
- "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEntitlementManagementResourceRequestResourceScopeResourceRoleCount",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource",
+ "OutputType": "IMicrosoftGraphAccessPackageResource",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAccessPackageResource",
- "Command": "Get-MgEntitlementManagementResourceRequestResourceScopeResourceRoleResource",
"Method": "GET",
- "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEntitlementManagementResourceRequestResourceScopeResourceRoleResource",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment",
+ "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment",
- "Command": "Get-MgEntitlementManagementResourceRequestResourceScopeResourceRoleResourceEnvironment",
"Method": "GET",
- "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEntitlementManagementResourceRequestResourceScopeResourceRoleResourceEnvironment",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}",
+ "OutputType": "IMicrosoftGraphAccessPackageResourceRole",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAccessPackageResourceRole",
- "Command": "Get-MgEntitlementManagementResourceRole",
"Method": "GET",
- "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEntitlementManagementResourceRole",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles",
+ "OutputType": "IMicrosoftGraphAccessPackageResourceRole",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphAccessPackageResourceRole",
- "Command": "Get-MgEntitlementManagementResourceRole",
"Method": "GET",
- "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEntitlementManagementResourceRole",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgEntitlementManagementResourceRoleCount",
"Method": "GET",
- "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEntitlementManagementResourceRoleCount",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource",
+ "OutputType": "IMicrosoftGraphAccessPackageResource",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAccessPackageResource",
- "Command": "Get-MgEntitlementManagementResourceRoleResource",
"Method": "GET",
- "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEntitlementManagementResourceRoleResource",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/environment",
+ "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment",
- "Command": "Get-MgEntitlementManagementResourceRoleResourceEnvironment",
"Method": "GET",
- "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/environment",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEntitlementManagementResourceRoleResourceEnvironment",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}",
+ "OutputType": "IMicrosoftGraphAccessPackageResourceScope",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAccessPackageResourceScope",
- "Command": "Get-MgEntitlementManagementResourceRoleResourceScope",
"Method": "GET",
- "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEntitlementManagementResourceRoleResourceScope",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes",
+ "OutputType": "IMicrosoftGraphAccessPackageResourceScope",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphAccessPackageResourceScope",
- "Command": "Get-MgEntitlementManagementResourceRoleResourceScope",
"Method": "GET",
- "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEntitlementManagementResourceRoleResourceScope",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgEntitlementManagementResourceRoleResourceScopeCount",
"Method": "GET",
- "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEntitlementManagementResourceRoleResourceScopeCount",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource",
+ "OutputType": "IMicrosoftGraphAccessPackageResource",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAccessPackageResource",
- "Command": "Get-MgEntitlementManagementResourceRoleResourceScopeResource",
"Method": "GET",
- "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEntitlementManagementResourceRoleResourceScopeResource",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment",
+ "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment",
- "Command": "Get-MgEntitlementManagementResourceRoleResourceScopeResourceEnvironment",
"Method": "GET",
- "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEntitlementManagementResourceRoleResourceScopeResourceEnvironment",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}",
+ "OutputType": "IMicrosoftGraphAccessPackageResourceRoleScope",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAccessPackageResourceRoleScope",
- "Command": "Get-MgEntitlementManagementResourceRoleScope",
"Method": "GET",
- "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEntitlementManagementResourceRoleScope",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes",
+ "OutputType": "IMicrosoftGraphAccessPackageResourceRoleScope",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphAccessPackageResourceRoleScope",
- "Command": "Get-MgEntitlementManagementResourceRoleScope",
"Method": "GET",
- "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEntitlementManagementResourceRoleScope",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgEntitlementManagementResourceRoleScopeCount",
"Method": "GET",
- "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEntitlementManagementResourceRoleScopeCount",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource",
+ "OutputType": "IMicrosoftGraphAccessPackageResource",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAccessPackageResource",
- "Command": "Get-MgEntitlementManagementResourceRoleScopeResource",
"Method": "GET",
- "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEntitlementManagementResourceRoleScopeResource",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/environment",
+ "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment",
- "Command": "Get-MgEntitlementManagementResourceRoleScopeResourceEnvironment",
"Method": "GET",
- "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/environment",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEntitlementManagementResourceRoleScopeResourceEnvironment",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}",
+ "OutputType": "IMicrosoftGraphAccessPackageResourceRole",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAccessPackageResourceRole",
- "Command": "Get-MgEntitlementManagementResourceRoleScopeResourceRole",
"Method": "GET",
- "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEntitlementManagementResourceRoleScopeResourceRole",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles",
+ "OutputType": "IMicrosoftGraphAccessPackageResourceRole",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphAccessPackageResourceRole",
- "Command": "Get-MgEntitlementManagementResourceRoleScopeResourceRole",
"Method": "GET",
- "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEntitlementManagementResourceRoleScopeResourceRole",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgEntitlementManagementResourceRoleScopeResourceRoleCount",
"Method": "GET",
- "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEntitlementManagementResourceRoleScopeResourceRoleCount",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource",
+ "OutputType": "IMicrosoftGraphAccessPackageResource",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAccessPackageResource",
- "Command": "Get-MgEntitlementManagementResourceRoleScopeResourceRoleResource",
"Method": "GET",
- "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEntitlementManagementResourceRoleScopeResourceRoleResource",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/environment",
+ "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment",
- "Command": "Get-MgEntitlementManagementResourceRoleScopeResourceRoleResourceEnvironment",
"Method": "GET",
- "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/environment",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEntitlementManagementResourceRoleScopeResourceRoleResourceEnvironment",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}",
+ "OutputType": "IMicrosoftGraphAccessPackageResourceScope",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAccessPackageResourceScope",
- "Command": "Get-MgEntitlementManagementResourceRoleScopeResourceRoleResourceScope",
"Method": "GET",
- "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEntitlementManagementResourceRoleScopeResourceRoleResourceScope",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/scopes",
+ "OutputType": "IMicrosoftGraphAccessPackageResourceScope",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphAccessPackageResourceScope",
- "Command": "Get-MgEntitlementManagementResourceRoleScopeResourceRoleResourceScope",
"Method": "GET",
- "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/scopes",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEntitlementManagementResourceRoleScopeResourceRoleResourceScope",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/scopes/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgEntitlementManagementResourceRoleScopeResourceRoleResourceScopeCount",
"Method": "GET",
- "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/scopes/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEntitlementManagementResourceRoleScopeResourceRoleResourceScopeCount",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/scopes/{accessPackageResourceScope-id}",
+ "OutputType": "IMicrosoftGraphAccessPackageResourceScope",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAccessPackageResourceScope",
- "Command": "Get-MgEntitlementManagementResourceRoleScopeResourceScope",
"Method": "GET",
- "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/scopes/{accessPackageResourceScope-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEntitlementManagementResourceRoleScopeResourceScope",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/scopes",
+ "OutputType": "IMicrosoftGraphAccessPackageResourceScope",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphAccessPackageResourceScope",
- "Command": "Get-MgEntitlementManagementResourceRoleScopeResourceScope",
"Method": "GET",
- "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/scopes",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEntitlementManagementResourceRoleScopeResourceScope",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/scopes/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgEntitlementManagementResourceRoleScopeResourceScopeCount",
"Method": "GET",
- "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/scopes/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEntitlementManagementResourceRoleScopeResourceScopeCount",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role",
+ "OutputType": "IMicrosoftGraphAccessPackageResourceRole",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAccessPackageResourceRole",
- "Command": "Get-MgEntitlementManagementResourceRoleScopeRole",
"Method": "GET",
- "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEntitlementManagementResourceRoleScopeRole",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource",
+ "OutputType": "IMicrosoftGraphAccessPackageResource",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAccessPackageResource",
- "Command": "Get-MgEntitlementManagementResourceRoleScopeRoleResource",
"Method": "GET",
- "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEntitlementManagementResourceRoleScopeRoleResource",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/environment",
+ "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment",
- "Command": "Get-MgEntitlementManagementResourceRoleScopeRoleResourceEnvironment",
"Method": "GET",
- "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/environment",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEntitlementManagementResourceRoleScopeRoleResourceEnvironment",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/roles/{accessPackageResourceRole-id}",
+ "OutputType": "IMicrosoftGraphAccessPackageResourceRole",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAccessPackageResourceRole",
- "Command": "Get-MgEntitlementManagementResourceRoleScopeRoleResourceRole",
"Method": "GET",
- "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/roles/{accessPackageResourceRole-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEntitlementManagementResourceRoleScopeRoleResourceRole",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/roles",
+ "OutputType": "IMicrosoftGraphAccessPackageResourceRole",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphAccessPackageResourceRole",
- "Command": "Get-MgEntitlementManagementResourceRoleScopeRoleResourceRole",
"Method": "GET",
- "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/roles",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEntitlementManagementResourceRoleScopeRoleResourceRole",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/roles/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgEntitlementManagementResourceRoleScopeRoleResourceRoleCount",
"Method": "GET",
- "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/roles/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEntitlementManagementResourceRoleScopeRoleResourceRoleCount",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}",
+ "OutputType": "IMicrosoftGraphAccessPackageResourceScope",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAccessPackageResourceScope",
- "Command": "Get-MgEntitlementManagementResourceRoleScopeRoleResourceScope",
"Method": "GET",
- "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEntitlementManagementResourceRoleScopeRoleResourceScope",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes",
+ "OutputType": "IMicrosoftGraphAccessPackageResourceScope",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphAccessPackageResourceScope",
- "Command": "Get-MgEntitlementManagementResourceRoleScopeRoleResourceScope",
"Method": "GET",
- "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEntitlementManagementResourceRoleScopeRoleResourceScope",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgEntitlementManagementResourceRoleScopeRoleResourceScopeCount",
"Method": "GET",
- "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEntitlementManagementResourceRoleScopeRoleResourceScopeCount",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource",
+ "OutputType": "IMicrosoftGraphAccessPackageResource",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAccessPackageResource",
- "Command": "Get-MgEntitlementManagementResourceRoleScopeRoleResourceScopeResource",
"Method": "GET",
- "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEntitlementManagementResourceRoleScopeRoleResourceScopeResource",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/environment",
+ "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment",
- "Command": "Get-MgEntitlementManagementResourceRoleScopeRoleResourceScopeResourceEnvironment",
"Method": "GET",
- "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/environment",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEntitlementManagementResourceRoleScopeRoleResourceScopeResourceEnvironment",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}",
+ "OutputType": "IMicrosoftGraphAccessPackageResourceRole",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAccessPackageResourceRole",
- "Command": "Get-MgEntitlementManagementResourceRoleScopeRoleResourceScopeResourceRole",
"Method": "GET",
- "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEntitlementManagementResourceRoleScopeRoleResourceScopeResourceRole",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/roles",
+ "OutputType": "IMicrosoftGraphAccessPackageResourceRole",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphAccessPackageResourceRole",
- "Command": "Get-MgEntitlementManagementResourceRoleScopeRoleResourceScopeResourceRole",
"Method": "GET",
- "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/roles",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEntitlementManagementResourceRoleScopeRoleResourceScopeResourceRole",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/roles/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgEntitlementManagementResourceRoleScopeRoleResourceScopeResourceRoleCount",
"Method": "GET",
- "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/roles/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEntitlementManagementResourceRoleScopeRoleResourceScopeResourceRoleCount",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}",
+ "OutputType": "IMicrosoftGraphAccessPackageResourceScope",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAccessPackageResourceScope",
- "Command": "Get-MgEntitlementManagementResourceScope",
"Method": "GET",
- "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEntitlementManagementResourceScope",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes",
+ "OutputType": "IMicrosoftGraphAccessPackageResourceScope",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphAccessPackageResourceScope",
- "Command": "Get-MgEntitlementManagementResourceScope",
"Method": "GET",
- "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEntitlementManagementResourceScope",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgEntitlementManagementResourceScopeCount",
"Method": "GET",
- "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEntitlementManagementResourceScopeCount",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource",
+ "OutputType": "IMicrosoftGraphAccessPackageResource",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAccessPackageResource",
- "Command": "Get-MgEntitlementManagementResourceScopeResource",
"Method": "GET",
- "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEntitlementManagementResourceScopeResource",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/environment",
+ "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment",
- "Command": "Get-MgEntitlementManagementResourceScopeResourceEnvironment",
"Method": "GET",
- "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/environment",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEntitlementManagementResourceScopeResourceEnvironment",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}",
+ "OutputType": "IMicrosoftGraphAccessPackageResourceRole",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAccessPackageResourceRole",
- "Command": "Get-MgEntitlementManagementResourceScopeResourceRole",
"Method": "GET",
- "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEntitlementManagementResourceScopeResourceRole",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles",
+ "OutputType": "IMicrosoftGraphAccessPackageResourceRole",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphAccessPackageResourceRole",
- "Command": "Get-MgEntitlementManagementResourceScopeResourceRole",
"Method": "GET",
- "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEntitlementManagementResourceScopeResourceRole",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgEntitlementManagementResourceScopeResourceRoleCount",
"Method": "GET",
- "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEntitlementManagementResourceScopeResourceRoleCount",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource",
+ "OutputType": "IMicrosoftGraphAccessPackageResource",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAccessPackageResource",
- "Command": "Get-MgEntitlementManagementResourceScopeResourceRoleResource",
"Method": "GET",
- "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEntitlementManagementResourceScopeResourceRoleResource",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment",
+ "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment",
- "Command": "Get-MgEntitlementManagementResourceScopeResourceRoleResourceEnvironment",
"Method": "GET",
- "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEntitlementManagementResourceScopeResourceRoleResourceEnvironment",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
- "Variants": [
- "Get"
- ],
- "OutputType": "IMicrosoftGraphEntitlementManagementSettings",
- "Command": "Get-MgEntitlementManagementSetting",
- "Method": "GET",
"Uri": "/identityGovernance/entitlementManagement/settings",
+ "OutputType": "IMicrosoftGraphEntitlementManagementSettings",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -237120,30 +247256,31 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Search",
+ ],
"Variants": [
"Get"
],
- "OutputType": "IMicrosoftGraphExternalConnectorsExternalConnection",
- "Command": "Get-MgExternal",
"Method": "GET",
- "Uri": "/external",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgEntitlementManagementSetting",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagementsettings-get?view=graph-rest-1.0"
},
{
"Module": "Search",
+ "Uri": "/external",
+ "OutputType": "IMicrosoftGraphExternalConnectorsExternalConnection",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphExternalConnectorsExternalConnection",
- "Command": "Get-MgExternalConnection",
"Method": "GET",
+ "Command": "Get-MgExternal",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Search",
"Uri": "/external/connections/{externalConnection-id}",
+ "OutputType": "IMicrosoftGraphExternalConnectorsExternalConnection",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -237170,17 +247307,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Search",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphExternalConnectorsExternalConnection",
- "Command": "Get-MgExternalConnection",
"Method": "GET",
+ "Command": "Get-MgExternalConnection",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalconnectors-externalconnection-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Search",
"Uri": "/external/connections",
+ "OutputType": "IMicrosoftGraphExternalConnectorsExternalConnection",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -237207,17 +247346,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Search",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgExternalConnectionCount",
"Method": "GET",
+ "Command": "Get-MgExternalConnection",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalconnectors-externalconnection-list?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Search",
"Uri": "/external/connections/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -237244,18 +247384,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Search",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphExternalConnectorsExternalGroup",
- "Command": "Get-MgExternalConnectionGroup",
"Method": "GET",
+ "Command": "Get-MgExternalConnectionCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Search",
"Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}",
+ "OutputType": "IMicrosoftGraphExternalConnectorsExternalGroup",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -237282,81 +247422,87 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgExternalConnectionGroup",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalconnectors-externalgroup-get?view=graph-rest-1.0"
},
{
"Module": "Search",
+ "Uri": "/external/connections/{externalConnection-id}/groups",
+ "OutputType": "IMicrosoftGraphExternalConnectorsExternalGroup",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphExternalConnectorsExternalGroup",
- "Command": "Get-MgExternalConnectionGroup",
"Method": "GET",
- "Uri": "/external/connections/{externalConnection-id}/groups",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgExternalConnectionGroup",
+ "ApiReferenceLink": null
},
{
"Module": "Search",
+ "Uri": "/external/connections/{externalConnection-id}/groups/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgExternalConnectionGroupCount",
"Method": "GET",
- "Uri": "/external/connections/{externalConnection-id}/groups/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgExternalConnectionGroupCount",
+ "ApiReferenceLink": null
},
{
"Module": "Search",
+ "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members/{identity-id}",
+ "OutputType": "IMicrosoftGraphExternalConnectorsIdentity",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphExternalConnectorsIdentity",
- "Command": "Get-MgExternalConnectionGroupMember",
"Method": "GET",
- "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members/{identity-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgExternalConnectionGroupMember",
+ "ApiReferenceLink": null
},
{
"Module": "Search",
+ "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members",
+ "OutputType": "IMicrosoftGraphExternalConnectorsIdentity",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphExternalConnectorsIdentity",
- "Command": "Get-MgExternalConnectionGroupMember",
"Method": "GET",
- "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgExternalConnectionGroupMember",
+ "ApiReferenceLink": null
},
{
"Module": "Search",
+ "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgExternalConnectionGroupMemberCount",
"Method": "GET",
- "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgExternalConnectionGroupMemberCount",
+ "ApiReferenceLink": null
},
{
"Module": "Search",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphExternalConnectorsExternalItem",
- "Command": "Get-MgExternalConnectionItem",
- "Method": "GET",
"Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}",
+ "OutputType": "IMicrosoftGraphExternalConnectorsExternalItem",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -237383,94 +247529,101 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgExternalConnectionItem",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalconnectors-externalitem-get?view=graph-rest-1.0"
},
{
"Module": "Search",
+ "Uri": "/external/connections/{externalConnection-id}/items",
+ "OutputType": "IMicrosoftGraphExternalConnectorsExternalItem",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphExternalConnectorsExternalItem",
- "Command": "Get-MgExternalConnectionItem",
"Method": "GET",
- "Uri": "/external/connections/{externalConnection-id}/items",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgExternalConnectionItem",
+ "ApiReferenceLink": null
},
{
"Module": "Search",
+ "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/activities/{externalActivity-id}",
+ "OutputType": "IMicrosoftGraphExternalConnectorsExternalActivity",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphExternalConnectorsExternalActivity",
- "Command": "Get-MgExternalConnectionItemActivity",
"Method": "GET",
- "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/activities/{externalActivity-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgExternalConnectionItemActivity",
+ "ApiReferenceLink": null
},
{
"Module": "Search",
+ "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/activities",
+ "OutputType": "IMicrosoftGraphExternalConnectorsExternalActivity",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphExternalConnectorsExternalActivity",
- "Command": "Get-MgExternalConnectionItemActivity",
"Method": "GET",
- "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/activities",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgExternalConnectionItemActivity",
+ "ApiReferenceLink": null
},
{
"Module": "Search",
+ "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/activities/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgExternalConnectionItemActivityCount",
"Method": "GET",
- "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/activities/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgExternalConnectionItemActivityCount",
+ "ApiReferenceLink": null
},
{
"Module": "Search",
+ "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/activities/{externalActivity-id}/performedBy",
+ "OutputType": "IMicrosoftGraphExternalConnectorsIdentity",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphExternalConnectorsIdentity",
- "Command": "Get-MgExternalConnectionItemActivityPerformedBy",
"Method": "GET",
- "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/activities/{externalActivity-id}/performedBy",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgExternalConnectionItemActivityPerformedBy",
+ "ApiReferenceLink": null
},
{
"Module": "Search",
+ "Uri": "/external/connections/{externalConnection-id}/items/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgExternalConnectionItemCount",
"Method": "GET",
- "Uri": "/external/connections/{externalConnection-id}/items/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgExternalConnectionItemCount",
+ "ApiReferenceLink": null
},
{
"Module": "Search",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphExternalConnectorsConnectionOperation",
- "Command": "Get-MgExternalConnectionOperation",
- "Method": "GET",
"Uri": "/external/connections/{externalConnection-id}/operations/{connectionOperation-id}",
+ "OutputType": "IMicrosoftGraphExternalConnectorsConnectionOperation",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -237497,43 +247650,46 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgExternalConnectionOperation",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalconnectors-connectionoperation-get?view=graph-rest-1.0"
},
{
"Module": "Search",
+ "Uri": "/external/connections/{externalConnection-id}/operations",
+ "OutputType": "IMicrosoftGraphExternalConnectorsConnectionOperation",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphExternalConnectorsConnectionOperation",
- "Command": "Get-MgExternalConnectionOperation",
"Method": "GET",
- "Uri": "/external/connections/{externalConnection-id}/operations",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgExternalConnectionOperation",
+ "ApiReferenceLink": null
},
{
"Module": "Search",
+ "Uri": "/external/connections/{externalConnection-id}/operations/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgExternalConnectionOperationCount",
"Method": "GET",
- "Uri": "/external/connections/{externalConnection-id}/operations/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgExternalConnectionOperationCount",
+ "ApiReferenceLink": null
},
{
"Module": "Search",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphExternalConnectorsSchema",
- "Command": "Get-MgExternalConnectionSchema",
- "Method": "GET",
"Uri": "/external/connections/{externalConnection-id}/schema",
+ "OutputType": "IMicrosoftGraphExternalConnectorsSchema",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -237560,18 +247716,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Groups",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphGroup",
- "Command": "Get-MgGroup",
"Method": "GET",
+ "Command": "Get-MgExternalConnectionSchema",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalconnectors-schema-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Groups",
"Uri": "/groups/{group-id}",
+ "OutputType": "IMicrosoftGraphGroup",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -237614,17 +247771,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Groups",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphGroup",
- "Command": "Get-MgGroup",
"Method": "GET",
+ "Command": "Get-MgGroup",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Groups",
"Uri": "/groups",
+ "OutputType": "IMicrosoftGraphGroup",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -237667,17 +247826,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Groups",
+ ],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgGroupAcceptedSender",
"Method": "GET",
+ "Command": "Get-MgGroup",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Groups",
"Uri": "/groups/{group-id}/acceptedSenders",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -237696,17 +247856,18 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Groups",
+ ],
"Variants": [
"List"
],
- "OutputType": null,
- "Command": "Get-MgGroupAcceptedSenderByRef",
"Method": "GET",
+ "Command": "Get-MgGroupAcceptedSender",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-acceptedsenders?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Groups",
"Uri": "/groups/{group-id}/acceptedSenders/$ref",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -237725,18 +247886,18 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Groups",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgGroupAcceptedSenderCount",
"Method": "GET",
+ "Command": "Get-MgGroupAcceptedSenderByRef",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-acceptedsenders?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Groups",
"Uri": "/groups/{group-id}/acceptedSenders/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -237755,30 +247916,33 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Applications",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAppRoleAssignment",
- "Command": "Get-MgGroupAppRoleAssignment",
"Method": "GET",
- "Uri": "/groups/{group-id}/appRoleAssignments/{appRoleAssignment-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupAcceptedSenderCount",
+ "ApiReferenceLink": null
},
{
"Module": "Applications",
+ "Uri": "/groups/{group-id}/appRoleAssignments/{appRoleAssignment-id}",
+ "OutputType": "IMicrosoftGraphAppRoleAssignment",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAppRoleAssignment",
- "Command": "Get-MgGroupAppRoleAssignment",
"Method": "GET",
+ "Command": "Get-MgGroupAppRoleAssignment",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Applications",
"Uri": "/groups/{group-id}/appRoleAssignments",
+ "OutputType": "IMicrosoftGraphAppRoleAssignment",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -237805,18 +247969,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Applications",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgGroupAppRoleAssignmentCount",
"Method": "GET",
+ "Command": "Get-MgGroupAppRoleAssignment",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-approleassignments?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Applications",
"Uri": "/groups/{group-id}/appRoleAssignments/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -237843,31 +248007,33 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgGroupAppRoleAssignmentCount",
+ "ApiReferenceLink": null
},
{
"Module": "Groups",
+ "Uri": "/groups/getByIds",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetExpanded"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgGroupById",
"Method": "POST",
- "Uri": "/groups/getByIds",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupById",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0"
},
{
"Module": "Groups",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphGroup",
- "Command": "Get-MgGroupByUniqueName",
- "Method": "GET",
"Uri": "/groups(uniqueName='{uniqueName}')",
+ "OutputType": "IMicrosoftGraphGroup",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -237910,31 +248076,33 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Calendar",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphCalendar",
- "Command": "Get-MgGroupCalendar",
"Method": "GET",
- "Uri": "/groups/{group-id}/calendar",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupByUniqueName",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-get?view=graph-rest-1.0"
},
{
"Module": "Calendar",
+ "Uri": "/groups/{group-id}/calendar",
+ "OutputType": "IMicrosoftGraphCalendar",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphEvent",
- "Command": "Get-MgGroupCalendarEvent",
"Method": "GET",
+ "Command": "Get-MgGroupCalendar",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Calendar",
"Uri": "/groups/{group-id}/calendar/events/{event-id}",
+ "OutputType": "IMicrosoftGraphEvent",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -237969,17 +248137,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Calendar",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphEvent",
- "Command": "Get-MgGroupCalendarEvent",
"Method": "GET",
+ "Command": "Get-MgGroupCalendarEvent",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Calendar",
"Uri": "/groups/{group-id}/calendar/events",
+ "OutputType": "IMicrosoftGraphEvent",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -237998,18 +248168,18 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Groups",
+ ],
"Variants": [
- "Delta",
- "DeltaViaIdentity"
+ "List"
],
- "OutputType": "IMicrosoftGraphEvent",
- "Command": "Get-MgGroupCalendarEventDelta",
"Method": "GET",
+ "Command": "Get-MgGroupCalendarEvent",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calendar-list-events?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Groups",
"Uri": "/groups/{group-id}/calendar/events/delta",
+ "OutputType": "IMicrosoftGraphEvent",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -238036,83 +248206,89 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Delta",
+ "DeltaViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgGroupCalendarEventDelta",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-1.0"
},
{
"Module": "Calendar",
+ "Uri": "/groups/{group-id}/calendar/calendarPermissions/{calendarPermission-id}",
+ "OutputType": "IMicrosoftGraphCalendarPermission",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphCalendarPermission",
- "Command": "Get-MgGroupCalendarPermission",
"Method": "GET",
- "Uri": "/groups/{group-id}/calendar/calendarPermissions/{calendarPermission-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupCalendarPermission",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calendarpermission-get?view=graph-rest-1.0"
},
{
"Module": "Calendar",
+ "Uri": "/groups/{group-id}/calendar/calendarPermissions",
+ "OutputType": "IMicrosoftGraphCalendarPermission",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphCalendarPermission",
- "Command": "Get-MgGroupCalendarPermission",
"Method": "GET",
- "Uri": "/groups/{group-id}/calendar/calendarPermissions",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupCalendarPermission",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calendar-list-calendarpermissions?view=graph-rest-1.0"
},
{
"Module": "Calendar",
+ "Uri": "/groups/{group-id}/calendar/calendarPermissions/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgGroupCalendarPermissionCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/calendar/calendarPermissions/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupCalendarPermissionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Groups",
+ "Uri": "/groups/{group-id}/calendar/getSchedule",
+ "OutputType": "IMicrosoftGraphScheduleInformation",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetExpanded",
"GetViaIdentity",
"GetViaIdentityExpanded"
],
- "OutputType": "IMicrosoftGraphScheduleInformation",
- "Command": "Get-MgGroupCalendarSchedule",
"Method": "POST",
- "Uri": "/groups/{group-id}/calendar/getSchedule",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupCalendarSchedule",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calendar-getschedule?view=graph-rest-1.0"
},
{
"Module": "Calendar",
+ "Uri": "/groups/{group-id}/calendar/calendarView",
+ "OutputType": "IMicrosoftGraphEvent",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphEvent",
- "Command": "Get-MgGroupCalendarView",
"Method": "GET",
- "Uri": "/groups/{group-id}/calendar/calendarView",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupCalendarView",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calendar-list-calendarview?view=graph-rest-1.0"
},
{
"Module": "Groups",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphConversation",
- "Command": "Get-MgGroupConversation",
- "Method": "GET",
"Uri": "/groups/{group-id}/conversations/{conversation-id}",
+ "OutputType": "IMicrosoftGraphConversation",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -238147,17 +248323,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Groups",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphConversation",
- "Command": "Get-MgGroupConversation",
"Method": "GET",
+ "Command": "Get-MgGroupConversation",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-get-conversation?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Groups",
"Uri": "/groups/{group-id}/conversations",
+ "OutputType": "IMicrosoftGraphConversation",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -238192,18 +248370,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Groups",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgGroupConversationCount",
"Method": "GET",
+ "Command": "Get-MgGroupConversation",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-conversations?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Groups",
"Uri": "/groups/{group-id}/conversations/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -238238,18 +248416,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Groups",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphConversationThread",
- "Command": "Get-MgGroupConversationThread",
"Method": "GET",
+ "Command": "Get-MgGroupConversationCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Groups",
"Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}",
+ "OutputType": "IMicrosoftGraphConversationThread",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -238284,17 +248463,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Groups",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphConversationThread",
- "Command": "Get-MgGroupConversationThread",
"Method": "GET",
+ "Command": "Get-MgGroupConversationThread",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Groups",
"Uri": "/groups/{group-id}/conversations/{conversation-id}/threads",
+ "OutputType": "IMicrosoftGraphConversationThread",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -238329,18 +248510,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Groups",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgGroupConversationThreadCount",
"Method": "GET",
+ "Command": "Get-MgGroupConversationThread",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversation-list-threads?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Groups",
"Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -238375,20 +248556,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Groups",
+ ],
"Variants": [
"Get",
- "Get1",
- "GetViaIdentity",
- "GetViaIdentity1"
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphPost",
- "Command": "Get-MgGroupConversationThreadPost",
"Method": "GET",
+ "Command": "Get-MgGroupConversationThreadCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Groups",
"Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}",
+ "OutputType": "IMicrosoftGraphPost",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -238423,17 +248603,21 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Groups",
+ ],
"Variants": [
- "List"
+ "Get",
+ "Get1",
+ "GetViaIdentity",
+ "GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphPost",
- "Command": "Get-MgGroupConversationThreadPost",
"Method": "GET",
+ "Command": "Get-MgGroupConversationThreadPost",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Groups",
"Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts",
+ "OutputType": "IMicrosoftGraphPost",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -238468,30 +248652,32 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgGroupConversationThreadPost",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversationthread-list-posts?view=graph-rest-1.0"
},
{
"Module": "Groups",
+ "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/{attachment-id}",
+ "OutputType": "IMicrosoftGraphAttachment",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAttachment",
- "Command": "Get-MgGroupConversationThreadPostAttachment",
"Method": "GET",
- "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/{attachment-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupConversationThreadPostAttachment",
+ "ApiReferenceLink": null
},
{
"Module": "Groups",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphAttachment",
- "Command": "Get-MgGroupConversationThreadPostAttachment",
- "Method": "GET",
"Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments",
+ "OutputType": "IMicrosoftGraphAttachment",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -238526,18 +248712,18 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Groups",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgGroupConversationThreadPostAttachmentCount",
"Method": "GET",
+ "Command": "Get-MgGroupConversationThreadPostAttachment",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/post-list-attachments?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Groups",
"Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -238572,18 +248758,19 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Groups",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgGroupConversationThreadPostCount",
"Method": "GET",
+ "Command": "Get-MgGroupConversationThreadPostAttachmentCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Groups",
"Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -238618,131 +248805,142 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgGroupConversationThreadPostCount",
+ "ApiReferenceLink": null
},
{
"Module": "Groups",
+ "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgGroupConversationThreadPostExtension",
"Method": "GET",
- "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupConversationThreadPostExtension",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/opentypeextension-get?view=graph-rest-1.0"
},
{
"Module": "Groups",
+ "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions",
+ "OutputType": "IMicrosoftGraphExtension",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphExtension",
- "Command": "Get-MgGroupConversationThreadPostExtension",
"Method": "GET",
- "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupConversationThreadPostExtension",
+ "ApiReferenceLink": null
},
{
"Module": "Groups",
+ "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgGroupConversationThreadPostExtensionCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupConversationThreadPostExtensionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Groups",
+ "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/{attachment-id}",
+ "OutputType": "IMicrosoftGraphAttachment",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAttachment",
- "Command": "Get-MgGroupConversationThreadPostInReplyToAttachment",
"Method": "GET",
- "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/{attachment-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupConversationThreadPostInReplyToAttachment",
+ "ApiReferenceLink": null
},
{
"Module": "Groups",
+ "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments",
+ "OutputType": "IMicrosoftGraphAttachment",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphAttachment",
- "Command": "Get-MgGroupConversationThreadPostInReplyToAttachment",
"Method": "GET",
- "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupConversationThreadPostInReplyToAttachment",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/post-list-attachments?view=graph-rest-1.0"
},
{
"Module": "Groups",
+ "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgGroupConversationThreadPostInReplyToAttachmentCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupConversationThreadPostInReplyToAttachmentCount",
+ "ApiReferenceLink": null
},
{
"Module": "Groups",
+ "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgGroupConversationThreadPostInReplyToExtension",
"Method": "GET",
- "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupConversationThreadPostInReplyToExtension",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/opentypeextension-get?view=graph-rest-1.0"
},
{
"Module": "Groups",
+ "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions",
+ "OutputType": "IMicrosoftGraphExtension",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphExtension",
- "Command": "Get-MgGroupConversationThreadPostInReplyToExtension",
"Method": "GET",
- "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupConversationThreadPostInReplyToExtension",
+ "ApiReferenceLink": null
},
{
"Module": "Groups",
+ "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgGroupConversationThreadPostInReplyToExtensionCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupConversationThreadPostInReplyToExtensionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Groups",
- "Variants": [
- "Get"
- ],
- "OutputType": null,
- "Command": "Get-MgGroupCount",
- "Method": "GET",
"Uri": "/groups/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -238785,31 +248983,32 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgGroupCount",
+ "ApiReferenceLink": null
},
{
"Module": "Groups",
+ "Uri": "/groups/{group-id}/createdOnBehalfOf",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgGroupCreatedOnBehalfOf",
"Method": "GET",
- "Uri": "/groups/{group-id}/createdOnBehalfOf",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupCreatedOnBehalfOf",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphDrive",
- "Command": "Get-MgGroupDefaultDrive",
- "Method": "GET",
"Uri": "/groups/{group-id}/drive",
+ "OutputType": "IMicrosoftGraphDrive",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -238860,17 +249059,19 @@
"PermissionType": "DelegatedPersonal",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Groups",
+ ],
"Variants": [
- "Delta"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphGroup",
- "Command": "Get-MgGroupDelta",
"Method": "GET",
+ "Command": "Get-MgGroupDefaultDrive",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Groups",
"Uri": "/groups/delta",
+ "OutputType": "IMicrosoftGraphGroup",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -238913,30 +249114,32 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Delta"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgGroupDelta",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}",
+ "OutputType": "IMicrosoftGraphDrive",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get1",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphDrive",
- "Command": "Get-MgGroupDrive",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupDrive",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphDrive",
- "Command": "Get-MgGroupDrive",
- "Method": "GET",
"Uri": "/groups/{group-id}/drives",
+ "OutputType": "IMicrosoftGraphDrive",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -238987,120 +249190,128 @@
"PermissionType": "DelegatedPersonal",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgGroupDrive",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/bundles/{driveItem-id}",
+ "OutputType": "IMicrosoftGraphDriveItem",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDriveItem",
- "Command": "Get-MgGroupDriveBundle",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/bundles/{driveItem-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupDriveBundle",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bundle-get?view=graph-rest-1.0"
},
{
"Module": "Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/bundles",
+ "OutputType": "IMicrosoftGraphDriveItem",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphDriveItem",
- "Command": "Get-MgGroupDriveBundle",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/bundles",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupDriveBundle",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bundle-list?view=graph-rest-1.0"
},
{
"Module": "Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/bundles/{driveItem-id}/content",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgGroupDriveBundleContent",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/bundles/{driveItem-id}/content",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupDriveBundleContent",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bundle-list?view=graph-rest-1.0"
},
{
"Module": "Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/bundles/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgGroupDriveBundleCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/bundles/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupDriveBundleCount",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/base",
+ "OutputType": "IMicrosoftGraphContentType",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphContentType",
- "Command": "Get-MgGroupDriveContentTypeBase",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/base",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupDriveContentTypeBase",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes/{contentType-id1}",
+ "OutputType": "IMicrosoftGraphContentType",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphContentType",
- "Command": "Get-MgGroupDriveContentTypeBaseType",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes/{contentType-id1}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupDriveContentTypeBaseType",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes",
+ "OutputType": "IMicrosoftGraphContentType",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphContentType",
- "Command": "Get-MgGroupDriveContentTypeBaseType",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupDriveContentTypeBaseType",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgGroupDriveContentTypeBaseTypeCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupDriveContentTypeBaseTypeCount",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": null,
- "Command": "Get-MgGroupDriveCount",
- "Method": "GET",
"Uri": "/groups/{group-id}/drives/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -239151,2408 +249362,2594 @@
"PermissionType": "DelegatedPersonal",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgGroupDriveCount",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/createdByUser",
+ "OutputType": "IMicrosoftGraphUser",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUser",
- "Command": "Get-MgGroupDriveCreatedByUser",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/createdByUser",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupDriveCreatedByUser",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/createdByUser/mailboxSettings",
+ "OutputType": "IMicrosoftGraphMailboxSettings",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Command": "Get-MgGroupDriveCreatedByUserMailboxSetting",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/createdByUser/mailboxSettings",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupDriveCreatedByUserMailboxSetting",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/createdByUser/serviceProvisioningErrors",
+ "OutputType": "IMicrosoftGraphServiceProvisioningError",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Command": "Get-MgGroupDriveCreatedByUserServiceProvisioningError",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/createdByUser/serviceProvisioningErrors",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupDriveCreatedByUserServiceProvisioningError",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/createdByUser/serviceProvisioningErrors/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgGroupDriveCreatedByUserServiceProvisioningErrorCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/createdByUser/serviceProvisioningErrors/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupDriveCreatedByUserServiceProvisioningErrorCount",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/following/{driveItem-id}",
+ "OutputType": "IMicrosoftGraphDriveItem",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDriveItem",
- "Command": "Get-MgGroupDriveFollowing",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/following/{driveItem-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupDriveFollowing",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/following",
+ "OutputType": "IMicrosoftGraphDriveItem",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphDriveItem",
- "Command": "Get-MgGroupDriveFollowing",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/following",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupDriveFollowing",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/drive-list-following?view=graph-rest-1.0"
},
{
"Module": "Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/following/{driveItem-id}/content",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgGroupDriveFollowingContent",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/following/{driveItem-id}/content",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupDriveFollowingContent",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/drive-list-following?view=graph-rest-1.0"
},
{
"Module": "Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/following/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgGroupDriveFollowingCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/following/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupDriveFollowingCount",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}",
+ "OutputType": "IMicrosoftGraphDriveItem",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDriveItem",
- "Command": "Get-MgGroupDriveItem",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupDriveItem",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bundle-get?view=graph-rest-1.0"
},
{
"Module": "Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/items",
+ "OutputType": "IMicrosoftGraphDriveItem",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphDriveItem",
- "Command": "Get-MgGroupDriveItem",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/items",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupDriveItem",
+ "ApiReferenceLink": null
},
{
"Module": "Groups",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/getActivitiesByInterval",
+ "OutputType": "IMicrosoftGraphItemActivityStat",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphItemActivityStat",
- "Command": "Get-MgGroupDriveItemActivityByInterval",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/getActivitiesByInterval",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupDriveItemActivityByInterval",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics",
+ "OutputType": "IMicrosoftGraphItemAnalytics",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphItemAnalytics",
- "Command": "Get-MgGroupDriveItemAnalytic",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupDriveItemAnalytic",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}",
+ "OutputType": "IMicrosoftGraphItemActivityStat",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphItemActivityStat",
- "Command": "Get-MgGroupDriveItemAnalyticItemActivityStat",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupDriveItemAnalyticItemActivityStat",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats",
+ "OutputType": "IMicrosoftGraphItemActivityStat",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphItemActivityStat",
- "Command": "Get-MgGroupDriveItemAnalyticItemActivityStat",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupDriveItemAnalyticItemActivityStat",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities",
+ "OutputType": "IMicrosoftGraphItemActivity",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphItemActivity",
- "Command": "Get-MgGroupDriveItemAnalyticItemActivityStatActivity",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupDriveItemAnalyticItemActivityStatActivity",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgGroupDriveItemAnalyticItemActivityStatCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupDriveItemAnalyticItemActivityStatCount",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/lastSevenDays",
+ "OutputType": "IMicrosoftGraphItemActivityStat",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphItemActivityStat",
- "Command": "Get-MgGroupDriveItemAnalyticLastSevenDay",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/lastSevenDays",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupDriveItemAnalyticLastSevenDay",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/allTime",
+ "OutputType": "IMicrosoftGraphItemActivityStat",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphItemActivityStat",
- "Command": "Get-MgGroupDriveItemAnalyticTime",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/allTime",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupDriveItemAnalyticTime",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itemanalytics-get?view=graph-rest-1.0"
},
{
"Module": "Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}",
+ "OutputType": "IMicrosoftGraphDriveItem",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDriveItem",
- "Command": "Get-MgGroupDriveItemChild",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupDriveItemChild",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children",
+ "OutputType": "IMicrosoftGraphDriveItem",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphDriveItem",
- "Command": "Get-MgGroupDriveItemChild",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupDriveItemChild",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-list-children?view=graph-rest-1.0"
},
{
"Module": "Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgGroupDriveItemChildContent",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupDriveItemChildContent",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-list-children?view=graph-rest-1.0"
},
{
"Module": "Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgGroupDriveItemChildCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupDriveItemChildCount",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/content",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgGroupDriveItemContent",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/content",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupDriveItemContent",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/items/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgGroupDriveItemCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/items/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupDriveItemCount",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser",
+ "OutputType": "IMicrosoftGraphUser",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUser",
- "Command": "Get-MgGroupDriveItemCreatedByUser",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupDriveItemCreatedByUser",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/mailboxSettings",
+ "OutputType": "IMicrosoftGraphMailboxSettings",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Command": "Get-MgGroupDriveItemCreatedByUserMailboxSetting",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/mailboxSettings",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupDriveItemCreatedByUserMailboxSetting",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/serviceProvisioningErrors",
+ "OutputType": "IMicrosoftGraphServiceProvisioningError",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Command": "Get-MgGroupDriveItemCreatedByUserServiceProvisioningError",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/serviceProvisioningErrors",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupDriveItemCreatedByUserServiceProvisioningError",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/serviceProvisioningErrors/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgGroupDriveItemCreatedByUserServiceProvisioningErrorCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/serviceProvisioningErrors/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupDriveItemCreatedByUserServiceProvisioningErrorCount",
+ "ApiReferenceLink": null
},
{
"Module": "Groups",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/delta",
+ "OutputType": "IMicrosoftGraphDriveItem",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Delta",
"Delta1",
"DeltaViaIdentity",
"DeltaViaIdentity1"
],
- "OutputType": "IMicrosoftGraphDriveItem",
- "Command": "Get-MgGroupDriveItemDelta",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/delta",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupDriveItemDelta",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser",
+ "OutputType": "IMicrosoftGraphUser",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUser",
- "Command": "Get-MgGroupDriveItemItemLastModifiedByUser",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupDriveItemItemLastModifiedByUser",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/mailboxSettings",
+ "OutputType": "IMicrosoftGraphMailboxSettings",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Command": "Get-MgGroupDriveItemItemLastModifiedByUserMailboxSetting",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/mailboxSettings",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupDriveItemItemLastModifiedByUserMailboxSetting",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/serviceProvisioningErrors",
+ "OutputType": "IMicrosoftGraphServiceProvisioningError",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Command": "Get-MgGroupDriveItemItemLastModifiedByUserServiceProvisioningError",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/serviceProvisioningErrors",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupDriveItemItemLastModifiedByUserServiceProvisioningError",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/serviceProvisioningErrors/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgGroupDriveItemItemLastModifiedByUserServiceProvisioningErrorCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/serviceProvisioningErrors/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupDriveItemItemLastModifiedByUserServiceProvisioningErrorCount",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser",
+ "OutputType": "IMicrosoftGraphUser",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphUser",
- "Command": "Get-MgGroupDriveItemLastModifiedByUser",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupDriveItemLastModifiedByUser",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/mailboxSettings",
+ "OutputType": "IMicrosoftGraphMailboxSettings",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Command": "Get-MgGroupDriveItemLastModifiedByUserMailboxSetting",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/mailboxSettings",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupDriveItemLastModifiedByUserMailboxSetting",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/serviceProvisioningErrors",
+ "OutputType": "IMicrosoftGraphServiceProvisioningError",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List",
"List1"
],
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Command": "Get-MgGroupDriveItemLastModifiedByUserServiceProvisioningError",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/serviceProvisioningErrors",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupDriveItemLastModifiedByUserServiceProvisioningError",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": null,
- "Command": "Get-MgGroupDriveItemLastModifiedByUserServiceProvisioningErrorCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupDriveItemLastModifiedByUserServiceProvisioningErrorCount",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem",
+ "OutputType": "IMicrosoftGraphListItem",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphListItem",
- "Command": "Get-MgGroupDriveItemListItem",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupDriveItemListItem",
+ "ApiReferenceLink": null
},
{
"Module": "Groups",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/getActivitiesByInterval",
+ "OutputType": "IMicrosoftGraphItemActivityStat",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphItemActivityStat",
- "Command": "Get-MgGroupDriveItemListItemActivityByInterval",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/getActivitiesByInterval",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupDriveItemListItemActivityByInterval",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/analytics",
+ "OutputType": "IMicrosoftGraphItemAnalytics",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphItemAnalytics",
- "Command": "Get-MgGroupDriveItemListItemAnalytic",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/analytics",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupDriveItemListItemAnalytic",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser",
+ "OutputType": "IMicrosoftGraphUser",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUser",
- "Command": "Get-MgGroupDriveItemListItemCreatedByUser",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupDriveItemListItemCreatedByUser",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/mailboxSettings",
+ "OutputType": "IMicrosoftGraphMailboxSettings",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Command": "Get-MgGroupDriveItemListItemCreatedByUserMailboxSetting",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/mailboxSettings",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupDriveItemListItemCreatedByUserMailboxSetting",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/serviceProvisioningErrors",
+ "OutputType": "IMicrosoftGraphServiceProvisioningError",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Command": "Get-MgGroupDriveItemListItemCreatedByUserServiceProvisioningError",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/serviceProvisioningErrors",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupDriveItemListItemCreatedByUserServiceProvisioningError",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/serviceProvisioningErrors/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgGroupDriveItemListItemCreatedByUserServiceProvisioningErrorCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/serviceProvisioningErrors/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupDriveItemListItemCreatedByUserServiceProvisioningErrorCount",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}",
+ "OutputType": "IMicrosoftGraphDocumentSetVersion",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDocumentSetVersion",
- "Command": "Get-MgGroupDriveItemListItemDocumentSetVersion",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupDriveItemListItemDocumentSetVersion",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-get?view=graph-rest-1.0"
},
{
"Module": "Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions",
+ "OutputType": "IMicrosoftGraphDocumentSetVersion",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphDocumentSetVersion",
- "Command": "Get-MgGroupDriveItemListItemDocumentSetVersion",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupDriveItemListItemDocumentSetVersion",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-list-documentsetversions?view=graph-rest-1.0"
},
{
"Module": "Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgGroupDriveItemListItemDocumentSetVersionCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupDriveItemListItemDocumentSetVersionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgGroupDriveItemListItemDocumentSetVersionField",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupDriveItemListItemDocumentSetVersionField",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem",
+ "OutputType": "IMicrosoftGraphDriveItem",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDriveItem",
- "Command": "Get-MgGroupDriveItemListItemDriveItem",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupDriveItemListItemDriveItem",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgGroupDriveItemListItemDriveItemContent",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupDriveItemListItemDriveItemContent",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/fields",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgGroupDriveItemListItemField",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/fields",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupDriveItemListItemField",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}",
+ "OutputType": "IMicrosoftGraphListItemVersion",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphListItemVersion",
- "Command": "Get-MgGroupDriveItemListItemVersion",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupDriveItemListItemVersion",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitemversion-get?view=graph-rest-1.0"
},
{
"Module": "Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions",
+ "OutputType": "IMicrosoftGraphListItemVersion",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphListItemVersion",
- "Command": "Get-MgGroupDriveItemListItemVersion",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupDriveItemListItemVersion",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-list-versions?view=graph-rest-1.0"
},
{
"Module": "Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgGroupDriveItemListItemVersionCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupDriveItemListItemVersionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgGroupDriveItemListItemVersionField",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupDriveItemListItemVersionField",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}",
+ "OutputType": "IMicrosoftGraphPermission",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphPermission",
- "Command": "Get-MgGroupDriveItemPermission",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupDriveItemPermission",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-get?view=graph-rest-1.0"
},
{
"Module": "Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions",
+ "OutputType": "IMicrosoftGraphPermission",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphPermission",
- "Command": "Get-MgGroupDriveItemPermission",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupDriveItemPermission",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-list-permissions?view=graph-rest-1.0"
},
{
"Module": "Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgGroupDriveItemPermissionCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupDriveItemPermissionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/retentionLabel",
+ "OutputType": "IMicrosoftGraphItemRetentionLabel",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphItemRetentionLabel",
- "Command": "Get-MgGroupDriveItemRetentionLabel",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/retentionLabel",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupDriveItemRetentionLabel",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}",
+ "OutputType": "IMicrosoftGraphSubscription",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSubscription",
- "Command": "Get-MgGroupDriveItemSubscription",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupDriveItemSubscription",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions",
+ "OutputType": "IMicrosoftGraphSubscription",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphSubscription",
- "Command": "Get-MgGroupDriveItemSubscription",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupDriveItemSubscription",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgGroupDriveItemSubscriptionCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupDriveItemSubscriptionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}",
+ "OutputType": "IMicrosoftGraphThumbnailSet",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphThumbnailSet",
- "Command": "Get-MgGroupDriveItemThumbnail",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupDriveItemThumbnail",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails",
+ "OutputType": "IMicrosoftGraphThumbnailSet",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphThumbnailSet",
- "Command": "Get-MgGroupDriveItemThumbnail",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupDriveItemThumbnail",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-list-thumbnails?view=graph-rest-1.0"
},
{
"Module": "Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgGroupDriveItemThumbnailCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupDriveItemThumbnailCount",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}",
+ "OutputType": "IMicrosoftGraphDriveItemVersion",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDriveItemVersion",
- "Command": "Get-MgGroupDriveItemVersion",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupDriveItemVersion",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitemversion-get?view=graph-rest-1.0"
},
{
"Module": "Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions",
+ "OutputType": "IMicrosoftGraphDriveItemVersion",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphDriveItemVersion",
- "Command": "Get-MgGroupDriveItemVersion",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupDriveItemVersion",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-list-versions?view=graph-rest-1.0"
},
{
"Module": "Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgGroupDriveItemVersionContent",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupDriveItemVersionContent",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-list-versions?view=graph-rest-1.0"
},
{
"Module": "Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgGroupDriveItemVersionCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupDriveItemVersionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/lastModifiedByUser",
+ "OutputType": "IMicrosoftGraphUser",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphUser",
- "Command": "Get-MgGroupDriveLastModifiedByUser",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/lastModifiedByUser",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupDriveLastModifiedByUser",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/lastModifiedByUser/mailboxSettings",
+ "OutputType": "IMicrosoftGraphMailboxSettings",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Command": "Get-MgGroupDriveLastModifiedByUserMailboxSetting",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/lastModifiedByUser/mailboxSettings",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupDriveLastModifiedByUserMailboxSetting",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/lastModifiedByUser/serviceProvisioningErrors",
+ "OutputType": "IMicrosoftGraphServiceProvisioningError",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List",
"List1"
],
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Command": "Get-MgGroupDriveLastModifiedByUserServiceProvisioningError",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/lastModifiedByUser/serviceProvisioningErrors",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupDriveLastModifiedByUserServiceProvisioningError",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/lastModifiedByUser/serviceProvisioningErrors/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": null,
- "Command": "Get-MgGroupDriveLastModifiedByUserServiceProvisioningErrorCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/lastModifiedByUser/serviceProvisioningErrors/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupDriveLastModifiedByUserServiceProvisioningErrorCount",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/list",
+ "OutputType": "IMicrosoftGraphList",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphList",
- "Command": "Get-MgGroupDriveList",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/list",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupDriveList",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/list/columns/{columnDefinition-id}",
+ "OutputType": "IMicrosoftGraphColumnDefinition",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphColumnDefinition",
- "Command": "Get-MgGroupDriveListColumn",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/list/columns/{columnDefinition-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupDriveListColumn",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/list/columns",
+ "OutputType": "IMicrosoftGraphColumnDefinition",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphColumnDefinition",
- "Command": "Get-MgGroupDriveListColumn",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/list/columns",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupDriveListColumn",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/list-list-columns?view=graph-rest-1.0"
},
{
"Module": "Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/list/columns/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgGroupDriveListColumnCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/list/columns/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupDriveListColumnCount",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/list/columns/{columnDefinition-id}/sourceColumn",
+ "OutputType": "IMicrosoftGraphColumnDefinition",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphColumnDefinition",
- "Command": "Get-MgGroupDriveListColumnSourceColumn",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/list/columns/{columnDefinition-id}/sourceColumn",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupDriveListColumnSourceColumn",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}",
+ "OutputType": "IMicrosoftGraphContentType",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphContentType",
- "Command": "Get-MgGroupDriveListContentType",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupDriveListContentType",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes",
+ "OutputType": "IMicrosoftGraphContentType",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphContentType",
- "Command": "Get-MgGroupDriveListContentType",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupDriveListContentType",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/list-list-contenttypes?view=graph-rest-1.0"
},
{
"Module": "Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}",
+ "OutputType": "IMicrosoftGraphColumnDefinition",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphColumnDefinition",
- "Command": "Get-MgGroupDriveListContentTypeColumn",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupDriveListContentTypeColumn",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/columndefinition-get?view=graph-rest-1.0"
},
{
"Module": "Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns",
+ "OutputType": "IMicrosoftGraphColumnDefinition",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphColumnDefinition",
- "Command": "Get-MgGroupDriveListContentTypeColumn",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupDriveListContentTypeColumn",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-list-columns?view=graph-rest-1.0"
},
{
"Module": "Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgGroupDriveListContentTypeColumnCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupDriveListContentTypeColumnCount",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}",
+ "OutputType": "IMicrosoftGraphColumnLink",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphColumnLink",
- "Command": "Get-MgGroupDriveListContentTypeColumnLink",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupDriveListContentTypeColumnLink",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks",
+ "OutputType": "IMicrosoftGraphColumnLink",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphColumnLink",
- "Command": "Get-MgGroupDriveListContentTypeColumnLink",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupDriveListContentTypeColumnLink",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgGroupDriveListContentTypeColumnLinkCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupDriveListContentTypeColumnLinkCount",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}",
+ "OutputType": "IMicrosoftGraphColumnDefinition",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphColumnDefinition",
- "Command": "Get-MgGroupDriveListContentTypeColumnPosition",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupDriveListContentTypeColumnPosition",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions",
+ "OutputType": "IMicrosoftGraphColumnDefinition",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphColumnDefinition",
- "Command": "Get-MgGroupDriveListContentTypeColumnPosition",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupDriveListContentTypeColumnPosition",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgGroupDriveListContentTypeColumnPositionCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupDriveListContentTypeColumnPositionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn",
+ "OutputType": "IMicrosoftGraphColumnDefinition",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphColumnDefinition",
- "Command": "Get-MgGroupDriveListContentTypeColumnSourceColumn",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupDriveListContentTypeColumnSourceColumn",
+ "ApiReferenceLink": null
},
{
"Module": "Groups",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/getCompatibleHubContentTypes",
+ "OutputType": "IMicrosoftGraphContentType",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphContentType",
- "Command": "Get-MgGroupDriveListContentTypeCompatibleHubContentType",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/getCompatibleHubContentTypes",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupDriveListContentTypeCompatibleHubContentType",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgGroupDriveListContentTypeCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupDriveListContentTypeCount",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/list/createdByUser",
+ "OutputType": "IMicrosoftGraphUser",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUser",
- "Command": "Get-MgGroupDriveListCreatedByUser",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/list/createdByUser",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupDriveListCreatedByUser",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/list/createdByUser/mailboxSettings",
+ "OutputType": "IMicrosoftGraphMailboxSettings",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Command": "Get-MgGroupDriveListCreatedByUserMailboxSetting",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/list/createdByUser/mailboxSettings",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupDriveListCreatedByUserMailboxSetting",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/list/createdByUser/serviceProvisioningErrors",
+ "OutputType": "IMicrosoftGraphServiceProvisioningError",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Command": "Get-MgGroupDriveListCreatedByUserServiceProvisioningError",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/list/createdByUser/serviceProvisioningErrors",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupDriveListCreatedByUserServiceProvisioningError",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/list/createdByUser/serviceProvisioningErrors/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgGroupDriveListCreatedByUserServiceProvisioningErrorCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/list/createdByUser/serviceProvisioningErrors/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupDriveListCreatedByUserServiceProvisioningErrorCount",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/list/drive",
+ "OutputType": "IMicrosoftGraphDrive",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDrive",
- "Command": "Get-MgGroupDriveListDrive",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/list/drive",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupDriveListDrive",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}",
+ "OutputType": "IMicrosoftGraphListItem",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphListItem",
- "Command": "Get-MgGroupDriveListItem",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupDriveListItem",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-get?view=graph-rest-1.0"
},
{
"Module": "Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/list/items",
+ "OutputType": "IMicrosoftGraphListItem",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphListItem",
- "Command": "Get-MgGroupDriveListItem",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/list/items",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupDriveListItem",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-list?view=graph-rest-1.0"
},
{
"Module": "Groups",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/getActivitiesByInterval",
+ "OutputType": "IMicrosoftGraphItemActivityStat",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphItemActivityStat",
- "Command": "Get-MgGroupDriveListItemActivityByInterval",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/getActivitiesByInterval",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupDriveListItemActivityByInterval",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/analytics",
+ "OutputType": "IMicrosoftGraphItemAnalytics",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphItemAnalytics",
- "Command": "Get-MgGroupDriveListItemAnalytic",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/analytics",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupDriveListItemAnalytic",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser",
+ "OutputType": "IMicrosoftGraphUser",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUser",
- "Command": "Get-MgGroupDriveListItemCreatedByUser",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupDriveListItemCreatedByUser",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/mailboxSettings",
+ "OutputType": "IMicrosoftGraphMailboxSettings",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Command": "Get-MgGroupDriveListItemCreatedByUserMailboxSetting",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/mailboxSettings",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupDriveListItemCreatedByUserMailboxSetting",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors",
+ "OutputType": "IMicrosoftGraphServiceProvisioningError",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Command": "Get-MgGroupDriveListItemCreatedByUserServiceProvisioningError",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupDriveListItemCreatedByUserServiceProvisioningError",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgGroupDriveListItemCreatedByUserServiceProvisioningErrorCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupDriveListItemCreatedByUserServiceProvisioningErrorCount",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}",
+ "OutputType": "IMicrosoftGraphDocumentSetVersion",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDocumentSetVersion",
- "Command": "Get-MgGroupDriveListItemDocumentSetVersion",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupDriveListItemDocumentSetVersion",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-get?view=graph-rest-1.0"
},
{
"Module": "Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions",
+ "OutputType": "IMicrosoftGraphDocumentSetVersion",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphDocumentSetVersion",
- "Command": "Get-MgGroupDriveListItemDocumentSetVersion",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupDriveListItemDocumentSetVersion",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-list-documentsetversions?view=graph-rest-1.0"
},
{
"Module": "Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgGroupDriveListItemDocumentSetVersionCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupDriveListItemDocumentSetVersionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgGroupDriveListItemDocumentSetVersionField",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupDriveListItemDocumentSetVersionField",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem",
+ "OutputType": "IMicrosoftGraphDriveItem",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDriveItem",
- "Command": "Get-MgGroupDriveListItemDriveItem",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupDriveListItemDriveItem",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/content",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgGroupDriveListItemDriveItemContent",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/content",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupDriveListItemDriveItemContent",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/fields",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgGroupDriveListItemField",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/fields",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupDriveListItemField",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}",
+ "OutputType": "IMicrosoftGraphListItemVersion",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphListItemVersion",
- "Command": "Get-MgGroupDriveListItemVersion",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupDriveListItemVersion",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitemversion-get?view=graph-rest-1.0"
},
{
"Module": "Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions",
+ "OutputType": "IMicrosoftGraphListItemVersion",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphListItemVersion",
- "Command": "Get-MgGroupDriveListItemVersion",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupDriveListItemVersion",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-list-versions?view=graph-rest-1.0"
},
{
"Module": "Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgGroupDriveListItemVersionCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupDriveListItemVersionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgGroupDriveListItemVersionField",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupDriveListItemVersionField",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/list/operations/{richLongRunningOperation-id}",
+ "OutputType": "IMicrosoftGraphRichLongRunningOperation",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphRichLongRunningOperation",
- "Command": "Get-MgGroupDriveListOperation",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/list/operations/{richLongRunningOperation-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupDriveListOperation",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/list/operations",
+ "OutputType": "IMicrosoftGraphRichLongRunningOperation",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphRichLongRunningOperation",
- "Command": "Get-MgGroupDriveListOperation",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/list/operations",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupDriveListOperation",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/list/operations/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgGroupDriveListOperationCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/list/operations/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupDriveListOperationCount",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/list/subscriptions/{subscription-id}",
+ "OutputType": "IMicrosoftGraphSubscription",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSubscription",
- "Command": "Get-MgGroupDriveListSubscription",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/list/subscriptions/{subscription-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupDriveListSubscription",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/list/subscriptions",
+ "OutputType": "IMicrosoftGraphSubscription",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphSubscription",
- "Command": "Get-MgGroupDriveListSubscription",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/list/subscriptions",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupDriveListSubscription",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/list/subscriptions/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgGroupDriveListSubscriptionCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/list/subscriptions/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupDriveListSubscriptionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/root",
+ "OutputType": "IMicrosoftGraphDriveItem",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDriveItem",
- "Command": "Get-MgGroupDriveRoot",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/root",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupDriveRoot",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-get?view=graph-rest-1.0"
},
{
"Module": "Groups",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/root/getActivitiesByInterval",
+ "OutputType": "IMicrosoftGraphItemActivityStat",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphItemActivityStat",
- "Command": "Get-MgGroupDriveRootActivityByInterval",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/root/getActivitiesByInterval",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupDriveRootActivityByInterval",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics",
+ "OutputType": "IMicrosoftGraphItemAnalytics",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphItemAnalytics",
- "Command": "Get-MgGroupDriveRootAnalytic",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupDriveRootAnalytic",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}",
+ "OutputType": "IMicrosoftGraphItemActivityStat",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphItemActivityStat",
- "Command": "Get-MgGroupDriveRootAnalyticItemActivityStat",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupDriveRootAnalyticItemActivityStat",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats",
+ "OutputType": "IMicrosoftGraphItemActivityStat",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphItemActivityStat",
- "Command": "Get-MgGroupDriveRootAnalyticItemActivityStat",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupDriveRootAnalyticItemActivityStat",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}/activities",
+ "OutputType": "IMicrosoftGraphItemActivity",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphItemActivity",
- "Command": "Get-MgGroupDriveRootAnalyticItemActivityStatActivity",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}/activities",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupDriveRootAnalyticItemActivityStatActivity",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgGroupDriveRootAnalyticItemActivityStatCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupDriveRootAnalyticItemActivityStatCount",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/lastSevenDays",
+ "OutputType": "IMicrosoftGraphItemActivityStat",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphItemActivityStat",
- "Command": "Get-MgGroupDriveRootAnalyticLastSevenDay",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/lastSevenDays",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupDriveRootAnalyticLastSevenDay",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/allTime",
+ "OutputType": "IMicrosoftGraphItemActivityStat",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphItemActivityStat",
- "Command": "Get-MgGroupDriveRootAnalyticTime",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/allTime",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupDriveRootAnalyticTime",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itemanalytics-get?view=graph-rest-1.0"
},
{
"Module": "Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/root/children/{driveItem-id}",
+ "OutputType": "IMicrosoftGraphDriveItem",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDriveItem",
- "Command": "Get-MgGroupDriveRootChild",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/root/children/{driveItem-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupDriveRootChild",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/root/children",
+ "OutputType": "IMicrosoftGraphDriveItem",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphDriveItem",
- "Command": "Get-MgGroupDriveRootChild",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/root/children",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupDriveRootChild",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-list-children?view=graph-rest-1.0"
},
{
"Module": "Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/root/children/{driveItem-id}/content",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgGroupDriveRootChildContent",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/root/children/{driveItem-id}/content",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupDriveRootChildContent",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-list-children?view=graph-rest-1.0"
},
{
"Module": "Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/root/children/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgGroupDriveRootChildCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/root/children/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupDriveRootChildCount",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/root/content",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgGroupDriveRootContent",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/root/content",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupDriveRootContent",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-get?view=graph-rest-1.0"
},
{
"Module": "Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/root/createdByUser",
+ "OutputType": "IMicrosoftGraphUser",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUser",
- "Command": "Get-MgGroupDriveRootCreatedByUser",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/root/createdByUser",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupDriveRootCreatedByUser",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/root/createdByUser/mailboxSettings",
+ "OutputType": "IMicrosoftGraphMailboxSettings",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Command": "Get-MgGroupDriveRootCreatedByUserMailboxSetting",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/root/createdByUser/mailboxSettings",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupDriveRootCreatedByUserMailboxSetting",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/root/createdByUser/serviceProvisioningErrors",
+ "OutputType": "IMicrosoftGraphServiceProvisioningError",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Command": "Get-MgGroupDriveRootCreatedByUserServiceProvisioningError",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/root/createdByUser/serviceProvisioningErrors",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupDriveRootCreatedByUserServiceProvisioningError",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/root/createdByUser/serviceProvisioningErrors/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgGroupDriveRootCreatedByUserServiceProvisioningErrorCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/root/createdByUser/serviceProvisioningErrors/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupDriveRootCreatedByUserServiceProvisioningErrorCount",
+ "ApiReferenceLink": null
},
{
"Module": "Groups",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/root/delta",
+ "OutputType": "IMicrosoftGraphDriveItem",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Delta",
"Delta1",
"DeltaViaIdentity",
"DeltaViaIdentity1"
],
- "OutputType": "IMicrosoftGraphDriveItem",
- "Command": "Get-MgGroupDriveRootDelta",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/root/delta",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupDriveRootDelta",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/lastModifiedByUser",
+ "OutputType": "IMicrosoftGraphUser",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUser",
- "Command": "Get-MgGroupDriveRootItemLastModifiedByUser",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/lastModifiedByUser",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupDriveRootItemLastModifiedByUser",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/mailboxSettings",
+ "OutputType": "IMicrosoftGraphMailboxSettings",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Command": "Get-MgGroupDriveRootItemLastModifiedByUserMailboxSetting",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/mailboxSettings",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupDriveRootItemLastModifiedByUserMailboxSetting",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/serviceProvisioningErrors",
+ "OutputType": "IMicrosoftGraphServiceProvisioningError",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Command": "Get-MgGroupDriveRootItemLastModifiedByUserServiceProvisioningError",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/serviceProvisioningErrors",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupDriveRootItemLastModifiedByUserServiceProvisioningError",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/serviceProvisioningErrors/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgGroupDriveRootItemLastModifiedByUserServiceProvisioningErrorCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/serviceProvisioningErrors/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupDriveRootItemLastModifiedByUserServiceProvisioningErrorCount",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/root/lastModifiedByUser",
+ "OutputType": "IMicrosoftGraphUser",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUser",
- "Command": "Get-MgGroupDriveRootLastModifiedByUser",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/root/lastModifiedByUser",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupDriveRootLastModifiedByUser",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/root/lastModifiedByUser/mailboxSettings",
+ "OutputType": "IMicrosoftGraphMailboxSettings",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Command": "Get-MgGroupDriveRootLastModifiedByUserMailboxSetting",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/root/lastModifiedByUser/mailboxSettings",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupDriveRootLastModifiedByUserMailboxSetting",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/root/lastModifiedByUser/serviceProvisioningErrors",
+ "OutputType": "IMicrosoftGraphServiceProvisioningError",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Command": "Get-MgGroupDriveRootLastModifiedByUserServiceProvisioningError",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/root/lastModifiedByUser/serviceProvisioningErrors",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupDriveRootLastModifiedByUserServiceProvisioningError",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/root/lastModifiedByUser/serviceProvisioningErrors/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgGroupDriveRootLastModifiedByUserServiceProvisioningErrorCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/root/lastModifiedByUser/serviceProvisioningErrors/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupDriveRootLastModifiedByUserServiceProvisioningErrorCount",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem",
+ "OutputType": "IMicrosoftGraphListItem",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphListItem",
- "Command": "Get-MgGroupDriveRootListItem",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupDriveRootListItem",
+ "ApiReferenceLink": null
},
{
"Module": "Groups",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/getActivitiesByInterval",
+ "OutputType": "IMicrosoftGraphItemActivityStat",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphItemActivityStat",
- "Command": "Get-MgGroupDriveRootListItemActivityByInterval",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/getActivitiesByInterval",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupDriveRootListItemActivityByInterval",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/analytics",
+ "OutputType": "IMicrosoftGraphItemAnalytics",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphItemAnalytics",
- "Command": "Get-MgGroupDriveRootListItemAnalytic",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/analytics",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupDriveRootListItemAnalytic",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/createdByUser",
+ "OutputType": "IMicrosoftGraphUser",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUser",
- "Command": "Get-MgGroupDriveRootListItemCreatedByUser",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/createdByUser",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupDriveRootListItemCreatedByUser",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/createdByUser/mailboxSettings",
+ "OutputType": "IMicrosoftGraphMailboxSettings",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Command": "Get-MgGroupDriveRootListItemCreatedByUserMailboxSetting",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/createdByUser/mailboxSettings",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupDriveRootListItemCreatedByUserMailboxSetting",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/createdByUser/serviceProvisioningErrors",
+ "OutputType": "IMicrosoftGraphServiceProvisioningError",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Command": "Get-MgGroupDriveRootListItemCreatedByUserServiceProvisioningError",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/createdByUser/serviceProvisioningErrors",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupDriveRootListItemCreatedByUserServiceProvisioningError",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/createdByUser/serviceProvisioningErrors/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgGroupDriveRootListItemCreatedByUserServiceProvisioningErrorCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/createdByUser/serviceProvisioningErrors/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupDriveRootListItemCreatedByUserServiceProvisioningErrorCount",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}",
+ "OutputType": "IMicrosoftGraphDocumentSetVersion",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDocumentSetVersion",
- "Command": "Get-MgGroupDriveRootListItemDocumentSetVersion",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupDriveRootListItemDocumentSetVersion",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-get?view=graph-rest-1.0"
},
{
"Module": "Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions",
+ "OutputType": "IMicrosoftGraphDocumentSetVersion",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphDocumentSetVersion",
- "Command": "Get-MgGroupDriveRootListItemDocumentSetVersion",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupDriveRootListItemDocumentSetVersion",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-list-documentsetversions?view=graph-rest-1.0"
},
{
"Module": "Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgGroupDriveRootListItemDocumentSetVersionCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupDriveRootListItemDocumentSetVersionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgGroupDriveRootListItemDocumentSetVersionField",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupDriveRootListItemDocumentSetVersionField",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/driveItem",
+ "OutputType": "IMicrosoftGraphDriveItem",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDriveItem",
- "Command": "Get-MgGroupDriveRootListItemDriveItem",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/driveItem",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupDriveRootListItemDriveItem",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/driveItem/content",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgGroupDriveRootListItemDriveItemContent",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/driveItem/content",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupDriveRootListItemDriveItemContent",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/fields",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgGroupDriveRootListItemField",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/fields",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupDriveRootListItemField",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}",
+ "OutputType": "IMicrosoftGraphListItemVersion",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphListItemVersion",
- "Command": "Get-MgGroupDriveRootListItemVersion",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupDriveRootListItemVersion",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitemversion-get?view=graph-rest-1.0"
},
{
"Module": "Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions",
+ "OutputType": "IMicrosoftGraphListItemVersion",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphListItemVersion",
- "Command": "Get-MgGroupDriveRootListItemVersion",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupDriveRootListItemVersion",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-list-versions?view=graph-rest-1.0"
},
{
"Module": "Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgGroupDriveRootListItemVersionCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupDriveRootListItemVersionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgGroupDriveRootListItemVersionField",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupDriveRootListItemVersionField",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/root/permissions/{permission-id}",
+ "OutputType": "IMicrosoftGraphPermission",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphPermission",
- "Command": "Get-MgGroupDriveRootPermission",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/root/permissions/{permission-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupDriveRootPermission",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-get?view=graph-rest-1.0"
},
{
"Module": "Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/root/permissions",
+ "OutputType": "IMicrosoftGraphPermission",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphPermission",
- "Command": "Get-MgGroupDriveRootPermission",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/root/permissions",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupDriveRootPermission",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-list-permissions?view=graph-rest-1.0"
},
{
"Module": "Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/root/permissions/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgGroupDriveRootPermissionCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/root/permissions/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupDriveRootPermissionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/root/retentionLabel",
+ "OutputType": "IMicrosoftGraphItemRetentionLabel",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphItemRetentionLabel",
- "Command": "Get-MgGroupDriveRootRetentionLabel",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/root/retentionLabel",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupDriveRootRetentionLabel",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/root/subscriptions/{subscription-id}",
+ "OutputType": "IMicrosoftGraphSubscription",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSubscription",
- "Command": "Get-MgGroupDriveRootSubscription",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/root/subscriptions/{subscription-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupDriveRootSubscription",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/root/subscriptions",
+ "OutputType": "IMicrosoftGraphSubscription",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphSubscription",
- "Command": "Get-MgGroupDriveRootSubscription",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/root/subscriptions",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupDriveRootSubscription",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/root/subscriptions/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgGroupDriveRootSubscriptionCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/root/subscriptions/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupDriveRootSubscriptionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}",
+ "OutputType": "IMicrosoftGraphThumbnailSet",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphThumbnailSet",
- "Command": "Get-MgGroupDriveRootThumbnail",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupDriveRootThumbnail",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/root/thumbnails",
+ "OutputType": "IMicrosoftGraphThumbnailSet",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphThumbnailSet",
- "Command": "Get-MgGroupDriveRootThumbnail",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/root/thumbnails",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupDriveRootThumbnail",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-list-thumbnails?view=graph-rest-1.0"
},
{
"Module": "Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/root/thumbnails/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgGroupDriveRootThumbnailCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/root/thumbnails/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupDriveRootThumbnailCount",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}",
+ "OutputType": "IMicrosoftGraphDriveItemVersion",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDriveItemVersion",
- "Command": "Get-MgGroupDriveRootVersion",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupDriveRootVersion",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitemversion-get?view=graph-rest-1.0"
},
{
"Module": "Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions",
+ "OutputType": "IMicrosoftGraphDriveItemVersion",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphDriveItemVersion",
- "Command": "Get-MgGroupDriveRootVersion",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupDriveRootVersion",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-list-versions?view=graph-rest-1.0"
},
{
"Module": "Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/content",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgGroupDriveRootVersionContent",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/content",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupDriveRootVersionContent",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-list-versions?view=graph-rest-1.0"
},
{
"Module": "Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgGroupDriveRootVersionCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupDriveRootVersionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/special/{driveItem-id}",
+ "OutputType": "IMicrosoftGraphDriveItem",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDriveItem",
- "Command": "Get-MgGroupDriveSpecial",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/special/{driveItem-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupDriveSpecial",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/drive-get-specialfolder?view=graph-rest-1.0"
},
{
"Module": "Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/special",
+ "OutputType": "IMicrosoftGraphDriveItem",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphDriveItem",
- "Command": "Get-MgGroupDriveSpecial",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/special",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupDriveSpecial",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/special/{driveItem-id}/content",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgGroupDriveSpecialContent",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/special/{driveItem-id}/content",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupDriveSpecialContent",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/groups/{group-id}/drives/{drive-id}/special/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgGroupDriveSpecialCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/drives/{drive-id}/special/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupDriveSpecialCount",
+ "ApiReferenceLink": null
},
{
"Module": "Calendar",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphEvent",
- "Command": "Get-MgGroupEvent",
- "Method": "GET",
"Uri": "/groups/{group-id}/events/{event-id}",
+ "OutputType": "IMicrosoftGraphEvent",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -241587,17 +251984,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Calendar",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphEvent",
- "Command": "Get-MgGroupEvent",
"Method": "GET",
+ "Command": "Get-MgGroupEvent",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-get-event?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Calendar",
"Uri": "/groups/{group-id}/events",
+ "OutputType": "IMicrosoftGraphEvent",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -241616,69 +252015,73 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgGroupEvent",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-events?view=graph-rest-1.0"
},
{
"Module": "Calendar",
+ "Uri": "/groups/{group-id}/events/{event-id}/attachments/{attachment-id}",
+ "OutputType": "IMicrosoftGraphAttachment",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAttachment",
- "Command": "Get-MgGroupEventAttachment",
"Method": "GET",
- "Uri": "/groups/{group-id}/events/{event-id}/attachments/{attachment-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupEventAttachment",
+ "ApiReferenceLink": null
},
{
"Module": "Calendar",
+ "Uri": "/groups/{group-id}/events/{event-id}/attachments",
+ "OutputType": "IMicrosoftGraphAttachment",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphAttachment",
- "Command": "Get-MgGroupEventAttachment",
"Method": "GET",
- "Uri": "/groups/{group-id}/events/{event-id}/attachments",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupEventAttachment",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0"
},
{
"Module": "Calendar",
+ "Uri": "/groups/{group-id}/events/{event-id}/attachments/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgGroupEventAttachmentCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/events/{event-id}/attachments/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupEventAttachmentCount",
+ "ApiReferenceLink": null
},
{
"Module": "Calendar",
+ "Uri": "/groups/{group-id}/events/{event-id}/calendar",
+ "OutputType": "IMicrosoftGraphCalendar",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphCalendar",
- "Command": "Get-MgGroupEventCalendar",
"Method": "GET",
- "Uri": "/groups/{group-id}/events/{event-id}/calendar",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupEventCalendar",
+ "ApiReferenceLink": null
},
{
"Module": "Calendar",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": null,
- "Command": "Get-MgGroupEventCount",
- "Method": "GET",
"Uri": "/groups/{group-id}/events/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -241697,18 +252100,19 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Groups",
+ ],
"Variants": [
- "Delta",
- "DeltaViaIdentity"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphEvent",
- "Command": "Get-MgGroupEventDelta",
"Method": "GET",
+ "Command": "Get-MgGroupEventCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Groups",
"Uri": "/groups/{group-id}/events/delta",
+ "OutputType": "IMicrosoftGraphEvent",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -241735,68 +252139,74 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Delta",
+ "DeltaViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgGroupEventDelta",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-1.0"
},
{
"Module": "Calendar",
+ "Uri": "/groups/{group-id}/events/{event-id}/extensions/{extension-id}",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgGroupEventExtension",
"Method": "GET",
- "Uri": "/groups/{group-id}/events/{event-id}/extensions/{extension-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupEventExtension",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/opentypeextension-get?view=graph-rest-1.0"
},
{
"Module": "Calendar",
+ "Uri": "/groups/{group-id}/events/{event-id}/extensions",
+ "OutputType": "IMicrosoftGraphExtension",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphExtension",
- "Command": "Get-MgGroupEventExtension",
"Method": "GET",
- "Uri": "/groups/{group-id}/events/{event-id}/extensions",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupEventExtension",
+ "ApiReferenceLink": null
},
{
"Module": "Calendar",
+ "Uri": "/groups/{group-id}/events/{event-id}/extensions/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgGroupEventExtensionCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/events/{event-id}/extensions/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupEventExtensionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Calendar",
+ "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}",
+ "OutputType": "IMicrosoftGraphEvent",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphEvent",
- "Command": "Get-MgGroupEventInstance",
"Method": "GET",
- "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupEventInstance",
+ "ApiReferenceLink": null
},
{
"Module": "Calendar",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphEvent",
- "Command": "Get-MgGroupEventInstance",
- "Method": "GET",
"Uri": "/groups/{group-id}/events/{event-id}/instances",
+ "OutputType": "IMicrosoftGraphEvent",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -241815,69 +252225,73 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgGroupEventInstance",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-list-instances?view=graph-rest-1.0"
},
{
"Module": "Calendar",
+ "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}",
+ "OutputType": "IMicrosoftGraphAttachment",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAttachment",
- "Command": "Get-MgGroupEventInstanceAttachment",
"Method": "GET",
- "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupEventInstanceAttachment",
+ "ApiReferenceLink": null
},
{
"Module": "Calendar",
+ "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/attachments",
+ "OutputType": "IMicrosoftGraphAttachment",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphAttachment",
- "Command": "Get-MgGroupEventInstanceAttachment",
"Method": "GET",
- "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/attachments",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupEventInstanceAttachment",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-list-attachments?view=graph-rest-1.0"
},
{
"Module": "Calendar",
+ "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/attachments/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgGroupEventInstanceAttachmentCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/attachments/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupEventInstanceAttachmentCount",
+ "ApiReferenceLink": null
},
{
"Module": "Calendar",
+ "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/calendar",
+ "OutputType": "IMicrosoftGraphCalendar",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphCalendar",
- "Command": "Get-MgGroupEventInstanceCalendar",
"Method": "GET",
- "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/calendar",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupEventInstanceCalendar",
+ "ApiReferenceLink": null
},
{
"Module": "Calendar",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": null,
- "Command": "Get-MgGroupEventInstanceCount",
- "Method": "GET",
"Uri": "/groups/{group-id}/events/{event-id}/instances/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -241896,96 +252310,101 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgGroupEventInstanceCount",
+ "ApiReferenceLink": null
},
{
"Module": "Calendar",
+ "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgGroupEventInstanceExtension",
"Method": "GET",
- "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupEventInstanceExtension",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/opentypeextension-get?view=graph-rest-1.0"
},
{
"Module": "Calendar",
+ "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/extensions",
+ "OutputType": "IMicrosoftGraphExtension",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphExtension",
- "Command": "Get-MgGroupEventInstanceExtension",
"Method": "GET",
- "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/extensions",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupEventInstanceExtension",
+ "ApiReferenceLink": null
},
{
"Module": "Calendar",
+ "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/extensions/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgGroupEventInstanceExtensionCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/extensions/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupEventInstanceExtensionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Groups",
+ "Uri": "/groups/{group-id}/extensions/{extension-id}",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgGroupExtension",
"Method": "GET",
- "Uri": "/groups/{group-id}/extensions/{extension-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupExtension",
+ "ApiReferenceLink": null
},
{
"Module": "Groups",
+ "Uri": "/groups/{group-id}/extensions",
+ "OutputType": "IMicrosoftGraphExtension",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphExtension",
- "Command": "Get-MgGroupExtension",
"Method": "GET",
- "Uri": "/groups/{group-id}/extensions",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupExtension",
+ "ApiReferenceLink": null
},
{
"Module": "Groups",
+ "Uri": "/groups/{group-id}/extensions/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgGroupExtensionCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/extensions/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupExtensionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Groups",
- "Variants": [
- "Get",
- "Get1",
- "GetViaIdentity",
- "GetViaIdentity1"
- ],
- "OutputType": "IMicrosoftGraphGroupLifecyclePolicy",
- "Command": "Get-MgGroupLifecyclePolicy",
- "Method": "GET",
"Uri": "/groupLifecyclePolicies/{groupLifecyclePolicy-id}",
+ "OutputType": "IMicrosoftGraphGroupLifecyclePolicy",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -242004,17 +252423,21 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Groups",
+ ],
"Variants": [
- "List"
+ "Get",
+ "Get1",
+ "GetViaIdentity",
+ "GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphGroupLifecyclePolicy",
- "Command": "Get-MgGroupLifecyclePolicy",
"Method": "GET",
+ "Command": "Get-MgGroupLifecyclePolicy",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/grouplifecyclepolicy-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Groups",
"Uri": "/groupLifecyclePolicies",
+ "OutputType": "IMicrosoftGraphGroupLifecyclePolicy",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -242033,17 +252456,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Groups",
+ ],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphGroupLifecyclePolicy",
- "Command": "Get-MgGroupLifecyclePolicyByGroup",
"Method": "GET",
+ "Command": "Get-MgGroupLifecyclePolicy",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/grouplifecyclepolicy-list?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Groups",
"Uri": "/groups/{group-id}/groupLifecyclePolicies",
+ "OutputType": "IMicrosoftGraphGroupLifecyclePolicy",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -242062,17 +252486,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Groups",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgGroupLifecyclePolicyCount",
"Method": "GET",
+ "Command": "Get-MgGroupLifecyclePolicyByGroup",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-grouplifecyclepolicies?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Groups",
"Uri": "/groupLifecyclePolicies/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -242091,17 +252516,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Groups",
+ ],
"Variants": [
- "List"
+ "Get"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgGroupMember",
"Method": "GET",
+ "Command": "Get-MgGroupLifecyclePolicyCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Groups",
"Uri": "/groups/{group-id}/members",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -242144,167 +252570,180 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgGroupMember",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-members?view=graph-rest-1.0"
},
{
"Module": "Groups",
+ "Uri": "/groups/{group-id}/members/{directoryObject-id}/application",
+ "OutputType": "IMicrosoftGraphApplication",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphApplication",
- "Command": "Get-MgGroupMemberAsApplication",
"Method": "GET",
- "Uri": "/groups/{group-id}/members/{directoryObject-id}/application",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupMemberAsApplication",
+ "ApiReferenceLink": null
},
{
"Module": "Groups",
+ "Uri": "/groups/{group-id}/members/application",
+ "OutputType": "IMicrosoftGraphApplication",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphApplication",
- "Command": "Get-MgGroupMemberAsApplication",
"Method": "GET",
- "Uri": "/groups/{group-id}/members/application",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupMemberAsApplication",
+ "ApiReferenceLink": null
},
{
"Module": "Groups",
+ "Uri": "/groups/{group-id}/members/{directoryObject-id}/device",
+ "OutputType": "IMicrosoftGraphDevice",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDevice",
- "Command": "Get-MgGroupMemberAsDevice",
"Method": "GET",
- "Uri": "/groups/{group-id}/members/{directoryObject-id}/device",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupMemberAsDevice",
+ "ApiReferenceLink": null
},
{
"Module": "Groups",
+ "Uri": "/groups/{group-id}/members/device",
+ "OutputType": "IMicrosoftGraphDevice",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphDevice",
- "Command": "Get-MgGroupMemberAsDevice",
"Method": "GET",
- "Uri": "/groups/{group-id}/members/device",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupMemberAsDevice",
+ "ApiReferenceLink": null
},
{
"Module": "Groups",
+ "Uri": "/groups/{group-id}/members/{directoryObject-id}/group",
+ "OutputType": "IMicrosoftGraphGroup",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphGroup",
- "Command": "Get-MgGroupMemberAsGroup",
"Method": "GET",
- "Uri": "/groups/{group-id}/members/{directoryObject-id}/group",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupMemberAsGroup",
+ "ApiReferenceLink": null
},
{
"Module": "Groups",
+ "Uri": "/groups/{group-id}/members/group",
+ "OutputType": "IMicrosoftGraphGroup",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphGroup",
- "Command": "Get-MgGroupMemberAsGroup",
"Method": "GET",
- "Uri": "/groups/{group-id}/members/group",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupMemberAsGroup",
+ "ApiReferenceLink": null
},
{
"Module": "Groups",
+ "Uri": "/groups/{group-id}/members/{directoryObject-id}/orgContact",
+ "OutputType": "IMicrosoftGraphOrgContact",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphOrgContact",
- "Command": "Get-MgGroupMemberAsOrgContact",
"Method": "GET",
- "Uri": "/groups/{group-id}/members/{directoryObject-id}/orgContact",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupMemberAsOrgContact",
+ "ApiReferenceLink": null
},
{
"Module": "Groups",
+ "Uri": "/groups/{group-id}/members/orgContact",
+ "OutputType": "IMicrosoftGraphOrgContact",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphOrgContact",
- "Command": "Get-MgGroupMemberAsOrgContact",
"Method": "GET",
- "Uri": "/groups/{group-id}/members/orgContact",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupMemberAsOrgContact",
+ "ApiReferenceLink": null
},
{
"Module": "Groups",
+ "Uri": "/groups/{group-id}/members/{directoryObject-id}/servicePrincipal",
+ "OutputType": "IMicrosoftGraphServicePrincipal",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphServicePrincipal",
- "Command": "Get-MgGroupMemberAsServicePrincipal",
"Method": "GET",
- "Uri": "/groups/{group-id}/members/{directoryObject-id}/servicePrincipal",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupMemberAsServicePrincipal",
+ "ApiReferenceLink": null
},
{
"Module": "Groups",
+ "Uri": "/groups/{group-id}/members/servicePrincipal",
+ "OutputType": "IMicrosoftGraphServicePrincipal",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphServicePrincipal",
- "Command": "Get-MgGroupMemberAsServicePrincipal",
"Method": "GET",
- "Uri": "/groups/{group-id}/members/servicePrincipal",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupMemberAsServicePrincipal",
+ "ApiReferenceLink": null
},
{
"Module": "Groups",
+ "Uri": "/groups/{group-id}/members/{directoryObject-id}/user",
+ "OutputType": "IMicrosoftGraphUser",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUser",
- "Command": "Get-MgGroupMemberAsUser",
"Method": "GET",
- "Uri": "/groups/{group-id}/members/{directoryObject-id}/user",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupMemberAsUser",
+ "ApiReferenceLink": null
},
{
"Module": "Groups",
+ "Uri": "/groups/{group-id}/members/user",
+ "OutputType": "IMicrosoftGraphUser",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphUser",
- "Command": "Get-MgGroupMemberAsUser",
"Method": "GET",
- "Uri": "/groups/{group-id}/members/user",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupMemberAsUser",
+ "ApiReferenceLink": null
},
{
"Module": "Groups",
- "Variants": [
- "List"
- ],
- "OutputType": null,
- "Command": "Get-MgGroupMemberByRef",
- "Method": "GET",
"Uri": "/groups/{group-id}/members/$ref",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -242347,18 +252786,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Groups",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgGroupMemberCount",
"Method": "GET",
+ "Command": "Get-MgGroupMemberByRef",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-members?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Groups",
"Uri": "/groups/{group-id}/members/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -242401,98 +252840,103 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Groups",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgGroupMemberCountAsApplication",
"Method": "GET",
- "Uri": "/groups/{group-id}/members/application/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupMemberCount",
+ "ApiReferenceLink": null
},
{
"Module": "Groups",
+ "Uri": "/groups/{group-id}/members/application/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgGroupMemberCountAsDevice",
"Method": "GET",
- "Uri": "/groups/{group-id}/members/device/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupMemberCountAsApplication",
+ "ApiReferenceLink": null
},
{
"Module": "Groups",
+ "Uri": "/groups/{group-id}/members/device/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgGroupMemberCountAsGroup",
"Method": "GET",
- "Uri": "/groups/{group-id}/members/group/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupMemberCountAsDevice",
+ "ApiReferenceLink": null
},
{
"Module": "Groups",
+ "Uri": "/groups/{group-id}/members/group/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgGroupMemberCountAsOrgContact",
"Method": "GET",
- "Uri": "/groups/{group-id}/members/orgContact/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupMemberCountAsGroup",
+ "ApiReferenceLink": null
},
{
"Module": "Groups",
+ "Uri": "/groups/{group-id}/members/orgContact/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgGroupMemberCountAsServicePrincipal",
"Method": "GET",
- "Uri": "/groups/{group-id}/members/servicePrincipal/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupMemberCountAsOrgContact",
+ "ApiReferenceLink": null
},
{
"Module": "Groups",
+ "Uri": "/groups/{group-id}/members/servicePrincipal/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgGroupMemberCountAsUser",
"Method": "GET",
- "Uri": "/groups/{group-id}/members/user/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupMemberCountAsServicePrincipal",
+ "ApiReferenceLink": null
},
{
"Module": "Groups",
+ "Uri": "/groups/{group-id}/members/user/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
- "GetExpanded",
- "GetViaIdentity",
- "GetViaIdentityExpanded"
+ "GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgGroupMemberGroup",
- "Method": "POST",
+ "Method": "GET",
+ "Command": "Get-MgGroupMemberCountAsUser",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Groups",
"Uri": "/groups/{group-id}/getMemberGroups",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -242575,20 +253019,21 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Groups",
+ ],
"Variants": [
"Get",
"GetExpanded",
"GetViaIdentity",
"GetViaIdentityExpanded"
],
- "OutputType": null,
- "Command": "Get-MgGroupMemberObject",
"Method": "POST",
+ "Command": "Get-MgGroupMemberGroup",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Groups",
"Uri": "/groups/{group-id}/getMemberObjects",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -242687,30 +253132,35 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetExpanded",
+ "GetViaIdentity",
+ "GetViaIdentityExpanded"
+ ],
+ "Method": "POST",
+ "Command": "Get-MgGroupMemberObject",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0"
},
{
"Module": "Groups",
+ "Uri": "/groups/{group-id}/memberOf/{directoryObject-id}",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgGroupMemberOf",
"Method": "GET",
- "Uri": "/groups/{group-id}/memberOf/{directoryObject-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupMemberOf",
+ "ApiReferenceLink": null
},
{
"Module": "Groups",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgGroupMemberOf",
- "Method": "GET",
"Uri": "/groups/{group-id}/memberOf",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -242745,68 +253195,72 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgGroupMemberOf",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-memberof?view=graph-rest-1.0"
},
{
"Module": "Groups",
+ "Uri": "/groups/{group-id}/memberOf/{directoryObject-id}/administrativeUnit",
+ "OutputType": "IMicrosoftGraphAdministrativeUnit",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAdministrativeUnit",
- "Command": "Get-MgGroupMemberOfAsAdministrativeUnit",
"Method": "GET",
- "Uri": "/groups/{group-id}/memberOf/{directoryObject-id}/administrativeUnit",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupMemberOfAsAdministrativeUnit",
+ "ApiReferenceLink": null
},
{
"Module": "Groups",
+ "Uri": "/groups/{group-id}/memberOf/administrativeUnit",
+ "OutputType": "IMicrosoftGraphAdministrativeUnit",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphAdministrativeUnit",
- "Command": "Get-MgGroupMemberOfAsAdministrativeUnit",
"Method": "GET",
- "Uri": "/groups/{group-id}/memberOf/administrativeUnit",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupMemberOfAsAdministrativeUnit",
+ "ApiReferenceLink": null
},
{
"Module": "Groups",
+ "Uri": "/groups/{group-id}/memberOf/{directoryObject-id}/group",
+ "OutputType": "IMicrosoftGraphGroup",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphGroup",
- "Command": "Get-MgGroupMemberOfAsGroup",
"Method": "GET",
- "Uri": "/groups/{group-id}/memberOf/{directoryObject-id}/group",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupMemberOfAsGroup",
+ "ApiReferenceLink": null
},
{
"Module": "Groups",
+ "Uri": "/groups/{group-id}/memberOf/group",
+ "OutputType": "IMicrosoftGraphGroup",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphGroup",
- "Command": "Get-MgGroupMemberOfAsGroup",
"Method": "GET",
- "Uri": "/groups/{group-id}/memberOf/group",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupMemberOfAsGroup",
+ "ApiReferenceLink": null
},
{
"Module": "Groups",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": null,
- "Command": "Get-MgGroupMemberOfCount",
- "Method": "GET",
"Uri": "/groups/{group-id}/memberOf/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -242841,363 +253295,334 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgGroupMemberOfCount",
+ "ApiReferenceLink": null
},
{
"Module": "Groups",
+ "Uri": "/groups/{group-id}/memberOf/administrativeUnit/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgGroupMemberOfCountAsAdministrativeUnit",
"Method": "GET",
- "Uri": "/groups/{group-id}/memberOf/administrativeUnit/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupMemberOfCountAsAdministrativeUnit",
+ "ApiReferenceLink": null
},
{
"Module": "Groups",
+ "Uri": "/groups/{group-id}/memberOf/group/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgGroupMemberOfCountAsGroup",
"Method": "GET",
- "Uri": "/groups/{group-id}/memberOf/group/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupMemberOfCountAsGroup",
+ "ApiReferenceLink": null
},
{
"Module": "Groups",
+ "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgGroupMemberWithLicenseError",
"Method": "GET",
- "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupMemberWithLicenseError",
+ "ApiReferenceLink": null
},
{
"Module": "Groups",
+ "Uri": "/groups/{group-id}/membersWithLicenseErrors",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgGroupMemberWithLicenseError",
"Method": "GET",
- "Uri": "/groups/{group-id}/membersWithLicenseErrors",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupMemberWithLicenseError",
+ "ApiReferenceLink": null
},
{
"Module": "Groups",
+ "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/application",
+ "OutputType": "IMicrosoftGraphApplication",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphApplication",
- "Command": "Get-MgGroupMemberWithLicenseErrorAsApplication",
"Method": "GET",
- "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/application",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupMemberWithLicenseErrorAsApplication",
+ "ApiReferenceLink": null
},
{
"Module": "Groups",
+ "Uri": "/groups/{group-id}/membersWithLicenseErrors/application",
+ "OutputType": "IMicrosoftGraphApplication",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphApplication",
- "Command": "Get-MgGroupMemberWithLicenseErrorAsApplication",
"Method": "GET",
- "Uri": "/groups/{group-id}/membersWithLicenseErrors/application",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupMemberWithLicenseErrorAsApplication",
+ "ApiReferenceLink": null
},
{
"Module": "Groups",
+ "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/device",
+ "OutputType": "IMicrosoftGraphDevice",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDevice",
- "Command": "Get-MgGroupMemberWithLicenseErrorAsDevice",
"Method": "GET",
- "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/device",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupMemberWithLicenseErrorAsDevice",
+ "ApiReferenceLink": null
},
{
"Module": "Groups",
+ "Uri": "/groups/{group-id}/membersWithLicenseErrors/device",
+ "OutputType": "IMicrosoftGraphDevice",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphDevice",
- "Command": "Get-MgGroupMemberWithLicenseErrorAsDevice",
"Method": "GET",
- "Uri": "/groups/{group-id}/membersWithLicenseErrors/device",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupMemberWithLicenseErrorAsDevice",
+ "ApiReferenceLink": null
},
{
"Module": "Groups",
+ "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/group",
+ "OutputType": "IMicrosoftGraphGroup",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphGroup",
- "Command": "Get-MgGroupMemberWithLicenseErrorAsGroup",
"Method": "GET",
- "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/group",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupMemberWithLicenseErrorAsGroup",
+ "ApiReferenceLink": null
},
{
"Module": "Groups",
+ "Uri": "/groups/{group-id}/membersWithLicenseErrors/group",
+ "OutputType": "IMicrosoftGraphGroup",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphGroup",
- "Command": "Get-MgGroupMemberWithLicenseErrorAsGroup",
"Method": "GET",
- "Uri": "/groups/{group-id}/membersWithLicenseErrors/group",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupMemberWithLicenseErrorAsGroup",
+ "ApiReferenceLink": null
},
{
"Module": "Groups",
+ "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/orgContact",
+ "OutputType": "IMicrosoftGraphOrgContact",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphOrgContact",
- "Command": "Get-MgGroupMemberWithLicenseErrorAsOrgContact",
"Method": "GET",
- "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/orgContact",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupMemberWithLicenseErrorAsOrgContact",
+ "ApiReferenceLink": null
},
{
"Module": "Groups",
+ "Uri": "/groups/{group-id}/membersWithLicenseErrors/orgContact",
+ "OutputType": "IMicrosoftGraphOrgContact",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphOrgContact",
- "Command": "Get-MgGroupMemberWithLicenseErrorAsOrgContact",
"Method": "GET",
- "Uri": "/groups/{group-id}/membersWithLicenseErrors/orgContact",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupMemberWithLicenseErrorAsOrgContact",
+ "ApiReferenceLink": null
},
{
"Module": "Groups",
+ "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/servicePrincipal",
+ "OutputType": "IMicrosoftGraphServicePrincipal",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphServicePrincipal",
- "Command": "Get-MgGroupMemberWithLicenseErrorAsServicePrincipal",
"Method": "GET",
- "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/servicePrincipal",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupMemberWithLicenseErrorAsServicePrincipal",
+ "ApiReferenceLink": null
},
{
"Module": "Groups",
+ "Uri": "/groups/{group-id}/membersWithLicenseErrors/servicePrincipal",
+ "OutputType": "IMicrosoftGraphServicePrincipal",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphServicePrincipal",
- "Command": "Get-MgGroupMemberWithLicenseErrorAsServicePrincipal",
"Method": "GET",
- "Uri": "/groups/{group-id}/membersWithLicenseErrors/servicePrincipal",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupMemberWithLicenseErrorAsServicePrincipal",
+ "ApiReferenceLink": null
},
{
"Module": "Groups",
+ "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/user",
+ "OutputType": "IMicrosoftGraphUser",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUser",
- "Command": "Get-MgGroupMemberWithLicenseErrorAsUser",
"Method": "GET",
- "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/user",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupMemberWithLicenseErrorAsUser",
+ "ApiReferenceLink": null
},
{
"Module": "Groups",
+ "Uri": "/groups/{group-id}/membersWithLicenseErrors/user",
+ "OutputType": "IMicrosoftGraphUser",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphUser",
- "Command": "Get-MgGroupMemberWithLicenseErrorAsUser",
"Method": "GET",
- "Uri": "/groups/{group-id}/membersWithLicenseErrors/user",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupMemberWithLicenseErrorAsUser",
+ "ApiReferenceLink": null
},
{
"Module": "Groups",
+ "Uri": "/groups/{group-id}/membersWithLicenseErrors/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgGroupMemberWithLicenseErrorCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/membersWithLicenseErrors/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupMemberWithLicenseErrorCount",
+ "ApiReferenceLink": null
},
{
"Module": "Groups",
+ "Uri": "/groups/{group-id}/membersWithLicenseErrors/application/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgGroupMemberWithLicenseErrorCountAsApplication",
"Method": "GET",
- "Uri": "/groups/{group-id}/membersWithLicenseErrors/application/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupMemberWithLicenseErrorCountAsApplication",
+ "ApiReferenceLink": null
},
{
"Module": "Groups",
+ "Uri": "/groups/{group-id}/membersWithLicenseErrors/device/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgGroupMemberWithLicenseErrorCountAsDevice",
"Method": "GET",
- "Uri": "/groups/{group-id}/membersWithLicenseErrors/device/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupMemberWithLicenseErrorCountAsDevice",
+ "ApiReferenceLink": null
},
{
"Module": "Groups",
+ "Uri": "/groups/{group-id}/membersWithLicenseErrors/group/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgGroupMemberWithLicenseErrorCountAsGroup",
"Method": "GET",
- "Uri": "/groups/{group-id}/membersWithLicenseErrors/group/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupMemberWithLicenseErrorCountAsGroup",
+ "ApiReferenceLink": null
},
{
"Module": "Groups",
+ "Uri": "/groups/{group-id}/membersWithLicenseErrors/orgContact/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgGroupMemberWithLicenseErrorCountAsOrgContact",
"Method": "GET",
- "Uri": "/groups/{group-id}/membersWithLicenseErrors/orgContact/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupMemberWithLicenseErrorCountAsOrgContact",
+ "ApiReferenceLink": null
},
{
"Module": "Groups",
+ "Uri": "/groups/{group-id}/membersWithLicenseErrors/servicePrincipal/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgGroupMemberWithLicenseErrorCountAsServicePrincipal",
"Method": "GET",
- "Uri": "/groups/{group-id}/membersWithLicenseErrors/servicePrincipal/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupMemberWithLicenseErrorCountAsServicePrincipal",
+ "ApiReferenceLink": null
},
{
"Module": "Groups",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": null,
- "Command": "Get-MgGroupMemberWithLicenseErrorCountAsUser",
- "Method": "GET",
"Uri": "/groups/{group-id}/membersWithLicenseErrors/user/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
- "Permissions": []
- },
- {
- "Module": "Notes",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphNotebook",
- "Command": "Get-MgGroupOnenoteNotebook",
"Method": "GET",
- "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}",
- "ApiVersion": "v1.0",
- "Permissions": [
- {
- "Name": "Notes.Create",
- "Description": "Create your OneNote notebooks",
- "FullDescription": "Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.",
- "IsAdmin": false,
- "PermissionType": "DelegatedPersonal",
- "IsLeastPrivilege": true
- },
- {
- "Name": "Notes.ReadWrite.All",
- "Description": "Read and write all OneNote notebooks that you can access",
- "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.",
- "IsAdmin": false,
- "PermissionType": "DelegatedWork",
- "IsLeastPrivilege": false
- },
- {
- "Name": "Notes.Read.All",
- "Description": "Read all OneNote notebooks that you can access",
- "FullDescription": "Allows the app to read all the OneNote notebooks that you have access to.",
- "IsAdmin": false,
- "PermissionType": "DelegatedWork",
- "IsLeastPrivilege": false
- },
- {
- "Name": "Notes.ReadWrite",
- "Description": "Read and write your OneNote notebooks",
- "FullDescription": "Allows the app to read, share, and modify OneNote notebooks on your behalf.",
- "IsAdmin": false,
- "PermissionType": "DelegatedPersonal",
- "IsLeastPrivilege": false
- },
- {
- "Name": "Notes.Read",
- "Description": "Read your OneNote notebooks",
- "FullDescription": "Allows the app to read OneNote notebooks on your behalf.",
- "IsAdmin": false,
- "PermissionType": "DelegatedPersonal",
- "IsLeastPrivilege": false
- }
- ]
+ "Command": "Get-MgGroupMemberWithLicenseErrorCountAsUser",
+ "ApiReferenceLink": null
},
{
"Module": "Notes",
- "Variants": [
- "List"
- ],
+ "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}",
"OutputType": "IMicrosoftGraphNotebook",
- "Command": "Get-MgGroupOnenoteNotebook",
- "Method": "GET",
- "Uri": "/groups/{group-id}/onenote/notebooks",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -243240,18 +253665,19 @@
"PermissionType": "DelegatedPersonal",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Notes",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgGroupOnenoteNotebookCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/onenote/notebooks/$count",
+ "Command": "Get-MgGroupOnenoteNotebook",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Notes",
+ "Uri": "/groups/{group-id}/onenote/notebooks",
+ "OutputType": "IMicrosoftGraphNotebook",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -243294,20 +253720,73 @@
"PermissionType": "DelegatedPersonal",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgGroupOnenoteNotebook",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onenote-list-notebooks?view=graph-rest-1.0"
},
{
- "Module": "Groups",
+ "Module": "Notes",
+ "Uri": "/groups/{group-id}/onenote/notebooks/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [
+ {
+ "Name": "Notes.Create",
+ "Description": "Create your OneNote notebooks",
+ "FullDescription": "Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.",
+ "IsAdmin": false,
+ "PermissionType": "DelegatedPersonal",
+ "IsLeastPrivilege": true
+ },
+ {
+ "Name": "Notes.ReadWrite.All",
+ "Description": "Read and write all OneNote notebooks that you can access",
+ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.",
+ "IsAdmin": false,
+ "PermissionType": "DelegatedWork",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "Notes.Read.All",
+ "Description": "Read all OneNote notebooks that you can access",
+ "FullDescription": "Allows the app to read all the OneNote notebooks that you have access to.",
+ "IsAdmin": false,
+ "PermissionType": "DelegatedWork",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "Notes.ReadWrite",
+ "Description": "Read and write your OneNote notebooks",
+ "FullDescription": "Allows the app to read, share, and modify OneNote notebooks on your behalf.",
+ "IsAdmin": false,
+ "PermissionType": "DelegatedPersonal",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "Notes.Read",
+ "Description": "Read your OneNote notebooks",
+ "FullDescription": "Allows the app to read OneNote notebooks on your behalf.",
+ "IsAdmin": false,
+ "PermissionType": "DelegatedPersonal",
+ "IsLeastPrivilege": false
+ }
+ ],
"Variants": [
"Get",
- "GetExpanded",
- "GetViaIdentity",
- "GetViaIdentityExpanded"
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphCopyNotebookModel",
- "Command": "Get-MgGroupOnenoteNotebookFromWebUrl",
- "Method": "POST",
+ "Method": "GET",
+ "Command": "Get-MgGroupOnenoteNotebookCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Groups",
"Uri": "/groups/{group-id}/onenote/notebooks/getNotebookFromWebUrl",
+ "OutputType": "IMicrosoftGraphCopyNotebookModel",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -243350,17 +253829,21 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetExpanded",
+ "GetViaIdentity",
+ "GetViaIdentityExpanded"
+ ],
+ "Method": "POST",
+ "Command": "Get-MgGroupOnenoteNotebookFromWebUrl",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-getnotebookfromweburl?view=graph-rest-1.0"
},
{
"Module": "Notes",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphOnenoteSection",
- "Command": "Get-MgGroupOnenoteNotebookSection",
- "Method": "GET",
"Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections",
+ "OutputType": "IMicrosoftGraphOnenoteSection",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -243403,17 +253886,18 @@
"PermissionType": "DelegatedPersonal",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Notes",
+ ],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphSectionGroup",
- "Command": "Get-MgGroupOnenoteNotebookSectionGroup",
"Method": "GET",
+ "Command": "Get-MgGroupOnenoteNotebookSection",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-list-sections?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Notes",
"Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups",
+ "OutputType": "IMicrosoftGraphSectionGroup",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -243456,18 +253940,18 @@
"PermissionType": "DelegatedPersonal",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Notes",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": "IMicrosoftGraphOnenoteOperation",
- "Command": "Get-MgGroupOnenoteOperation",
"Method": "GET",
+ "Command": "Get-MgGroupOnenoteNotebookSectionGroup",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-list-sectiongroups?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Notes",
"Uri": "/groups/{group-id}/onenote/operations/{onenoteOperation-id}",
+ "OutputType": "IMicrosoftGraphOnenoteOperation",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -243510,31 +253994,33 @@
"PermissionType": "DelegatedPersonal",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Notes",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgGroupOnenoteOperationCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/onenote/operations/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupOnenoteOperation",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onenoteoperation-get?view=graph-rest-1.0"
},
{
"Module": "Notes",
+ "Uri": "/groups/{group-id}/onenote/operations/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphOnenotePage",
- "Command": "Get-MgGroupOnenotePage",
"Method": "GET",
+ "Command": "Get-MgGroupOnenoteOperationCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Notes",
"Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}",
+ "OutputType": "IMicrosoftGraphOnenotePage",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -243569,17 +254055,19 @@
"PermissionType": "DelegatedPersonal",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Notes",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphOnenotePage",
- "Command": "Get-MgGroupOnenotePage",
"Method": "GET",
+ "Command": "Get-MgGroupOnenotePage",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/page-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Notes",
"Uri": "/groups/{group-id}/onenote/pages",
+ "OutputType": "IMicrosoftGraphOnenotePage",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -243614,31 +254102,32 @@
"PermissionType": "DelegatedPersonal",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Notes",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgGroupOnenotePageContent",
"Method": "GET",
- "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}/content",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupOnenotePage",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onenote-list-pages?view=graph-rest-1.0"
},
{
"Module": "Notes",
+ "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}/content",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgGroupOnenotePageCount",
"Method": "GET",
+ "Command": "Get-MgGroupOnenotePageContent",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onenote-list-pages?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Notes",
"Uri": "/groups/{group-id}/onenote/pages/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -243673,18 +254162,19 @@
"PermissionType": "DelegatedPersonal",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Groups",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphRecentNotebook",
- "Command": "Get-MgGroupOnenoteRecentNotebook",
"Method": "GET",
+ "Command": "Get-MgGroupOnenotePageCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Groups",
"Uri": "/groups/{group-id}/onenote/notebooks/getRecentNotebooks(includePersonalNotebooks={includePersonalNotebooks})",
+ "OutputType": "IMicrosoftGraphRecentNotebook",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -243727,31 +254217,33 @@
"PermissionType": "DelegatedPersonal",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Notes",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphOnenoteResource",
- "Command": "Get-MgGroupOnenoteResource",
"Method": "GET",
- "Uri": "/groups/{group-id}/onenote/resources/{onenoteResource-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupOnenoteRecentNotebook",
+ "ApiReferenceLink": null
},
{
"Module": "Notes",
+ "Uri": "/groups/{group-id}/onenote/resources/{onenoteResource-id}",
+ "OutputType": "IMicrosoftGraphOnenoteResource",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgGroupOnenoteResourceContent",
"Method": "GET",
+ "Command": "Get-MgGroupOnenoteResource",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Notes",
"Uri": "/groups/{group-id}/onenote/resources/{onenoteResource-id}/content",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -243786,84 +254278,33 @@
"PermissionType": "DelegatedPersonal",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Notes",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgGroupOnenoteResourceCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/onenote/resources/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupOnenoteResourceContent",
+ "ApiReferenceLink": null
},
{
"Module": "Notes",
+ "Uri": "/groups/{group-id}/onenote/resources/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphOnenoteSection",
- "Command": "Get-MgGroupOnenoteSection",
"Method": "GET",
- "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}",
- "ApiVersion": "v1.0",
- "Permissions": [
- {
- "Name": "Notes.Create",
- "Description": "Create your OneNote notebooks",
- "FullDescription": "Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.",
- "IsAdmin": false,
- "PermissionType": "DelegatedPersonal",
- "IsLeastPrivilege": true
- },
- {
- "Name": "Notes.ReadWrite.All",
- "Description": "Read and write all OneNote notebooks that you can access",
- "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.",
- "IsAdmin": false,
- "PermissionType": "DelegatedWork",
- "IsLeastPrivilege": false
- },
- {
- "Name": "Notes.Read.All",
- "Description": "Read all OneNote notebooks that you can access",
- "FullDescription": "Allows the app to read all the OneNote notebooks that you have access to.",
- "IsAdmin": false,
- "PermissionType": "DelegatedWork",
- "IsLeastPrivilege": false
- },
- {
- "Name": "Notes.ReadWrite",
- "Description": "Read and write your OneNote notebooks",
- "FullDescription": "Allows the app to read, share, and modify OneNote notebooks on your behalf.",
- "IsAdmin": false,
- "PermissionType": "DelegatedPersonal",
- "IsLeastPrivilege": false
- },
- {
- "Name": "Notes.Read",
- "Description": "Read your OneNote notebooks",
- "FullDescription": "Allows the app to read OneNote notebooks on your behalf.",
- "IsAdmin": false,
- "PermissionType": "DelegatedPersonal",
- "IsLeastPrivilege": false
- }
- ]
+ "Command": "Get-MgGroupOnenoteResourceCount",
+ "ApiReferenceLink": null
},
{
"Module": "Notes",
- "Variants": [
- "List"
- ],
+ "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}",
"OutputType": "IMicrosoftGraphOnenoteSection",
- "Command": "Get-MgGroupOnenoteSection",
- "Method": "GET",
- "Uri": "/groups/{group-id}/onenote/sections",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -243906,18 +254347,19 @@
"PermissionType": "DelegatedPersonal",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Notes",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgGroupOnenoteSectionCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/onenote/sections/$count",
+ "Command": "Get-MgGroupOnenoteSection",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Notes",
+ "Uri": "/groups/{group-id}/onenote/sections",
+ "OutputType": "IMicrosoftGraphOnenoteSection",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -243960,18 +254402,73 @@
"PermissionType": "DelegatedPersonal",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgGroupOnenoteSection",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onenote-list-sections?view=graph-rest-1.0"
},
{
"Module": "Notes",
+ "Uri": "/groups/{group-id}/onenote/sections/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [
+ {
+ "Name": "Notes.Create",
+ "Description": "Create your OneNote notebooks",
+ "FullDescription": "Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.",
+ "IsAdmin": false,
+ "PermissionType": "DelegatedPersonal",
+ "IsLeastPrivilege": true
+ },
+ {
+ "Name": "Notes.ReadWrite.All",
+ "Description": "Read and write all OneNote notebooks that you can access",
+ "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.",
+ "IsAdmin": false,
+ "PermissionType": "DelegatedWork",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "Notes.Read.All",
+ "Description": "Read all OneNote notebooks that you can access",
+ "FullDescription": "Allows the app to read all the OneNote notebooks that you have access to.",
+ "IsAdmin": false,
+ "PermissionType": "DelegatedWork",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "Notes.ReadWrite",
+ "Description": "Read and write your OneNote notebooks",
+ "FullDescription": "Allows the app to read, share, and modify OneNote notebooks on your behalf.",
+ "IsAdmin": false,
+ "PermissionType": "DelegatedPersonal",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "Notes.Read",
+ "Description": "Read your OneNote notebooks",
+ "FullDescription": "Allows the app to read OneNote notebooks on your behalf.",
+ "IsAdmin": false,
+ "PermissionType": "DelegatedPersonal",
+ "IsLeastPrivilege": false
+ }
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSectionGroup",
- "Command": "Get-MgGroupOnenoteSectionGroup",
"Method": "GET",
+ "Command": "Get-MgGroupOnenoteSectionCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Notes",
"Uri": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}",
+ "OutputType": "IMicrosoftGraphSectionGroup",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -244014,18 +254511,19 @@
"PermissionType": "DelegatedPersonal",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Notes",
+ ],
"Variants": [
- "List",
- "List1"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSectionGroup",
- "Command": "Get-MgGroupOnenoteSectionGroup",
"Method": "GET",
+ "Command": "Get-MgGroupOnenoteSectionGroup",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sectiongroup-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Notes",
"Uri": "/groups/{group-id}/onenote/sectionGroups",
+ "OutputType": "IMicrosoftGraphSectionGroup",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -244068,20 +254566,19 @@
"PermissionType": "DelegatedPersonal",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Notes",
+ ],
"Variants": [
- "Get",
- "Get1",
- "GetViaIdentity",
- "GetViaIdentity1"
+ "List",
+ "List1"
],
- "OutputType": null,
- "Command": "Get-MgGroupOnenoteSectionGroupCount",
"Method": "GET",
+ "Command": "Get-MgGroupOnenoteSectionGroup",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onenote-list-sectiongroups?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Notes",
"Uri": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -244124,17 +254621,21 @@
"PermissionType": "DelegatedPersonal",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Notes",
+ ],
"Variants": [
- "List"
+ "Get",
+ "Get1",
+ "GetViaIdentity",
+ "GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphOnenoteSection",
- "Command": "Get-MgGroupOnenoteSectionGroupSection",
"Method": "GET",
+ "Command": "Get-MgGroupOnenoteSectionGroupCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Notes",
"Uri": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections",
+ "OutputType": "IMicrosoftGraphOnenoteSection",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -244177,17 +254678,18 @@
"PermissionType": "DelegatedPersonal",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Notes",
+ ],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphOnenotePage",
- "Command": "Get-MgGroupOnenoteSectionPage",
"Method": "GET",
+ "Command": "Get-MgGroupOnenoteSectionGroupSection",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sectiongroup-list-sections?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Notes",
"Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages",
+ "OutputType": "IMicrosoftGraphOnenotePage",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -244222,17 +254724,18 @@
"PermissionType": "DelegatedPersonal",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Groups",
+ ],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgGroupOwner",
"Method": "GET",
+ "Command": "Get-MgGroupOnenoteSectionPage",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-list-pages?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Groups",
"Uri": "/groups/{group-id}/owners",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -244275,167 +254778,180 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgGroupOwner",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-owners?view=graph-rest-1.0"
},
{
"Module": "Groups",
+ "Uri": "/groups/{group-id}/owners/{directoryObject-id}/application",
+ "OutputType": "IMicrosoftGraphApplication",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphApplication",
- "Command": "Get-MgGroupOwnerAsApplication",
"Method": "GET",
- "Uri": "/groups/{group-id}/owners/{directoryObject-id}/application",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupOwnerAsApplication",
+ "ApiReferenceLink": null
},
{
"Module": "Groups",
+ "Uri": "/groups/{group-id}/owners/application",
+ "OutputType": "IMicrosoftGraphApplication",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphApplication",
- "Command": "Get-MgGroupOwnerAsApplication",
"Method": "GET",
- "Uri": "/groups/{group-id}/owners/application",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupOwnerAsApplication",
+ "ApiReferenceLink": null
},
{
"Module": "Groups",
+ "Uri": "/groups/{group-id}/owners/{directoryObject-id}/device",
+ "OutputType": "IMicrosoftGraphDevice",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDevice",
- "Command": "Get-MgGroupOwnerAsDevice",
"Method": "GET",
- "Uri": "/groups/{group-id}/owners/{directoryObject-id}/device",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupOwnerAsDevice",
+ "ApiReferenceLink": null
},
{
"Module": "Groups",
+ "Uri": "/groups/{group-id}/owners/device",
+ "OutputType": "IMicrosoftGraphDevice",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphDevice",
- "Command": "Get-MgGroupOwnerAsDevice",
"Method": "GET",
- "Uri": "/groups/{group-id}/owners/device",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupOwnerAsDevice",
+ "ApiReferenceLink": null
},
{
"Module": "Groups",
+ "Uri": "/groups/{group-id}/owners/{directoryObject-id}/group",
+ "OutputType": "IMicrosoftGraphGroup",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphGroup",
- "Command": "Get-MgGroupOwnerAsGroup",
"Method": "GET",
- "Uri": "/groups/{group-id}/owners/{directoryObject-id}/group",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupOwnerAsGroup",
+ "ApiReferenceLink": null
},
{
"Module": "Groups",
+ "Uri": "/groups/{group-id}/owners/group",
+ "OutputType": "IMicrosoftGraphGroup",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphGroup",
- "Command": "Get-MgGroupOwnerAsGroup",
"Method": "GET",
- "Uri": "/groups/{group-id}/owners/group",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupOwnerAsGroup",
+ "ApiReferenceLink": null
},
{
"Module": "Groups",
+ "Uri": "/groups/{group-id}/owners/{directoryObject-id}/orgContact",
+ "OutputType": "IMicrosoftGraphOrgContact",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphOrgContact",
- "Command": "Get-MgGroupOwnerAsOrgContact",
"Method": "GET",
- "Uri": "/groups/{group-id}/owners/{directoryObject-id}/orgContact",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupOwnerAsOrgContact",
+ "ApiReferenceLink": null
},
{
"Module": "Groups",
+ "Uri": "/groups/{group-id}/owners/orgContact",
+ "OutputType": "IMicrosoftGraphOrgContact",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphOrgContact",
- "Command": "Get-MgGroupOwnerAsOrgContact",
"Method": "GET",
- "Uri": "/groups/{group-id}/owners/orgContact",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupOwnerAsOrgContact",
+ "ApiReferenceLink": null
},
{
"Module": "Groups",
+ "Uri": "/groups/{group-id}/owners/{directoryObject-id}/servicePrincipal",
+ "OutputType": "IMicrosoftGraphServicePrincipal",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphServicePrincipal",
- "Command": "Get-MgGroupOwnerAsServicePrincipal",
"Method": "GET",
- "Uri": "/groups/{group-id}/owners/{directoryObject-id}/servicePrincipal",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupOwnerAsServicePrincipal",
+ "ApiReferenceLink": null
},
{
"Module": "Groups",
+ "Uri": "/groups/{group-id}/owners/servicePrincipal",
+ "OutputType": "IMicrosoftGraphServicePrincipal",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphServicePrincipal",
- "Command": "Get-MgGroupOwnerAsServicePrincipal",
"Method": "GET",
- "Uri": "/groups/{group-id}/owners/servicePrincipal",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupOwnerAsServicePrincipal",
+ "ApiReferenceLink": null
},
{
"Module": "Groups",
+ "Uri": "/groups/{group-id}/owners/{directoryObject-id}/user",
+ "OutputType": "IMicrosoftGraphUser",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUser",
- "Command": "Get-MgGroupOwnerAsUser",
"Method": "GET",
- "Uri": "/groups/{group-id}/owners/{directoryObject-id}/user",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupOwnerAsUser",
+ "ApiReferenceLink": null
},
{
"Module": "Groups",
+ "Uri": "/groups/{group-id}/owners/user",
+ "OutputType": "IMicrosoftGraphUser",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphUser",
- "Command": "Get-MgGroupOwnerAsUser",
"Method": "GET",
- "Uri": "/groups/{group-id}/owners/user",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupOwnerAsUser",
+ "ApiReferenceLink": null
},
{
"Module": "Groups",
- "Variants": [
- "List"
- ],
- "OutputType": null,
- "Command": "Get-MgGroupOwnerByRef",
- "Method": "GET",
"Uri": "/groups/{group-id}/owners/$ref",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -244478,18 +254994,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Groups",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgGroupOwnerCount",
"Method": "GET",
+ "Command": "Get-MgGroupOwnerByRef",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-owners?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Groups",
"Uri": "/groups/{group-id}/owners/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -244532,108 +255048,117 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Groups",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgGroupOwnerCountAsApplication",
"Method": "GET",
- "Uri": "/groups/{group-id}/owners/application/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupOwnerCount",
+ "ApiReferenceLink": null
},
{
"Module": "Groups",
+ "Uri": "/groups/{group-id}/owners/application/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgGroupOwnerCountAsDevice",
"Method": "GET",
- "Uri": "/groups/{group-id}/owners/device/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupOwnerCountAsApplication",
+ "ApiReferenceLink": null
},
{
"Module": "Groups",
+ "Uri": "/groups/{group-id}/owners/device/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgGroupOwnerCountAsGroup",
"Method": "GET",
- "Uri": "/groups/{group-id}/owners/group/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupOwnerCountAsDevice",
+ "ApiReferenceLink": null
},
{
"Module": "Groups",
+ "Uri": "/groups/{group-id}/owners/group/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgGroupOwnerCountAsOrgContact",
"Method": "GET",
- "Uri": "/groups/{group-id}/owners/orgContact/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupOwnerCountAsGroup",
+ "ApiReferenceLink": null
},
{
"Module": "Groups",
+ "Uri": "/groups/{group-id}/owners/orgContact/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgGroupOwnerCountAsServicePrincipal",
"Method": "GET",
- "Uri": "/groups/{group-id}/owners/servicePrincipal/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupOwnerCountAsOrgContact",
+ "ApiReferenceLink": null
},
{
"Module": "Groups",
+ "Uri": "/groups/{group-id}/owners/servicePrincipal/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgGroupOwnerCountAsUser",
"Method": "GET",
- "Uri": "/groups/{group-id}/owners/user/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupOwnerCountAsServicePrincipal",
+ "ApiReferenceLink": null
},
{
"Module": "Groups",
+ "Uri": "/groups/{group-id}/owners/user/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant",
- "Command": "Get-MgGroupPermissionGrant",
"Method": "GET",
- "Uri": "/groups/{group-id}/permissionGrants/{resourceSpecificPermissionGrant-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupOwnerCountAsUser",
+ "ApiReferenceLink": null
},
{
"Module": "Groups",
+ "Uri": "/groups/{group-id}/permissionGrants/{resourceSpecificPermissionGrant-id}",
+ "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant",
- "Command": "Get-MgGroupPermissionGrant",
"Method": "GET",
+ "Command": "Get-MgGroupPermissionGrant",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Groups",
"Uri": "/groups/{group-id}/permissionGrants",
+ "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -244668,18 +255193,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Groups",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgGroupPermissionGrantCount",
"Method": "GET",
+ "Command": "Get-MgGroupPermissionGrant",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-permissiongrants?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Groups",
"Uri": "/groups/{group-id}/permissionGrants/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -244714,20 +255239,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Groups",
+ ],
"Variants": [
"Get",
- "Get1",
- "GetViaIdentity",
- "GetViaIdentity1"
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphProfilePhoto",
- "Command": "Get-MgGroupPhoto",
"Method": "GET",
+ "Command": "Get-MgGroupPermissionGrantCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Groups",
"Uri": "/groups/{group-id}/photo",
+ "OutputType": "IMicrosoftGraphProfilePhoto",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -244754,17 +255278,21 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Groups",
+ ],
"Variants": [
- "List"
+ "Get",
+ "Get1",
+ "GetViaIdentity",
+ "GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphProfilePhoto",
- "Command": "Get-MgGroupPhoto",
"Method": "GET",
+ "Command": "Get-MgGroupPhoto",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Groups",
"Uri": "/groups/{group-id}/photos",
+ "OutputType": "IMicrosoftGraphProfilePhoto",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -244791,20 +255319,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Groups",
+ ],
"Variants": [
- "Get",
- "Get1",
- "GetViaIdentity",
- "GetViaIdentity1"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgGroupPhotoContent",
"Method": "GET",
+ "Command": "Get-MgGroupPhoto",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-photos?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Groups",
"Uri": "/groups/{group-id}/photo/$value",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -244831,43 +255357,49 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "Get1",
+ "GetViaIdentity",
+ "GetViaIdentity1"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgGroupPhotoContent",
+ "ApiReferenceLink": null
},
{
"Module": "Planner",
+ "Uri": "/groups/{group-id}/planner",
+ "OutputType": "IMicrosoftGraphPlannerGroup",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphPlannerGroup",
- "Command": "Get-MgGroupPlanner",
"Method": "GET",
- "Uri": "/groups/{group-id}/planner",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupPlanner",
+ "ApiReferenceLink": null
},
{
"Module": "Planner",
+ "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}",
+ "OutputType": "IMicrosoftGraphPlannerPlan",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphPlannerPlan",
- "Command": "Get-MgGroupPlannerPlan",
"Method": "GET",
- "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupPlannerPlan",
+ "ApiReferenceLink": null
},
{
"Module": "Planner",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphPlannerPlan",
- "Command": "Get-MgGroupPlannerPlan",
- "Method": "GET",
"Uri": "/groups/{group-id}/planner/plans",
+ "OutputType": "IMicrosoftGraphPlannerPlan",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -244918,30 +255450,31 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Planner",
+ ],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphPlannerBucket",
- "Command": "Get-MgGroupPlannerPlanBucket",
"Method": "GET",
- "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/buckets",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupPlannerPlan",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannergroup-list-plans?view=graph-rest-1.0"
},
{
"Module": "Planner",
+ "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/buckets",
+ "OutputType": "IMicrosoftGraphPlannerBucket",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgGroupPlannerPlanCount",
"Method": "GET",
+ "Command": "Get-MgGroupPlannerPlanBucket",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplan-list-buckets?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Planner",
"Uri": "/groups/{group-id}/planner/plans/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -244992,42 +255525,46 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgGroupPlannerPlanCount",
+ "ApiReferenceLink": null
},
{
"Module": "Planner",
+ "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/details",
+ "OutputType": "IMicrosoftGraphPlannerPlanDetails",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphPlannerPlanDetails",
- "Command": "Get-MgGroupPlannerPlanDetail",
"Method": "GET",
- "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/details",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupPlannerPlanDetail",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplandetails-get?view=graph-rest-1.0"
},
{
"Module": "Planner",
+ "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/tasks",
+ "OutputType": "IMicrosoftGraphPlannerTask",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphPlannerTask",
- "Command": "Get-MgGroupPlannerPlanTask",
"Method": "GET",
- "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/tasks",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupPlannerPlanTask",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplan-list-tasks?view=graph-rest-1.0"
},
{
"Module": "Groups",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgGroupRejectedSender",
- "Method": "GET",
"Uri": "/groups/{group-id}/rejectedSenders",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -245046,17 +255583,18 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Groups",
+ ],
"Variants": [
"List"
],
- "OutputType": null,
- "Command": "Get-MgGroupRejectedSenderByRef",
"Method": "GET",
+ "Command": "Get-MgGroupRejectedSender",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-rejectedsenders?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Groups",
"Uri": "/groups/{group-id}/rejectedSenders/$ref",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -245075,18 +255613,18 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Groups",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgGroupRejectedSenderCount",
"Method": "GET",
+ "Command": "Get-MgGroupRejectedSenderByRef",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-rejectedsenders?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Groups",
"Uri": "/groups/{group-id}/rejectedSenders/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -245105,20 +255643,19 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Groups",
+ ],
"Variants": [
"Get",
- "Get1",
- "GetViaIdentity",
- "GetViaIdentity1"
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphGroupSetting",
- "Command": "Get-MgGroupSetting",
"Method": "GET",
+ "Command": "Get-MgGroupRejectedSenderCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Groups",
"Uri": "/groups/{group-id}/settings/{groupSetting-id}",
+ "OutputType": "IMicrosoftGraphGroupSetting",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -245153,18 +255690,21 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Groups",
+ ],
"Variants": [
- "List",
- "List1"
+ "Get",
+ "Get1",
+ "GetViaIdentity",
+ "GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphGroupSetting",
- "Command": "Get-MgGroupSetting",
"Method": "GET",
+ "Command": "Get-MgGroupSetting",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/groupsetting-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Groups",
"Uri": "/groups/{group-id}/settings",
+ "OutputType": "IMicrosoftGraphGroupSetting",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -245199,19 +255739,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Groups",
+ ],
"Variants": [
- "Get",
- "Get1",
- "GetViaIdentity"
+ "List",
+ "List1"
],
- "OutputType": null,
- "Command": "Get-MgGroupSettingCount",
"Method": "GET",
+ "Command": "Get-MgGroupSetting",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-settings?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Groups",
"Uri": "/groups/{group-id}/settings/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -245246,30 +255786,34 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "Get1",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgGroupSettingCount",
+ "ApiReferenceLink": null
},
{
"Module": "Groups",
+ "Uri": "/groupSettingTemplates/getByIds",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetExpanded"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgGroupSettingTemplateById",
"Method": "POST",
- "Uri": "/groupSettingTemplates/getByIds",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSettingTemplateById",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0"
},
{
"Module": "Groups",
- "Variants": [
- "Get"
- ],
- "OutputType": null,
- "Command": "Get-MgGroupSettingTemplateCount",
- "Method": "GET",
"Uri": "/groupSettingTemplates/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -245288,17 +255832,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Groups",
+ ],
"Variants": [
- "Delta"
+ "Get"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgGroupSettingTemplateDelta",
"Method": "GET",
+ "Command": "Get-MgGroupSettingTemplateCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Groups",
"Uri": "/groupSettingTemplates/delta",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -245317,18 +255862,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Groups",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Delta"
],
- "OutputType": "IMicrosoftGraphGroupSettingTemplate",
- "Command": "Get-MgGroupSettingTemplateGroupSettingTemplate",
"Method": "GET",
+ "Command": "Get-MgGroupSettingTemplateDelta",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Groups",
"Uri": "/groupSettingTemplates/{groupSettingTemplate-id}",
+ "OutputType": "IMicrosoftGraphGroupSettingTemplate",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -245347,17 +255892,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Groups",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphGroupSettingTemplate",
- "Command": "Get-MgGroupSettingTemplateGroupSettingTemplate",
"Method": "GET",
+ "Command": "Get-MgGroupSettingTemplateGroupSettingTemplate",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/groupsettingtemplate-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Groups",
"Uri": "/groupSettingTemplates",
+ "OutputType": "IMicrosoftGraphGroupSettingTemplate",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -245376,3414 +255923,3698 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgGroupSettingTemplateGroupSettingTemplate",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/groupsettingtemplate-list?view=graph-rest-1.0"
},
{
"Module": "Groups",
+ "Uri": "/groupSettingTemplates/{groupSettingTemplate-id}/getMemberGroups",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetExpanded",
"GetViaIdentity",
"GetViaIdentityExpanded"
],
- "OutputType": null,
- "Command": "Get-MgGroupSettingTemplateMemberGroup",
"Method": "POST",
- "Uri": "/groupSettingTemplates/{groupSettingTemplate-id}/getMemberGroups",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSettingTemplateMemberGroup",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0"
},
{
"Module": "Groups",
+ "Uri": "/groupSettingTemplates/{groupSettingTemplate-id}/getMemberObjects",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetExpanded",
"GetViaIdentity",
"GetViaIdentityExpanded"
],
- "OutputType": null,
- "Command": "Get-MgGroupSettingTemplateMemberObject",
"Method": "POST",
- "Uri": "/groupSettingTemplates/{groupSettingTemplate-id}/getMemberObjects",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSettingTemplateMemberObject",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0"
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}",
+ "OutputType": "IMicrosoftGraphSite",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSite",
- "Command": "Get-MgGroupSite",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSite",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites",
+ "OutputType": "IMicrosoftGraphSite",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphSite",
- "Command": "Get-MgGroupSite",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSite",
+ "ApiReferenceLink": null
},
{
"Module": "Groups",
+ "Uri": "/groups/{group-id}/sites/{site-id}/getActivitiesByInterval",
+ "OutputType": "IMicrosoftGraphItemActivityStat",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphItemActivityStat",
- "Command": "Get-MgGroupSiteActivityByInterval",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/getActivitiesByInterval",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteActivityByInterval",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/analytics",
+ "OutputType": "IMicrosoftGraphItemAnalytics",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphItemAnalytics",
- "Command": "Get-MgGroupSiteAnalytic",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/analytics",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteAnalytic",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}",
+ "OutputType": "IMicrosoftGraphItemActivityStat",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphItemActivityStat",
- "Command": "Get-MgGroupSiteAnalyticItemActivityStat",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteAnalyticItemActivityStat",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats",
+ "OutputType": "IMicrosoftGraphItemActivityStat",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphItemActivityStat",
- "Command": "Get-MgGroupSiteAnalyticItemActivityStat",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteAnalyticItemActivityStat",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}",
+ "OutputType": "IMicrosoftGraphItemActivity",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphItemActivity",
- "Command": "Get-MgGroupSiteAnalyticItemActivityStatActivity",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteAnalyticItemActivityStatActivity",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities",
+ "OutputType": "IMicrosoftGraphItemActivity",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphItemActivity",
- "Command": "Get-MgGroupSiteAnalyticItemActivityStatActivity",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteAnalyticItemActivityStatActivity",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgGroupSiteAnalyticItemActivityStatActivityCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteAnalyticItemActivityStatActivityCount",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem",
+ "OutputType": "IMicrosoftGraphDriveItem",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDriveItem",
- "Command": "Get-MgGroupSiteAnalyticItemActivityStatActivityDriveItem",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteAnalyticItemActivityStatActivityDriveItem",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/content",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgGroupSiteAnalyticItemActivityStatActivityDriveItemContent",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/content",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteAnalyticItemActivityStatActivityDriveItemContent",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgGroupSiteAnalyticItemActivityStatCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteAnalyticItemActivityStatCount",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/analytics/lastSevenDays",
+ "OutputType": "IMicrosoftGraphItemActivityStat",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphItemActivityStat",
- "Command": "Get-MgGroupSiteAnalyticLastSevenDay",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/analytics/lastSevenDays",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteAnalyticLastSevenDay",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/analytics/allTime",
+ "OutputType": "IMicrosoftGraphItemActivityStat",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphItemActivityStat",
- "Command": "Get-MgGroupSiteAnalyticTime",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/analytics/allTime",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteAnalyticTime",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itemanalytics-get?view=graph-rest-1.0"
},
{
"Module": "Groups",
+ "Uri": "/groups/{group-id}/sites/{site-id}/getApplicableContentTypesForList(listId='{listId}')",
+ "OutputType": "IMicrosoftGraphContentType",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphContentType",
- "Command": "Get-MgGroupSiteApplicableContentTypeForList",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/getApplicableContentTypesForList(listId='{listId}')",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteApplicableContentTypeForList",
+ "ApiReferenceLink": null
},
{
"Module": "Groups",
+ "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')",
+ "OutputType": "IMicrosoftGraphSite",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSite",
- "Command": "Get-MgGroupSiteByPath",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteByPath",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/columns/{columnDefinition-id}",
+ "OutputType": "IMicrosoftGraphColumnDefinition",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphColumnDefinition",
- "Command": "Get-MgGroupSiteColumn",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/columns/{columnDefinition-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteColumn",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/columns",
+ "OutputType": "IMicrosoftGraphColumnDefinition",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphColumnDefinition",
- "Command": "Get-MgGroupSiteColumn",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/columns",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteColumn",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-list-columns?view=graph-rest-1.0"
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/columns/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgGroupSiteColumnCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/columns/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteColumnCount",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/columns/{columnDefinition-id}/sourceColumn",
+ "OutputType": "IMicrosoftGraphColumnDefinition",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphColumnDefinition",
- "Command": "Get-MgGroupSiteColumnSourceColumn",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/columns/{columnDefinition-id}/sourceColumn",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteColumnSourceColumn",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}",
+ "OutputType": "IMicrosoftGraphContentType",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphContentType",
- "Command": "Get-MgGroupSiteContentType",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteContentType",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-get?view=graph-rest-1.0"
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes",
+ "OutputType": "IMicrosoftGraphContentType",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphContentType",
- "Command": "Get-MgGroupSiteContentType",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteContentType",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-list-contenttypes?view=graph-rest-1.0"
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/base",
+ "OutputType": "IMicrosoftGraphContentType",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphContentType",
- "Command": "Get-MgGroupSiteContentTypeBase",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/base",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteContentTypeBase",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/baseTypes/{contentType-id1}",
+ "OutputType": "IMicrosoftGraphContentType",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphContentType",
- "Command": "Get-MgGroupSiteContentTypeBaseType",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/baseTypes/{contentType-id1}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteContentTypeBaseType",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/baseTypes",
+ "OutputType": "IMicrosoftGraphContentType",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List",
"List1"
],
- "OutputType": "IMicrosoftGraphContentType",
- "Command": "Get-MgGroupSiteContentTypeBaseType",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/baseTypes",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteContentTypeBaseType",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/baseTypes/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": null,
- "Command": "Get-MgGroupSiteContentTypeBaseTypeCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/baseTypes/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteContentTypeBaseTypeCount",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}",
+ "OutputType": "IMicrosoftGraphColumnDefinition",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphColumnDefinition",
- "Command": "Get-MgGroupSiteContentTypeColumn",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteContentTypeColumn",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/columndefinition-get?view=graph-rest-1.0"
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns",
+ "OutputType": "IMicrosoftGraphColumnDefinition",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphColumnDefinition",
- "Command": "Get-MgGroupSiteContentTypeColumn",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteContentTypeColumn",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-list-columns?view=graph-rest-1.0"
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgGroupSiteContentTypeColumnCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteContentTypeColumnCount",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}",
+ "OutputType": "IMicrosoftGraphColumnLink",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphColumnLink",
- "Command": "Get-MgGroupSiteContentTypeColumnLink",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteContentTypeColumnLink",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks",
+ "OutputType": "IMicrosoftGraphColumnLink",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphColumnLink",
- "Command": "Get-MgGroupSiteContentTypeColumnLink",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteContentTypeColumnLink",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgGroupSiteContentTypeColumnLinkCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteContentTypeColumnLinkCount",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}",
+ "OutputType": "IMicrosoftGraphColumnDefinition",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphColumnDefinition",
- "Command": "Get-MgGroupSiteContentTypeColumnPosition",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteContentTypeColumnPosition",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnPositions",
+ "OutputType": "IMicrosoftGraphColumnDefinition",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphColumnDefinition",
- "Command": "Get-MgGroupSiteContentTypeColumnPosition",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnPositions",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteContentTypeColumnPosition",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnPositions/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgGroupSiteContentTypeColumnPositionCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnPositions/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteContentTypeColumnPositionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn",
+ "OutputType": "IMicrosoftGraphColumnDefinition",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphColumnDefinition",
- "Command": "Get-MgGroupSiteContentTypeColumnSourceColumn",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteContentTypeColumnSourceColumn",
+ "ApiReferenceLink": null
},
{
"Module": "Groups",
+ "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/getCompatibleHubContentTypes",
+ "OutputType": "IMicrosoftGraphContentType",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphContentType",
- "Command": "Get-MgGroupSiteContentTypeCompatibleHubContentType",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/getCompatibleHubContentTypes",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteContentTypeCompatibleHubContentType",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgGroupSiteContentTypeCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteContentTypeCount",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get1",
"GetViaIdentity1"
],
- "OutputType": null,
- "Command": "Get-MgGroupSiteCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteCount",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/createdByUser",
+ "OutputType": "IMicrosoftGraphUser",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUser",
- "Command": "Get-MgGroupSiteCreatedByUser",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/createdByUser",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteCreatedByUser",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/createdByUser/mailboxSettings",
+ "OutputType": "IMicrosoftGraphMailboxSettings",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Command": "Get-MgGroupSiteCreatedByUserMailboxSetting",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/createdByUser/mailboxSettings",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteCreatedByUserMailboxSetting",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/createdByUser/serviceProvisioningErrors",
+ "OutputType": "IMicrosoftGraphServiceProvisioningError",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Command": "Get-MgGroupSiteCreatedByUserServiceProvisioningError",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/createdByUser/serviceProvisioningErrors",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteCreatedByUserServiceProvisioningError",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/createdByUser/serviceProvisioningErrors/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgGroupSiteCreatedByUserServiceProvisioningErrorCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/createdByUser/serviceProvisioningErrors/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteCreatedByUserServiceProvisioningErrorCount",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/drive",
+ "OutputType": "IMicrosoftGraphDrive",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDrive",
- "Command": "Get-MgGroupSiteDefaultDrive",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/drive",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteDefaultDrive",
+ "ApiReferenceLink": null
},
{
"Module": "Groups",
+ "Uri": "/groups/{group-id}/sites/delta",
+ "OutputType": "IMicrosoftGraphSite",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Delta",
"DeltaViaIdentity"
],
- "OutputType": "IMicrosoftGraphSite",
- "Command": "Get-MgGroupSiteDelta",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/delta",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteDelta",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/drives/{drive-id}",
+ "OutputType": "IMicrosoftGraphDrive",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get1",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphDrive",
- "Command": "Get-MgGroupSiteDrive",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/drives/{drive-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteDrive",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/drives",
+ "OutputType": "IMicrosoftGraphDrive",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphDrive",
- "Command": "Get-MgGroupSiteDrive",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/drives",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteDrive",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/drives/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgGroupSiteDriveCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/drives/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteDriveCount",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/externalColumns/{columnDefinition-id}",
+ "OutputType": "IMicrosoftGraphColumnDefinition",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphColumnDefinition",
- "Command": "Get-MgGroupSiteExternalColumn",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/externalColumns/{columnDefinition-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteExternalColumn",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/externalColumns",
+ "OutputType": "IMicrosoftGraphColumnDefinition",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphColumnDefinition",
- "Command": "Get-MgGroupSiteExternalColumn",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/externalColumns",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteExternalColumn",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/externalColumns/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgGroupSiteExternalColumnCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/externalColumns/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteExternalColumnCount",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/lists",
+ "OutputType": "IMicrosoftGraphList",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
- "List",
- "List1"
+ "List"
],
- "OutputType": "IMicrosoftGraphList",
- "Command": "Get-MgGroupSiteGetByPath",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/lists",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteGetByPath",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/list-list?view=graph-rest-1.0"
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/analytics",
+ "OutputType": "IMicrosoftGraphItemAnalytics",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphItemAnalytics",
- "Command": "Get-MgGroupSiteGetByPathAnalytic",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/analytics",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteGetByPathAnalytic",
+ "ApiReferenceLink": null
},
{
"Module": "Groups",
+ "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getApplicableContentTypesForList(listId='{listId}')",
+ "OutputType": "IMicrosoftGraphContentType",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphContentType",
- "Command": "Get-MgGroupSiteGetByPathApplicableContentTypeForList",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getApplicableContentTypesForList(listId='{listId}')",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteGetByPathApplicableContentTypeForList",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/columns",
+ "OutputType": "IMicrosoftGraphColumnDefinition",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List",
"List1"
],
- "OutputType": "IMicrosoftGraphColumnDefinition",
- "Command": "Get-MgGroupSiteGetByPathColumn",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/columns",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteGetByPathColumn",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-list-columns?view=graph-rest-1.0"
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/contentTypes",
+ "OutputType": "IMicrosoftGraphContentType",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List",
"List1"
],
- "OutputType": "IMicrosoftGraphContentType",
- "Command": "Get-MgGroupSiteGetByPathContentType",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/contentTypes",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteGetByPathContentType",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-list-contenttypes?view=graph-rest-1.0"
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/drive",
+ "OutputType": "IMicrosoftGraphDrive",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphDrive",
- "Command": "Get-MgGroupSiteGetByPathDrive",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/drive",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteGetByPathDrive",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/drives",
+ "OutputType": "IMicrosoftGraphDrive",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List",
"List1"
],
- "OutputType": "IMicrosoftGraphDrive",
- "Command": "Get-MgGroupSiteGetByPathDrive",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/drives",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteGetByPathDrive",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/externalColumns",
+ "OutputType": "IMicrosoftGraphColumnDefinition",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List",
"List1"
],
- "OutputType": "IMicrosoftGraphColumnDefinition",
- "Command": "Get-MgGroupSiteGetByPathExternalColumn",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/externalColumns",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteGetByPathExternalColumn",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/items",
+ "OutputType": "IMicrosoftGraphBaseItem",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List",
"List1"
],
- "OutputType": "IMicrosoftGraphBaseItem",
- "Command": "Get-MgGroupSiteGetByPathItem",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/items",
+ "Command": "Get-MgGroupSiteGetByPathItem",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/lists",
+ "OutputType": "IMicrosoftGraphList",
"ApiVersion": "v1.0",
- "Permissions": []
+ "Permissions": [],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgGroupSiteGetByPathList",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/list-list?view=graph-rest-1.0"
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/onenote",
+ "OutputType": "IMicrosoftGraphOnenote",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphOnenote",
- "Command": "Get-MgGroupSiteGetByPathOnenote",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/onenote",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteGetByPathOnenote",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/operations",
+ "OutputType": "IMicrosoftGraphRichLongRunningOperation",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List",
"List1"
],
- "OutputType": "IMicrosoftGraphRichLongRunningOperation",
- "Command": "Get-MgGroupSiteGetByPathOperation",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/operations",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteGetByPathOperation",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-list-operations?view=graph-rest-1.0"
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/pages",
+ "OutputType": "IMicrosoftGraphBaseSitePage",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List",
"List1"
],
- "OutputType": "IMicrosoftGraphBaseSitePage",
- "Command": "Get-MgGroupSiteGetByPathPage",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/pages",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteGetByPathPage",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/permissions",
+ "OutputType": "IMicrosoftGraphPermission",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List",
"List1"
],
- "OutputType": "IMicrosoftGraphPermission",
- "Command": "Get-MgGroupSiteGetByPathPermission",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/permissions",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteGetByPathPermission",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-list-permissions?view=graph-rest-1.0"
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/sites",
+ "OutputType": "IMicrosoftGraphSite",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List",
"List1"
],
- "OutputType": "IMicrosoftGraphSite",
- "Command": "Get-MgGroupSiteGetByPathSite",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/sites",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteGetByPathSite",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-list-subsites?view=graph-rest-1.0"
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/termStore",
+ "OutputType": "IMicrosoftGraphTermStore",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphTermStore",
- "Command": "Get-MgGroupSiteGetByPathTermStore",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/termStore",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteGetByPathTermStore",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-store-get?view=graph-rest-1.0"
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/termStores",
+ "OutputType": "IMicrosoftGraphTermStore",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List",
"List1"
],
- "OutputType": "IMicrosoftGraphTermStore",
- "Command": "Get-MgGroupSiteGetByPathTermStore",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/termStores",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteGetByPathTermStore",
+ "ApiReferenceLink": null
},
{
"Module": "Groups",
+ "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getActivitiesByInterval",
+ "OutputType": "IMicrosoftGraphItemActivityStat",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphItemActivityStat",
- "Command": "Get-MgGroupSiteGetGraphBPrePathActivityByInterval",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getActivitiesByInterval",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteGetGraphBPrePathActivityByInterval",
+ "ApiReferenceLink": null
},
{
"Module": "Groups",
+ "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')",
+ "OutputType": "IMicrosoftGraphSite",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSite",
- "Command": "Get-MgGroupSiteGetGraphBPrePathByPath",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteGetGraphBPrePathByPath",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/createdByUser",
+ "OutputType": "IMicrosoftGraphUser",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphUser",
- "Command": "Get-MgGroupSiteGetGraphBPrePathCreatedByUser",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/createdByUser",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteGetGraphBPrePathCreatedByUser",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/lastModifiedByUser",
+ "OutputType": "IMicrosoftGraphUser",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphUser",
- "Command": "Get-MgGroupSiteGetGraphBPrePathLastModifiedByUser",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/lastModifiedByUser",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteGetGraphBPrePathLastModifiedByUser",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/items/{baseItem-id}",
+ "OutputType": "IMicrosoftGraphBaseItem",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphBaseItem",
- "Command": "Get-MgGroupSiteItem",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/items/{baseItem-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteItem",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/items",
+ "OutputType": "IMicrosoftGraphBaseItem",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphBaseItem",
- "Command": "Get-MgGroupSiteItem",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/items",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteItem",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/items/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgGroupSiteItemCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/items/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteItemCount",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser",
+ "OutputType": "IMicrosoftGraphUser",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUser",
- "Command": "Get-MgGroupSiteItemLastModifiedByUser",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteItemLastModifiedByUser",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/mailboxSettings",
+ "OutputType": "IMicrosoftGraphMailboxSettings",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Command": "Get-MgGroupSiteItemLastModifiedByUserMailboxSetting",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/mailboxSettings",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteItemLastModifiedByUserMailboxSetting",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/serviceProvisioningErrors",
+ "OutputType": "IMicrosoftGraphServiceProvisioningError",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Command": "Get-MgGroupSiteItemLastModifiedByUserServiceProvisioningError",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/serviceProvisioningErrors",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteItemLastModifiedByUserServiceProvisioningError",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgGroupSiteItemLastModifiedByUserServiceProvisioningErrorCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteItemLastModifiedByUserServiceProvisioningErrorCount",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/lastModifiedByUser",
+ "OutputType": "IMicrosoftGraphUser",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphUser",
- "Command": "Get-MgGroupSiteLastModifiedByUser",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/lastModifiedByUser",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteLastModifiedByUser",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/lastModifiedByUser/mailboxSettings",
+ "OutputType": "IMicrosoftGraphMailboxSettings",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Command": "Get-MgGroupSiteLastModifiedByUserMailboxSetting",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/lastModifiedByUser/mailboxSettings",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteLastModifiedByUserMailboxSetting",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/lastModifiedByUser/serviceProvisioningErrors",
+ "OutputType": "IMicrosoftGraphServiceProvisioningError",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List",
"List1"
],
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Command": "Get-MgGroupSiteLastModifiedByUserServiceProvisioningError",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/lastModifiedByUser/serviceProvisioningErrors",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteLastModifiedByUserServiceProvisioningError",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/lastModifiedByUser/serviceProvisioningErrors/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": null,
- "Command": "Get-MgGroupSiteLastModifiedByUserServiceProvisioningErrorCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/lastModifiedByUser/serviceProvisioningErrors/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteLastModifiedByUserServiceProvisioningErrorCount",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}",
+ "OutputType": "IMicrosoftGraphList",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphList",
- "Command": "Get-MgGroupSiteList",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteList",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/list-get?view=graph-rest-1.0"
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/lists",
+ "OutputType": "IMicrosoftGraphList",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List1"
],
- "OutputType": "IMicrosoftGraphList",
- "Command": "Get-MgGroupSiteList",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/lists",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteList",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/list-list?view=graph-rest-1.0"
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}",
+ "OutputType": "IMicrosoftGraphColumnDefinition",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphColumnDefinition",
- "Command": "Get-MgGroupSiteListColumn",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteListColumn",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns",
+ "OutputType": "IMicrosoftGraphColumnDefinition",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphColumnDefinition",
- "Command": "Get-MgGroupSiteListColumn",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteListColumn",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/list-list-columns?view=graph-rest-1.0"
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgGroupSiteListColumnCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteListColumnCount",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}/sourceColumn",
+ "OutputType": "IMicrosoftGraphColumnDefinition",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphColumnDefinition",
- "Command": "Get-MgGroupSiteListColumnSourceColumn",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}/sourceColumn",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteListColumnSourceColumn",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}",
+ "OutputType": "IMicrosoftGraphContentType",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphContentType",
- "Command": "Get-MgGroupSiteListContentType",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteListContentType",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes",
+ "OutputType": "IMicrosoftGraphContentType",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphContentType",
- "Command": "Get-MgGroupSiteListContentType",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteListContentType",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/list-list-contenttypes?view=graph-rest-1.0"
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}",
+ "OutputType": "IMicrosoftGraphColumnDefinition",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphColumnDefinition",
- "Command": "Get-MgGroupSiteListContentTypeColumn",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteListContentTypeColumn",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/columndefinition-get?view=graph-rest-1.0"
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns",
+ "OutputType": "IMicrosoftGraphColumnDefinition",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphColumnDefinition",
- "Command": "Get-MgGroupSiteListContentTypeColumn",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteListContentTypeColumn",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-list-columns?view=graph-rest-1.0"
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgGroupSiteListContentTypeColumnCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteListContentTypeColumnCount",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}",
+ "OutputType": "IMicrosoftGraphColumnLink",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphColumnLink",
- "Command": "Get-MgGroupSiteListContentTypeColumnLink",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteListContentTypeColumnLink",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks",
+ "OutputType": "IMicrosoftGraphColumnLink",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphColumnLink",
- "Command": "Get-MgGroupSiteListContentTypeColumnLink",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteListContentTypeColumnLink",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgGroupSiteListContentTypeColumnLinkCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteListContentTypeColumnLinkCount",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}",
+ "OutputType": "IMicrosoftGraphColumnDefinition",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphColumnDefinition",
- "Command": "Get-MgGroupSiteListContentTypeColumnPosition",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteListContentTypeColumnPosition",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions",
+ "OutputType": "IMicrosoftGraphColumnDefinition",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphColumnDefinition",
- "Command": "Get-MgGroupSiteListContentTypeColumnPosition",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteListContentTypeColumnPosition",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgGroupSiteListContentTypeColumnPositionCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteListContentTypeColumnPositionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn",
+ "OutputType": "IMicrosoftGraphColumnDefinition",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphColumnDefinition",
- "Command": "Get-MgGroupSiteListContentTypeColumnSourceColumn",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteListContentTypeColumnSourceColumn",
+ "ApiReferenceLink": null
},
{
"Module": "Groups",
+ "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/getCompatibleHubContentTypes",
+ "OutputType": "IMicrosoftGraphContentType",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphContentType",
- "Command": "Get-MgGroupSiteListContentTypeCompatibleHubContentType",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/getCompatibleHubContentTypes",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteListContentTypeCompatibleHubContentType",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgGroupSiteListContentTypeCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteListContentTypeCount",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/lists/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgGroupSiteListCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/lists/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteListCount",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/createdByUser",
+ "OutputType": "IMicrosoftGraphUser",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUser",
- "Command": "Get-MgGroupSiteListCreatedByUser",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/createdByUser",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteListCreatedByUser",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/createdByUser/mailboxSettings",
+ "OutputType": "IMicrosoftGraphMailboxSettings",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Command": "Get-MgGroupSiteListCreatedByUserMailboxSetting",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/createdByUser/mailboxSettings",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteListCreatedByUserMailboxSetting",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/createdByUser/serviceProvisioningErrors",
+ "OutputType": "IMicrosoftGraphServiceProvisioningError",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Command": "Get-MgGroupSiteListCreatedByUserServiceProvisioningError",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/createdByUser/serviceProvisioningErrors",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteListCreatedByUserServiceProvisioningError",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/createdByUser/serviceProvisioningErrors/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgGroupSiteListCreatedByUserServiceProvisioningErrorCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/createdByUser/serviceProvisioningErrors/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteListCreatedByUserServiceProvisioningErrorCount",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/drive",
+ "OutputType": "IMicrosoftGraphDrive",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDrive",
- "Command": "Get-MgGroupSiteListDrive",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/drive",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteListDrive",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}",
+ "OutputType": "IMicrosoftGraphListItem",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphListItem",
- "Command": "Get-MgGroupSiteListItem",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteListItem",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-get?view=graph-rest-1.0"
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items",
+ "OutputType": "IMicrosoftGraphListItem",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphListItem",
- "Command": "Get-MgGroupSiteListItem",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteListItem",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-list?view=graph-rest-1.0"
},
{
"Module": "Groups",
+ "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/getActivitiesByInterval",
+ "OutputType": "IMicrosoftGraphItemActivityStat",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphItemActivityStat",
- "Command": "Get-MgGroupSiteListItemActivityByInterval",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/getActivitiesByInterval",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteListItemActivityByInterval",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/analytics",
+ "OutputType": "IMicrosoftGraphItemAnalytics",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphItemAnalytics",
- "Command": "Get-MgGroupSiteListItemAnalytic",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/analytics",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteListItemAnalytic",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser",
+ "OutputType": "IMicrosoftGraphUser",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUser",
- "Command": "Get-MgGroupSiteListItemCreatedByUser",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteListItemCreatedByUser",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/mailboxSettings",
+ "OutputType": "IMicrosoftGraphMailboxSettings",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Command": "Get-MgGroupSiteListItemCreatedByUserMailboxSetting",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/mailboxSettings",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteListItemCreatedByUserMailboxSetting",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/serviceProvisioningErrors",
+ "OutputType": "IMicrosoftGraphServiceProvisioningError",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Command": "Get-MgGroupSiteListItemCreatedByUserServiceProvisioningError",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/serviceProvisioningErrors",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteListItemCreatedByUserServiceProvisioningError",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/serviceProvisioningErrors/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgGroupSiteListItemCreatedByUserServiceProvisioningErrorCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/serviceProvisioningErrors/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteListItemCreatedByUserServiceProvisioningErrorCount",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}",
+ "OutputType": "IMicrosoftGraphDocumentSetVersion",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDocumentSetVersion",
- "Command": "Get-MgGroupSiteListItemDocumentSetVersion",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteListItemDocumentSetVersion",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-get?view=graph-rest-1.0"
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions",
+ "OutputType": "IMicrosoftGraphDocumentSetVersion",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphDocumentSetVersion",
- "Command": "Get-MgGroupSiteListItemDocumentSetVersion",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteListItemDocumentSetVersion",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-list-documentsetversions?view=graph-rest-1.0"
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgGroupSiteListItemDocumentSetVersionCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteListItemDocumentSetVersionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgGroupSiteListItemDocumentSetVersionField",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteListItemDocumentSetVersionField",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem",
+ "OutputType": "IMicrosoftGraphDriveItem",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDriveItem",
- "Command": "Get-MgGroupSiteListItemDriveItem",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteListItemDriveItem",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/content",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgGroupSiteListItemDriveItemContent",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/content",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteListItemDriveItemContent",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgGroupSiteListItemField",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteListItemField",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}",
+ "OutputType": "IMicrosoftGraphListItemVersion",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphListItemVersion",
- "Command": "Get-MgGroupSiteListItemVersion",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteListItemVersion",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitemversion-get?view=graph-rest-1.0"
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions",
+ "OutputType": "IMicrosoftGraphListItemVersion",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphListItemVersion",
- "Command": "Get-MgGroupSiteListItemVersion",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteListItemVersion",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-list-versions?view=graph-rest-1.0"
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgGroupSiteListItemVersionCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteListItemVersionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgGroupSiteListItemVersionField",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteListItemVersionField",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}",
+ "OutputType": "IMicrosoftGraphRichLongRunningOperation",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphRichLongRunningOperation",
- "Command": "Get-MgGroupSiteListOperation",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteListOperation",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations",
+ "OutputType": "IMicrosoftGraphRichLongRunningOperation",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphRichLongRunningOperation",
- "Command": "Get-MgGroupSiteListOperation",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteListOperation",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgGroupSiteListOperationCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteListOperationCount",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}",
+ "OutputType": "IMicrosoftGraphSubscription",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSubscription",
- "Command": "Get-MgGroupSiteListSubscription",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteListSubscription",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions",
+ "OutputType": "IMicrosoftGraphSubscription",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphSubscription",
- "Command": "Get-MgGroupSiteListSubscription",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteListSubscription",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgGroupSiteListSubscriptionCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteListSubscriptionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote",
+ "OutputType": "IMicrosoftGraphOnenote",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphOnenote",
- "Command": "Get-MgGroupSiteOnenote",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteOnenote",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}",
+ "OutputType": "IMicrosoftGraphNotebook",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphNotebook",
- "Command": "Get-MgGroupSiteOnenoteNotebook",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteOnenoteNotebook",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-get?view=graph-rest-1.0"
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks",
+ "OutputType": "IMicrosoftGraphNotebook",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphNotebook",
- "Command": "Get-MgGroupSiteOnenoteNotebook",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteOnenoteNotebook",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onenote-list-notebooks?view=graph-rest-1.0"
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgGroupSiteOnenoteNotebookCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteOnenoteNotebookCount",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}",
+ "OutputType": "IMicrosoftGraphOnenoteSection",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphOnenoteSection",
- "Command": "Get-MgGroupSiteOnenoteNotebookSection",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteOnenoteNotebookSection",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections",
+ "OutputType": "IMicrosoftGraphOnenoteSection",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphOnenoteSection",
- "Command": "Get-MgGroupSiteOnenoteNotebookSection",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteOnenoteNotebookSection",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-list-sections?view=graph-rest-1.0"
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgGroupSiteOnenoteNotebookSectionCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteOnenoteNotebookSectionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}",
+ "OutputType": "IMicrosoftGraphSectionGroup",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphSectionGroup",
- "Command": "Get-MgGroupSiteOnenoteNotebookSectionGroup",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteOnenoteNotebookSectionGroup",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups",
+ "OutputType": "IMicrosoftGraphSectionGroup",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List",
"List1"
],
- "OutputType": "IMicrosoftGraphSectionGroup",
- "Command": "Get-MgGroupSiteOnenoteNotebookSectionGroup",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteOnenoteNotebookSectionGroup",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-list-sectiongroups?view=graph-rest-1.0"
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": null,
- "Command": "Get-MgGroupSiteOnenoteNotebookSectionGroupCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteOnenoteNotebookSectionGroupCount",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook",
+ "OutputType": "IMicrosoftGraphNotebook",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphNotebook",
- "Command": "Get-MgGroupSiteOnenoteNotebookSectionGroupParentNotebook",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteOnenoteNotebookSectionGroupParentNotebook",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentSectionGroup",
+ "OutputType": "IMicrosoftGraphSectionGroup",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSectionGroup",
- "Command": "Get-MgGroupSiteOnenoteNotebookSectionGroupParentSectionGroup",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentSectionGroup",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteOnenoteNotebookSectionGroupParentSectionGroup",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}",
+ "OutputType": "IMicrosoftGraphOnenoteSection",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphOnenoteSection",
- "Command": "Get-MgGroupSiteOnenoteNotebookSectionGroupSection",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteOnenoteNotebookSectionGroupSection",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections",
+ "OutputType": "IMicrosoftGraphOnenoteSection",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphOnenoteSection",
- "Command": "Get-MgGroupSiteOnenoteNotebookSectionGroupSection",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteOnenoteNotebookSectionGroupSection",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sectiongroup-list-sections?view=graph-rest-1.0"
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgGroupSiteOnenoteNotebookSectionGroupSectionCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteOnenoteNotebookSectionGroupSectionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}",
+ "OutputType": "IMicrosoftGraphOnenotePage",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphOnenotePage",
- "Command": "Get-MgGroupSiteOnenoteNotebookSectionGroupSectionPage",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteOnenoteNotebookSectionGroupSectionPage",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages",
+ "OutputType": "IMicrosoftGraphOnenotePage",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphOnenotePage",
- "Command": "Get-MgGroupSiteOnenoteNotebookSectionGroupSectionPage",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteOnenoteNotebookSectionGroupSectionPage",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-list-pages?view=graph-rest-1.0"
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgGroupSiteOnenoteNotebookSectionGroupSectionPageContent",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteOnenoteNotebookSectionGroupSectionPageContent",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-list-pages?view=graph-rest-1.0"
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgGroupSiteOnenoteNotebookSectionGroupSectionPageCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteOnenoteNotebookSectionGroupSectionPageCount",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook",
+ "OutputType": "IMicrosoftGraphNotebook",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphNotebook",
- "Command": "Get-MgGroupSiteOnenoteNotebookSectionGroupSectionPageParentNotebook",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteOnenoteNotebookSectionGroupSectionPageParentNotebook",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection",
+ "OutputType": "IMicrosoftGraphOnenoteSection",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphOnenoteSection",
- "Command": "Get-MgGroupSiteOnenoteNotebookSectionGroupSectionPageParentSection",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteOnenoteNotebookSectionGroupSectionPageParentSection",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook",
+ "OutputType": "IMicrosoftGraphNotebook",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphNotebook",
- "Command": "Get-MgGroupSiteOnenoteNotebookSectionGroupSectionParentNotebook",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteOnenoteNotebookSectionGroupSectionParentNotebook",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup",
+ "OutputType": "IMicrosoftGraphSectionGroup",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSectionGroup",
- "Command": "Get-MgGroupSiteOnenoteNotebookSectionGroupSectionParentSectionGroup",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteOnenoteNotebookSectionGroupSectionParentSectionGroup",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}",
+ "OutputType": "IMicrosoftGraphOnenotePage",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphOnenotePage",
- "Command": "Get-MgGroupSiteOnenoteNotebookSectionPage",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteOnenoteNotebookSectionPage",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages",
+ "OutputType": "IMicrosoftGraphOnenotePage",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphOnenotePage",
- "Command": "Get-MgGroupSiteOnenoteNotebookSectionPage",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteOnenoteNotebookSectionPage",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-list-pages?view=graph-rest-1.0"
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgGroupSiteOnenoteNotebookSectionPageContent",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteOnenoteNotebookSectionPageContent",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-list-pages?view=graph-rest-1.0"
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgGroupSiteOnenoteNotebookSectionPageCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteOnenoteNotebookSectionPageCount",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook",
+ "OutputType": "IMicrosoftGraphNotebook",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphNotebook",
- "Command": "Get-MgGroupSiteOnenoteNotebookSectionPageParentNotebook",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteOnenoteNotebookSectionPageParentNotebook",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection",
+ "OutputType": "IMicrosoftGraphOnenoteSection",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphOnenoteSection",
- "Command": "Get-MgGroupSiteOnenoteNotebookSectionPageParentSection",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteOnenoteNotebookSectionPageParentSection",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook",
+ "OutputType": "IMicrosoftGraphNotebook",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphNotebook",
- "Command": "Get-MgGroupSiteOnenoteNotebookSectionParentNotebook",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteOnenoteNotebookSectionParentNotebook",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup",
+ "OutputType": "IMicrosoftGraphSectionGroup",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSectionGroup",
- "Command": "Get-MgGroupSiteOnenoteNotebookSectionParentSectionGroup",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteOnenoteNotebookSectionParentSectionGroup",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/operations/{onenoteOperation-id}",
+ "OutputType": "IMicrosoftGraphOnenoteOperation",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphOnenoteOperation",
- "Command": "Get-MgGroupSiteOnenoteOperation",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/operations/{onenoteOperation-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteOnenoteOperation",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onenoteoperation-get?view=graph-rest-1.0"
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/operations",
+ "OutputType": "IMicrosoftGraphOnenoteOperation",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphOnenoteOperation",
- "Command": "Get-MgGroupSiteOnenoteOperation",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/operations",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteOnenoteOperation",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/operations/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgGroupSiteOnenoteOperationCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/operations/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteOnenoteOperationCount",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}",
+ "OutputType": "IMicrosoftGraphOnenotePage",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphOnenotePage",
- "Command": "Get-MgGroupSiteOnenotePage",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteOnenotePage",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/page-get?view=graph-rest-1.0"
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages",
+ "OutputType": "IMicrosoftGraphOnenotePage",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphOnenotePage",
- "Command": "Get-MgGroupSiteOnenotePage",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteOnenotePage",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onenote-list-pages?view=graph-rest-1.0"
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/content",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgGroupSiteOnenotePageContent",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/content",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteOnenotePageContent",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onenote-list-pages?view=graph-rest-1.0"
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgGroupSiteOnenotePageCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteOnenotePageCount",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook",
+ "OutputType": "IMicrosoftGraphNotebook",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphNotebook",
- "Command": "Get-MgGroupSiteOnenotePageParentNotebook",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteOnenotePageParentNotebook",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection",
+ "OutputType": "IMicrosoftGraphOnenoteSection",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphOnenoteSection",
- "Command": "Get-MgGroupSiteOnenotePageParentSection",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteOnenotePageParentSection",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/resources/{onenoteResource-id}",
+ "OutputType": "IMicrosoftGraphOnenoteResource",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphOnenoteResource",
- "Command": "Get-MgGroupSiteOnenoteResource",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/resources/{onenoteResource-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteOnenoteResource",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/resources",
+ "OutputType": "IMicrosoftGraphOnenoteResource",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphOnenoteResource",
- "Command": "Get-MgGroupSiteOnenoteResource",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/resources",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteOnenoteResource",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/resources/{onenoteResource-id}/content",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgGroupSiteOnenoteResourceContent",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/resources/{onenoteResource-id}/content",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteOnenoteResourceContent",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/resources/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgGroupSiteOnenoteResourceCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/resources/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteOnenoteResourceCount",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}",
+ "OutputType": "IMicrosoftGraphOnenoteSection",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphOnenoteSection",
- "Command": "Get-MgGroupSiteOnenoteSection",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteOnenoteSection",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-get?view=graph-rest-1.0"
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections",
+ "OutputType": "IMicrosoftGraphOnenoteSection",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphOnenoteSection",
- "Command": "Get-MgGroupSiteOnenoteSection",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteOnenoteSection",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onenote-list-sections?view=graph-rest-1.0"
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgGroupSiteOnenoteSectionCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteOnenoteSectionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}",
+ "OutputType": "IMicrosoftGraphSectionGroup",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphSectionGroup",
- "Command": "Get-MgGroupSiteOnenoteSectionGroup",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteOnenoteSectionGroup",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sectiongroup-get?view=graph-rest-1.0"
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups",
+ "OutputType": "IMicrosoftGraphSectionGroup",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List",
"List1"
],
- "OutputType": "IMicrosoftGraphSectionGroup",
- "Command": "Get-MgGroupSiteOnenoteSectionGroup",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteOnenoteSectionGroup",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onenote-list-sectiongroups?view=graph-rest-1.0"
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": null,
- "Command": "Get-MgGroupSiteOnenoteSectionGroupCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteOnenoteSectionGroupCount",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook",
+ "OutputType": "IMicrosoftGraphNotebook",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphNotebook",
- "Command": "Get-MgGroupSiteOnenoteSectionGroupParentNotebook",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteOnenoteSectionGroupParentNotebook",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentSectionGroup",
+ "OutputType": "IMicrosoftGraphSectionGroup",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSectionGroup",
- "Command": "Get-MgGroupSiteOnenoteSectionGroupParentSectionGroup",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentSectionGroup",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteOnenoteSectionGroupParentSectionGroup",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}",
+ "OutputType": "IMicrosoftGraphOnenoteSection",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphOnenoteSection",
- "Command": "Get-MgGroupSiteOnenoteSectionGroupSection",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteOnenoteSectionGroupSection",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections",
+ "OutputType": "IMicrosoftGraphOnenoteSection",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphOnenoteSection",
- "Command": "Get-MgGroupSiteOnenoteSectionGroupSection",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteOnenoteSectionGroupSection",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sectiongroup-list-sections?view=graph-rest-1.0"
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgGroupSiteOnenoteSectionGroupSectionCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteOnenoteSectionGroupSectionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}",
+ "OutputType": "IMicrosoftGraphOnenotePage",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphOnenotePage",
- "Command": "Get-MgGroupSiteOnenoteSectionGroupSectionPage",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteOnenoteSectionGroupSectionPage",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages",
+ "OutputType": "IMicrosoftGraphOnenotePage",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphOnenotePage",
- "Command": "Get-MgGroupSiteOnenoteSectionGroupSectionPage",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteOnenoteSectionGroupSectionPage",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-list-pages?view=graph-rest-1.0"
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgGroupSiteOnenoteSectionGroupSectionPageContent",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteOnenoteSectionGroupSectionPageContent",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-list-pages?view=graph-rest-1.0"
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgGroupSiteOnenoteSectionGroupSectionPageCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteOnenoteSectionGroupSectionPageCount",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook",
+ "OutputType": "IMicrosoftGraphNotebook",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphNotebook",
- "Command": "Get-MgGroupSiteOnenoteSectionGroupSectionPageParentNotebook",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteOnenoteSectionGroupSectionPageParentNotebook",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection",
+ "OutputType": "IMicrosoftGraphOnenoteSection",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphOnenoteSection",
- "Command": "Get-MgGroupSiteOnenoteSectionGroupSectionPageParentSection",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteOnenoteSectionGroupSectionPageParentSection",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook",
+ "OutputType": "IMicrosoftGraphNotebook",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphNotebook",
- "Command": "Get-MgGroupSiteOnenoteSectionGroupSectionParentNotebook",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteOnenoteSectionGroupSectionParentNotebook",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup",
+ "OutputType": "IMicrosoftGraphSectionGroup",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSectionGroup",
- "Command": "Get-MgGroupSiteOnenoteSectionGroupSectionParentSectionGroup",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteOnenoteSectionGroupSectionParentSectionGroup",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}",
+ "OutputType": "IMicrosoftGraphOnenotePage",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphOnenotePage",
- "Command": "Get-MgGroupSiteOnenoteSectionPage",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteOnenoteSectionPage",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages",
+ "OutputType": "IMicrosoftGraphOnenotePage",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphOnenotePage",
- "Command": "Get-MgGroupSiteOnenoteSectionPage",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteOnenoteSectionPage",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-list-pages?view=graph-rest-1.0"
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgGroupSiteOnenoteSectionPageContent",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteOnenoteSectionPageContent",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-list-pages?view=graph-rest-1.0"
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgGroupSiteOnenoteSectionPageCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteOnenoteSectionPageCount",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook",
+ "OutputType": "IMicrosoftGraphNotebook",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphNotebook",
- "Command": "Get-MgGroupSiteOnenoteSectionPageParentNotebook",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteOnenoteSectionPageParentNotebook",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection",
+ "OutputType": "IMicrosoftGraphOnenoteSection",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphOnenoteSection",
- "Command": "Get-MgGroupSiteOnenoteSectionPageParentSection",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteOnenoteSectionPageParentSection",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook",
+ "OutputType": "IMicrosoftGraphNotebook",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphNotebook",
- "Command": "Get-MgGroupSiteOnenoteSectionParentNotebook",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteOnenoteSectionParentNotebook",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup",
+ "OutputType": "IMicrosoftGraphSectionGroup",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSectionGroup",
- "Command": "Get-MgGroupSiteOnenoteSectionParentSectionGroup",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteOnenoteSectionParentSectionGroup",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/operations/{richLongRunningOperation-id}",
+ "OutputType": "IMicrosoftGraphRichLongRunningOperation",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphRichLongRunningOperation",
- "Command": "Get-MgGroupSiteOperation",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/operations/{richLongRunningOperation-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteOperation",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/richlongrunningoperation-get?view=graph-rest-1.0"
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/operations",
+ "OutputType": "IMicrosoftGraphRichLongRunningOperation",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphRichLongRunningOperation",
- "Command": "Get-MgGroupSiteOperation",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/operations",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteOperation",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-list-operations?view=graph-rest-1.0"
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/operations/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgGroupSiteOperationCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/operations/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteOperationCount",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}",
+ "OutputType": "IMicrosoftGraphBaseSitePage",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphBaseSitePage",
- "Command": "Get-MgGroupSitePage",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSitePage",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/pages",
+ "OutputType": "IMicrosoftGraphBaseSitePage",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphBaseSitePage",
- "Command": "Get-MgGroupSitePage",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/pages",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSitePage",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage",
+ "OutputType": "IMicrosoftGraphSitePage",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSitePage",
- "Command": "Get-MgGroupSitePageAsSitePage",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSitePageAsSitePage",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/pages/sitePage",
+ "OutputType": "IMicrosoftGraphSitePage",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphSitePage",
- "Command": "Get-MgGroupSitePageAsSitePage",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/pages/sitePage",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSitePageAsSitePage",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout",
+ "OutputType": "IMicrosoftGraphCanvasLayout",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphCanvasLayout",
- "Command": "Get-MgGroupSitePageAsSitePageCanvaLayout",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSitePageAsSitePageCanvaLayout",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}",
+ "OutputType": "IMicrosoftGraphHorizontalSection",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphHorizontalSection",
- "Command": "Get-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSection",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSection",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections",
+ "OutputType": "IMicrosoftGraphHorizontalSection",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphHorizontalSection",
- "Command": "Get-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSection",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSection",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}",
+ "OutputType": "IMicrosoftGraphHorizontalSectionColumn",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphHorizontalSectionColumn",
- "Command": "Get-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumn",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumn",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns",
+ "OutputType": "IMicrosoftGraphHorizontalSectionColumn",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphHorizontalSectionColumn",
- "Command": "Get-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumn",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumn",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumnCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumnCount",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts",
+ "OutputType": "IMicrosoftGraphWebPart",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphWebPart",
- "Command": "Get-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpartCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpartCount",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSectionCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSectionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection",
+ "OutputType": "IMicrosoftGraphVerticalSection",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphVerticalSection",
- "Command": "Get-MgGroupSitePageAsSitePageCanvaLayoutVerticalSection",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSitePageAsSitePageCanvaLayoutVerticalSection",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/{webPart-id}",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgGroupSitePageAsSitePageCanvaLayoutVerticalSectionWebpart",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/{webPart-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSitePageAsSitePageCanvaLayoutVerticalSectionWebpart",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts",
+ "OutputType": "IMicrosoftGraphWebPart",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphWebPart",
- "Command": "Get-MgGroupSitePageAsSitePageCanvaLayoutVerticalSectionWebpart",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSitePageAsSitePageCanvaLayoutVerticalSectionWebpart",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgGroupSitePageAsSitePageCanvaLayoutVerticalSectionWebpartCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSitePageAsSitePageCanvaLayoutVerticalSectionWebpartCount",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser",
+ "OutputType": "IMicrosoftGraphUser",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUser",
- "Command": "Get-MgGroupSitePageAsSitePageCreatedByUser",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSitePageAsSitePageCreatedByUser",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser/mailboxSettings",
+ "OutputType": "IMicrosoftGraphMailboxSettings",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Command": "Get-MgGroupSitePageAsSitePageCreatedByUserMailboxSetting",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser/mailboxSettings",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSitePageAsSitePageCreatedByUserMailboxSetting",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser/serviceProvisioningErrors",
+ "OutputType": "IMicrosoftGraphServiceProvisioningError",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Command": "Get-MgGroupSitePageAsSitePageCreatedByUserServiceProvisioningError",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser/serviceProvisioningErrors",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSitePageAsSitePageCreatedByUserServiceProvisioningError",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser/serviceProvisioningErrors/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgGroupSitePageAsSitePageCreatedByUserServiceProvisioningErrorCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser/serviceProvisioningErrors/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSitePageAsSitePageCreatedByUserServiceProvisioningErrorCount",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser",
+ "OutputType": "IMicrosoftGraphUser",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUser",
- "Command": "Get-MgGroupSitePageAsSitePageLastModifiedByUser",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSitePageAsSitePageLastModifiedByUser",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser/mailboxSettings",
+ "OutputType": "IMicrosoftGraphMailboxSettings",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Command": "Get-MgGroupSitePageAsSitePageLastModifiedByUserMailboxSetting",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser/mailboxSettings",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSitePageAsSitePageLastModifiedByUserMailboxSetting",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser/serviceProvisioningErrors",
+ "OutputType": "IMicrosoftGraphServiceProvisioningError",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Command": "Get-MgGroupSitePageAsSitePageLastModifiedByUserServiceProvisioningError",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser/serviceProvisioningErrors",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSitePageAsSitePageLastModifiedByUserServiceProvisioningError",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser/serviceProvisioningErrors/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgGroupSitePageAsSitePageLastModifiedByUserServiceProvisioningErrorCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser/serviceProvisioningErrors/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSitePageAsSitePageLastModifiedByUserServiceProvisioningErrorCount",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/{webPart-id}",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgGroupSitePageAsSitePageWebPart",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/{webPart-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSitePageAsSitePageWebPart",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts",
+ "OutputType": "IMicrosoftGraphWebPart",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphWebPart",
- "Command": "Get-MgGroupSitePageAsSitePageWebPart",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSitePageAsSitePageWebPart",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgGroupSitePageAsSitePageWebPartCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSitePageAsSitePageWebPartCount",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/pages/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgGroupSitePageCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/pages/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSitePageCount",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/pages/sitePage/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgGroupSitePageCountAsSitePage",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/pages/sitePage/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSitePageCountAsSitePage",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/createdByUser",
+ "OutputType": "IMicrosoftGraphUser",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUser",
- "Command": "Get-MgGroupSitePageCreatedByUser",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/createdByUser",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSitePageCreatedByUser",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/mailboxSettings",
+ "OutputType": "IMicrosoftGraphMailboxSettings",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Command": "Get-MgGroupSitePageCreatedByUserMailboxSetting",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/mailboxSettings",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSitePageCreatedByUserMailboxSetting",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/serviceProvisioningErrors",
+ "OutputType": "IMicrosoftGraphServiceProvisioningError",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Command": "Get-MgGroupSitePageCreatedByUserServiceProvisioningError",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/serviceProvisioningErrors",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSitePageCreatedByUserServiceProvisioningError",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/serviceProvisioningErrors/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgGroupSitePageCreatedByUserServiceProvisioningErrorCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/serviceProvisioningErrors/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSitePageCreatedByUserServiceProvisioningErrorCount",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser",
+ "OutputType": "IMicrosoftGraphUser",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUser",
- "Command": "Get-MgGroupSitePageLastModifiedByUser",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSitePageLastModifiedByUser",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/mailboxSettings",
+ "OutputType": "IMicrosoftGraphMailboxSettings",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Command": "Get-MgGroupSitePageLastModifiedByUserMailboxSetting",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/mailboxSettings",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSitePageLastModifiedByUserMailboxSetting",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/serviceProvisioningErrors",
+ "OutputType": "IMicrosoftGraphServiceProvisioningError",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Command": "Get-MgGroupSitePageLastModifiedByUserServiceProvisioningError",
- "Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/serviceProvisioningErrors",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Method": "GET",
+ "Command": "Get-MgGroupSitePageLastModifiedByUserServiceProvisioningError",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/serviceProvisioningErrors/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgGroupSitePageLastModifiedByUserServiceProvisioningErrorCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/serviceProvisioningErrors/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSitePageLastModifiedByUserServiceProvisioningErrorCount",
+ "ApiReferenceLink": null
},
{
"Module": "Groups",
+ "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}/getPositionOfWebPart",
+ "OutputType": "IMicrosoftGraphWebPartPosition",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphWebPartPosition",
- "Command": "Get-MgGroupSitePageMicrosoftGraphSitePageCanvaLayoutHorizontalSectionColumnWebpartPositionOfWebPart",
"Method": "POST",
- "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",
- "Permissions": []
+ "Command": "Get-MgGroupSitePageMicrosoftGraphSitePageCanvaLayoutHorizontalSectionColumnWebpartPositionOfWebPart",
+ "ApiReferenceLink": null
},
{
"Module": "Groups",
+ "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/{webPart-id}/getPositionOfWebPart",
+ "OutputType": "IMicrosoftGraphWebPartPosition",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphWebPartPosition",
- "Command": "Get-MgGroupSitePageMicrosoftGraphSitePageCanvaLayoutVerticalSectionWebpartPositionOfWebPart",
"Method": "POST",
- "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/{webPart-id}/getPositionOfWebPart",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSitePageMicrosoftGraphSitePageCanvaLayoutVerticalSectionWebpartPositionOfWebPart",
+ "ApiReferenceLink": null
},
{
"Module": "Groups",
+ "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/{webPart-id}/getPositionOfWebPart",
+ "OutputType": "IMicrosoftGraphWebPartPosition",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphWebPartPosition",
- "Command": "Get-MgGroupSitePageMicrosoftGraphSitePageWebPartPositionOfWebPart",
"Method": "POST",
- "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/{webPart-id}/getPositionOfWebPart",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSitePageMicrosoftGraphSitePageWebPartPositionOfWebPart",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/permissions/{permission-id}",
+ "OutputType": "IMicrosoftGraphPermission",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphPermission",
- "Command": "Get-MgGroupSitePermission",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/permissions/{permission-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSitePermission",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-get-permission?view=graph-rest-1.0"
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/permissions",
+ "OutputType": "IMicrosoftGraphPermission",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphPermission",
- "Command": "Get-MgGroupSitePermission",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/permissions",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSitePermission",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-list-permissions?view=graph-rest-1.0"
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/permissions/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgGroupSitePermissionCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/permissions/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSitePermissionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore",
+ "OutputType": "IMicrosoftGraphTermStore",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphTermStore",
- "Command": "Get-MgGroupSiteTermStore",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteTermStore",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-store-get?view=graph-rest-1.0"
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStores",
+ "OutputType": "IMicrosoftGraphTermStore",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphTermStore",
- "Command": "Get-MgGroupSiteTermStore",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/termStores",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteTermStore",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStores/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgGroupSiteTermStoreCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/termStores/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteTermStoreCount",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}",
+ "OutputType": "IMicrosoftGraphTermStoreGroup",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphTermStoreGroup",
- "Command": "Get-MgGroupSiteTermStoreGroup",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteTermStoreGroup",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-group-get?view=graph-rest-1.0"
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups",
+ "OutputType": "IMicrosoftGraphTermStoreGroup",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List",
"List1"
],
- "OutputType": "IMicrosoftGraphTermStoreGroup",
- "Command": "Get-MgGroupSiteTermStoreGroup",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteTermStoreGroup",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-list-groups?view=graph-rest-1.0"
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": null,
- "Command": "Get-MgGroupSiteTermStoreGroupCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteTermStoreGroupCount",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}",
+ "OutputType": "IMicrosoftGraphTermStoreSet",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphTermStoreSet",
- "Command": "Get-MgGroupSiteTermStoreGroupSet",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteTermStoreGroupSet",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets",
+ "OutputType": "IMicrosoftGraphTermStoreSet",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List",
"List1"
],
- "OutputType": "IMicrosoftGraphTermStoreSet",
- "Command": "Get-MgGroupSiteTermStoreGroupSet",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteTermStoreGroupSet",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-group-list-sets?view=graph-rest-1.0"
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}",
+ "OutputType": "IMicrosoftGraphTermStoreTerm",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
@@ -248794,30 +259625,32 @@
"GetViaIdentity2",
"GetViaIdentity3"
],
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Command": "Get-MgGroupSiteTermStoreGroupSetChild",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteTermStoreGroupSetChild",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children",
+ "OutputType": "IMicrosoftGraphTermStoreTerm",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List",
"List1",
"List2",
"List3"
],
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Command": "Get-MgGroupSiteTermStoreGroupSetChild",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteTermStoreGroupSetChild",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-term-list-children?view=graph-rest-1.0"
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
@@ -248828,15 +259661,16 @@
"GetViaIdentity2",
"GetViaIdentity3"
],
- "OutputType": null,
- "Command": "Get-MgGroupSiteTermStoreGroupSetChildCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteTermStoreGroupSetChildCount",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}",
+ "OutputType": "IMicrosoftGraphTermStoreRelation",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
@@ -248847,30 +259681,32 @@
"GetViaIdentity2",
"GetViaIdentity3"
],
- "OutputType": "IMicrosoftGraphTermStoreRelation",
- "Command": "Get-MgGroupSiteTermStoreGroupSetChildRelation",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteTermStoreGroupSetChildRelation",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations",
+ "OutputType": "IMicrosoftGraphTermStoreRelation",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List",
"List1",
"List2",
"List3"
],
- "OutputType": "IMicrosoftGraphTermStoreRelation",
- "Command": "Get-MgGroupSiteTermStoreGroupSetChildRelation",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteTermStoreGroupSetChildRelation",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
@@ -248881,15 +259717,16 @@
"GetViaIdentity2",
"GetViaIdentity3"
],
- "OutputType": null,
- "Command": "Get-MgGroupSiteTermStoreGroupSetChildRelationCount",
"Method": "GET",
- "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",
- "Permissions": []
+ "Command": "Get-MgGroupSiteTermStoreGroupSetChildRelationCount",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm",
+ "OutputType": "IMicrosoftGraphTermStoreTerm",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
@@ -248900,15 +259737,16 @@
"GetViaIdentity2",
"GetViaIdentity3"
],
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Command": "Get-MgGroupSiteTermStoreGroupSetChildRelationFromTerm",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteTermStoreGroupSetChildRelationFromTerm",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set",
+ "OutputType": "IMicrosoftGraphTermStoreSet",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
@@ -248919,15 +259757,16 @@
"GetViaIdentity2",
"GetViaIdentity3"
],
- "OutputType": "IMicrosoftGraphTermStoreSet",
- "Command": "Get-MgGroupSiteTermStoreGroupSetChildRelationSet",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteTermStoreGroupSetChildRelationSet",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm",
+ "OutputType": "IMicrosoftGraphTermStoreTerm",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
@@ -248938,15 +259777,16 @@
"GetViaIdentity2",
"GetViaIdentity3"
],
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Command": "Get-MgGroupSiteTermStoreGroupSetChildRelationToTerm",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteTermStoreGroupSetChildRelationToTerm",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/set",
+ "OutputType": "IMicrosoftGraphTermStoreSet",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
@@ -248957,453 +259797,484 @@
"GetViaIdentity2",
"GetViaIdentity3"
],
- "OutputType": "IMicrosoftGraphTermStoreSet",
- "Command": "Get-MgGroupSiteTermStoreGroupSetChildSet",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/set",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteTermStoreGroupSetChildSet",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": null,
- "Command": "Get-MgGroupSiteTermStoreGroupSetCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteTermStoreGroupSetCount",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/parentGroup",
+ "OutputType": "IMicrosoftGraphTermStoreGroup",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphTermStoreGroup",
- "Command": "Get-MgGroupSiteTermStoreGroupSetParentGroup",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/parentGroup",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteTermStoreGroupSetParentGroup",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}",
+ "OutputType": "IMicrosoftGraphTermStoreRelation",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphTermStoreRelation",
- "Command": "Get-MgGroupSiteTermStoreGroupSetRelation",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteTermStoreGroupSetRelation",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations",
+ "OutputType": "IMicrosoftGraphTermStoreRelation",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List",
"List1"
],
- "OutputType": "IMicrosoftGraphTermStoreRelation",
- "Command": "Get-MgGroupSiteTermStoreGroupSetRelation",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteTermStoreGroupSetRelation",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-term-list-relations?view=graph-rest-1.0"
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": null,
- "Command": "Get-MgGroupSiteTermStoreGroupSetRelationCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteTermStoreGroupSetRelationCount",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/fromTerm",
+ "OutputType": "IMicrosoftGraphTermStoreTerm",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Command": "Get-MgGroupSiteTermStoreGroupSetRelationFromTerm",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/fromTerm",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteTermStoreGroupSetRelationFromTerm",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/set",
+ "OutputType": "IMicrosoftGraphTermStoreSet",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphTermStoreSet",
- "Command": "Get-MgGroupSiteTermStoreGroupSetRelationSet",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/set",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteTermStoreGroupSetRelationSet",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/toTerm",
+ "OutputType": "IMicrosoftGraphTermStoreTerm",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Command": "Get-MgGroupSiteTermStoreGroupSetRelationToTerm",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/toTerm",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteTermStoreGroupSetRelationToTerm",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}",
+ "OutputType": "IMicrosoftGraphTermStoreTerm",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Command": "Get-MgGroupSiteTermStoreGroupSetTerm",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteTermStoreGroupSetTerm",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-term-get?view=graph-rest-1.0"
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms",
+ "OutputType": "IMicrosoftGraphTermStoreTerm",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List",
"List1"
],
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Command": "Get-MgGroupSiteTermStoreGroupSetTerm",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteTermStoreGroupSetTerm",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}",
+ "OutputType": "IMicrosoftGraphTermStoreTerm",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Command": "Get-MgGroupSiteTermStoreGroupSetTermChild",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteTermStoreGroupSetTermChild",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children",
+ "OutputType": "IMicrosoftGraphTermStoreTerm",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List",
"List1"
],
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Command": "Get-MgGroupSiteTermStoreGroupSetTermChild",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteTermStoreGroupSetTermChild",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": null,
- "Command": "Get-MgGroupSiteTermStoreGroupSetTermChildCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteTermStoreGroupSetTermChildCount",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}",
+ "OutputType": "IMicrosoftGraphTermStoreRelation",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphTermStoreRelation",
- "Command": "Get-MgGroupSiteTermStoreGroupSetTermChildRelation",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteTermStoreGroupSetTermChildRelation",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations",
+ "OutputType": "IMicrosoftGraphTermStoreRelation",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List",
"List1"
],
- "OutputType": "IMicrosoftGraphTermStoreRelation",
- "Command": "Get-MgGroupSiteTermStoreGroupSetTermChildRelation",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteTermStoreGroupSetTermChildRelation",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": null,
- "Command": "Get-MgGroupSiteTermStoreGroupSetTermChildRelationCount",
"Method": "GET",
- "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",
- "Permissions": []
+ "Command": "Get-MgGroupSiteTermStoreGroupSetTermChildRelationCount",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm",
+ "OutputType": "IMicrosoftGraphTermStoreTerm",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Command": "Get-MgGroupSiteTermStoreGroupSetTermChildRelationFromTerm",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteTermStoreGroupSetTermChildRelationFromTerm",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set",
+ "OutputType": "IMicrosoftGraphTermStoreSet",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphTermStoreSet",
- "Command": "Get-MgGroupSiteTermStoreGroupSetTermChildRelationSet",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteTermStoreGroupSetTermChildRelationSet",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm",
+ "OutputType": "IMicrosoftGraphTermStoreTerm",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Command": "Get-MgGroupSiteTermStoreGroupSetTermChildRelationToTerm",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteTermStoreGroupSetTermChildRelationToTerm",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set",
+ "OutputType": "IMicrosoftGraphTermStoreSet",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphTermStoreSet",
- "Command": "Get-MgGroupSiteTermStoreGroupSetTermChildSet",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteTermStoreGroupSetTermChildSet",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": null,
- "Command": "Get-MgGroupSiteTermStoreGroupSetTermCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteTermStoreGroupSetTermCount",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}",
+ "OutputType": "IMicrosoftGraphTermStoreRelation",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphTermStoreRelation",
- "Command": "Get-MgGroupSiteTermStoreGroupSetTermRelation",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteTermStoreGroupSetTermRelation",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations",
+ "OutputType": "IMicrosoftGraphTermStoreRelation",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List",
"List1"
],
- "OutputType": "IMicrosoftGraphTermStoreRelation",
- "Command": "Get-MgGroupSiteTermStoreGroupSetTermRelation",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteTermStoreGroupSetTermRelation",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": null,
- "Command": "Get-MgGroupSiteTermStoreGroupSetTermRelationCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteTermStoreGroupSetTermRelationCount",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm",
+ "OutputType": "IMicrosoftGraphTermStoreTerm",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Command": "Get-MgGroupSiteTermStoreGroupSetTermRelationFromTerm",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteTermStoreGroupSetTermRelationFromTerm",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set",
+ "OutputType": "IMicrosoftGraphTermStoreSet",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphTermStoreSet",
- "Command": "Get-MgGroupSiteTermStoreGroupSetTermRelationSet",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteTermStoreGroupSetTermRelationSet",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm",
+ "OutputType": "IMicrosoftGraphTermStoreTerm",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Command": "Get-MgGroupSiteTermStoreGroupSetTermRelationToTerm",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteTermStoreGroupSetTermRelationToTerm",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/set",
+ "OutputType": "IMicrosoftGraphTermStoreSet",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphTermStoreSet",
- "Command": "Get-MgGroupSiteTermStoreGroupSetTermSet",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/set",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteTermStoreGroupSetTermSet",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}",
+ "OutputType": "IMicrosoftGraphTermStoreSet",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphTermStoreSet",
- "Command": "Get-MgGroupSiteTermStoreSet",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteTermStoreSet",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-set-get?view=graph-rest-1.0"
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets",
+ "OutputType": "IMicrosoftGraphTermStoreSet",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List",
"List1"
],
- "OutputType": "IMicrosoftGraphTermStoreSet",
- "Command": "Get-MgGroupSiteTermStoreSet",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteTermStoreSet",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}",
+ "OutputType": "IMicrosoftGraphTermStoreTerm",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
@@ -249414,30 +260285,32 @@
"GetViaIdentity2",
"GetViaIdentity3"
],
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Command": "Get-MgGroupSiteTermStoreSetChild",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteTermStoreSetChild",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children",
+ "OutputType": "IMicrosoftGraphTermStoreTerm",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List",
"List1",
"List2",
"List3"
],
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Command": "Get-MgGroupSiteTermStoreSetChild",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteTermStoreSetChild",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-term-list-children?view=graph-rest-1.0"
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
@@ -249448,15 +260321,16 @@
"GetViaIdentity2",
"GetViaIdentity3"
],
- "OutputType": null,
- "Command": "Get-MgGroupSiteTermStoreSetChildCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteTermStoreSetChildCount",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}",
+ "OutputType": "IMicrosoftGraphTermStoreRelation",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
@@ -249467,30 +260341,32 @@
"GetViaIdentity2",
"GetViaIdentity3"
],
- "OutputType": "IMicrosoftGraphTermStoreRelation",
- "Command": "Get-MgGroupSiteTermStoreSetChildRelation",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteTermStoreSetChildRelation",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations",
+ "OutputType": "IMicrosoftGraphTermStoreRelation",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List",
"List1",
"List2",
"List3"
],
- "OutputType": "IMicrosoftGraphTermStoreRelation",
- "Command": "Get-MgGroupSiteTermStoreSetChildRelation",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteTermStoreSetChildRelation",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
@@ -249501,15 +260377,16 @@
"GetViaIdentity2",
"GetViaIdentity3"
],
- "OutputType": null,
- "Command": "Get-MgGroupSiteTermStoreSetChildRelationCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteTermStoreSetChildRelationCount",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm",
+ "OutputType": "IMicrosoftGraphTermStoreTerm",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
@@ -249520,15 +260397,16 @@
"GetViaIdentity2",
"GetViaIdentity3"
],
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Command": "Get-MgGroupSiteTermStoreSetChildRelationFromTerm",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteTermStoreSetChildRelationFromTerm",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set",
+ "OutputType": "IMicrosoftGraphTermStoreSet",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
@@ -249539,15 +260417,16 @@
"GetViaIdentity2",
"GetViaIdentity3"
],
- "OutputType": "IMicrosoftGraphTermStoreSet",
- "Command": "Get-MgGroupSiteTermStoreSetChildRelationSet",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteTermStoreSetChildRelationSet",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm",
+ "OutputType": "IMicrosoftGraphTermStoreTerm",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
@@ -249558,15 +260437,16 @@
"GetViaIdentity2",
"GetViaIdentity3"
],
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Command": "Get-MgGroupSiteTermStoreSetChildRelationToTerm",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteTermStoreSetChildRelationToTerm",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/set",
+ "OutputType": "IMicrosoftGraphTermStoreSet",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
@@ -249577,73 +260457,78 @@
"GetViaIdentity2",
"GetViaIdentity3"
],
- "OutputType": "IMicrosoftGraphTermStoreSet",
- "Command": "Get-MgGroupSiteTermStoreSetChildSet",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/set",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteTermStoreSetChildSet",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": null,
- "Command": "Get-MgGroupSiteTermStoreSetCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteTermStoreSetCount",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup",
+ "OutputType": "IMicrosoftGraphTermStoreGroup",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphTermStoreGroup",
- "Command": "Get-MgGroupSiteTermStoreSetParentGroup",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteTermStoreSetParentGroup",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}",
+ "OutputType": "IMicrosoftGraphTermStoreSet",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphTermStoreSet",
- "Command": "Get-MgGroupSiteTermStoreSetParentGroupSet",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteTermStoreSetParentGroupSet",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets",
+ "OutputType": "IMicrosoftGraphTermStoreSet",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List",
"List1"
],
- "OutputType": "IMicrosoftGraphTermStoreSet",
- "Command": "Get-MgGroupSiteTermStoreSetParentGroupSet",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteTermStoreSetParentGroupSet",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-group-list-sets?view=graph-rest-1.0"
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}",
+ "OutputType": "IMicrosoftGraphTermStoreTerm",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
@@ -249654,30 +260539,32 @@
"GetViaIdentity2",
"GetViaIdentity3"
],
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetChild",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetChild",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children",
+ "OutputType": "IMicrosoftGraphTermStoreTerm",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List",
"List1",
"List2",
"List3"
],
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetChild",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetChild",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-term-list-children?view=graph-rest-1.0"
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
@@ -249688,15 +260575,16 @@
"GetViaIdentity2",
"GetViaIdentity3"
],
- "OutputType": null,
- "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetChildCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetChildCount",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}",
+ "OutputType": "IMicrosoftGraphTermStoreRelation",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
@@ -249707,30 +260595,32 @@
"GetViaIdentity2",
"GetViaIdentity3"
],
- "OutputType": "IMicrosoftGraphTermStoreRelation",
- "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetChildRelation",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetChildRelation",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations",
+ "OutputType": "IMicrosoftGraphTermStoreRelation",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List",
"List1",
"List2",
"List3"
],
- "OutputType": "IMicrosoftGraphTermStoreRelation",
- "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetChildRelation",
"Method": "GET",
- "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",
- "Permissions": []
+ "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetChildRelation",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
@@ -249741,15 +260631,16 @@
"GetViaIdentity2",
"GetViaIdentity3"
],
- "OutputType": null,
- "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetChildRelationCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetChildRelationCount",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm",
+ "OutputType": "IMicrosoftGraphTermStoreTerm",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
@@ -249760,15 +260651,16 @@
"GetViaIdentity2",
"GetViaIdentity3"
],
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetChildRelationFromTerm",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetChildRelationFromTerm",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set",
+ "OutputType": "IMicrosoftGraphTermStoreSet",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
@@ -249779,15 +260671,16 @@
"GetViaIdentity2",
"GetViaIdentity3"
],
- "OutputType": "IMicrosoftGraphTermStoreSet",
- "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetChildRelationSet",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetChildRelationSet",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm",
+ "OutputType": "IMicrosoftGraphTermStoreTerm",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
@@ -249798,15 +260691,16 @@
"GetViaIdentity2",
"GetViaIdentity3"
],
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetChildRelationToTerm",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetChildRelationToTerm",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/set",
+ "OutputType": "IMicrosoftGraphTermStoreSet",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
@@ -249817,2322 +260711,2485 @@
"GetViaIdentity2",
"GetViaIdentity3"
],
- "OutputType": "IMicrosoftGraphTermStoreSet",
- "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetChildSet",
"Method": "GET",
- "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",
- "Permissions": []
+ "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetChildSet",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": null,
- "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetCount",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}",
+ "OutputType": "IMicrosoftGraphTermStoreRelation",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphTermStoreRelation",
- "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetRelation",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetRelation",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations",
+ "OutputType": "IMicrosoftGraphTermStoreRelation",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List",
"List1"
],
- "OutputType": "IMicrosoftGraphTermStoreRelation",
- "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetRelation",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetRelation",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-term-list-relations?view=graph-rest-1.0"
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": null,
- "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetRelationCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetRelationCount",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm",
+ "OutputType": "IMicrosoftGraphTermStoreTerm",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetRelationFromTerm",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetRelationFromTerm",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set",
+ "OutputType": "IMicrosoftGraphTermStoreSet",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphTermStoreSet",
- "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetRelationSet",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetRelationSet",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm",
+ "OutputType": "IMicrosoftGraphTermStoreTerm",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetRelationToTerm",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetRelationToTerm",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}",
+ "OutputType": "IMicrosoftGraphTermStoreTerm",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTerm",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTerm",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-term-get?view=graph-rest-1.0"
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms",
+ "OutputType": "IMicrosoftGraphTermStoreTerm",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List",
"List1"
],
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTerm",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTerm",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}",
+ "OutputType": "IMicrosoftGraphTermStoreTerm",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermChild",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermChild",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children",
+ "OutputType": "IMicrosoftGraphTermStoreTerm",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List",
"List1"
],
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermChild",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermChild",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": null,
- "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermChildCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermChildCount",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}",
+ "OutputType": "IMicrosoftGraphTermStoreRelation",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphTermStoreRelation",
- "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermChildRelation",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermChildRelation",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations",
+ "OutputType": "IMicrosoftGraphTermStoreRelation",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List",
"List1"
],
- "OutputType": "IMicrosoftGraphTermStoreRelation",
- "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermChildRelation",
"Method": "GET",
- "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",
- "Permissions": []
+ "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermChildRelation",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": null,
- "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermChildRelationCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermChildRelationCount",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm",
+ "OutputType": "IMicrosoftGraphTermStoreTerm",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermChildRelationFromTerm",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermChildRelationFromTerm",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set",
+ "OutputType": "IMicrosoftGraphTermStoreSet",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphTermStoreSet",
- "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermChildRelationSet",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermChildRelationSet",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm",
+ "OutputType": "IMicrosoftGraphTermStoreTerm",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermChildRelationToTerm",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermChildRelationToTerm",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/set",
+ "OutputType": "IMicrosoftGraphTermStoreSet",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphTermStoreSet",
- "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermChildSet",
"Method": "GET",
- "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",
- "Permissions": []
+ "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermChildSet",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": null,
- "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermCount",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}",
+ "OutputType": "IMicrosoftGraphTermStoreRelation",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphTermStoreRelation",
- "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermRelation",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermRelation",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations",
+ "OutputType": "IMicrosoftGraphTermStoreRelation",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List",
"List1"
],
- "OutputType": "IMicrosoftGraphTermStoreRelation",
- "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermRelation",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermRelation",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": null,
- "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermRelationCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermRelationCount",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm",
+ "OutputType": "IMicrosoftGraphTermStoreTerm",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermRelationFromTerm",
"Method": "GET",
- "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",
- "Permissions": []
+ "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermRelationFromTerm",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set",
+ "OutputType": "IMicrosoftGraphTermStoreSet",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphTermStoreSet",
- "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermRelationSet",
"Method": "GET",
- "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",
- "Permissions": []
+ "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermRelationSet",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm",
+ "OutputType": "IMicrosoftGraphTermStoreTerm",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermRelationToTerm",
"Method": "GET",
- "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",
- "Permissions": []
+ "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermRelationToTerm",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set",
+ "OutputType": "IMicrosoftGraphTermStoreSet",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphTermStoreSet",
- "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermSet",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermSet",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}",
+ "OutputType": "IMicrosoftGraphTermStoreRelation",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphTermStoreRelation",
- "Command": "Get-MgGroupSiteTermStoreSetRelation",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteTermStoreSetRelation",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations",
+ "OutputType": "IMicrosoftGraphTermStoreRelation",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List",
"List1"
],
- "OutputType": "IMicrosoftGraphTermStoreRelation",
- "Command": "Get-MgGroupSiteTermStoreSetRelation",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteTermStoreSetRelation",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-term-list-relations?view=graph-rest-1.0"
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": null,
- "Command": "Get-MgGroupSiteTermStoreSetRelationCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteTermStoreSetRelationCount",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/fromTerm",
+ "OutputType": "IMicrosoftGraphTermStoreTerm",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Command": "Get-MgGroupSiteTermStoreSetRelationFromTerm",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/fromTerm",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteTermStoreSetRelationFromTerm",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/set",
+ "OutputType": "IMicrosoftGraphTermStoreSet",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphTermStoreSet",
- "Command": "Get-MgGroupSiteTermStoreSetRelationSet",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/set",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteTermStoreSetRelationSet",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/toTerm",
+ "OutputType": "IMicrosoftGraphTermStoreTerm",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Command": "Get-MgGroupSiteTermStoreSetRelationToTerm",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/toTerm",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteTermStoreSetRelationToTerm",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}",
+ "OutputType": "IMicrosoftGraphTermStoreTerm",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Command": "Get-MgGroupSiteTermStoreSetTerm",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteTermStoreSetTerm",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-term-get?view=graph-rest-1.0"
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms",
+ "OutputType": "IMicrosoftGraphTermStoreTerm",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List",
"List1"
],
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Command": "Get-MgGroupSiteTermStoreSetTerm",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteTermStoreSetTerm",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}",
+ "OutputType": "IMicrosoftGraphTermStoreTerm",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Command": "Get-MgGroupSiteTermStoreSetTermChild",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteTermStoreSetTermChild",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children",
+ "OutputType": "IMicrosoftGraphTermStoreTerm",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List",
"List1"
],
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Command": "Get-MgGroupSiteTermStoreSetTermChild",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteTermStoreSetTermChild",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": null,
- "Command": "Get-MgGroupSiteTermStoreSetTermChildCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteTermStoreSetTermChildCount",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}",
+ "OutputType": "IMicrosoftGraphTermStoreRelation",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphTermStoreRelation",
- "Command": "Get-MgGroupSiteTermStoreSetTermChildRelation",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteTermStoreSetTermChildRelation",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations",
+ "OutputType": "IMicrosoftGraphTermStoreRelation",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List",
"List1"
],
- "OutputType": "IMicrosoftGraphTermStoreRelation",
- "Command": "Get-MgGroupSiteTermStoreSetTermChildRelation",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteTermStoreSetTermChildRelation",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": null,
- "Command": "Get-MgGroupSiteTermStoreSetTermChildRelationCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteTermStoreSetTermChildRelationCount",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm",
+ "OutputType": "IMicrosoftGraphTermStoreTerm",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Command": "Get-MgGroupSiteTermStoreSetTermChildRelationFromTerm",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteTermStoreSetTermChildRelationFromTerm",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set",
+ "OutputType": "IMicrosoftGraphTermStoreSet",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphTermStoreSet",
- "Command": "Get-MgGroupSiteTermStoreSetTermChildRelationSet",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteTermStoreSetTermChildRelationSet",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm",
+ "OutputType": "IMicrosoftGraphTermStoreTerm",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Command": "Get-MgGroupSiteTermStoreSetTermChildRelationToTerm",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteTermStoreSetTermChildRelationToTerm",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/set",
+ "OutputType": "IMicrosoftGraphTermStoreSet",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphTermStoreSet",
- "Command": "Get-MgGroupSiteTermStoreSetTermChildSet",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/set",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteTermStoreSetTermChildSet",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": null,
- "Command": "Get-MgGroupSiteTermStoreSetTermCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteTermStoreSetTermCount",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}",
+ "OutputType": "IMicrosoftGraphTermStoreRelation",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphTermStoreRelation",
- "Command": "Get-MgGroupSiteTermStoreSetTermRelation",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteTermStoreSetTermRelation",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations",
+ "OutputType": "IMicrosoftGraphTermStoreRelation",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List",
"List1"
],
- "OutputType": "IMicrosoftGraphTermStoreRelation",
- "Command": "Get-MgGroupSiteTermStoreSetTermRelation",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteTermStoreSetTermRelation",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
- ],
- "OutputType": null,
- "Command": "Get-MgGroupSiteTermStoreSetTermRelationCount",
+ ],
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteTermStoreSetTermRelationCount",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm",
+ "OutputType": "IMicrosoftGraphTermStoreTerm",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Command": "Get-MgGroupSiteTermStoreSetTermRelationFromTerm",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteTermStoreSetTermRelationFromTerm",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set",
+ "OutputType": "IMicrosoftGraphTermStoreSet",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphTermStoreSet",
- "Command": "Get-MgGroupSiteTermStoreSetTermRelationSet",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteTermStoreSetTermRelationSet",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm",
+ "OutputType": "IMicrosoftGraphTermStoreTerm",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Command": "Get-MgGroupSiteTermStoreSetTermRelationToTerm",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteTermStoreSetTermRelationToTerm",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/set",
+ "OutputType": "IMicrosoftGraphTermStoreSet",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphTermStoreSet",
- "Command": "Get-MgGroupSiteTermStoreSetTermSet",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/set",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSiteTermStoreSetTermSet",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/sites/{site-id1}",
+ "OutputType": "IMicrosoftGraphSite",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get1",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphSite",
- "Command": "Get-MgGroupSubSite",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/sites/{site-id1}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSubSite",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/sites",
+ "OutputType": "IMicrosoftGraphSite",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List2"
],
- "OutputType": "IMicrosoftGraphSite",
- "Command": "Get-MgGroupSubSite",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/sites",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSubSite",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-list-subsites?view=graph-rest-1.0"
},
{
"Module": "Sites",
+ "Uri": "/groups/{group-id}/sites/{site-id}/sites/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgGroupSubSiteCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/sites/{site-id}/sites/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupSubSiteCount",
+ "ApiReferenceLink": null
},
{
"Module": "Teams",
+ "Uri": "/groups/{group-id}/team",
+ "OutputType": "IMicrosoftGraphTeam",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTeam",
- "Command": "Get-MgGroupTeam",
"Method": "GET",
- "Uri": "/groups/{group-id}/team",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupTeam",
+ "ApiReferenceLink": null
},
{
"Module": "Teams",
+ "Uri": "/groups/{group-id}/team/channels/{channel-id}",
+ "OutputType": "IMicrosoftGraphChannel",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get1",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphChannel",
- "Command": "Get-MgGroupTeamChannel",
"Method": "GET",
- "Uri": "/groups/{group-id}/team/channels/{channel-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupTeamChannel",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-get?view=graph-rest-1.0"
},
{
"Module": "Teams",
+ "Uri": "/groups/{group-id}/team/channels",
+ "OutputType": "IMicrosoftGraphChannel",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List1"
],
- "OutputType": "IMicrosoftGraphChannel",
- "Command": "Get-MgGroupTeamChannel",
"Method": "GET",
- "Uri": "/groups/{group-id}/team/channels",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupTeamChannel",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-list?view=graph-rest-1.0"
},
{
"Module": "Teams",
+ "Uri": "/groups/{group-id}/team/channels/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgGroupTeamChannelCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/team/channels/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupTeamChannelCount",
+ "ApiReferenceLink": null
},
{
"Module": "Teams",
+ "Uri": "/groups/{group-id}/team/channels/{channel-id}/filesFolder",
+ "OutputType": "IMicrosoftGraphDriveItem",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDriveItem",
- "Command": "Get-MgGroupTeamChannelFileFolder",
"Method": "GET",
- "Uri": "/groups/{group-id}/team/channels/{channel-id}/filesFolder",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupTeamChannelFileFolder",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-get-filesfolder?view=graph-rest-1.0"
},
{
"Module": "Teams",
+ "Uri": "/groups/{group-id}/team/channels/{channel-id}/filesFolder/content",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgGroupTeamChannelFileFolderContent",
"Method": "GET",
- "Uri": "/groups/{group-id}/team/channels/{channel-id}/filesFolder/content",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupTeamChannelFileFolderContent",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-get-filesfolder?view=graph-rest-1.0"
},
{
"Module": "Teams",
+ "Uri": "/groups/{group-id}/team/channels/{channel-id}/members/{conversationMember-id}",
+ "OutputType": "IMicrosoftGraphConversationMember",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphConversationMember",
- "Command": "Get-MgGroupTeamChannelMember",
"Method": "GET",
- "Uri": "/groups/{group-id}/team/channels/{channel-id}/members/{conversationMember-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupTeamChannelMember",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-get-members?view=graph-rest-1.0"
},
{
"Module": "Teams",
+ "Uri": "/groups/{group-id}/team/channels/{channel-id}/members",
+ "OutputType": "IMicrosoftGraphConversationMember",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphConversationMember",
- "Command": "Get-MgGroupTeamChannelMember",
"Method": "GET",
- "Uri": "/groups/{group-id}/team/channels/{channel-id}/members",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupTeamChannelMember",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-list-members?view=graph-rest-1.0"
},
{
"Module": "Teams",
+ "Uri": "/groups/{group-id}/team/channels/{channel-id}/members/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgGroupTeamChannelMemberCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/team/channels/{channel-id}/members/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupTeamChannelMemberCount",
+ "ApiReferenceLink": null
},
{
"Module": "Teams",
+ "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}",
+ "OutputType": "IMicrosoftGraphChatMessage",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphChatMessage",
- "Command": "Get-MgGroupTeamChannelMessage",
"Method": "GET",
- "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupTeamChannelMessage",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-get?view=graph-rest-1.0"
},
{
"Module": "Teams",
+ "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages",
+ "OutputType": "IMicrosoftGraphChatMessage",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphChatMessage",
- "Command": "Get-MgGroupTeamChannelMessage",
"Method": "GET",
- "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupTeamChannelMessage",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-list-messages?view=graph-rest-1.0"
},
{
"Module": "Teams",
+ "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgGroupTeamChannelMessageCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupTeamChannelMessageCount",
+ "ApiReferenceLink": null
},
{
"Module": "Teams",
+ "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}",
+ "OutputType": "IMicrosoftGraphChatMessageHostedContent",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphChatMessageHostedContent",
- "Command": "Get-MgGroupTeamChannelMessageHostedContent",
"Method": "GET",
- "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupTeamChannelMessageHostedContent",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessagehostedcontent-get?view=graph-rest-1.0"
},
{
"Module": "Teams",
+ "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents",
+ "OutputType": "IMicrosoftGraphChatMessageHostedContent",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphChatMessageHostedContent",
- "Command": "Get-MgGroupTeamChannelMessageHostedContent",
"Method": "GET",
- "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupTeamChannelMessageHostedContent",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-list-hostedcontents?view=graph-rest-1.0"
},
{
"Module": "Teams",
+ "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgGroupTeamChannelMessageHostedContentCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupTeamChannelMessageHostedContentCount",
+ "ApiReferenceLink": null
},
{
"Module": "Teams",
+ "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}",
+ "OutputType": "IMicrosoftGraphChatMessage",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphChatMessage",
- "Command": "Get-MgGroupTeamChannelMessageReply",
"Method": "GET",
- "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupTeamChannelMessageReply",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-get?view=graph-rest-1.0"
},
{
"Module": "Teams",
+ "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies",
+ "OutputType": "IMicrosoftGraphChatMessage",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphChatMessage",
- "Command": "Get-MgGroupTeamChannelMessageReply",
"Method": "GET",
- "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupTeamChannelMessageReply",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-list-replies?view=graph-rest-1.0"
},
{
"Module": "Teams",
+ "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgGroupTeamChannelMessageReplyCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupTeamChannelMessageReplyCount",
+ "ApiReferenceLink": null
},
{
"Module": "Teams",
+ "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}",
+ "OutputType": "IMicrosoftGraphChatMessageHostedContent",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphChatMessageHostedContent",
- "Command": "Get-MgGroupTeamChannelMessageReplyHostedContent",
"Method": "GET",
- "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupTeamChannelMessageReplyHostedContent",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessagehostedcontent-get?view=graph-rest-1.0"
},
{
"Module": "Teams",
+ "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents",
+ "OutputType": "IMicrosoftGraphChatMessageHostedContent",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphChatMessageHostedContent",
- "Command": "Get-MgGroupTeamChannelMessageReplyHostedContent",
"Method": "GET",
- "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupTeamChannelMessageReplyHostedContent",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-list-hostedcontents?view=graph-rest-1.0"
},
{
"Module": "Teams",
+ "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgGroupTeamChannelMessageReplyHostedContentCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupTeamChannelMessageReplyHostedContentCount",
+ "ApiReferenceLink": null
},
{
"Module": "Teams",
+ "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}",
+ "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo",
- "Command": "Get-MgGroupTeamChannelSharedWithTeam",
"Method": "GET",
- "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupTeamChannelSharedWithTeam",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sharedwithchannelteaminfo-get?view=graph-rest-1.0"
},
{
"Module": "Teams",
+ "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams",
+ "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo",
- "Command": "Get-MgGroupTeamChannelSharedWithTeam",
"Method": "GET",
- "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupTeamChannelSharedWithTeam",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sharedwithchannelteaminfo-list?view=graph-rest-1.0"
},
{
"Module": "Teams",
+ "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}",
+ "OutputType": "IMicrosoftGraphConversationMember",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphConversationMember",
- "Command": "Get-MgGroupTeamChannelSharedWithTeamAllowedMember",
"Method": "GET",
- "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupTeamChannelSharedWithTeamAllowedMember",
+ "ApiReferenceLink": null
},
{
"Module": "Teams",
+ "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers",
+ "OutputType": "IMicrosoftGraphConversationMember",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphConversationMember",
- "Command": "Get-MgGroupTeamChannelSharedWithTeamAllowedMember",
"Method": "GET",
- "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupTeamChannelSharedWithTeamAllowedMember",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sharedwithchannelteaminfo-list-allowedmembers?view=graph-rest-1.0"
},
{
"Module": "Teams",
+ "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgGroupTeamChannelSharedWithTeamAllowedMemberCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupTeamChannelSharedWithTeamAllowedMemberCount",
+ "ApiReferenceLink": null
},
{
"Module": "Teams",
+ "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgGroupTeamChannelSharedWithTeamCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupTeamChannelSharedWithTeamCount",
+ "ApiReferenceLink": null
},
{
"Module": "Teams",
+ "Uri": "/groups/{group-id}/team/channels/{channel-id}/tabs/{teamsTab-id}",
+ "OutputType": "IMicrosoftGraphTeamsTab",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTeamsTab",
- "Command": "Get-MgGroupTeamChannelTab",
"Method": "GET",
- "Uri": "/groups/{group-id}/team/channels/{channel-id}/tabs/{teamsTab-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupTeamChannelTab",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-get-tabs?view=graph-rest-1.0"
},
{
"Module": "Teams",
+ "Uri": "/groups/{group-id}/team/channels/{channel-id}/tabs",
+ "OutputType": "IMicrosoftGraphTeamsTab",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphTeamsTab",
- "Command": "Get-MgGroupTeamChannelTab",
"Method": "GET",
- "Uri": "/groups/{group-id}/team/channels/{channel-id}/tabs",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupTeamChannelTab",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-list-tabs?view=graph-rest-1.0"
},
{
"Module": "Teams",
+ "Uri": "/groups/{group-id}/team/channels/{channel-id}/tabs/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgGroupTeamChannelTabCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/team/channels/{channel-id}/tabs/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupTeamChannelTabCount",
+ "ApiReferenceLink": null
},
{
"Module": "Teams",
+ "Uri": "/groups/{group-id}/team/channels/{channel-id}/tabs/{teamsTab-id}/teamsApp",
+ "OutputType": "IMicrosoftGraphTeamsApp",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTeamsApp",
- "Command": "Get-MgGroupTeamChannelTabTeamApp",
"Method": "GET",
- "Uri": "/groups/{group-id}/team/channels/{channel-id}/tabs/{teamsTab-id}/teamsApp",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupTeamChannelTabTeamApp",
+ "ApiReferenceLink": null
},
{
"Module": "Teams",
+ "Uri": "/groups/{group-id}/team/group",
+ "OutputType": "IMicrosoftGraphGroup",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphGroup",
- "Command": "Get-MgGroupTeamGroup",
"Method": "GET",
- "Uri": "/groups/{group-id}/team/group",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupTeamGroup",
+ "ApiReferenceLink": null
},
{
"Module": "Teams",
+ "Uri": "/groups/{group-id}/team/group/serviceProvisioningErrors",
+ "OutputType": "IMicrosoftGraphServiceProvisioningError",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Command": "Get-MgGroupTeamGroupServiceProvisioningError",
"Method": "GET",
- "Uri": "/groups/{group-id}/team/group/serviceProvisioningErrors",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupTeamGroupServiceProvisioningError",
+ "ApiReferenceLink": null
},
{
"Module": "Teams",
+ "Uri": "/groups/{group-id}/team/group/serviceProvisioningErrors/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgGroupTeamGroupServiceProvisioningErrorCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/team/group/serviceProvisioningErrors/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupTeamGroupServiceProvisioningErrorCount",
+ "ApiReferenceLink": null
},
{
"Module": "Teams",
+ "Uri": "/groups/{group-id}/team/incomingChannels/{channel-id}",
+ "OutputType": "IMicrosoftGraphChannel",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphChannel",
- "Command": "Get-MgGroupTeamIncomingChannel",
"Method": "GET",
- "Uri": "/groups/{group-id}/team/incomingChannels/{channel-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupTeamIncomingChannel",
+ "ApiReferenceLink": null
},
{
"Module": "Teams",
+ "Uri": "/groups/{group-id}/team/incomingChannels",
+ "OutputType": "IMicrosoftGraphChannel",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphChannel",
- "Command": "Get-MgGroupTeamIncomingChannel",
"Method": "GET",
- "Uri": "/groups/{group-id}/team/incomingChannels",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupTeamIncomingChannel",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-list-incomingchannels?view=graph-rest-1.0"
},
{
"Module": "Teams",
+ "Uri": "/groups/{group-id}/team/incomingChannels/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgGroupTeamIncomingChannelCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/team/incomingChannels/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupTeamIncomingChannelCount",
+ "ApiReferenceLink": null
},
{
"Module": "Teams",
+ "Uri": "/groups/{group-id}/team/installedApps/{teamsAppInstallation-id}",
+ "OutputType": "IMicrosoftGraphTeamsAppInstallation",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTeamsAppInstallation",
- "Command": "Get-MgGroupTeamInstalledApp",
"Method": "GET",
- "Uri": "/groups/{group-id}/team/installedApps/{teamsAppInstallation-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupTeamInstalledApp",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-get-installedapps?view=graph-rest-1.0"
},
{
"Module": "Teams",
+ "Uri": "/groups/{group-id}/team/installedApps",
+ "OutputType": "IMicrosoftGraphTeamsAppInstallation",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphTeamsAppInstallation",
- "Command": "Get-MgGroupTeamInstalledApp",
"Method": "GET",
- "Uri": "/groups/{group-id}/team/installedApps",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupTeamInstalledApp",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-list-installedapps?view=graph-rest-1.0"
},
{
"Module": "Teams",
+ "Uri": "/groups/{group-id}/team/installedApps/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgGroupTeamInstalledAppCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/team/installedApps/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupTeamInstalledAppCount",
+ "ApiReferenceLink": null
},
{
"Module": "Teams",
+ "Uri": "/groups/{group-id}/team/installedApps/{teamsAppInstallation-id}/teamsApp",
+ "OutputType": "IMicrosoftGraphTeamsApp",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTeamsApp",
- "Command": "Get-MgGroupTeamInstalledAppTeamApp",
"Method": "GET",
- "Uri": "/groups/{group-id}/team/installedApps/{teamsAppInstallation-id}/teamsApp",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupTeamInstalledAppTeamApp",
+ "ApiReferenceLink": null
},
{
"Module": "Teams",
+ "Uri": "/groups/{group-id}/team/installedApps/{teamsAppInstallation-id}/teamsAppDefinition",
+ "OutputType": "IMicrosoftGraphTeamsAppDefinition",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTeamsAppDefinition",
- "Command": "Get-MgGroupTeamInstalledAppTeamAppDefinition",
"Method": "GET",
- "Uri": "/groups/{group-id}/team/installedApps/{teamsAppInstallation-id}/teamsAppDefinition",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupTeamInstalledAppTeamAppDefinition",
+ "ApiReferenceLink": null
},
{
"Module": "Teams",
+ "Uri": "/groups/{group-id}/team/members/{conversationMember-id}",
+ "OutputType": "IMicrosoftGraphConversationMember",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphConversationMember",
- "Command": "Get-MgGroupTeamMember",
"Method": "GET",
- "Uri": "/groups/{group-id}/team/members/{conversationMember-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupTeamMember",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-get-members?view=graph-rest-1.0"
},
{
"Module": "Teams",
+ "Uri": "/groups/{group-id}/team/members",
+ "OutputType": "IMicrosoftGraphConversationMember",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphConversationMember",
- "Command": "Get-MgGroupTeamMember",
"Method": "GET",
- "Uri": "/groups/{group-id}/team/members",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupTeamMember",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-list-members?view=graph-rest-1.0"
},
{
"Module": "Teams",
+ "Uri": "/groups/{group-id}/team/members/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgGroupTeamMemberCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/team/members/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupTeamMemberCount",
+ "ApiReferenceLink": null
},
{
"Module": "Teams",
+ "Uri": "/groups/{group-id}/team/operations/{teamsAsyncOperation-id}",
+ "OutputType": "IMicrosoftGraphTeamsAsyncOperation",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTeamsAsyncOperation",
- "Command": "Get-MgGroupTeamOperation",
"Method": "GET",
- "Uri": "/groups/{group-id}/team/operations/{teamsAsyncOperation-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupTeamOperation",
+ "ApiReferenceLink": null
},
{
"Module": "Teams",
+ "Uri": "/groups/{group-id}/team/operations",
+ "OutputType": "IMicrosoftGraphTeamsAsyncOperation",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphTeamsAsyncOperation",
- "Command": "Get-MgGroupTeamOperation",
"Method": "GET",
- "Uri": "/groups/{group-id}/team/operations",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupTeamOperation",
+ "ApiReferenceLink": null
},
{
"Module": "Teams",
+ "Uri": "/groups/{group-id}/team/operations/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgGroupTeamOperationCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/team/operations/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupTeamOperationCount",
+ "ApiReferenceLink": null
},
{
"Module": "Teams",
+ "Uri": "/groups/{group-id}/team/permissionGrants/{resourceSpecificPermissionGrant-id}",
+ "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant",
- "Command": "Get-MgGroupTeamPermissionGrant",
"Method": "GET",
- "Uri": "/groups/{group-id}/team/permissionGrants/{resourceSpecificPermissionGrant-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupTeamPermissionGrant",
+ "ApiReferenceLink": null
},
{
"Module": "Teams",
+ "Uri": "/groups/{group-id}/team/permissionGrants",
+ "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant",
- "Command": "Get-MgGroupTeamPermissionGrant",
"Method": "GET",
- "Uri": "/groups/{group-id}/team/permissionGrants",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupTeamPermissionGrant",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-list-permissiongrants?view=graph-rest-1.0"
},
{
"Module": "Teams",
+ "Uri": "/groups/{group-id}/team/permissionGrants/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgGroupTeamPermissionGrantCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/team/permissionGrants/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupTeamPermissionGrantCount",
+ "ApiReferenceLink": null
},
{
"Module": "Teams",
+ "Uri": "/groups/{group-id}/team/photo",
+ "OutputType": "IMicrosoftGraphProfilePhoto",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphProfilePhoto",
- "Command": "Get-MgGroupTeamPhoto",
"Method": "GET",
- "Uri": "/groups/{group-id}/team/photo",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupTeamPhoto",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/profilephoto-get?view=graph-rest-1.0"
},
{
"Module": "Teams",
+ "Uri": "/groups/{group-id}/team/photo/$value",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgGroupTeamPhotoContent",
"Method": "GET",
- "Uri": "/groups/{group-id}/team/photo/$value",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupTeamPhotoContent",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/profilephoto-get?view=graph-rest-1.0"
},
{
"Module": "Teams",
+ "Uri": "/groups/{group-id}/team/primaryChannel",
+ "OutputType": "IMicrosoftGraphChannel",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphChannel",
- "Command": "Get-MgGroupTeamPrimaryChannel",
"Method": "GET",
- "Uri": "/groups/{group-id}/team/primaryChannel",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupTeamPrimaryChannel",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-get-primarychannel?view=graph-rest-1.0"
},
{
"Module": "Teams",
+ "Uri": "/groups/{group-id}/team/primaryChannel/filesFolder",
+ "OutputType": "IMicrosoftGraphDriveItem",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDriveItem",
- "Command": "Get-MgGroupTeamPrimaryChannelFileFolder",
"Method": "GET",
- "Uri": "/groups/{group-id}/team/primaryChannel/filesFolder",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupTeamPrimaryChannelFileFolder",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-get-filesfolder?view=graph-rest-1.0"
},
{
"Module": "Teams",
+ "Uri": "/groups/{group-id}/team/primaryChannel/filesFolder/content",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgGroupTeamPrimaryChannelFileFolderContent",
"Method": "GET",
- "Uri": "/groups/{group-id}/team/primaryChannel/filesFolder/content",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupTeamPrimaryChannelFileFolderContent",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-get-filesfolder?view=graph-rest-1.0"
},
{
"Module": "Teams",
+ "Uri": "/groups/{group-id}/team/primaryChannel/members/{conversationMember-id}",
+ "OutputType": "IMicrosoftGraphConversationMember",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphConversationMember",
- "Command": "Get-MgGroupTeamPrimaryChannelMember",
"Method": "GET",
- "Uri": "/groups/{group-id}/team/primaryChannel/members/{conversationMember-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupTeamPrimaryChannelMember",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-get-members?view=graph-rest-1.0"
},
{
"Module": "Teams",
+ "Uri": "/groups/{group-id}/team/primaryChannel/members",
+ "OutputType": "IMicrosoftGraphConversationMember",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphConversationMember",
- "Command": "Get-MgGroupTeamPrimaryChannelMember",
"Method": "GET",
- "Uri": "/groups/{group-id}/team/primaryChannel/members",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupTeamPrimaryChannelMember",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-list-members?view=graph-rest-1.0"
},
{
"Module": "Teams",
+ "Uri": "/groups/{group-id}/team/primaryChannel/members/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgGroupTeamPrimaryChannelMemberCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/team/primaryChannel/members/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupTeamPrimaryChannelMemberCount",
+ "ApiReferenceLink": null
},
{
"Module": "Teams",
+ "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}",
+ "OutputType": "IMicrosoftGraphChatMessage",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphChatMessage",
- "Command": "Get-MgGroupTeamPrimaryChannelMessage",
"Method": "GET",
- "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupTeamPrimaryChannelMessage",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-get?view=graph-rest-1.0"
},
{
"Module": "Teams",
+ "Uri": "/groups/{group-id}/team/primaryChannel/messages",
+ "OutputType": "IMicrosoftGraphChatMessage",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphChatMessage",
- "Command": "Get-MgGroupTeamPrimaryChannelMessage",
"Method": "GET",
- "Uri": "/groups/{group-id}/team/primaryChannel/messages",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupTeamPrimaryChannelMessage",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-list-messages?view=graph-rest-1.0"
},
{
"Module": "Teams",
+ "Uri": "/groups/{group-id}/team/primaryChannel/messages/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgGroupTeamPrimaryChannelMessageCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/team/primaryChannel/messages/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupTeamPrimaryChannelMessageCount",
+ "ApiReferenceLink": null
},
{
"Module": "Teams",
+ "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}",
+ "OutputType": "IMicrosoftGraphChatMessageHostedContent",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphChatMessageHostedContent",
- "Command": "Get-MgGroupTeamPrimaryChannelMessageHostedContent",
"Method": "GET",
- "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupTeamPrimaryChannelMessageHostedContent",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessagehostedcontent-get?view=graph-rest-1.0"
},
{
"Module": "Teams",
+ "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents",
+ "OutputType": "IMicrosoftGraphChatMessageHostedContent",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphChatMessageHostedContent",
- "Command": "Get-MgGroupTeamPrimaryChannelMessageHostedContent",
"Method": "GET",
- "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupTeamPrimaryChannelMessageHostedContent",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-list-hostedcontents?view=graph-rest-1.0"
},
{
"Module": "Teams",
+ "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgGroupTeamPrimaryChannelMessageHostedContentCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupTeamPrimaryChannelMessageHostedContentCount",
+ "ApiReferenceLink": null
},
{
"Module": "Teams",
+ "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}",
+ "OutputType": "IMicrosoftGraphChatMessage",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphChatMessage",
- "Command": "Get-MgGroupTeamPrimaryChannelMessageReply",
"Method": "GET",
- "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupTeamPrimaryChannelMessageReply",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-get?view=graph-rest-1.0"
},
{
"Module": "Teams",
+ "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies",
+ "OutputType": "IMicrosoftGraphChatMessage",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphChatMessage",
- "Command": "Get-MgGroupTeamPrimaryChannelMessageReply",
"Method": "GET",
- "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupTeamPrimaryChannelMessageReply",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-list-replies?view=graph-rest-1.0"
},
{
"Module": "Teams",
+ "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgGroupTeamPrimaryChannelMessageReplyCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupTeamPrimaryChannelMessageReplyCount",
+ "ApiReferenceLink": null
},
{
"Module": "Teams",
+ "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}",
+ "OutputType": "IMicrosoftGraphChatMessageHostedContent",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphChatMessageHostedContent",
- "Command": "Get-MgGroupTeamPrimaryChannelMessageReplyHostedContent",
"Method": "GET",
- "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupTeamPrimaryChannelMessageReplyHostedContent",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessagehostedcontent-get?view=graph-rest-1.0"
},
{
"Module": "Teams",
+ "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents",
+ "OutputType": "IMicrosoftGraphChatMessageHostedContent",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphChatMessageHostedContent",
- "Command": "Get-MgGroupTeamPrimaryChannelMessageReplyHostedContent",
"Method": "GET",
- "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupTeamPrimaryChannelMessageReplyHostedContent",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-list-hostedcontents?view=graph-rest-1.0"
},
{
"Module": "Teams",
+ "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgGroupTeamPrimaryChannelMessageReplyHostedContentCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupTeamPrimaryChannelMessageReplyHostedContentCount",
+ "ApiReferenceLink": null
},
{
"Module": "Teams",
+ "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}",
+ "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo",
- "Command": "Get-MgGroupTeamPrimaryChannelSharedWithTeam",
"Method": "GET",
- "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupTeamPrimaryChannelSharedWithTeam",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sharedwithchannelteaminfo-get?view=graph-rest-1.0"
},
{
"Module": "Teams",
+ "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams",
+ "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo",
- "Command": "Get-MgGroupTeamPrimaryChannelSharedWithTeam",
"Method": "GET",
- "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupTeamPrimaryChannelSharedWithTeam",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sharedwithchannelteaminfo-list?view=graph-rest-1.0"
},
{
"Module": "Teams",
+ "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}",
+ "OutputType": "IMicrosoftGraphConversationMember",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphConversationMember",
- "Command": "Get-MgGroupTeamPrimaryChannelSharedWithTeamAllowedMember",
"Method": "GET",
- "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupTeamPrimaryChannelSharedWithTeamAllowedMember",
+ "ApiReferenceLink": null
},
{
"Module": "Teams",
+ "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers",
+ "OutputType": "IMicrosoftGraphConversationMember",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphConversationMember",
- "Command": "Get-MgGroupTeamPrimaryChannelSharedWithTeamAllowedMember",
"Method": "GET",
- "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupTeamPrimaryChannelSharedWithTeamAllowedMember",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sharedwithchannelteaminfo-list-allowedmembers?view=graph-rest-1.0"
},
{
"Module": "Teams",
+ "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgGroupTeamPrimaryChannelSharedWithTeamAllowedMemberCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupTeamPrimaryChannelSharedWithTeamAllowedMemberCount",
+ "ApiReferenceLink": null
},
{
"Module": "Teams",
+ "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgGroupTeamPrimaryChannelSharedWithTeamCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupTeamPrimaryChannelSharedWithTeamCount",
+ "ApiReferenceLink": null
},
{
"Module": "Teams",
+ "Uri": "/groups/{group-id}/team/primaryChannel/tabs/{teamsTab-id}",
+ "OutputType": "IMicrosoftGraphTeamsTab",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTeamsTab",
- "Command": "Get-MgGroupTeamPrimaryChannelTab",
"Method": "GET",
- "Uri": "/groups/{group-id}/team/primaryChannel/tabs/{teamsTab-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupTeamPrimaryChannelTab",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-get-tabs?view=graph-rest-1.0"
},
{
"Module": "Teams",
+ "Uri": "/groups/{group-id}/team/primaryChannel/tabs",
+ "OutputType": "IMicrosoftGraphTeamsTab",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphTeamsTab",
- "Command": "Get-MgGroupTeamPrimaryChannelTab",
"Method": "GET",
- "Uri": "/groups/{group-id}/team/primaryChannel/tabs",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupTeamPrimaryChannelTab",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-list-tabs?view=graph-rest-1.0"
},
{
"Module": "Teams",
+ "Uri": "/groups/{group-id}/team/primaryChannel/tabs/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgGroupTeamPrimaryChannelTabCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/team/primaryChannel/tabs/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupTeamPrimaryChannelTabCount",
+ "ApiReferenceLink": null
},
{
"Module": "Teams",
+ "Uri": "/groups/{group-id}/team/primaryChannel/tabs/{teamsTab-id}/teamsApp",
+ "OutputType": "IMicrosoftGraphTeamsApp",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTeamsApp",
- "Command": "Get-MgGroupTeamPrimaryChannelTabTeamApp",
"Method": "GET",
- "Uri": "/groups/{group-id}/team/primaryChannel/tabs/{teamsTab-id}/teamsApp",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupTeamPrimaryChannelTabTeamApp",
+ "ApiReferenceLink": null
},
{
"Module": "Teams",
+ "Uri": "/groups/{group-id}/team/schedule",
+ "OutputType": "IMicrosoftGraphSchedule",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSchedule",
- "Command": "Get-MgGroupTeamSchedule",
"Method": "GET",
- "Uri": "/groups/{group-id}/team/schedule",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupTeamSchedule",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schedule-get?view=graph-rest-1.0"
},
{
"Module": "Teams",
+ "Uri": "/groups/{group-id}/team/schedule/offerShiftRequests/{offerShiftRequest-id}",
+ "OutputType": "IMicrosoftGraphOfferShiftRequest",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphOfferShiftRequest",
- "Command": "Get-MgGroupTeamScheduleOfferShiftRequest",
"Method": "GET",
- "Uri": "/groups/{group-id}/team/schedule/offerShiftRequests/{offerShiftRequest-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupTeamScheduleOfferShiftRequest",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/offershiftrequest-get?view=graph-rest-1.0"
},
{
"Module": "Teams",
+ "Uri": "/groups/{group-id}/team/schedule/offerShiftRequests",
+ "OutputType": "IMicrosoftGraphOfferShiftRequest",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphOfferShiftRequest",
- "Command": "Get-MgGroupTeamScheduleOfferShiftRequest",
"Method": "GET",
- "Uri": "/groups/{group-id}/team/schedule/offerShiftRequests",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupTeamScheduleOfferShiftRequest",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/offershiftrequest-list?view=graph-rest-1.0"
},
{
"Module": "Teams",
+ "Uri": "/groups/{group-id}/team/schedule/offerShiftRequests/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgGroupTeamScheduleOfferShiftRequestCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/team/schedule/offerShiftRequests/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupTeamScheduleOfferShiftRequestCount",
+ "ApiReferenceLink": null
},
{
"Module": "Teams",
+ "Uri": "/groups/{group-id}/team/schedule/openShifts/{openShift-id}",
+ "OutputType": "IMicrosoftGraphOpenShift",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphOpenShift",
- "Command": "Get-MgGroupTeamScheduleOpenShift",
"Method": "GET",
- "Uri": "/groups/{group-id}/team/schedule/openShifts/{openShift-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupTeamScheduleOpenShift",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/openshift-get?view=graph-rest-1.0"
},
{
"Module": "Teams",
+ "Uri": "/groups/{group-id}/team/schedule/openShifts",
+ "OutputType": "IMicrosoftGraphOpenShift",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphOpenShift",
- "Command": "Get-MgGroupTeamScheduleOpenShift",
"Method": "GET",
- "Uri": "/groups/{group-id}/team/schedule/openShifts",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupTeamScheduleOpenShift",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/openshift-list?view=graph-rest-1.0"
},
{
"Module": "Teams",
+ "Uri": "/groups/{group-id}/team/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}",
+ "OutputType": "IMicrosoftGraphOpenShiftChangeRequest",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphOpenShiftChangeRequest",
- "Command": "Get-MgGroupTeamScheduleOpenShiftChangeRequest",
"Method": "GET",
- "Uri": "/groups/{group-id}/team/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupTeamScheduleOpenShiftChangeRequest",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/openshiftchangerequest-get?view=graph-rest-1.0"
},
{
"Module": "Teams",
+ "Uri": "/groups/{group-id}/team/schedule/openShiftChangeRequests",
+ "OutputType": "IMicrosoftGraphOpenShiftChangeRequest",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphOpenShiftChangeRequest",
- "Command": "Get-MgGroupTeamScheduleOpenShiftChangeRequest",
"Method": "GET",
- "Uri": "/groups/{group-id}/team/schedule/openShiftChangeRequests",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupTeamScheduleOpenShiftChangeRequest",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/openshiftchangerequest-list?view=graph-rest-1.0"
},
{
"Module": "Teams",
+ "Uri": "/groups/{group-id}/team/schedule/openShiftChangeRequests/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgGroupTeamScheduleOpenShiftChangeRequestCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/team/schedule/openShiftChangeRequests/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupTeamScheduleOpenShiftChangeRequestCount",
+ "ApiReferenceLink": null
},
{
"Module": "Teams",
+ "Uri": "/groups/{group-id}/team/schedule/openShifts/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgGroupTeamScheduleOpenShiftCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/team/schedule/openShifts/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupTeamScheduleOpenShiftCount",
+ "ApiReferenceLink": null
},
{
"Module": "Teams",
+ "Uri": "/groups/{group-id}/team/schedule/schedulingGroups/{schedulingGroup-id}",
+ "OutputType": "IMicrosoftGraphSchedulingGroup",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSchedulingGroup",
- "Command": "Get-MgGroupTeamScheduleSchedulingGroup",
"Method": "GET",
- "Uri": "/groups/{group-id}/team/schedule/schedulingGroups/{schedulingGroup-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupTeamScheduleSchedulingGroup",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schedulinggroup-get?view=graph-rest-1.0"
},
{
"Module": "Teams",
+ "Uri": "/groups/{group-id}/team/schedule/schedulingGroups",
+ "OutputType": "IMicrosoftGraphSchedulingGroup",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphSchedulingGroup",
- "Command": "Get-MgGroupTeamScheduleSchedulingGroup",
"Method": "GET",
- "Uri": "/groups/{group-id}/team/schedule/schedulingGroups",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupTeamScheduleSchedulingGroup",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schedule-list-schedulinggroups?view=graph-rest-1.0"
},
{
"Module": "Teams",
+ "Uri": "/groups/{group-id}/team/schedule/schedulingGroups/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgGroupTeamScheduleSchedulingGroupCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/team/schedule/schedulingGroups/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupTeamScheduleSchedulingGroupCount",
+ "ApiReferenceLink": null
},
{
"Module": "Teams",
+ "Uri": "/groups/{group-id}/team/schedule/shifts/{shift-id}",
+ "OutputType": "IMicrosoftGraphShift",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphShift",
- "Command": "Get-MgGroupTeamScheduleShift",
"Method": "GET",
- "Uri": "/groups/{group-id}/team/schedule/shifts/{shift-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupTeamScheduleShift",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/shift-get?view=graph-rest-1.0"
},
{
"Module": "Teams",
+ "Uri": "/groups/{group-id}/team/schedule/shifts",
+ "OutputType": "IMicrosoftGraphShift",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphShift",
- "Command": "Get-MgGroupTeamScheduleShift",
"Method": "GET",
- "Uri": "/groups/{group-id}/team/schedule/shifts",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupTeamScheduleShift",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schedule-list-shifts?view=graph-rest-1.0"
},
{
"Module": "Teams",
+ "Uri": "/groups/{group-id}/team/schedule/shifts/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgGroupTeamScheduleShiftCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/team/schedule/shifts/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupTeamScheduleShiftCount",
+ "ApiReferenceLink": null
},
{
"Module": "Teams",
+ "Uri": "/groups/{group-id}/team/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}",
+ "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest",
- "Command": "Get-MgGroupTeamScheduleSwapShiftChangeRequest",
"Method": "GET",
- "Uri": "/groups/{group-id}/team/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupTeamScheduleSwapShiftChangeRequest",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/swapshiftschangerequest-get?view=graph-rest-1.0"
},
{
"Module": "Teams",
+ "Uri": "/groups/{group-id}/team/schedule/swapShiftsChangeRequests",
+ "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest",
- "Command": "Get-MgGroupTeamScheduleSwapShiftChangeRequest",
"Method": "GET",
- "Uri": "/groups/{group-id}/team/schedule/swapShiftsChangeRequests",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupTeamScheduleSwapShiftChangeRequest",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/swapshiftschangerequest-list?view=graph-rest-1.0"
},
{
"Module": "Teams",
+ "Uri": "/groups/{group-id}/team/schedule/swapShiftsChangeRequests/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgGroupTeamScheduleSwapShiftChangeRequestCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/team/schedule/swapShiftsChangeRequests/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupTeamScheduleSwapShiftChangeRequestCount",
+ "ApiReferenceLink": null
},
{
"Module": "Teams",
+ "Uri": "/groups/{group-id}/team/schedule/timesOff/{timeOff-id}",
+ "OutputType": "IMicrosoftGraphTimeOff",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTimeOff",
- "Command": "Get-MgGroupTeamScheduleTimeOff",
"Method": "GET",
- "Uri": "/groups/{group-id}/team/schedule/timesOff/{timeOff-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupTeamScheduleTimeOff",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timeoff-get?view=graph-rest-1.0"
},
{
"Module": "Teams",
+ "Uri": "/groups/{group-id}/team/schedule/timesOff",
+ "OutputType": "IMicrosoftGraphTimeOff",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphTimeOff",
- "Command": "Get-MgGroupTeamScheduleTimeOff",
"Method": "GET",
- "Uri": "/groups/{group-id}/team/schedule/timesOff",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupTeamScheduleTimeOff",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schedule-list-timesoff?view=graph-rest-1.0"
},
{
"Module": "Teams",
+ "Uri": "/groups/{group-id}/team/schedule/timesOff/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgGroupTeamScheduleTimeOffCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/team/schedule/timesOff/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupTeamScheduleTimeOffCount",
+ "ApiReferenceLink": null
},
{
"Module": "Teams",
+ "Uri": "/groups/{group-id}/team/schedule/timeOffReasons/{timeOffReason-id}",
+ "OutputType": "IMicrosoftGraphTimeOffReason",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTimeOffReason",
- "Command": "Get-MgGroupTeamScheduleTimeOffReason",
"Method": "GET",
- "Uri": "/groups/{group-id}/team/schedule/timeOffReasons/{timeOffReason-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupTeamScheduleTimeOffReason",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timeoffreason-get?view=graph-rest-1.0"
},
{
"Module": "Teams",
+ "Uri": "/groups/{group-id}/team/schedule/timeOffReasons",
+ "OutputType": "IMicrosoftGraphTimeOffReason",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphTimeOffReason",
- "Command": "Get-MgGroupTeamScheduleTimeOffReason",
"Method": "GET",
- "Uri": "/groups/{group-id}/team/schedule/timeOffReasons",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupTeamScheduleTimeOffReason",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schedule-list-timeoffreasons?view=graph-rest-1.0"
},
{
"Module": "Teams",
+ "Uri": "/groups/{group-id}/team/schedule/timeOffReasons/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgGroupTeamScheduleTimeOffReasonCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/team/schedule/timeOffReasons/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupTeamScheduleTimeOffReasonCount",
+ "ApiReferenceLink": null
},
{
"Module": "Teams",
+ "Uri": "/groups/{group-id}/team/schedule/timeOffRequests/{timeOffRequest-id}",
+ "OutputType": "IMicrosoftGraphTimeOffRequest",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTimeOffRequest",
- "Command": "Get-MgGroupTeamScheduleTimeOffRequest",
"Method": "GET",
- "Uri": "/groups/{group-id}/team/schedule/timeOffRequests/{timeOffRequest-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupTeamScheduleTimeOffRequest",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timeoffrequest-get?view=graph-rest-1.0"
},
{
"Module": "Teams",
+ "Uri": "/groups/{group-id}/team/schedule/timeOffRequests",
+ "OutputType": "IMicrosoftGraphTimeOffRequest",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphTimeOffRequest",
- "Command": "Get-MgGroupTeamScheduleTimeOffRequest",
"Method": "GET",
- "Uri": "/groups/{group-id}/team/schedule/timeOffRequests",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupTeamScheduleTimeOffRequest",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timeoffrequest-list?view=graph-rest-1.0"
},
{
"Module": "Teams",
+ "Uri": "/groups/{group-id}/team/schedule/timeOffRequests/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgGroupTeamScheduleTimeOffRequestCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/team/schedule/timeOffRequests/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupTeamScheduleTimeOffRequestCount",
+ "ApiReferenceLink": null
},
{
"Module": "Teams",
+ "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}",
+ "OutputType": "IMicrosoftGraphTeamworkTag",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTeamworkTag",
- "Command": "Get-MgGroupTeamTag",
"Method": "GET",
- "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupTeamTag",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworktag-get?view=graph-rest-1.0"
},
{
"Module": "Teams",
+ "Uri": "/groups/{group-id}/team/tags",
+ "OutputType": "IMicrosoftGraphTeamworkTag",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphTeamworkTag",
- "Command": "Get-MgGroupTeamTag",
"Method": "GET",
- "Uri": "/groups/{group-id}/team/tags",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupTeamTag",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworktag-list?view=graph-rest-1.0"
},
{
"Module": "Teams",
+ "Uri": "/groups/{group-id}/team/tags/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgGroupTeamTagCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/team/tags/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupTeamTagCount",
+ "ApiReferenceLink": null
},
{
"Module": "Teams",
+ "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}/members/{teamworkTagMember-id}",
+ "OutputType": "IMicrosoftGraphTeamworkTagMember",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTeamworkTagMember",
- "Command": "Get-MgGroupTeamTagMember",
"Method": "GET",
- "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}/members/{teamworkTagMember-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupTeamTagMember",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworktagmember-get?view=graph-rest-1.0"
},
{
"Module": "Teams",
+ "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}/members",
+ "OutputType": "IMicrosoftGraphTeamworkTagMember",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphTeamworkTagMember",
- "Command": "Get-MgGroupTeamTagMember",
"Method": "GET",
- "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}/members",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupTeamTagMember",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworktagmember-list?view=graph-rest-1.0"
},
{
"Module": "Teams",
+ "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}/members/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgGroupTeamTagMemberCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}/members/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupTeamTagMemberCount",
+ "ApiReferenceLink": null
},
{
"Module": "Teams",
+ "Uri": "/groups/{group-id}/team/template",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgGroupTeamTemplate",
"Method": "GET",
- "Uri": "/groups/{group-id}/team/template",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupTeamTemplate",
+ "ApiReferenceLink": null
},
{
"Module": "Groups",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphConversationThread",
- "Command": "Get-MgGroupThread",
- "Method": "GET",
"Uri": "/groups/{group-id}/threads/{conversationThread-id}",
+ "OutputType": "IMicrosoftGraphConversationThread",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -252167,17 +263224,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Groups",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphConversationThread",
- "Command": "Get-MgGroupThread",
"Method": "GET",
+ "Command": "Get-MgGroupThread",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversationthread-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Groups",
"Uri": "/groups/{group-id}/threads",
+ "OutputType": "IMicrosoftGraphConversationThread",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -252212,18 +263271,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Groups",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgGroupThreadCount",
"Method": "GET",
+ "Command": "Get-MgGroupThread",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-threads?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Groups",
"Uri": "/groups/{group-id}/threads/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -252258,20 +263317,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Groups",
+ ],
"Variants": [
"Get",
- "Get1",
- "GetViaIdentity",
- "GetViaIdentity1"
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphPost",
- "Command": "Get-MgGroupThreadPost",
"Method": "GET",
+ "Command": "Get-MgGroupThreadCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Groups",
"Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}",
+ "OutputType": "IMicrosoftGraphPost",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -252306,17 +263364,21 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Groups",
+ ],
"Variants": [
- "List"
+ "Get",
+ "Get1",
+ "GetViaIdentity",
+ "GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphPost",
- "Command": "Get-MgGroupThreadPost",
"Method": "GET",
+ "Command": "Get-MgGroupThreadPost",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Groups",
"Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts",
+ "OutputType": "IMicrosoftGraphPost",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -252351,30 +263413,32 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgGroupThreadPost",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversationthread-list-posts?view=graph-rest-1.0"
},
{
"Module": "Groups",
+ "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/{attachment-id}",
+ "OutputType": "IMicrosoftGraphAttachment",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAttachment",
- "Command": "Get-MgGroupThreadPostAttachment",
"Method": "GET",
- "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/{attachment-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupThreadPostAttachment",
+ "ApiReferenceLink": null
},
{
"Module": "Groups",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphAttachment",
- "Command": "Get-MgGroupThreadPostAttachment",
- "Method": "GET",
"Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments",
+ "OutputType": "IMicrosoftGraphAttachment",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -252409,18 +263473,18 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Groups",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgGroupThreadPostAttachmentCount",
"Method": "GET",
+ "Command": "Get-MgGroupThreadPostAttachment",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/post-list-attachments?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Groups",
"Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -252455,18 +263519,19 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Groups",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgGroupThreadPostCount",
"Method": "GET",
+ "Command": "Get-MgGroupThreadPostAttachmentCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Groups",
"Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -252501,144 +263566,156 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgGroupThreadPostCount",
+ "ApiReferenceLink": null
},
{
"Module": "Groups",
+ "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgGroupThreadPostExtension",
"Method": "GET",
- "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupThreadPostExtension",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/opentypeextension-get?view=graph-rest-1.0"
},
{
"Module": "Groups",
+ "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions",
+ "OutputType": "IMicrosoftGraphExtension",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphExtension",
- "Command": "Get-MgGroupThreadPostExtension",
"Method": "GET",
- "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupThreadPostExtension",
+ "ApiReferenceLink": null
},
{
"Module": "Groups",
+ "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgGroupThreadPostExtensionCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupThreadPostExtensionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Groups",
+ "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/{attachment-id}",
+ "OutputType": "IMicrosoftGraphAttachment",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAttachment",
- "Command": "Get-MgGroupThreadPostInReplyToAttachment",
"Method": "GET",
- "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/{attachment-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupThreadPostInReplyToAttachment",
+ "ApiReferenceLink": null
},
{
"Module": "Groups",
+ "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments",
+ "OutputType": "IMicrosoftGraphAttachment",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphAttachment",
- "Command": "Get-MgGroupThreadPostInReplyToAttachment",
"Method": "GET",
- "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupThreadPostInReplyToAttachment",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/post-list-attachments?view=graph-rest-1.0"
},
{
"Module": "Groups",
+ "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgGroupThreadPostInReplyToAttachmentCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupThreadPostInReplyToAttachmentCount",
+ "ApiReferenceLink": null
},
{
"Module": "Groups",
+ "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgGroupThreadPostInReplyToExtension",
"Method": "GET",
- "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupThreadPostInReplyToExtension",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/opentypeextension-get?view=graph-rest-1.0"
},
{
"Module": "Groups",
+ "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions",
+ "OutputType": "IMicrosoftGraphExtension",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphExtension",
- "Command": "Get-MgGroupThreadPostInReplyToExtension",
"Method": "GET",
- "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupThreadPostInReplyToExtension",
+ "ApiReferenceLink": null
},
{
"Module": "Groups",
+ "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgGroupThreadPostInReplyToExtensionCount",
"Method": "GET",
- "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupThreadPostInReplyToExtensionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Groups",
+ "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgGroupTransitiveMember",
"Method": "GET",
- "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupTransitiveMember",
+ "ApiReferenceLink": null
},
{
"Module": "Groups",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgGroupTransitiveMember",
- "Method": "GET",
"Uri": "/groups/{group-id}/transitiveMembers",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -252681,168 +263758,180 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgGroupTransitiveMember",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-transitivemembers?view=graph-rest-1.0"
},
{
"Module": "Groups",
+ "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}/application",
+ "OutputType": "IMicrosoftGraphApplication",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphApplication",
- "Command": "Get-MgGroupTransitiveMemberAsApplication",
"Method": "GET",
- "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}/application",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupTransitiveMemberAsApplication",
+ "ApiReferenceLink": null
},
{
"Module": "Groups",
+ "Uri": "/groups/{group-id}/transitiveMembers/application",
+ "OutputType": "IMicrosoftGraphApplication",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphApplication",
- "Command": "Get-MgGroupTransitiveMemberAsApplication",
"Method": "GET",
- "Uri": "/groups/{group-id}/transitiveMembers/application",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupTransitiveMemberAsApplication",
+ "ApiReferenceLink": null
},
{
"Module": "Groups",
+ "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}/device",
+ "OutputType": "IMicrosoftGraphDevice",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDevice",
- "Command": "Get-MgGroupTransitiveMemberAsDevice",
"Method": "GET",
- "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}/device",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupTransitiveMemberAsDevice",
+ "ApiReferenceLink": null
},
{
"Module": "Groups",
+ "Uri": "/groups/{group-id}/transitiveMembers/device",
+ "OutputType": "IMicrosoftGraphDevice",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphDevice",
- "Command": "Get-MgGroupTransitiveMemberAsDevice",
"Method": "GET",
- "Uri": "/groups/{group-id}/transitiveMembers/device",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupTransitiveMemberAsDevice",
+ "ApiReferenceLink": null
},
{
"Module": "Groups",
+ "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}/group",
+ "OutputType": "IMicrosoftGraphGroup",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphGroup",
- "Command": "Get-MgGroupTransitiveMemberAsGroup",
"Method": "GET",
- "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}/group",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupTransitiveMemberAsGroup",
+ "ApiReferenceLink": null
},
{
"Module": "Groups",
+ "Uri": "/groups/{group-id}/transitiveMembers/group",
+ "OutputType": "IMicrosoftGraphGroup",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphGroup",
- "Command": "Get-MgGroupTransitiveMemberAsGroup",
"Method": "GET",
- "Uri": "/groups/{group-id}/transitiveMembers/group",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupTransitiveMemberAsGroup",
+ "ApiReferenceLink": null
},
{
"Module": "Groups",
+ "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}/orgContact",
+ "OutputType": "IMicrosoftGraphOrgContact",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphOrgContact",
- "Command": "Get-MgGroupTransitiveMemberAsOrgContact",
"Method": "GET",
- "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}/orgContact",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupTransitiveMemberAsOrgContact",
+ "ApiReferenceLink": null
},
{
"Module": "Groups",
+ "Uri": "/groups/{group-id}/transitiveMembers/orgContact",
+ "OutputType": "IMicrosoftGraphOrgContact",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphOrgContact",
- "Command": "Get-MgGroupTransitiveMemberAsOrgContact",
"Method": "GET",
- "Uri": "/groups/{group-id}/transitiveMembers/orgContact",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupTransitiveMemberAsOrgContact",
+ "ApiReferenceLink": null
},
{
"Module": "Groups",
+ "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}/servicePrincipal",
+ "OutputType": "IMicrosoftGraphServicePrincipal",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphServicePrincipal",
- "Command": "Get-MgGroupTransitiveMemberAsServicePrincipal",
"Method": "GET",
- "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}/servicePrincipal",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupTransitiveMemberAsServicePrincipal",
+ "ApiReferenceLink": null
},
{
"Module": "Groups",
+ "Uri": "/groups/{group-id}/transitiveMembers/servicePrincipal",
+ "OutputType": "IMicrosoftGraphServicePrincipal",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphServicePrincipal",
- "Command": "Get-MgGroupTransitiveMemberAsServicePrincipal",
"Method": "GET",
- "Uri": "/groups/{group-id}/transitiveMembers/servicePrincipal",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupTransitiveMemberAsServicePrincipal",
+ "ApiReferenceLink": null
},
{
"Module": "Groups",
+ "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}/user",
+ "OutputType": "IMicrosoftGraphUser",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUser",
- "Command": "Get-MgGroupTransitiveMemberAsUser",
"Method": "GET",
- "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}/user",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupTransitiveMemberAsUser",
+ "ApiReferenceLink": null
},
{
"Module": "Groups",
+ "Uri": "/groups/{group-id}/transitiveMembers/user",
+ "OutputType": "IMicrosoftGraphUser",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphUser",
- "Command": "Get-MgGroupTransitiveMemberAsUser",
"Method": "GET",
- "Uri": "/groups/{group-id}/transitiveMembers/user",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupTransitiveMemberAsUser",
+ "ApiReferenceLink": null
},
{
"Module": "Groups",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": null,
- "Command": "Get-MgGroupTransitiveMemberCount",
- "Method": "GET",
"Uri": "/groups/{group-id}/transitiveMembers/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -252885,108 +263974,117 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Groups",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgGroupTransitiveMemberCountAsApplication",
"Method": "GET",
- "Uri": "/groups/{group-id}/transitiveMembers/application/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupTransitiveMemberCount",
+ "ApiReferenceLink": null
},
{
"Module": "Groups",
+ "Uri": "/groups/{group-id}/transitiveMembers/application/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgGroupTransitiveMemberCountAsDevice",
"Method": "GET",
- "Uri": "/groups/{group-id}/transitiveMembers/device/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupTransitiveMemberCountAsApplication",
+ "ApiReferenceLink": null
},
{
"Module": "Groups",
+ "Uri": "/groups/{group-id}/transitiveMembers/device/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgGroupTransitiveMemberCountAsGroup",
"Method": "GET",
- "Uri": "/groups/{group-id}/transitiveMembers/group/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupTransitiveMemberCountAsDevice",
+ "ApiReferenceLink": null
},
{
"Module": "Groups",
+ "Uri": "/groups/{group-id}/transitiveMembers/group/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgGroupTransitiveMemberCountAsOrgContact",
"Method": "GET",
- "Uri": "/groups/{group-id}/transitiveMembers/orgContact/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupTransitiveMemberCountAsGroup",
+ "ApiReferenceLink": null
},
{
"Module": "Groups",
+ "Uri": "/groups/{group-id}/transitiveMembers/orgContact/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgGroupTransitiveMemberCountAsServicePrincipal",
"Method": "GET",
- "Uri": "/groups/{group-id}/transitiveMembers/servicePrincipal/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupTransitiveMemberCountAsOrgContact",
+ "ApiReferenceLink": null
},
{
"Module": "Groups",
+ "Uri": "/groups/{group-id}/transitiveMembers/servicePrincipal/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgGroupTransitiveMemberCountAsUser",
"Method": "GET",
- "Uri": "/groups/{group-id}/transitiveMembers/user/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupTransitiveMemberCountAsServicePrincipal",
+ "ApiReferenceLink": null
},
{
"Module": "Groups",
+ "Uri": "/groups/{group-id}/transitiveMembers/user/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgGroupTransitiveMemberOf",
"Method": "GET",
- "Uri": "/groups/{group-id}/transitiveMemberOf/{directoryObject-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupTransitiveMemberCountAsUser",
+ "ApiReferenceLink": null
},
{
"Module": "Groups",
+ "Uri": "/groups/{group-id}/transitiveMemberOf/{directoryObject-id}",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgGroupTransitiveMemberOf",
"Method": "GET",
+ "Command": "Get-MgGroupTransitiveMemberOf",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Groups",
"Uri": "/groups/{group-id}/transitiveMemberOf",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -253021,68 +264119,72 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgGroupTransitiveMemberOf",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-transitivememberof?view=graph-rest-1.0"
},
{
"Module": "Groups",
+ "Uri": "/groups/{group-id}/transitiveMemberOf/{directoryObject-id}/administrativeUnit",
+ "OutputType": "IMicrosoftGraphAdministrativeUnit",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAdministrativeUnit",
- "Command": "Get-MgGroupTransitiveMemberOfAsAdministrativeUnit",
"Method": "GET",
- "Uri": "/groups/{group-id}/transitiveMemberOf/{directoryObject-id}/administrativeUnit",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupTransitiveMemberOfAsAdministrativeUnit",
+ "ApiReferenceLink": null
},
{
"Module": "Groups",
+ "Uri": "/groups/{group-id}/transitiveMemberOf/administrativeUnit",
+ "OutputType": "IMicrosoftGraphAdministrativeUnit",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphAdministrativeUnit",
- "Command": "Get-MgGroupTransitiveMemberOfAsAdministrativeUnit",
"Method": "GET",
- "Uri": "/groups/{group-id}/transitiveMemberOf/administrativeUnit",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupTransitiveMemberOfAsAdministrativeUnit",
+ "ApiReferenceLink": null
},
{
"Module": "Groups",
+ "Uri": "/groups/{group-id}/transitiveMemberOf/{directoryObject-id}/group",
+ "OutputType": "IMicrosoftGraphGroup",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphGroup",
- "Command": "Get-MgGroupTransitiveMemberOfAsGroup",
"Method": "GET",
- "Uri": "/groups/{group-id}/transitiveMemberOf/{directoryObject-id}/group",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupTransitiveMemberOfAsGroup",
+ "ApiReferenceLink": null
},
{
"Module": "Groups",
+ "Uri": "/groups/{group-id}/transitiveMemberOf/group",
+ "OutputType": "IMicrosoftGraphGroup",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphGroup",
- "Command": "Get-MgGroupTransitiveMemberOfAsGroup",
"Method": "GET",
- "Uri": "/groups/{group-id}/transitiveMemberOf/group",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupTransitiveMemberOfAsGroup",
+ "ApiReferenceLink": null
},
{
"Module": "Groups",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": null,
- "Command": "Get-MgGroupTransitiveMemberOfCount",
- "Method": "GET",
"Uri": "/groups/{group-id}/transitiveMemberOf/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -253117,81 +264219,87 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgGroupTransitiveMemberOfCount",
+ "ApiReferenceLink": null
},
{
"Module": "Groups",
+ "Uri": "/groups/{group-id}/transitiveMemberOf/administrativeUnit/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgGroupTransitiveMemberOfCountAsAdministrativeUnit",
"Method": "GET",
- "Uri": "/groups/{group-id}/transitiveMemberOf/administrativeUnit/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupTransitiveMemberOfCountAsAdministrativeUnit",
+ "ApiReferenceLink": null
},
{
"Module": "Groups",
+ "Uri": "/groups/{group-id}/transitiveMemberOf/group/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgGroupTransitiveMemberOfCountAsGroup",
"Method": "GET",
- "Uri": "/groups/{group-id}/transitiveMemberOf/group/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgGroupTransitiveMemberOfCountAsGroup",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.SignIns",
+ "Uri": "/identity/apiConnectors/{identityApiConnector-id}",
+ "OutputType": "IMicrosoftGraphIdentityApiConnector",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphIdentityApiConnector",
- "Command": "Get-MgIdentityApiConnector",
"Method": "GET",
- "Uri": "/identity/apiConnectors/{identityApiConnector-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgIdentityApiConnector",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityapiconnector-get?view=graph-rest-1.0"
},
{
"Module": "Identity.SignIns",
+ "Uri": "/identity/apiConnectors",
+ "OutputType": "IMicrosoftGraphIdentityApiConnector",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphIdentityApiConnector",
- "Command": "Get-MgIdentityApiConnector",
"Method": "GET",
- "Uri": "/identity/apiConnectors",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgIdentityApiConnector",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityapiconnector-list?view=graph-rest-1.0"
},
{
"Module": "Identity.SignIns",
+ "Uri": "/identity/apiConnectors/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgIdentityApiConnectorCount",
"Method": "GET",
- "Uri": "/identity/apiConnectors/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgIdentityApiConnectorCount",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.SignIns",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphB2XIdentityUserFlow",
- "Command": "Get-MgIdentityB2XUserFlow",
- "Method": "GET",
"Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}",
+ "OutputType": "IMicrosoftGraphB2XIdentityUserFlow",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -253210,17 +264318,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.SignIns",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphB2XIdentityUserFlow",
- "Command": "Get-MgIdentityB2XUserFlow",
"Method": "GET",
+ "Command": "Get-MgIdentityB2XUserFlow",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/b2xidentityuserflow-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Identity.SignIns",
"Uri": "/identity/b2xUserFlows",
+ "OutputType": "IMicrosoftGraphB2XIdentityUserFlow",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -253239,30 +264349,32 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgIdentityB2XUserFlow",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitycontainer-list-b2xuserflows?view=graph-rest-1.0"
},
{
"Module": "Identity.SignIns",
+ "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration",
+ "OutputType": "IMicrosoftGraphUserFlowApiConnectorConfiguration",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUserFlowApiConnectorConfiguration",
- "Command": "Get-MgIdentityB2XUserFlowApiConnectorConfiguration",
"Method": "GET",
- "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgIdentityB2XUserFlowApiConnectorConfiguration",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.SignIns",
- "Variants": [
- "Get"
- ],
- "OutputType": null,
- "Command": "Get-MgIdentityB2XUserFlowCount",
- "Method": "GET",
"Uri": "/identity/b2xUserFlows/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -253281,71 +264393,75 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgIdentityB2XUserFlowCount",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.SignIns",
+ "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/identityProviders/{identityProvider-id}",
+ "OutputType": "IMicrosoftGraphIdentityProvider",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphIdentityProvider",
- "Command": "Get-MgIdentityB2XUserFlowIdentityProvider",
+ ],
"Method": "GET",
- "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/identityProviders/{identityProvider-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgIdentityB2XUserFlowIdentityProvider",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.SignIns",
+ "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/identityProviders",
+ "OutputType": "IMicrosoftGraphIdentityProvider",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List",
"List1"
],
- "OutputType": "IMicrosoftGraphIdentityProvider",
- "Command": "Get-MgIdentityB2XUserFlowIdentityProvider",
"Method": "GET",
- "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/identityProviders",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgIdentityB2XUserFlowIdentityProvider",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/b2xidentityuserflow-list-identityproviders?view=graph-rest-1.0"
},
{
"Module": "Identity.SignIns",
+ "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userFlowIdentityProviders/$ref",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": null,
- "Command": "Get-MgIdentityB2XUserFlowIdentityProviderByRef",
"Method": "GET",
- "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userFlowIdentityProviders/$ref",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgIdentityB2XUserFlowIdentityProviderByRef",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.SignIns",
+ "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/identityProviders/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": null,
- "Command": "Get-MgIdentityB2XUserFlowIdentityProviderCount",
"Method": "GET",
- "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/identityProviders/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgIdentityB2XUserFlowIdentityProviderCount",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.SignIns",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphUserFlowLanguageConfiguration",
- "Command": "Get-MgIdentityB2XUserFlowLanguage",
- "Method": "GET",
"Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}",
+ "OutputType": "IMicrosoftGraphUserFlowLanguageConfiguration",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -253364,17 +264480,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.SignIns",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUserFlowLanguageConfiguration",
- "Command": "Get-MgIdentityB2XUserFlowLanguage",
"Method": "GET",
+ "Command": "Get-MgIdentityB2XUserFlowLanguage",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userflowlanguageconfiguration-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Identity.SignIns",
"Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages",
+ "OutputType": "IMicrosoftGraphUserFlowLanguageConfiguration",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -253393,18 +264511,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.SignIns",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgIdentityB2XUserFlowLanguageCount",
"Method": "GET",
+ "Command": "Get-MgIdentityB2XUserFlowLanguage",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/b2xidentityuserflow-list-languages?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Identity.SignIns",
"Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -253423,18 +264541,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.SignIns",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgIdentityB2XUserFlowLanguageDefaultPage",
"Method": "GET",
+ "Command": "Get-MgIdentityB2XUserFlowLanguageCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Identity.SignIns",
"Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -253453,17 +264572,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.SignIns",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUserFlowLanguagePage",
- "Command": "Get-MgIdentityB2XUserFlowLanguageDefaultPage",
"Method": "GET",
+ "Command": "Get-MgIdentityB2XUserFlowLanguageDefaultPage",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Identity.SignIns",
"Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages",
+ "OutputType": "IMicrosoftGraphUserFlowLanguagePage",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -253482,18 +264603,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.SignIns",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgIdentityB2XUserFlowLanguageDefaultPageContent",
"Method": "GET",
+ "Command": "Get-MgIdentityB2XUserFlowLanguageDefaultPage",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Identity.SignIns",
"Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}/$value",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -253512,18 +264633,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.SignIns",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgIdentityB2XUserFlowLanguageDefaultPageCount",
"Method": "GET",
+ "Command": "Get-MgIdentityB2XUserFlowLanguageDefaultPageContent",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Identity.SignIns",
"Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -253542,18 +264664,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.SignIns",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgIdentityB2XUserFlowLanguageOverridePage",
"Method": "GET",
+ "Command": "Get-MgIdentityB2XUserFlowLanguageDefaultPageCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Identity.SignIns",
"Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -253572,17 +264695,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.SignIns",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUserFlowLanguagePage",
- "Command": "Get-MgIdentityB2XUserFlowLanguageOverridePage",
"Method": "GET",
+ "Command": "Get-MgIdentityB2XUserFlowLanguageOverridePage",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Identity.SignIns",
"Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages",
+ "OutputType": "IMicrosoftGraphUserFlowLanguagePage",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -253601,18 +264726,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.SignIns",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgIdentityB2XUserFlowLanguageOverridePageContent",
"Method": "GET",
+ "Command": "Get-MgIdentityB2XUserFlowLanguageOverridePage",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userflowlanguageconfiguration-list-overridespages?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Identity.SignIns",
"Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}/$value",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -253631,18 +264756,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.SignIns",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgIdentityB2XUserFlowLanguageOverridePageCount",
"Method": "GET",
+ "Command": "Get-MgIdentityB2XUserFlowLanguageOverridePageContent",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userflowlanguageconfiguration-list-overridespages?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Identity.SignIns",
"Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -253661,70 +264787,75 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.SignIns",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphIdentityApiConnector",
- "Command": "Get-MgIdentityB2XUserFlowPostAttributeCollection",
"Method": "GET",
- "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postAttributeCollection",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgIdentityB2XUserFlowLanguageOverridePageCount",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.SignIns",
+ "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postAttributeCollection",
+ "OutputType": "IMicrosoftGraphIdentityApiConnector",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgIdentityB2XUserFlowPostAttributeCollectionByRef",
"Method": "GET",
- "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postAttributeCollection/$ref",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgIdentityB2XUserFlowPostAttributeCollection",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.SignIns",
+ "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postAttributeCollection/$ref",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphIdentityApiConnector",
- "Command": "Get-MgIdentityB2XUserFlowPostFederationSignup",
"Method": "GET",
- "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postFederationSignup",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgIdentityB2XUserFlowPostAttributeCollectionByRef",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.SignIns",
+ "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postFederationSignup",
+ "OutputType": "IMicrosoftGraphIdentityApiConnector",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgIdentityB2XUserFlowPostFederationSignupByRef",
"Method": "GET",
- "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postFederationSignup/$ref",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgIdentityB2XUserFlowPostFederationSignup",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.SignIns",
+ "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postFederationSignup/$ref",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphIdentityUserFlowAttributeAssignment",
- "Command": "Get-MgIdentityB2XUserFlowUserAttributeAssignment",
"Method": "GET",
+ "Command": "Get-MgIdentityB2XUserFlowPostFederationSignupByRef",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Identity.SignIns",
"Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}",
+ "OutputType": "IMicrosoftGraphIdentityUserFlowAttributeAssignment",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -253743,17 +264874,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.SignIns",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphIdentityUserFlowAttributeAssignment",
- "Command": "Get-MgIdentityB2XUserFlowUserAttributeAssignment",
"Method": "GET",
+ "Command": "Get-MgIdentityB2XUserFlowUserAttributeAssignment",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityuserflowattributeassignment-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Identity.SignIns",
"Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments",
+ "OutputType": "IMicrosoftGraphIdentityUserFlowAttributeAssignment",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -253772,18 +264905,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.SignIns",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgIdentityB2XUserFlowUserAttributeAssignmentCount",
"Method": "GET",
+ "Command": "Get-MgIdentityB2XUserFlowUserAttributeAssignment",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/b2xidentityuserflow-list-userattributeassignments?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Identity.SignIns",
"Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -253802,18 +264935,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.SignIns",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgIdentityB2XUserFlowUserAttributeAssignmentOrder",
"Method": "GET",
+ "Command": "Get-MgIdentityB2XUserFlowUserAttributeAssignmentCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Identity.SignIns",
"Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/getOrder",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -253832,43 +264966,47 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.SignIns",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphIdentityUserFlowAttribute",
- "Command": "Get-MgIdentityB2XUserFlowUserAttributeAssignmentUserAttribute",
"Method": "GET",
- "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}/userAttribute",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgIdentityB2XUserFlowUserAttributeAssignmentOrder",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.SignIns",
+ "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}/userAttribute",
+ "OutputType": "IMicrosoftGraphIdentityUserFlowAttribute",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAuthenticationContextClassReference",
- "Command": "Get-MgIdentityConditionalAccessAuthenticationContextClassReference",
"Method": "GET",
- "Uri": "/identity/conditionalAccess/authenticationContextClassReferences/{authenticationContextClassReference-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgIdentityB2XUserFlowUserAttributeAssignmentUserAttribute",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.SignIns",
+ "Uri": "/identity/conditionalAccess/authenticationContextClassReferences/{authenticationContextClassReference-id}",
+ "OutputType": "IMicrosoftGraphAuthenticationContextClassReference",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAuthenticationContextClassReference",
- "Command": "Get-MgIdentityConditionalAccessAuthenticationContextClassReference",
"Method": "GET",
+ "Command": "Get-MgIdentityConditionalAccessAuthenticationContextClassReference",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationcontextclassreference-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Identity.SignIns",
"Uri": "/identity/conditionalAccess/authenticationContextClassReferences",
+ "OutputType": "IMicrosoftGraphAuthenticationContextClassReference",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -253887,17 +265025,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.SignIns",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgIdentityConditionalAccessAuthenticationContextClassReferenceCount",
"Method": "GET",
+ "Command": "Get-MgIdentityConditionalAccessAuthenticationContextClassReference",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conditionalaccessroot-list-authenticationcontextclassreferences?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Identity.SignIns",
"Uri": "/identity/conditionalAccess/authenticationContextClassReferences/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -253916,129 +265055,138 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgIdentityConditionalAccessAuthenticationContextClassReferenceCount",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.SignIns",
+ "Uri": "/identity/conditionalAccess/namedLocations/{namedLocation-id}",
+ "OutputType": "IMicrosoftGraphNamedLocation",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphNamedLocation",
- "Command": "Get-MgIdentityConditionalAccessNamedLocation",
"Method": "GET",
- "Uri": "/identity/conditionalAccess/namedLocations/{namedLocation-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgIdentityConditionalAccessNamedLocation",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ipnamedlocation-get?view=graph-rest-1.0"
},
{
"Module": "Identity.SignIns",
+ "Uri": "/identity/conditionalAccess/namedLocations",
+ "OutputType": "IMicrosoftGraphNamedLocation",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphNamedLocation",
- "Command": "Get-MgIdentityConditionalAccessNamedLocation",
"Method": "GET",
- "Uri": "/identity/conditionalAccess/namedLocations",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgIdentityConditionalAccessNamedLocation",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conditionalaccessroot-list-namedlocations?view=graph-rest-1.0"
},
{
"Module": "Identity.SignIns",
+ "Uri": "/identity/conditionalAccess/namedLocations/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgIdentityConditionalAccessNamedLocationCount",
"Method": "GET",
- "Uri": "/identity/conditionalAccess/namedLocations/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgIdentityConditionalAccessNamedLocationCount",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.SignIns",
+ "Uri": "/identity/conditionalAccess/policies/{conditionalAccessPolicy-id}",
+ "OutputType": "IMicrosoftGraphConditionalAccessPolicy",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphConditionalAccessPolicy",
- "Command": "Get-MgIdentityConditionalAccessPolicy",
"Method": "GET",
- "Uri": "/identity/conditionalAccess/policies/{conditionalAccessPolicy-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgIdentityConditionalAccessPolicy",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conditionalaccesspolicy-get?view=graph-rest-1.0"
},
{
"Module": "Identity.SignIns",
+ "Uri": "/identity/conditionalAccess/policies",
+ "OutputType": "IMicrosoftGraphConditionalAccessPolicy",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphConditionalAccessPolicy",
- "Command": "Get-MgIdentityConditionalAccessPolicy",
"Method": "GET",
- "Uri": "/identity/conditionalAccess/policies",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgIdentityConditionalAccessPolicy",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conditionalaccessroot-list-policies?view=graph-rest-1.0"
},
{
"Module": "Identity.SignIns",
+ "Uri": "/identity/conditionalAccess/policies/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgIdentityConditionalAccessPolicyCount",
"Method": "GET",
- "Uri": "/identity/conditionalAccess/policies/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgIdentityConditionalAccessPolicyCount",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.SignIns",
+ "Uri": "/identity/conditionalAccess/templates/{conditionalAccessTemplate-id}",
+ "OutputType": "IMicrosoftGraphConditionalAccessTemplate",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphConditionalAccessTemplate",
- "Command": "Get-MgIdentityConditionalAccessTemplate",
"Method": "GET",
- "Uri": "/identity/conditionalAccess/templates/{conditionalAccessTemplate-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgIdentityConditionalAccessTemplate",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conditionalaccesstemplate-get?view=graph-rest-1.0"
},
{
"Module": "Identity.SignIns",
+ "Uri": "/identity/conditionalAccess/templates",
+ "OutputType": "IMicrosoftGraphConditionalAccessTemplate",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphConditionalAccessTemplate",
- "Command": "Get-MgIdentityConditionalAccessTemplate",
"Method": "GET",
- "Uri": "/identity/conditionalAccess/templates",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgIdentityConditionalAccessTemplate",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conditionalaccessroot-list-templates?view=graph-rest-1.0"
},
{
"Module": "Identity.SignIns",
+ "Uri": "/identity/conditionalAccess/templates/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgIdentityConditionalAccessTemplateCount",
"Method": "GET",
- "Uri": "/identity/conditionalAccess/templates/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgIdentityConditionalAccessTemplateCount",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphAccessReviewScheduleDefinition",
- "Command": "Get-MgIdentityGovernanceAccessReviewDefinition",
- "Method": "GET",
"Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}",
+ "OutputType": "IMicrosoftGraphAccessReviewScheduleDefinition",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -254057,17 +265205,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.Governance",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAccessReviewScheduleDefinition",
- "Command": "Get-MgIdentityGovernanceAccessReviewDefinition",
"Method": "GET",
+ "Command": "Get-MgIdentityGovernanceAccessReviewDefinition",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewscheduledefinition-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Identity.Governance",
"Uri": "/identityGovernance/accessReviews/definitions",
+ "OutputType": "IMicrosoftGraphAccessReviewScheduleDefinition",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -254086,17 +265236,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.Governance",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionCount",
"Method": "GET",
+ "Command": "Get-MgIdentityGovernanceAccessReviewDefinition",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewset-list-definitions?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Identity.Governance",
"Uri": "/identityGovernance/accessReviews/definitions/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -254115,18 +265266,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.Governance",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphAccessReviewInstance",
- "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstance",
"Method": "GET",
+ "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Identity.Governance",
"Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}",
+ "OutputType": "IMicrosoftGraphAccessReviewInstance",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -254145,17 +265296,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.Governance",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAccessReviewInstance",
- "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstance",
"Method": "GET",
+ "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstance",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Identity.Governance",
"Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances",
+ "OutputType": "IMicrosoftGraphAccessReviewInstance",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -254174,30 +265327,32 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstance",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewscheduledefinition-list-instances?view=graph-rest-1.0"
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers/{accessReviewReviewer-id}",
+ "OutputType": "IMicrosoftGraphAccessReviewReviewer",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAccessReviewReviewer",
- "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer",
"Method": "GET",
- "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers/{accessReviewReviewer-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphAccessReviewReviewer",
- "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer",
- "Method": "GET",
"Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers",
+ "OutputType": "IMicrosoftGraphAccessReviewReviewer",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -254216,18 +265371,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.Governance",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewerCount",
"Method": "GET",
+ "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-list-contactedreviewers?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Identity.Governance",
"Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -254246,18 +265401,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.Governance",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceCount",
"Method": "GET",
+ "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewerCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Identity.Governance",
"Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -254276,18 +265432,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.Governance",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem",
- "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceDecision",
"Method": "GET",
+ "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Identity.Governance",
"Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}",
+ "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -254306,17 +265463,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.Governance",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem",
- "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceDecision",
"Method": "GET",
+ "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceDecision",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstancedecisionitem-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Identity.Governance",
"Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions",
+ "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -254335,18 +265494,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.Governance",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceDecisionCount",
"Method": "GET",
+ "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceDecision",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-list-decisions?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Identity.Governance",
"Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -254365,56 +265524,60 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceDecisionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}",
+ "OutputType": "IMicrosoftGraphGovernanceInsight",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphGovernanceInsight",
- "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsight",
"Method": "GET",
- "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsight",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights",
+ "OutputType": "IMicrosoftGraphGovernanceInsight",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphGovernanceInsight",
- "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsight",
"Method": "GET",
- "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsight",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsightCount",
"Method": "GET",
- "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsightCount",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphAccessReviewStage",
- "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceStage",
- "Method": "GET",
"Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}",
+ "OutputType": "IMicrosoftGraphAccessReviewStage",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -254433,17 +265596,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.Governance",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAccessReviewStage",
- "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceStage",
"Method": "GET",
+ "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceStage",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewstage-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Identity.Governance",
"Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages",
+ "OutputType": "IMicrosoftGraphAccessReviewStage",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -254462,18 +265627,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.Governance",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceStageCount",
"Method": "GET",
+ "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceStage",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-list-stages?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Identity.Governance",
"Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -254492,18 +265657,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.Governance",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem",
- "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceStageDecision",
"Method": "GET",
+ "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceStageCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Identity.Governance",
"Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}",
+ "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -254522,17 +265688,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.Governance",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem",
- "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceStageDecision",
"Method": "GET",
+ "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceStageDecision",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstancedecisionitem-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Identity.Governance",
"Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions",
+ "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -254551,18 +265719,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.Governance",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionCount",
"Method": "GET",
+ "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceStageDecision",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewstage-list-decisions?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Identity.Governance",
"Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -254581,118 +265749,127 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}",
+ "OutputType": "IMicrosoftGraphGovernanceInsight",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphGovernanceInsight",
- "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInsight",
"Method": "GET",
- "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInsight",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights",
+ "OutputType": "IMicrosoftGraphGovernanceInsight",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphGovernanceInsight",
- "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInsight",
"Method": "GET",
- "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInsight",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}",
+ "OutputType": "IMicrosoftGraphAccessReviewHistoryDefinition",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAccessReviewHistoryDefinition",
- "Command": "Get-MgIdentityGovernanceAccessReviewHistoryDefinition",
"Method": "GET",
- "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgIdentityGovernanceAccessReviewHistoryDefinition",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewhistorydefinition-get?view=graph-rest-1.0"
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/accessReviews/historyDefinitions",
+ "OutputType": "IMicrosoftGraphAccessReviewHistoryDefinition",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphAccessReviewHistoryDefinition",
- "Command": "Get-MgIdentityGovernanceAccessReviewHistoryDefinition",
"Method": "GET",
- "Uri": "/identityGovernance/accessReviews/historyDefinitions",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgIdentityGovernanceAccessReviewHistoryDefinition",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewset-list-historydefinitions?view=graph-rest-1.0"
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/accessReviews/historyDefinitions/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgIdentityGovernanceAccessReviewHistoryDefinitionCount",
"Method": "GET",
- "Uri": "/identityGovernance/accessReviews/historyDefinitions/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgIdentityGovernanceAccessReviewHistoryDefinitionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances/{accessReviewHistoryInstance-id}",
+ "OutputType": "IMicrosoftGraphAccessReviewHistoryInstance",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAccessReviewHistoryInstance",
- "Command": "Get-MgIdentityGovernanceAccessReviewHistoryDefinitionInstance",
"Method": "GET",
- "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances/{accessReviewHistoryInstance-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgIdentityGovernanceAccessReviewHistoryDefinitionInstance",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances",
+ "OutputType": "IMicrosoftGraphAccessReviewHistoryInstance",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphAccessReviewHistoryInstance",
- "Command": "Get-MgIdentityGovernanceAccessReviewHistoryDefinitionInstance",
"Method": "GET",
- "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgIdentityGovernanceAccessReviewHistoryDefinitionInstance",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewhistorydefinition-list-instances?view=graph-rest-1.0"
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgIdentityGovernanceAccessReviewHistoryDefinitionInstanceCount",
"Method": "GET",
- "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgIdentityGovernanceAccessReviewHistoryDefinitionInstanceCount",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphAppConsentRequest",
- "Command": "Get-MgIdentityGovernanceAppConsentRequest",
- "Method": "GET",
"Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}",
+ "OutputType": "IMicrosoftGraphAppConsentRequest",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -254711,17 +265888,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.Governance",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAppConsentRequest",
- "Command": "Get-MgIdentityGovernanceAppConsentRequest",
"Method": "GET",
+ "Command": "Get-MgIdentityGovernanceAppConsentRequest",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/appconsentrequest-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Identity.Governance",
"Uri": "/identityGovernance/appConsent/appConsentRequests",
+ "OutputType": "IMicrosoftGraphAppConsentRequest",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -254740,17 +265919,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.Governance",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgIdentityGovernanceAppConsentRequestCount",
"Method": "GET",
+ "Command": "Get-MgIdentityGovernanceAppConsentRequest",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/appconsentapprovalroute-list-appconsentrequests?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Identity.Governance",
"Uri": "/identityGovernance/appConsent/appConsentRequests/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -254769,18 +265949,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.Governance",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphUserConsentRequest",
- "Command": "Get-MgIdentityGovernanceAppConsentRequestUserConsentRequest",
"Method": "GET",
+ "Command": "Get-MgIdentityGovernanceAppConsentRequestCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Identity.Governance",
"Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}",
+ "OutputType": "IMicrosoftGraphUserConsentRequest",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -254799,17 +265979,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.Governance",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUserConsentRequest",
- "Command": "Get-MgIdentityGovernanceAppConsentRequestUserConsentRequest",
"Method": "GET",
+ "Command": "Get-MgIdentityGovernanceAppConsentRequestUserConsentRequest",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userconsentrequest-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Identity.Governance",
"Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests",
+ "OutputType": "IMicrosoftGraphUserConsentRequest",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -254828,69 +266010,73 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgIdentityGovernanceAppConsentRequestUserConsentRequest",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/appconsentrequest-list-userconsentrequests?view=graph-rest-1.0"
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval",
+ "OutputType": "IMicrosoftGraphApproval",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphApproval",
- "Command": "Get-MgIdentityGovernanceAppConsentRequestUserConsentRequestApproval",
"Method": "GET",
- "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgIdentityGovernanceAppConsentRequestUserConsentRequestApproval",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/stages/{approvalStage-id}",
+ "OutputType": "IMicrosoftGraphApprovalStage",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphApprovalStage",
- "Command": "Get-MgIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStage",
"Method": "GET",
- "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/stages/{approvalStage-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStage",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/approvalstage-get?view=graph-rest-1.0"
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/stages",
+ "OutputType": "IMicrosoftGraphApprovalStage",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphApprovalStage",
- "Command": "Get-MgIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStage",
"Method": "GET",
- "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/stages",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStage",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/approval-list-stages?view=graph-rest-1.0"
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/stages/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStageCount",
"Method": "GET",
- "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/stages/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStageCount",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": null,
- "Command": "Get-MgIdentityGovernanceAppConsentRequestUserConsentRequestCount",
- "Method": "GET",
"Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -254909,18 +266095,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.Governance",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow",
- "Command": "Get-MgIdentityGovernanceLifecycleWorkflow",
"Method": "GET",
+ "Command": "Get-MgIdentityGovernanceAppConsentRequestUserConsentRequestCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Identity.Governance",
"Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}",
+ "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -254939,17 +266126,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.Governance",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow",
- "Command": "Get-MgIdentityGovernanceLifecycleWorkflow",
"Method": "GET",
+ "Command": "Get-MgIdentityGovernanceLifecycleWorkflow",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Identity.Governance",
"Uri": "/identityGovernance/lifecycleWorkflows/workflows",
+ "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -254968,17 +266157,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.Governance",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCount",
"Method": "GET",
+ "Command": "Get-MgIdentityGovernanceLifecycleWorkflow",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-lifecycleworkflowscontainer-list-workflows?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Identity.Governance",
"Uri": "/identityGovernance/lifecycleWorkflows/workflows/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -254997,69 +266187,73 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCount",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/createdBy",
+ "OutputType": "IMicrosoftGraphUser",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUser",
- "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCreatedBy",
"Method": "GET",
- "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/createdBy",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCreatedBy",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/createdBy/mailboxSettings",
+ "OutputType": "IMicrosoftGraphMailboxSettings",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCreatedByMailboxSetting",
"Method": "GET",
- "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/createdBy/mailboxSettings",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCreatedByMailboxSetting",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/createdBy/serviceProvisioningErrors",
+ "OutputType": "IMicrosoftGraphServiceProvisioningError",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCreatedByServiceProvisioningError",
"Method": "GET",
- "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/createdBy/serviceProvisioningErrors",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCreatedByServiceProvisioningError",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/createdBy/serviceProvisioningErrors/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCreatedByServiceProvisioningErrorCount",
"Method": "GET",
- "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/createdBy/serviceProvisioningErrors/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCreatedByServiceProvisioningErrorCount",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphIdentityGovernanceCustomTaskExtension",
- "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtension",
- "Method": "GET",
"Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}",
+ "OutputType": "IMicrosoftGraphIdentityGovernanceCustomTaskExtension",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -255078,17 +266272,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.Governance",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphIdentityGovernanceCustomTaskExtension",
- "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtension",
"Method": "GET",
+ "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtension",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-customtaskextension-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Identity.Governance",
"Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions",
+ "OutputType": "IMicrosoftGraphIdentityGovernanceCustomTaskExtension",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -255107,17 +266303,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.Governance",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCount",
"Method": "GET",
+ "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtension",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-lifecycleworkflowscontainer-list-customtaskextensions?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Identity.Governance",
"Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -255136,132 +266333,141 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/createdBy",
+ "OutputType": "IMicrosoftGraphUser",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUser",
- "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCreatedBy",
"Method": "GET",
- "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/createdBy",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCreatedBy",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/createdBy/mailboxSettings",
+ "OutputType": "IMicrosoftGraphMailboxSettings",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCreatedByMailboxSetting",
"Method": "GET",
- "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/createdBy/mailboxSettings",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCreatedByMailboxSetting",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/createdBy/serviceProvisioningErrors",
+ "OutputType": "IMicrosoftGraphServiceProvisioningError",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCreatedByServiceProvisioningError",
"Method": "GET",
- "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/createdBy/serviceProvisioningErrors",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCreatedByServiceProvisioningError",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/createdBy/serviceProvisioningErrors/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCreatedByServiceProvisioningErrorCount",
"Method": "GET",
- "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/createdBy/serviceProvisioningErrors/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCreatedByServiceProvisioningErrorCount",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/lastModifiedBy",
+ "OutputType": "IMicrosoftGraphUser",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUser",
- "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtensionLastModifiedBy",
"Method": "GET",
- "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/lastModifiedBy",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtensionLastModifiedBy",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/lastModifiedBy/mailboxSettings",
+ "OutputType": "IMicrosoftGraphMailboxSettings",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtensionLastModifiedByMailboxSetting",
"Method": "GET",
- "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/lastModifiedBy/mailboxSettings",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtensionLastModifiedByMailboxSetting",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/lastModifiedBy/serviceProvisioningErrors",
+ "OutputType": "IMicrosoftGraphServiceProvisioningError",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtensionLastModifiedByServiceProvisioningError",
"Method": "GET",
- "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/lastModifiedBy/serviceProvisioningErrors",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtensionLastModifiedByServiceProvisioningError",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/lastModifiedBy/serviceProvisioningErrors/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtensionLastModifiedByServiceProvisioningErrorCount",
"Method": "GET",
- "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/lastModifiedBy/serviceProvisioningErrors/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtensionLastModifiedByServiceProvisioningErrorCount",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems",
+ "OutputType": "IMicrosoftGraphDeletedItemContainer",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": "IMicrosoftGraphDeletedItemContainer",
- "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItem",
"Method": "GET",
- "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItem",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow",
- "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflow",
- "Method": "GET",
"Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}",
+ "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -255280,17 +266486,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.Governance",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow",
- "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflow",
"Method": "GET",
+ "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflow",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-deleteditemcontainer-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Identity.Governance",
"Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows",
+ "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -255309,17 +266517,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.Governance",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowCount",
"Method": "GET",
+ "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflow",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-lifecycleworkflowscontainer-list-deleteditems?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Identity.Governance",
"Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -255338,206 +266547,222 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowCount",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/createdBy",
+ "OutputType": "IMicrosoftGraphUser",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUser",
- "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowCreatedBy",
"Method": "GET",
- "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/createdBy",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowCreatedBy",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/executionScope/{userProcessingResult-id}",
+ "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult",
- "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowExecutionScope",
"Method": "GET",
- "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/executionScope/{userProcessingResult-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowExecutionScope",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/executionScope",
+ "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult",
- "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowExecutionScope",
"Method": "GET",
- "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/executionScope",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowExecutionScope",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/lastModifiedBy",
+ "OutputType": "IMicrosoftGraphUser",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUser",
- "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowLastModifiedBy",
"Method": "GET",
- "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/lastModifiedBy",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowLastModifiedBy",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}",
+ "OutputType": "IMicrosoftGraphIdentityGovernanceRun",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphIdentityGovernanceRun",
- "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowRun",
"Method": "GET",
- "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowRun",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-run-get?view=graph-rest-1.0"
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs",
+ "OutputType": "IMicrosoftGraphIdentityGovernanceRun",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphIdentityGovernanceRun",
- "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowRun",
"Method": "GET",
- "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowRun",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-list-runs?view=graph-rest-1.0"
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks/{task-id}",
+ "OutputType": "IMicrosoftGraphIdentityGovernanceTask",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphIdentityGovernanceTask",
- "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTask",
"Method": "GET",
- "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks/{task-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTask",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks",
+ "OutputType": "IMicrosoftGraphIdentityGovernanceTask",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphIdentityGovernanceTask",
- "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTask",
"Method": "GET",
- "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTask",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/taskReports/{taskReport-id}",
+ "OutputType": "IMicrosoftGraphIdentityGovernanceTaskReport",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphIdentityGovernanceTaskReport",
- "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTaskReport",
"Method": "GET",
- "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/taskReports/{taskReport-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTaskReport",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/taskReports",
+ "OutputType": "IMicrosoftGraphIdentityGovernanceTaskReport",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphIdentityGovernanceTaskReport",
- "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTaskReport",
"Method": "GET",
- "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/taskReports",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTaskReport",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-list-taskreports?view=graph-rest-1.0"
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}",
+ "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult",
- "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowUserProcessingResult",
"Method": "GET",
- "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowUserProcessingResult",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/userProcessingResults",
+ "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult",
- "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowUserProcessingResult",
"Method": "GET",
- "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/userProcessingResults",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowUserProcessingResult",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-list-userprocessingresults?view=graph-rest-1.0"
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}",
+ "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowVersion",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowVersion",
- "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowVersion",
"Method": "GET",
- "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowVersion",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflowversion-get?view=graph-rest-1.0"
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions",
+ "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowVersion",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowVersion",
- "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowVersion",
"Method": "GET",
- "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowVersion",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-list-versions?view=graph-rest-1.0"
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/executionScope/{userProcessingResult-id}",
+ "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult",
- "Command": "Get-MgIdentityGovernanceLifecycleWorkflowExecutionScope",
"Method": "GET",
- "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/executionScope/{userProcessingResult-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgIdentityGovernanceLifecycleWorkflowExecutionScope",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult",
- "Command": "Get-MgIdentityGovernanceLifecycleWorkflowExecutionScope",
- "Method": "GET",
"Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/executionScope",
+ "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -255556,18 +266781,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.Governance",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgIdentityGovernanceLifecycleWorkflowExecutionScopeCount",
"Method": "GET",
+ "Command": "Get-MgIdentityGovernanceLifecycleWorkflowExecutionScope",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Identity.Governance",
"Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/executionScope/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -255586,69 +266811,74 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgIdentityGovernanceLifecycleWorkflowExecutionScopeCount",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/lastModifiedBy",
+ "OutputType": "IMicrosoftGraphUser",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUser",
- "Command": "Get-MgIdentityGovernanceLifecycleWorkflowLastModifiedBy",
"Method": "GET",
- "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/lastModifiedBy",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgIdentityGovernanceLifecycleWorkflowLastModifiedBy",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/lastModifiedBy/mailboxSettings",
+ "OutputType": "IMicrosoftGraphMailboxSettings",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Command": "Get-MgIdentityGovernanceLifecycleWorkflowLastModifiedByMailboxSetting",
"Method": "GET",
- "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/lastModifiedBy/mailboxSettings",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgIdentityGovernanceLifecycleWorkflowLastModifiedByMailboxSetting",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/lastModifiedBy/serviceProvisioningErrors",
+ "OutputType": "IMicrosoftGraphServiceProvisioningError",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Command": "Get-MgIdentityGovernanceLifecycleWorkflowLastModifiedByServiceProvisioningError",
"Method": "GET",
- "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/lastModifiedBy/serviceProvisioningErrors",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgIdentityGovernanceLifecycleWorkflowLastModifiedByServiceProvisioningError",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/lastModifiedBy/serviceProvisioningErrors/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgIdentityGovernanceLifecycleWorkflowLastModifiedByServiceProvisioningErrorCount",
"Method": "GET",
- "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/lastModifiedBy/serviceProvisioningErrors/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgIdentityGovernanceLifecycleWorkflowLastModifiedByServiceProvisioningErrorCount",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphIdentityGovernanceRun",
- "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRun",
- "Method": "GET",
"Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}",
+ "OutputType": "IMicrosoftGraphIdentityGovernanceRun",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -255667,17 +266897,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.Governance",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphIdentityGovernanceRun",
- "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRun",
"Method": "GET",
+ "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRun",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-run-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Identity.Governance",
"Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs",
+ "OutputType": "IMicrosoftGraphIdentityGovernanceRun",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -255696,18 +266928,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.Governance",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunCount",
"Method": "GET",
+ "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRun",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-list-runs?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Identity.Governance",
"Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -255726,30 +266958,33 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.Governance",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult",
- "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunTaskProcessingResult",
"Method": "GET",
- "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunCount",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}",
+ "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult",
- "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunTaskProcessingResult",
"Method": "GET",
+ "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunTaskProcessingResult",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Identity.Governance",
"Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults",
+ "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -255768,18 +267003,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.Governance",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultCount",
"Method": "GET",
+ "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunTaskProcessingResult",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-run-list-taskprocessingresults?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Identity.Governance",
"Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -255798,82 +267033,88 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultCount",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/subject",
+ "OutputType": "IMicrosoftGraphUser",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUser",
- "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultSubject",
"Method": "GET",
- "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/subject",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultSubject",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings",
+ "OutputType": "IMicrosoftGraphMailboxSettings",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultSubjectMailboxSetting",
"Method": "GET",
- "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultSubjectMailboxSetting",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors",
+ "OutputType": "IMicrosoftGraphServiceProvisioningError",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultSubjectServiceProvisioningError",
"Method": "GET",
- "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultSubjectServiceProvisioningError",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultSubjectServiceProvisioningErrorCount",
"Method": "GET",
- "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultSubjectServiceProvisioningErrorCount",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/task",
+ "OutputType": "IMicrosoftGraphIdentityGovernanceTask",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphIdentityGovernanceTask",
- "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultTask",
"Method": "GET",
- "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/task",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultTask",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult",
- "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunUserProcessingResult",
- "Method": "GET",
"Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}",
+ "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -255892,17 +267133,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.Governance",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult",
- "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunUserProcessingResult",
"Method": "GET",
+ "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunUserProcessingResult",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-userprocessingresult-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Identity.Governance",
"Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults",
+ "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -255921,18 +267164,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.Governance",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunUserProcessingResultCount",
"Method": "GET",
+ "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunUserProcessingResult",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-run-list-userprocessingresults?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Identity.Governance",
"Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -255951,81 +267194,88 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunUserProcessingResultCount",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/subject",
+ "OutputType": "IMicrosoftGraphUser",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUser",
- "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunUserProcessingResultSubject",
"Method": "GET",
- "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/subject",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunUserProcessingResultSubject",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/subject/mailboxSettings",
+ "OutputType": "IMicrosoftGraphMailboxSettings",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunUserProcessingResultSubjectMailboxSetting",
"Method": "GET",
- "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/subject/mailboxSettings",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunUserProcessingResultSubjectMailboxSetting",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/subject/serviceProvisioningErrors",
+ "OutputType": "IMicrosoftGraphServiceProvisioningError",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunUserProcessingResultSubjectServiceProvisioningError",
"Method": "GET",
- "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/subject/serviceProvisioningErrors",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunUserProcessingResultSubjectServiceProvisioningError",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/subject/serviceProvisioningErrors/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunUserProcessingResultSubjectServiceProvisioningErrorCount",
"Method": "GET",
- "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/subject/serviceProvisioningErrors/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunUserProcessingResultSubjectServiceProvisioningErrorCount",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}",
+ "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult",
- "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunUserProcessingResultTaskProcessingResult",
"Method": "GET",
- "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunUserProcessingResultTaskProcessingResult",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult",
- "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunUserProcessingResultTaskProcessingResult",
- "Method": "GET",
"Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults",
+ "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -256044,17 +267294,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.Governance",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": "IMicrosoftGraphIdentityGovernanceLifecycleManagementSettings",
- "Command": "Get-MgIdentityGovernanceLifecycleWorkflowSetting",
"Method": "GET",
+ "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunUserProcessingResultTaskProcessingResult",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-userprocessingresult-list-taskprocessingresults?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Identity.Governance",
"Uri": "/identityGovernance/lifecycleWorkflows/settings",
+ "OutputType": "IMicrosoftGraphIdentityGovernanceLifecycleManagementSettings",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -256073,30 +267324,32 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgIdentityGovernanceLifecycleWorkflowSetting",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-lifecyclemanagementsettings-get?view=graph-rest-1.0"
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}",
+ "OutputType": "IMicrosoftGraphIdentityGovernanceTask",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphIdentityGovernanceTask",
- "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTask",
"Method": "GET",
- "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTask",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphIdentityGovernanceTask",
- "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTask",
- "Method": "GET",
"Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks",
+ "OutputType": "IMicrosoftGraphIdentityGovernanceTask",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -256115,18 +267368,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.Governance",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskCount",
"Method": "GET",
+ "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTask",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Identity.Governance",
"Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -256145,18 +267398,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.Governance",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphIdentityGovernanceTaskDefinition",
- "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskDefinition",
"Method": "GET",
+ "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Identity.Governance",
"Uri": "/identityGovernance/lifecycleWorkflows/taskDefinitions/{taskDefinition-id}",
+ "OutputType": "IMicrosoftGraphIdentityGovernanceTaskDefinition",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -256175,17 +267429,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.Governance",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphIdentityGovernanceTaskDefinition",
- "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskDefinition",
"Method": "GET",
+ "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskDefinition",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-taskdefinition-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Identity.Governance",
"Uri": "/identityGovernance/lifecycleWorkflows/taskDefinitions",
+ "OutputType": "IMicrosoftGraphIdentityGovernanceTaskDefinition",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -256204,17 +267460,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.Governance",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskDefinitionCount",
"Method": "GET",
+ "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskDefinition",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-lifecycleworkflowscontainer-list-taskdefinitions?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Identity.Governance",
"Uri": "/identityGovernance/lifecycleWorkflows/taskDefinitions/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -256233,30 +267490,32 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskDefinitionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}",
+ "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult",
- "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskProcessingResult",
"Method": "GET",
- "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskProcessingResult",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult",
- "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskProcessingResult",
- "Method": "GET",
"Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults",
+ "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -256275,18 +267534,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.Governance",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskProcessingResultCount",
"Method": "GET",
+ "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskProcessingResult",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Identity.Governance",
"Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -256305,94 +267564,102 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskProcessingResultCount",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject",
+ "OutputType": "IMicrosoftGraphUser",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUser",
- "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskProcessingResultSubject",
"Method": "GET",
- "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskProcessingResultSubject",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings",
+ "OutputType": "IMicrosoftGraphMailboxSettings",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskProcessingResultSubjectMailboxSetting",
"Method": "GET",
- "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskProcessingResultSubjectMailboxSetting",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors",
+ "OutputType": "IMicrosoftGraphServiceProvisioningError",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskProcessingResultSubjectServiceProvisioningError",
"Method": "GET",
- "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskProcessingResultSubjectServiceProvisioningError",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskProcessingResultSubjectServiceProvisioningErrorCount",
"Method": "GET",
- "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskProcessingResultSubjectServiceProvisioningErrorCount",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/task",
+ "OutputType": "IMicrosoftGraphIdentityGovernanceTask",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphIdentityGovernanceTask",
- "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskProcessingResultTask",
"Method": "GET",
- "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/task",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskProcessingResultTask",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}",
+ "OutputType": "IMicrosoftGraphIdentityGovernanceTaskReport",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphIdentityGovernanceTaskReport",
- "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskReport",
"Method": "GET",
- "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskReport",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphIdentityGovernanceTaskReport",
- "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskReport",
- "Method": "GET",
"Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports",
+ "OutputType": "IMicrosoftGraphIdentityGovernanceTaskReport",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -256411,18 +267678,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.Governance",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskReportCount",
"Method": "GET",
+ "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskReport",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-list-taskreports?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Identity.Governance",
"Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -256441,56 +267708,61 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.Governance",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphIdentityGovernanceTask",
- "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskReportTask",
"Method": "GET",
- "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/task",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskReportCount",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/task",
+ "OutputType": "IMicrosoftGraphIdentityGovernanceTask",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphIdentityGovernanceTaskDefinition",
- "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskReportTaskDefinition",
"Method": "GET",
- "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskDefinition",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskReportTask",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskDefinition",
+ "OutputType": "IMicrosoftGraphIdentityGovernanceTaskDefinition",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult",
- "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResult",
"Method": "GET",
- "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskReportTaskDefinition",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}",
+ "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult",
- "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResult",
"Method": "GET",
+ "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResult",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Identity.Governance",
"Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults",
+ "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -256509,18 +267781,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.Governance",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultCount",
"Method": "GET",
+ "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResult",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-taskreport-list-taskprocessingresults?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Identity.Governance",
"Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -256539,82 +267811,88 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultCount",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/subject",
+ "OutputType": "IMicrosoftGraphUser",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUser",
- "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultSubject",
"Method": "GET",
- "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/subject",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultSubject",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings",
+ "OutputType": "IMicrosoftGraphMailboxSettings",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultSubjectMailboxSetting",
"Method": "GET",
- "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultSubjectMailboxSetting",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors",
+ "OutputType": "IMicrosoftGraphServiceProvisioningError",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultSubjectServiceProvisioningError",
"Method": "GET",
- "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultSubjectServiceProvisioningError",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultSubjectServiceProvisioningErrorCount",
"Method": "GET",
- "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultSubjectServiceProvisioningErrorCount",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/task",
+ "OutputType": "IMicrosoftGraphIdentityGovernanceTask",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphIdentityGovernanceTask",
- "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultTask",
"Method": "GET",
- "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/task",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultTask",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowTemplate",
- "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplate",
- "Method": "GET",
"Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}",
+ "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowTemplate",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -256633,17 +267911,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.Governance",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowTemplate",
- "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplate",
"Method": "GET",
+ "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplate",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflowtemplate-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Identity.Governance",
"Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates",
+ "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowTemplate",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -256662,17 +267942,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.Governance",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplateCount",
"Method": "GET",
+ "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplate",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-lifecycleworkflowscontainer-list-workflowtemplates?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Identity.Governance",
"Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -256691,170 +267972,183 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplateCount",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}",
+ "OutputType": "IMicrosoftGraphIdentityGovernanceTask",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphIdentityGovernanceTask",
- "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplateTask",
"Method": "GET",
- "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplateTask",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks",
+ "OutputType": "IMicrosoftGraphIdentityGovernanceTask",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphIdentityGovernanceTask",
- "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplateTask",
"Method": "GET",
- "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplateTask",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplateTaskCount",
"Method": "GET",
- "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplateTaskCount",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}",
+ "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult",
- "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResult",
"Method": "GET",
- "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResult",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults",
+ "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult",
- "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResult",
"Method": "GET",
- "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResult",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultCount",
"Method": "GET",
- "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultCount",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject",
+ "OutputType": "IMicrosoftGraphUser",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUser",
- "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultSubject",
"Method": "GET",
- "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultSubject",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings",
+ "OutputType": "IMicrosoftGraphMailboxSettings",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultSubjectMailboxSetting",
"Method": "GET",
- "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultSubjectMailboxSetting",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors",
+ "OutputType": "IMicrosoftGraphServiceProvisioningError",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultSubjectServiceProvisioningError",
"Method": "GET",
- "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultSubjectServiceProvisioningError",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultSubjectServiceProvisioningErrorCount",
"Method": "GET",
- "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultSubjectServiceProvisioningErrorCount",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/task",
+ "OutputType": "IMicrosoftGraphIdentityGovernanceTask",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphIdentityGovernanceTask",
- "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultTask",
"Method": "GET",
- "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/task",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultTask",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}",
+ "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult",
- "Command": "Get-MgIdentityGovernanceLifecycleWorkflowUserProcessingResult",
"Method": "GET",
- "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgIdentityGovernanceLifecycleWorkflowUserProcessingResult",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult",
- "Command": "Get-MgIdentityGovernanceLifecycleWorkflowUserProcessingResult",
- "Method": "GET",
"Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults",
+ "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -256873,18 +268167,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.Governance",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgIdentityGovernanceLifecycleWorkflowUserProcessingResultCount",
"Method": "GET",
+ "Command": "Get-MgIdentityGovernanceLifecycleWorkflowUserProcessingResult",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-list-userprocessingresults?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Identity.Governance",
"Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -256903,81 +268197,88 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgIdentityGovernanceLifecycleWorkflowUserProcessingResultCount",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/subject",
+ "OutputType": "IMicrosoftGraphUser",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUser",
- "Command": "Get-MgIdentityGovernanceLifecycleWorkflowUserProcessingResultSubject",
"Method": "GET",
- "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/subject",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgIdentityGovernanceLifecycleWorkflowUserProcessingResultSubject",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/subject/mailboxSettings",
+ "OutputType": "IMicrosoftGraphMailboxSettings",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Command": "Get-MgIdentityGovernanceLifecycleWorkflowUserProcessingResultSubjectMailboxSetting",
"Method": "GET",
- "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/subject/mailboxSettings",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgIdentityGovernanceLifecycleWorkflowUserProcessingResultSubjectMailboxSetting",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/subject/serviceProvisioningErrors",
+ "OutputType": "IMicrosoftGraphServiceProvisioningError",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Command": "Get-MgIdentityGovernanceLifecycleWorkflowUserProcessingResultSubjectServiceProvisioningError",
"Method": "GET",
- "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/subject/serviceProvisioningErrors",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgIdentityGovernanceLifecycleWorkflowUserProcessingResultSubjectServiceProvisioningError",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/subject/serviceProvisioningErrors/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgIdentityGovernanceLifecycleWorkflowUserProcessingResultSubjectServiceProvisioningErrorCount",
"Method": "GET",
- "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/subject/serviceProvisioningErrors/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgIdentityGovernanceLifecycleWorkflowUserProcessingResultSubjectServiceProvisioningErrorCount",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}",
+ "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult",
- "Command": "Get-MgIdentityGovernanceLifecycleWorkflowUserProcessingResultTaskProcessingResult",
"Method": "GET",
- "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgIdentityGovernanceLifecycleWorkflowUserProcessingResultTaskProcessingResult",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult",
- "Command": "Get-MgIdentityGovernanceLifecycleWorkflowUserProcessingResultTaskProcessingResult",
- "Method": "GET",
"Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults",
+ "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -256996,18 +268297,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.Governance",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowVersion",
- "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersion",
"Method": "GET",
+ "Command": "Get-MgIdentityGovernanceLifecycleWorkflowUserProcessingResultTaskProcessingResult",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-userprocessingresult-list-taskprocessingresults?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Identity.Governance",
"Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}",
+ "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowVersion",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -257026,17 +268327,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.Governance",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowVersion",
- "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersion",
"Method": "GET",
+ "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersion",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflowversion-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Identity.Governance",
"Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions",
+ "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowVersion",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -257055,18 +268358,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.Governance",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionCount",
"Method": "GET",
+ "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersion",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-list-versions?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Identity.Governance",
"Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -257085,120 +268388,129 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/createdBy",
+ "OutputType": "IMicrosoftGraphUser",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUser",
- "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionCreatedBy",
"Method": "GET",
- "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/createdBy",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionCreatedBy",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/createdBy/mailboxSettings",
+ "OutputType": "IMicrosoftGraphMailboxSettings",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionCreatedByMailboxSetting",
"Method": "GET",
- "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/createdBy/mailboxSettings",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionCreatedByMailboxSetting",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/createdBy/serviceProvisioningErrors",
+ "OutputType": "IMicrosoftGraphServiceProvisioningError",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionCreatedByServiceProvisioningError",
"Method": "GET",
- "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/createdBy/serviceProvisioningErrors",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionCreatedByServiceProvisioningError",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/createdBy/serviceProvisioningErrors/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionCreatedByServiceProvisioningErrorCount",
"Method": "GET",
- "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/createdBy/serviceProvisioningErrors/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionCreatedByServiceProvisioningErrorCount",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/lastModifiedBy",
+ "OutputType": "IMicrosoftGraphUser",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUser",
- "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionLastModifiedBy",
"Method": "GET",
- "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/lastModifiedBy",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionLastModifiedBy",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/lastModifiedBy/mailboxSettings",
+ "OutputType": "IMicrosoftGraphMailboxSettings",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionLastModifiedByMailboxSetting",
"Method": "GET",
- "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/lastModifiedBy/mailboxSettings",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionLastModifiedByMailboxSetting",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/lastModifiedBy/serviceProvisioningErrors",
+ "OutputType": "IMicrosoftGraphServiceProvisioningError",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionLastModifiedByServiceProvisioningError",
"Method": "GET",
- "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/lastModifiedBy/serviceProvisioningErrors",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionLastModifiedByServiceProvisioningError",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": null,
- "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionLastModifiedByServiceProvisioningErrorCount",
- "Method": "GET",
"Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/lastModifiedBy/serviceProvisioningErrors/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
- "Permissions": []
- },
- {
- "Module": "Identity.Governance",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphIdentityGovernanceTask",
- "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionTask",
"Method": "GET",
+ "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionLastModifiedByServiceProvisioningErrorCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Identity.Governance",
"Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}",
+ "OutputType": "IMicrosoftGraphIdentityGovernanceTask",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -257217,17 +268529,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.Governance",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphIdentityGovernanceTask",
- "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionTask",
"Method": "GET",
+ "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionTask",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Identity.Governance",
"Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks",
+ "OutputType": "IMicrosoftGraphIdentityGovernanceTask",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -257246,18 +268560,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.Governance",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionTaskCount",
"Method": "GET",
+ "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionTask",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Identity.Governance",
"Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -257276,1043 +268590,1125 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionTaskCount",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}",
+ "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult",
- "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResult",
"Method": "GET",
- "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResult",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults",
+ "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult",
- "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResult",
"Method": "GET",
- "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResult",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultCount",
"Method": "GET",
- "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultCount",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject",
+ "OutputType": "IMicrosoftGraphUser",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUser",
- "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultSubject",
"Method": "GET",
- "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultSubject",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings",
+ "OutputType": "IMicrosoftGraphMailboxSettings",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultSubjectMailboxSetting",
"Method": "GET",
- "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultSubjectMailboxSetting",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors",
+ "OutputType": "IMicrosoftGraphServiceProvisioningError",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultSubjectServiceProvisioningError",
"Method": "GET",
- "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultSubjectServiceProvisioningError",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultSubjectServiceProvisioningErrorCount",
"Method": "GET",
- "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultSubjectServiceProvisioningErrorCount",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/task",
+ "OutputType": "IMicrosoftGraphIdentityGovernanceTask",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphIdentityGovernanceTask",
- "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultTask",
"Method": "GET",
- "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/task",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultTask",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/privilegedAccess",
+ "OutputType": "IMicrosoftGraphPrivilegedAccessRoot",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": "IMicrosoftGraphPrivilegedAccessRoot",
- "Command": "Get-MgIdentityGovernancePrivilegedAccess",
"Method": "GET",
- "Uri": "/identityGovernance/privilegedAccess",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgIdentityGovernancePrivilegedAccess",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/privilegedAccess/group",
+ "OutputType": "IMicrosoftGraphPrivilegedAccessGroup",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": "IMicrosoftGraphPrivilegedAccessGroup",
- "Command": "Get-MgIdentityGovernancePrivilegedAccessGroup",
"Method": "GET",
- "Uri": "/identityGovernance/privilegedAccess/group",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgIdentityGovernancePrivilegedAccessGroup",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}",
+ "OutputType": "IMicrosoftGraphApproval",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphApproval",
- "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentApproval",
"Method": "GET",
- "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentApproval",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals",
+ "OutputType": "IMicrosoftGraphApproval",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphApproval",
- "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentApproval",
"Method": "GET",
- "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentApproval",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentApprovalCount",
"Method": "GET",
- "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentApprovalCount",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}/stages/{approvalStage-id}",
+ "OutputType": "IMicrosoftGraphApprovalStage",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphApprovalStage",
- "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentApprovalStage",
"Method": "GET",
- "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}/stages/{approvalStage-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentApprovalStage",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/approvalstage-get?view=graph-rest-1.0"
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}/stages",
+ "OutputType": "IMicrosoftGraphApprovalStage",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphApprovalStage",
- "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentApprovalStage",
"Method": "GET",
- "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}/stages",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentApprovalStage",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/approval-list-stages?view=graph-rest-1.0"
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}/stages/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentApprovalStageCount",
"Method": "GET",
- "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}/stages/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentApprovalStageCount",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}",
+ "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentSchedule",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentSchedule",
- "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentSchedule",
"Method": "GET",
- "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentSchedule",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupassignmentschedule-get?view=graph-rest-1.0"
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules",
+ "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentSchedule",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentSchedule",
- "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentSchedule",
"Method": "GET",
- "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentSchedule",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroup-list-assignmentschedules?view=graph-rest-1.0"
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}/activatedUsing",
+ "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule",
- "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleActivatedUsing",
"Method": "GET",
- "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}/activatedUsing",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleActivatedUsing",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleCount",
"Method": "GET",
- "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleCount",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}/group",
+ "OutputType": "IMicrosoftGraphGroup",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphGroup",
- "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleGroup",
"Method": "GET",
- "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}/group",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleGroup",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}/group/serviceProvisioningErrors",
+ "OutputType": "IMicrosoftGraphServiceProvisioningError",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleGroupServiceProvisioningError",
"Method": "GET",
- "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}/group/serviceProvisioningErrors",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleGroupServiceProvisioningError",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}/group/serviceProvisioningErrors/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleGroupServiceProvisioningErrorCount",
"Method": "GET",
- "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}/group/serviceProvisioningErrors/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleGroupServiceProvisioningErrorCount",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}",
+ "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleInstance",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleInstance",
- "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstance",
"Method": "GET",
- "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstance",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupassignmentscheduleinstance-get?view=graph-rest-1.0"
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances",
+ "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleInstance",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleInstance",
- "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstance",
"Method": "GET",
- "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstance",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroup-list-assignmentscheduleinstances?view=graph-rest-1.0"
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}/activatedUsing",
+ "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleInstance",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleInstance",
- "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstanceActivatedUsing",
"Method": "GET",
- "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}/activatedUsing",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstanceActivatedUsing",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstanceCount",
"Method": "GET",
- "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstanceCount",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}/group",
+ "OutputType": "IMicrosoftGraphGroup",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphGroup",
- "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstanceGroup",
"Method": "GET",
- "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}/group",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstanceGroup",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}/group/serviceProvisioningErrors",
+ "OutputType": "IMicrosoftGraphServiceProvisioningError",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstanceGroupServiceProvisioningError",
"Method": "GET",
- "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}/group/serviceProvisioningErrors",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstanceGroupServiceProvisioningError",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}/group/serviceProvisioningErrors/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstanceGroupServiceProvisioningErrorCount",
"Method": "GET",
- "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}/group/serviceProvisioningErrors/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstanceGroupServiceProvisioningErrorCount",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}/principal",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstancePrincipal",
"Method": "GET",
- "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}/principal",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstancePrincipal",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}/principal",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentSchedulePrincipal",
"Method": "GET",
- "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}/principal",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentSchedulePrincipal",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}",
+ "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleRequest",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleRequest",
- "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequest",
"Method": "GET",
- "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequest",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupassignmentschedulerequest-get?view=graph-rest-1.0"
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests",
+ "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleRequest",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleRequest",
- "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequest",
"Method": "GET",
- "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequest",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroup-list-assignmentschedulerequests?view=graph-rest-1.0"
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/activatedUsing",
+ "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule",
- "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestActivatedUsing",
"Method": "GET",
- "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/activatedUsing",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestActivatedUsing",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestCount",
"Method": "GET",
- "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestCount",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/group",
+ "OutputType": "IMicrosoftGraphGroup",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphGroup",
- "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestGroup",
"Method": "GET",
- "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/group",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestGroup",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/group/serviceProvisioningErrors",
+ "OutputType": "IMicrosoftGraphServiceProvisioningError",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestGroupServiceProvisioningError",
"Method": "GET",
- "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/group/serviceProvisioningErrors",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestGroupServiceProvisioningError",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/group/serviceProvisioningErrors/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestGroupServiceProvisioningErrorCount",
"Method": "GET",
- "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/group/serviceProvisioningErrors/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestGroupServiceProvisioningErrorCount",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/principal",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestPrincipal",
"Method": "GET",
- "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/principal",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestPrincipal",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/targetSchedule",
+ "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule",
- "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestTargetSchedule",
"Method": "GET",
- "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/targetSchedule",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestTargetSchedule",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}",
+ "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule",
- "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilitySchedule",
"Method": "GET",
- "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilitySchedule",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupeligibilityschedule-get?view=graph-rest-1.0"
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules",
+ "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule",
- "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilitySchedule",
"Method": "GET",
- "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilitySchedule",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroup-list-eligibilityschedules?view=graph-rest-1.0"
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleCount",
"Method": "GET",
- "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleCount",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}/group",
+ "OutputType": "IMicrosoftGraphGroup",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphGroup",
- "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleGroup",
"Method": "GET",
- "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}/group",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleGroup",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}/group/serviceProvisioningErrors",
+ "OutputType": "IMicrosoftGraphServiceProvisioningError",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleGroupServiceProvisioningError",
"Method": "GET",
- "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}/group/serviceProvisioningErrors",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleGroupServiceProvisioningError",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}/group/serviceProvisioningErrors/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleGroupServiceProvisioningErrorCount",
"Method": "GET",
- "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}/group/serviceProvisioningErrors/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleGroupServiceProvisioningErrorCount",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}",
+ "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleInstance",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleInstance",
- "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstance",
"Method": "GET",
- "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstance",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupeligibilityscheduleinstance-get?view=graph-rest-1.0"
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances",
+ "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleInstance",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleInstance",
- "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstance",
"Method": "GET",
- "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstance",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroup-list-eligibilityscheduleinstances?view=graph-rest-1.0"
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstanceCount",
"Method": "GET",
- "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstanceCount",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}/group",
+ "OutputType": "IMicrosoftGraphGroup",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphGroup",
- "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstanceGroup",
"Method": "GET",
- "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}/group",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstanceGroup",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}/group/serviceProvisioningErrors",
+ "OutputType": "IMicrosoftGraphServiceProvisioningError",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstanceGroupServiceProvisioningError",
"Method": "GET",
- "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}/group/serviceProvisioningErrors",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstanceGroupServiceProvisioningError",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}/group/serviceProvisioningErrors/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstanceGroupServiceProvisioningErrorCount",
"Method": "GET",
- "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}/group/serviceProvisioningErrors/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstanceGroupServiceProvisioningErrorCount",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}/principal",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstancePrincipal",
"Method": "GET",
- "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}/principal",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstancePrincipal",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}/principal",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilitySchedulePrincipal",
"Method": "GET",
- "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}/principal",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilitySchedulePrincipal",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}",
+ "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleRequest",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleRequest",
- "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequest",
"Method": "GET",
- "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequest",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupeligibilityschedulerequest-get?view=graph-rest-1.0"
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests",
+ "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleRequest",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleRequest",
- "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequest",
"Method": "GET",
- "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequest",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroup-list-eligibilityschedulerequests?view=graph-rest-1.0"
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestCount",
"Method": "GET",
- "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestCount",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}/group",
+ "OutputType": "IMicrosoftGraphGroup",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphGroup",
- "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestGroup",
"Method": "GET",
- "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}/group",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestGroup",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}/group/serviceProvisioningErrors",
+ "OutputType": "IMicrosoftGraphServiceProvisioningError",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestGroupServiceProvisioningError",
"Method": "GET",
- "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}/group/serviceProvisioningErrors",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestGroupServiceProvisioningError",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}/group/serviceProvisioningErrors/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestGroupServiceProvisioningErrorCount",
"Method": "GET",
- "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}/group/serviceProvisioningErrors/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestGroupServiceProvisioningErrorCount",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}/principal",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestPrincipal",
"Method": "GET",
- "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}/principal",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestPrincipal",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}/targetSchedule",
+ "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule",
- "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestTargetSchedule",
"Method": "GET",
- "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}/targetSchedule",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestTargetSchedule",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}",
+ "OutputType": "IMicrosoftGraphAgreement",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAgreement",
- "Command": "Get-MgIdentityGovernanceTermsOfUseAgreement",
"Method": "GET",
- "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgIdentityGovernanceTermsOfUseAgreement",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/agreement-list-files?view=graph-rest-1.0"
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/termsOfUse/agreements",
+ "OutputType": "IMicrosoftGraphAgreement",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphAgreement",
- "Command": "Get-MgIdentityGovernanceTermsOfUseAgreement",
"Method": "GET",
- "Uri": "/identityGovernance/termsOfUse/agreements",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgIdentityGovernanceTermsOfUseAgreement",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termsofusecontainer-list-agreements?view=graph-rest-1.0"
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/termsOfUse/agreementAcceptances/{agreementAcceptance-id}",
+ "OutputType": "IMicrosoftGraphAgreementAcceptance",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphAgreementAcceptance",
- "Command": "Get-MgIdentityGovernanceTermsOfUseAgreementAcceptance",
"Method": "GET",
- "Uri": "/identityGovernance/termsOfUse/agreementAcceptances/{agreementAcceptance-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgIdentityGovernanceTermsOfUseAgreementAcceptance",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/termsOfUse/agreementAcceptances",
+ "OutputType": "IMicrosoftGraphAgreementAcceptance",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List",
"List1"
],
- "OutputType": "IMicrosoftGraphAgreementAcceptance",
- "Command": "Get-MgIdentityGovernanceTermsOfUseAgreementAcceptance",
"Method": "GET",
- "Uri": "/identityGovernance/termsOfUse/agreementAcceptances",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgIdentityGovernanceTermsOfUseAgreementAcceptance",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/termsOfUse/agreementAcceptances/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgIdentityGovernanceTermsOfUseAgreementAcceptanceCount",
"Method": "GET",
- "Uri": "/identityGovernance/termsOfUse/agreementAcceptances/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgIdentityGovernanceTermsOfUseAgreementAcceptanceCount",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/termsOfUse/agreements/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgIdentityGovernanceTermsOfUseAgreementCount",
"Method": "GET",
- "Uri": "/identityGovernance/termsOfUse/agreements/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgIdentityGovernanceTermsOfUseAgreementCount",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file",
+ "OutputType": "IMicrosoftGraphAgreementFile",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAgreementFile",
- "Command": "Get-MgIdentityGovernanceTermsOfUseAgreementFile",
"Method": "GET",
- "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgIdentityGovernanceTermsOfUseAgreementFile",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/agreementfile-get?view=graph-rest-1.0"
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files",
+ "OutputType": "IMicrosoftGraphAgreementFileLocalization",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphAgreementFileLocalization",
- "Command": "Get-MgIdentityGovernanceTermsOfUseAgreementFile",
"Method": "GET",
- "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgIdentityGovernanceTermsOfUseAgreementFile",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgIdentityGovernanceTermsOfUseAgreementFileCount",
"Method": "GET",
- "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgIdentityGovernanceTermsOfUseAgreementFileCount",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}",
+ "OutputType": "IMicrosoftGraphAgreementFileLocalization",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAgreementFileLocalization",
- "Command": "Get-MgIdentityGovernanceTermsOfUseAgreementFileLocalization",
"Method": "GET",
- "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgIdentityGovernanceTermsOfUseAgreementFileLocalization",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations",
+ "OutputType": "IMicrosoftGraphAgreementFileLocalization",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphAgreementFileLocalization",
- "Command": "Get-MgIdentityGovernanceTermsOfUseAgreementFileLocalization",
"Method": "GET",
- "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgIdentityGovernanceTermsOfUseAgreementFileLocalization",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/agreementfile-list-localizations?view=graph-rest-1.0"
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgIdentityGovernanceTermsOfUseAgreementFileLocalizationCount",
"Method": "GET",
- "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgIdentityGovernanceTermsOfUseAgreementFileLocalizationCount",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}",
+ "OutputType": "IMicrosoftGraphAgreementFileVersion",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAgreementFileVersion",
- "Command": "Get-MgIdentityGovernanceTermsOfUseAgreementFileLocalizationVersion",
"Method": "GET",
- "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgIdentityGovernanceTermsOfUseAgreementFileLocalizationVersion",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions",
+ "OutputType": "IMicrosoftGraphAgreementFileVersion",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphAgreementFileVersion",
- "Command": "Get-MgIdentityGovernanceTermsOfUseAgreementFileLocalizationVersion",
"Method": "GET",
- "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgIdentityGovernanceTermsOfUseAgreementFileLocalizationVersion",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgIdentityGovernanceTermsOfUseAgreementFileLocalizationVersionCount",
"Method": "GET",
- "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgIdentityGovernanceTermsOfUseAgreementFileLocalizationVersionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}",
+ "OutputType": "IMicrosoftGraphAgreementFileVersion",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAgreementFileVersion",
- "Command": "Get-MgIdentityGovernanceTermsOfUseAgreementFileVersion",
"Method": "GET",
- "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgIdentityGovernanceTermsOfUseAgreementFileVersion",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions",
+ "OutputType": "IMicrosoftGraphAgreementFileVersion",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphAgreementFileVersion",
- "Command": "Get-MgIdentityGovernanceTermsOfUseAgreementFileVersion",
"Method": "GET",
- "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgIdentityGovernanceTermsOfUseAgreementFileVersion",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgIdentityGovernanceTermsOfUseAgreementFileVersionCount",
"Method": "GET",
- "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgIdentityGovernanceTermsOfUseAgreementFileVersionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.SignIns",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphIdentityProviderBase",
- "Command": "Get-MgIdentityProvider",
- "Method": "GET",
"Uri": "/identity/identityProviders/{identityProviderBase-id}",
+ "OutputType": "IMicrosoftGraphIdentityProviderBase",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -258331,17 +269727,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.SignIns",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphIdentityProviderBase",
- "Command": "Get-MgIdentityProvider",
"Method": "GET",
+ "Command": "Get-MgIdentityProvider",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityproviderbase-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Identity.SignIns",
"Uri": "/identity/identityProviders",
+ "OutputType": "IMicrosoftGraphIdentityProviderBase",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -258360,17 +269758,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.SignIns",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgIdentityProviderCount",
"Method": "GET",
+ "Command": "Get-MgIdentityProvider",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitycontainer-list-identityproviders?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Identity.SignIns",
"Uri": "/identity/identityProviders/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -258389,18 +269788,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.SignIns",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphIdentityUserFlowAttribute",
- "Command": "Get-MgIdentityUserFlowAttribute",
"Method": "GET",
+ "Command": "Get-MgIdentityProviderCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Identity.SignIns",
"Uri": "/identity/userFlowAttributes/{identityUserFlowAttribute-id}",
+ "OutputType": "IMicrosoftGraphIdentityUserFlowAttribute",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -258419,17 +269818,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.SignIns",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphIdentityUserFlowAttribute",
- "Command": "Get-MgIdentityUserFlowAttribute",
"Method": "GET",
+ "Command": "Get-MgIdentityUserFlowAttribute",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityuserflowattribute-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Identity.SignIns",
"Uri": "/identity/userFlowAttributes",
+ "OutputType": "IMicrosoftGraphIdentityUserFlowAttribute",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -258448,17 +269849,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.SignIns",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgIdentityUserFlowAttributeCount",
"Method": "GET",
+ "Command": "Get-MgIdentityUserFlowAttribute",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityuserflowattribute-list?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Identity.SignIns",
"Uri": "/identity/userFlowAttributes/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -258477,42 +269879,44 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.SignIns",
+ ],
"Variants": [
"Get"
],
- "OutputType": "IMicrosoftGraphInformationProtection",
- "Command": "Get-MgInformationProtection",
"Method": "GET",
- "Uri": "/informationProtection",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgIdentityUserFlowAttributeCount",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.SignIns",
+ "Uri": "/informationProtection",
+ "OutputType": "IMicrosoftGraphInformationProtection",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": "IMicrosoftGraphBitlocker",
- "Command": "Get-MgInformationProtectionBitlocker",
"Method": "GET",
- "Uri": "/informationProtection/bitlocker",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgInformationProtection",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.SignIns",
+ "Uri": "/informationProtection/bitlocker",
+ "OutputType": "IMicrosoftGraphBitlocker",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphBitlockerRecoveryKey",
- "Command": "Get-MgInformationProtectionBitlockerRecoveryKey",
"Method": "GET",
+ "Command": "Get-MgInformationProtectionBitlocker",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Identity.SignIns",
"Uri": "/informationProtection/bitlocker/recoveryKeys/{bitlockerRecoveryKey-id}",
+ "OutputType": "IMicrosoftGraphBitlockerRecoveryKey",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -258531,17 +269935,19 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.SignIns",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphBitlockerRecoveryKey",
- "Command": "Get-MgInformationProtectionBitlockerRecoveryKey",
"Method": "GET",
+ "Command": "Get-MgInformationProtectionBitlockerRecoveryKey",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bitlockerrecoverykey-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Identity.SignIns",
"Uri": "/informationProtection/bitlocker/recoveryKeys",
+ "OutputType": "IMicrosoftGraphBitlockerRecoveryKey",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -258560,17 +269966,18 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.SignIns",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgInformationProtectionBitlockerRecoveryKeyCount",
"Method": "GET",
+ "Command": "Get-MgInformationProtectionBitlockerRecoveryKey",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bitlocker-list-recoverykeys?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Identity.SignIns",
"Uri": "/informationProtection/bitlocker/recoveryKeys/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -258589,18 +269996,18 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.SignIns",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphThreatAssessmentRequest",
- "Command": "Get-MgInformationProtectionThreatAssessmentRequest",
"Method": "GET",
+ "Command": "Get-MgInformationProtectionBitlockerRecoveryKeyCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Identity.SignIns",
"Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}",
+ "OutputType": "IMicrosoftGraphThreatAssessmentRequest",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -258619,17 +270026,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": true
}
- ]
- },
- {
- "Module": "Identity.SignIns",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphThreatAssessmentRequest",
- "Command": "Get-MgInformationProtectionThreatAssessmentRequest",
"Method": "GET",
+ "Command": "Get-MgInformationProtectionThreatAssessmentRequest",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/threatassessmentrequest-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Identity.SignIns",
"Uri": "/informationProtection/threatAssessmentRequests",
+ "OutputType": "IMicrosoftGraphThreatAssessmentRequest",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -258648,17 +270057,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": true
}
- ]
- },
- {
- "Module": "Identity.SignIns",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgInformationProtectionThreatAssessmentRequestCount",
"Method": "GET",
+ "Command": "Get-MgInformationProtectionThreatAssessmentRequest",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/informationprotection-list-threatassessmentrequests?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Identity.SignIns",
"Uri": "/informationProtection/threatAssessmentRequests/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -258677,169 +270087,181 @@
"PermissionType": "Application",
"IsLeastPrivilege": true
}
- ]
+ ],
+ "Variants": [
+ "Get"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgInformationProtectionThreatAssessmentRequestCount",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.SignIns",
+ "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}",
+ "OutputType": "IMicrosoftGraphThreatAssessmentResult",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphThreatAssessmentResult",
- "Command": "Get-MgInformationProtectionThreatAssessmentRequestResult",
"Method": "GET",
- "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgInformationProtectionThreatAssessmentRequestResult",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.SignIns",
+ "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results",
+ "OutputType": "IMicrosoftGraphThreatAssessmentResult",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphThreatAssessmentResult",
- "Command": "Get-MgInformationProtectionThreatAssessmentRequestResult",
"Method": "GET",
- "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgInformationProtectionThreatAssessmentRequestResult",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.SignIns",
+ "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgInformationProtectionThreatAssessmentRequestResultCount",
"Method": "GET",
- "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgInformationProtectionThreatAssessmentRequestResultCount",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.SignIns",
+ "Uri": "/invitations/{invitation-id}",
+ "OutputType": "IMicrosoftGraphInvitation",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphInvitation",
- "Command": "Get-MgInvitation",
"Method": "GET",
- "Uri": "/invitations/{invitation-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgInvitation",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.SignIns",
+ "Uri": "/invitations",
+ "OutputType": "IMicrosoftGraphInvitation",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphInvitation",
- "Command": "Get-MgInvitation",
"Method": "GET",
- "Uri": "/invitations",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgInvitation",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.SignIns",
+ "Uri": "/invitations/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgInvitationCount",
"Method": "GET",
- "Uri": "/invitations/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgInvitationCount",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.SignIns",
+ "Uri": "/invitations/{invitation-id}/invitedUser/mailboxSettings",
+ "OutputType": "IMicrosoftGraphMailboxSettings",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Command": "Get-MgInvitationInvitedUserMailboxSetting",
"Method": "GET",
- "Uri": "/invitations/{invitation-id}/invitedUser/mailboxSettings",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgInvitationInvitedUserMailboxSetting",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.SignIns",
+ "Uri": "/invitations/{invitation-id}/invitedUser/serviceProvisioningErrors",
+ "OutputType": "IMicrosoftGraphServiceProvisioningError",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Command": "Get-MgInvitationInvitedUserServiceProvisioningError",
"Method": "GET",
- "Uri": "/invitations/{invitation-id}/invitedUser/serviceProvisioningErrors",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgInvitationInvitedUserServiceProvisioningError",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.SignIns",
+ "Uri": "/invitations/{invitation-id}/invitedUser/serviceProvisioningErrors/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgInvitationInvitedUserServiceProvisioningErrorCount",
"Method": "GET",
- "Uri": "/invitations/{invitation-id}/invitedUser/serviceProvisioningErrors/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgInvitationInvitedUserServiceProvisioningErrorCount",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.SignIns",
+ "Uri": "/invitations/{invitation-id}/invitedUserSponsors/{directoryObject-id}",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgInvitationInvitedUserSponsor",
"Method": "GET",
- "Uri": "/invitations/{invitation-id}/invitedUserSponsors/{directoryObject-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgInvitationInvitedUserSponsor",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.SignIns",
+ "Uri": "/invitations/{invitation-id}/invitedUserSponsors",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgInvitationInvitedUserSponsor",
"Method": "GET",
- "Uri": "/invitations/{invitation-id}/invitedUserSponsors",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgInvitationInvitedUserSponsor",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.SignIns",
+ "Uri": "/invitations/{invitation-id}/invitedUserSponsors/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgInvitationInvitedUserSponsorCount",
"Method": "GET",
- "Uri": "/invitations/{invitation-id}/invitedUserSponsors/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgInvitationInvitedUserSponsorCount",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.SignIns",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphOAuth2PermissionGrant",
- "Command": "Get-MgOauth2PermissionGrant",
- "Method": "GET",
"Uri": "/oauth2PermissionGrants/{oAuth2PermissionGrant-id}",
+ "OutputType": "IMicrosoftGraphOAuth2PermissionGrant",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -258866,17 +270288,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.SignIns",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphOAuth2PermissionGrant",
- "Command": "Get-MgOauth2PermissionGrant",
"Method": "GET",
+ "Command": "Get-MgOauth2PermissionGrant",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/oauth2permissiongrant-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Identity.SignIns",
"Uri": "/oauth2PermissionGrants",
+ "OutputType": "IMicrosoftGraphOAuth2PermissionGrant",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -258903,17 +270327,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.SignIns",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgOauth2PermissionGrantCount",
"Method": "GET",
+ "Command": "Get-MgOauth2PermissionGrant",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/oauth2permissiongrant-list?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Identity.SignIns",
"Uri": "/oauth2PermissionGrants/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -258940,17 +270365,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.SignIns",
+ ],
"Variants": [
- "Delta"
+ "Get"
],
- "OutputType": "IMicrosoftGraphOAuth2PermissionGrant",
- "Command": "Get-MgOauth2PermissionGrantDelta",
"Method": "GET",
+ "Command": "Get-MgOauth2PermissionGrantCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Identity.SignIns",
"Uri": "/oauth2PermissionGrants/delta",
+ "OutputType": "IMicrosoftGraphOAuth2PermissionGrant",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -258977,18 +270403,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.DirectoryManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Delta"
],
- "OutputType": "IMicrosoftGraphOrganization",
- "Command": "Get-MgOrganization",
"Method": "GET",
+ "Command": "Get-MgOauth2PermissionGrantDelta",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Identity.DirectoryManagement",
"Uri": "/organization/{organization-id}",
+ "OutputType": "IMicrosoftGraphOrganization",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -259023,17 +270449,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.DirectoryManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphOrganization",
- "Command": "Get-MgOrganization",
"Method": "GET",
+ "Command": "Get-MgOrganization",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-onboarding-organization-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Identity.DirectoryManagement",
"Uri": "/organization",
+ "OutputType": "IMicrosoftGraphOrganization",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -259108,18 +270536,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.DirectoryManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": "IMicrosoftGraphOrganizationalBranding",
- "Command": "Get-MgOrganizationBranding",
"Method": "GET",
+ "Command": "Get-MgOrganization",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-onboarding-organization-list?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Identity.DirectoryManagement",
"Uri": "/organization/{organization-id}/branding",
+ "OutputType": "IMicrosoftGraphOrganizationalBranding",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -259162,83 +270590,89 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.DirectoryManagement",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgOrganizationBrandingBackgroundImage",
"Method": "GET",
- "Uri": "/organization/{organization-id}/branding/backgroundImage",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgOrganizationBranding",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organizationalbranding-get?view=graph-rest-1.0"
},
{
"Module": "Identity.DirectoryManagement",
+ "Uri": "/organization/{organization-id}/branding/backgroundImage",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgOrganizationBrandingBannerLogo",
"Method": "GET",
- "Uri": "/organization/{organization-id}/branding/bannerLogo",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgOrganizationBrandingBackgroundImage",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organizationalbranding-get?view=graph-rest-1.0"
},
{
"Module": "Identity.DirectoryManagement",
+ "Uri": "/organization/{organization-id}/branding/bannerLogo",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgOrganizationBrandingCustomCss",
"Method": "GET",
- "Uri": "/organization/{organization-id}/branding/customCSS",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgOrganizationBrandingBannerLogo",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organizationalbranding-get?view=graph-rest-1.0"
},
{
"Module": "Identity.DirectoryManagement",
+ "Uri": "/organization/{organization-id}/branding/customCSS",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgOrganizationBrandingFavicon",
"Method": "GET",
- "Uri": "/organization/{organization-id}/branding/favicon",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgOrganizationBrandingCustomCss",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organizationalbranding-get?view=graph-rest-1.0"
},
{
"Module": "Identity.DirectoryManagement",
+ "Uri": "/organization/{organization-id}/branding/favicon",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgOrganizationBrandingHeaderLogo",
"Method": "GET",
- "Uri": "/organization/{organization-id}/branding/headerLogo",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgOrganizationBrandingFavicon",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organizationalbranding-get?view=graph-rest-1.0"
},
{
"Module": "Identity.DirectoryManagement",
+ "Uri": "/organization/{organization-id}/branding/headerLogo",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphOrganizationalBrandingLocalization",
- "Command": "Get-MgOrganizationBrandingLocalization",
"Method": "GET",
+ "Command": "Get-MgOrganizationBrandingHeaderLogo",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organizationalbranding-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Identity.DirectoryManagement",
"Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}",
+ "OutputType": "IMicrosoftGraphOrganizationalBrandingLocalization",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -259281,17 +270715,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.DirectoryManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphOrganizationalBrandingLocalization",
- "Command": "Get-MgOrganizationBrandingLocalization",
"Method": "GET",
+ "Command": "Get-MgOrganizationBrandingLocalization",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organizationalbrandinglocalization-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Identity.DirectoryManagement",
"Uri": "/organization/{organization-id}/branding/localizations",
+ "OutputType": "IMicrosoftGraphOrganizationalBrandingLocalization",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -259334,18 +270770,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.DirectoryManagement",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgOrganizationBrandingLocalizationBackgroundImage",
"Method": "GET",
+ "Command": "Get-MgOrganizationBrandingLocalization",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organizationalbranding-list-localizations?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Identity.DirectoryManagement",
"Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/backgroundImage",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -259364,18 +270800,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.DirectoryManagement",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgOrganizationBrandingLocalizationBannerLogo",
"Method": "GET",
+ "Command": "Get-MgOrganizationBrandingLocalizationBackgroundImage",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organizationalbranding-list-localizations?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Identity.DirectoryManagement",
"Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/bannerLogo",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -259394,18 +270831,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.DirectoryManagement",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgOrganizationBrandingLocalizationCount",
"Method": "GET",
+ "Command": "Get-MgOrganizationBrandingLocalizationBannerLogo",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organizationalbranding-list-localizations?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Identity.DirectoryManagement",
"Uri": "/organization/{organization-id}/branding/localizations/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -259448,18 +270886,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.DirectoryManagement",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgOrganizationBrandingLocalizationCustomCss",
"Method": "GET",
+ "Command": "Get-MgOrganizationBrandingLocalizationCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Identity.DirectoryManagement",
"Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/customCSS",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -259478,18 +270917,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.DirectoryManagement",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgOrganizationBrandingLocalizationFavicon",
"Method": "GET",
+ "Command": "Get-MgOrganizationBrandingLocalizationCustomCss",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organizationalbranding-list-localizations?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Identity.DirectoryManagement",
"Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/favicon",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -259508,18 +270948,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.DirectoryManagement",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgOrganizationBrandingLocalizationHeaderLogo",
"Method": "GET",
+ "Command": "Get-MgOrganizationBrandingLocalizationFavicon",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organizationalbranding-list-localizations?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Identity.DirectoryManagement",
"Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/headerLogo",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -259538,18 +270979,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.DirectoryManagement",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgOrganizationBrandingLocalizationSquareLogo",
"Method": "GET",
+ "Command": "Get-MgOrganizationBrandingLocalizationHeaderLogo",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organizationalbranding-list-localizations?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Identity.DirectoryManagement",
"Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/squareLogo",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -259568,18 +271010,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.DirectoryManagement",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgOrganizationBrandingLocalizationSquareLogoDark",
"Method": "GET",
+ "Command": "Get-MgOrganizationBrandingLocalizationSquareLogo",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organizationalbranding-list-localizations?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Identity.DirectoryManagement",
"Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/squareLogoDark",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -259598,57 +271041,61 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgOrganizationBrandingLocalizationSquareLogoDark",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organizationalbranding-list-localizations?view=graph-rest-1.0"
},
{
"Module": "Identity.DirectoryManagement",
+ "Uri": "/organization/{organization-id}/branding/squareLogo",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgOrganizationBrandingSquareLogo",
"Method": "GET",
- "Uri": "/organization/{organization-id}/branding/squareLogo",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgOrganizationBrandingSquareLogo",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organizationalbranding-get?view=graph-rest-1.0"
},
{
"Module": "Identity.DirectoryManagement",
+ "Uri": "/organization/{organization-id}/branding/squareLogoDark",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgOrganizationBrandingSquareLogoDark",
"Method": "GET",
- "Uri": "/organization/{organization-id}/branding/squareLogoDark",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgOrganizationBrandingSquareLogoDark",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organizationalbranding-get?view=graph-rest-1.0"
},
{
"Module": "Identity.DirectoryManagement",
+ "Uri": "/organization/getByIds",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetExpanded"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgOrganizationById",
"Method": "POST",
- "Uri": "/organization/getByIds",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgOrganizationById",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0"
},
{
"Module": "Identity.SignIns",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphCertificateBasedAuthConfiguration",
- "Command": "Get-MgOrganizationCertificateBasedAuthConfiguration",
- "Method": "GET",
"Uri": "/organization/{organization-id}/certificateBasedAuthConfiguration/{certificateBasedAuthConfiguration-id}",
+ "OutputType": "IMicrosoftGraphCertificateBasedAuthConfiguration",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -259667,17 +271114,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.SignIns",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphCertificateBasedAuthConfiguration",
- "Command": "Get-MgOrganizationCertificateBasedAuthConfiguration",
"Method": "GET",
+ "Command": "Get-MgOrganizationCertificateBasedAuthConfiguration",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/certificatebasedauthconfiguration-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Identity.SignIns",
"Uri": "/organization/{organization-id}/certificateBasedAuthConfiguration",
+ "OutputType": "IMicrosoftGraphCertificateBasedAuthConfiguration",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -259696,18 +271145,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.SignIns",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgOrganizationCertificateBasedAuthConfigurationCount",
"Method": "GET",
+ "Command": "Get-MgOrganizationCertificateBasedAuthConfiguration",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/certificatebasedauthconfiguration-list?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Identity.SignIns",
"Uri": "/organization/{organization-id}/certificateBasedAuthConfiguration/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -259726,17 +271175,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.DirectoryManagement",
+ ],
"Variants": [
- "Get"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgOrganizationCount",
"Method": "GET",
+ "Command": "Get-MgOrganizationCertificateBasedAuthConfigurationCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Identity.DirectoryManagement",
"Uri": "/organization/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -259811,283 +271262,238 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgOrganizationCount",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.DirectoryManagement",
+ "Uri": "/organization/{organization-id}/extensions/{extension-id}",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgOrganizationExtension",
"Method": "GET",
- "Uri": "/organization/{organization-id}/extensions/{extension-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgOrganizationExtension",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.DirectoryManagement",
+ "Uri": "/organization/{organization-id}/extensions",
+ "OutputType": "IMicrosoftGraphExtension",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphExtension",
- "Command": "Get-MgOrganizationExtension",
"Method": "GET",
- "Uri": "/organization/{organization-id}/extensions",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgOrganizationExtension",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.DirectoryManagement",
+ "Uri": "/organization/{organization-id}/extensions/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgOrganizationExtensionCount",
"Method": "GET",
- "Uri": "/organization/{organization-id}/extensions/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgOrganizationExtensionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.DirectoryManagement",
+ "Uri": "/organization/{organization-id}/getMemberGroups",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetExpanded",
"GetViaIdentity",
"GetViaIdentityExpanded"
],
- "OutputType": null,
- "Command": "Get-MgOrganizationMemberGroup",
"Method": "POST",
- "Uri": "/organization/{organization-id}/getMemberGroups",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgOrganizationMemberGroup",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0"
},
{
"Module": "Identity.DirectoryManagement",
+ "Uri": "/organization/{organization-id}/getMemberObjects",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetExpanded",
"GetViaIdentity",
"GetViaIdentityExpanded"
],
- "OutputType": null,
- "Command": "Get-MgOrganizationMemberObject",
"Method": "POST",
- "Uri": "/organization/{organization-id}/getMemberObjects",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgOrganizationMemberObject",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0"
},
{
"Module": "Calendar",
+ "Uri": "/places/{place-id}/room",
+ "OutputType": "IMicrosoftGraphRoom",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphRoom",
- "Command": "Get-MgPlaceAsRoom",
"Method": "GET",
- "Uri": "/places/{place-id}/room",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgPlaceAsRoom",
+ "ApiReferenceLink": null
},
{
"Module": "Calendar",
+ "Uri": "/places/room",
+ "OutputType": "IMicrosoftGraphRoom",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphRoom",
- "Command": "Get-MgPlaceAsRoom",
"Method": "GET",
- "Uri": "/places/room",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgPlaceAsRoom",
+ "ApiReferenceLink": null
},
{
"Module": "Calendar",
+ "Uri": "/places/{place-id}/roomList",
+ "OutputType": "IMicrosoftGraphRoomList",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphRoomList",
- "Command": "Get-MgPlaceAsRoomList",
"Method": "GET",
- "Uri": "/places/{place-id}/roomList",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgPlaceAsRoomList",
+ "ApiReferenceLink": null
},
{
"Module": "Calendar",
+ "Uri": "/places/roomList",
+ "OutputType": "IMicrosoftGraphRoomList",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphRoomList",
- "Command": "Get-MgPlaceAsRoomList",
"Method": "GET",
- "Uri": "/places/roomList",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgPlaceAsRoomList",
+ "ApiReferenceLink": null
},
{
"Module": "Calendar",
+ "Uri": "/places/{place-id}/roomList/rooms/{room-id}",
+ "OutputType": "IMicrosoftGraphRoom",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphRoom",
- "Command": "Get-MgPlaceAsRoomListRoom",
"Method": "GET",
- "Uri": "/places/{place-id}/roomList/rooms/{room-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgPlaceAsRoomListRoom",
+ "ApiReferenceLink": null
},
{
"Module": "Calendar",
+ "Uri": "/places/{place-id}/roomList/rooms",
+ "OutputType": "IMicrosoftGraphRoom",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphRoom",
- "Command": "Get-MgPlaceAsRoomListRoom",
"Method": "GET",
- "Uri": "/places/{place-id}/roomList/rooms",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgPlaceAsRoomListRoom",
+ "ApiReferenceLink": null
},
{
"Module": "Calendar",
+ "Uri": "/places/{place-id}/roomList/rooms/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgPlaceAsRoomListRoomCount",
"Method": "GET",
- "Uri": "/places/{place-id}/roomList/rooms/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgPlaceAsRoomListRoomCount",
+ "ApiReferenceLink": null
},
{
"Module": "Calendar",
+ "Uri": "/places/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgPlaceCount",
"Method": "GET",
- "Uri": "/places/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgPlaceCount",
+ "ApiReferenceLink": null
},
{
"Module": "Calendar",
+ "Uri": "/places/room/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgPlaceCountAsRoom",
"Method": "GET",
- "Uri": "/places/room/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgPlaceCountAsRoom",
+ "ApiReferenceLink": null
},
{
"Module": "Calendar",
- "Variants": [
- "Get"
- ],
- "OutputType": null,
- "Command": "Get-MgPlaceCountAsRoomList",
- "Method": "GET",
"Uri": "/places/roomList/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
- "Permissions": []
- },
- {
- "Module": "Planner",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": "IMicrosoftGraphPlanner",
- "Command": "Get-MgPlanner",
"Method": "GET",
- "Uri": "/planner",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgPlaceCountAsRoomList",
+ "ApiReferenceLink": null
},
{
"Module": "Planner",
+ "Uri": "/planner",
+ "OutputType": "IMicrosoftGraphPlanner",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphPlannerBucket",
- "Command": "Get-MgPlannerBucket",
"Method": "GET",
- "Uri": "/planner/buckets/{plannerBucket-id}",
- "ApiVersion": "v1.0",
- "Permissions": [
- {
- "Name": "Tasks.Read",
- "Description": "Read your tasks and task lists",
- "FullDescription": "Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.",
- "IsAdmin": false,
- "PermissionType": "DelegatedWork",
- "IsLeastPrivilege": true
- },
- {
- "Name": "Tasks.Read.All",
- "Description": "Read all users’ tasks and tasklist",
- "FullDescription": "Allows the app to read all users’ tasks and task lists in your organization, without a signed-in user.",
- "IsAdmin": false,
- "PermissionType": "Application",
- "IsLeastPrivilege": true
- },
- {
- "Name": "Tasks.ReadWrite",
- "Description": "Create, read, update, and delete your tasks and task lists",
- "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.",
- "IsAdmin": false,
- "PermissionType": "DelegatedWork",
- "IsLeastPrivilege": false
- },
- {
- "Name": "Group.ReadWrite.All",
- "Description": "Read and write all groups",
- "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.",
- "IsAdmin": true,
- "PermissionType": "DelegatedWork",
- "IsLeastPrivilege": false
- },
- {
- "Name": "Group.Read.All",
- "Description": "Read all groups",
- "FullDescription": "Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ",
- "IsAdmin": true,
- "PermissionType": "DelegatedWork",
- "IsLeastPrivilege": false
- },
- {
- "Name": "Tasks.ReadWrite.All",
- "Description": "Read and write all users’ tasks and tasklists",
- "FullDescription": "Allows the app to create, read, update and delete all users’ tasks and task lists in your organization, without a signed-in user",
- "IsAdmin": false,
- "PermissionType": "Application",
- "IsLeastPrivilege": false
- }
- ]
+ "Command": "Get-MgPlanner",
+ "ApiReferenceLink": null
},
{
"Module": "Planner",
- "Variants": [
- "List"
- ],
+ "Uri": "/planner/buckets/{plannerBucket-id}",
"OutputType": "IMicrosoftGraphPlannerBucket",
- "Command": "Get-MgPlannerBucket",
- "Method": "GET",
- "Uri": "/planner/buckets",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -260138,78 +271544,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Planner",
+ ],
"Variants": [
- "Get"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgPlannerBucketCount",
"Method": "GET",
- "Uri": "/planner/buckets/$count",
- "ApiVersion": "v1.0",
- "Permissions": [
- {
- "Name": "Tasks.Read",
- "Description": "Read your tasks and task lists",
- "FullDescription": "Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.",
- "IsAdmin": false,
- "PermissionType": "DelegatedWork",
- "IsLeastPrivilege": true
- },
- {
- "Name": "Tasks.Read.All",
- "Description": "Read all users’ tasks and tasklist",
- "FullDescription": "Allows the app to read all users’ tasks and task lists in your organization, without a signed-in user.",
- "IsAdmin": false,
- "PermissionType": "Application",
- "IsLeastPrivilege": true
- },
- {
- "Name": "Tasks.ReadWrite",
- "Description": "Create, read, update, and delete your tasks and task lists",
- "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.",
- "IsAdmin": false,
- "PermissionType": "DelegatedWork",
- "IsLeastPrivilege": false
- },
- {
- "Name": "Group.ReadWrite.All",
- "Description": "Read and write all groups",
- "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.",
- "IsAdmin": true,
- "PermissionType": "DelegatedWork",
- "IsLeastPrivilege": false
- },
- {
- "Name": "Group.Read.All",
- "Description": "Read all groups",
- "FullDescription": "Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ",
- "IsAdmin": true,
- "PermissionType": "DelegatedWork",
- "IsLeastPrivilege": false
- },
- {
- "Name": "Tasks.ReadWrite.All",
- "Description": "Read and write all users’ tasks and tasklists",
- "FullDescription": "Allows the app to create, read, update and delete all users’ tasks and task lists in your organization, without a signed-in user",
- "IsAdmin": false,
- "PermissionType": "Application",
- "IsLeastPrivilege": false
- }
- ]
+ "Command": "Get-MgPlannerBucket",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerbucket-get?view=graph-rest-1.0"
},
{
"Module": "Planner",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphPlannerTask",
- "Command": "Get-MgPlannerBucketTask",
- "Method": "GET",
- "Uri": "/planner/buckets/{plannerBucket-id}/tasks",
+ "Uri": "/planner/buckets",
+ "OutputType": "IMicrosoftGraphPlannerBucket",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -260260,18 +271607,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Planner",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": "IMicrosoftGraphPlannerPlan",
- "Command": "Get-MgPlannerPlan",
"Method": "GET",
- "Uri": "/planner/plans/{plannerPlan-id}",
+ "Command": "Get-MgPlannerBucket",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/planner-list-buckets?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Planner",
+ "Uri": "/planner/buckets/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -260322,17 +271669,80 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgPlannerBucketCount",
+ "ApiReferenceLink": null
},
{
"Module": "Planner",
+ "Uri": "/planner/buckets/{plannerBucket-id}/tasks",
+ "OutputType": "IMicrosoftGraphPlannerTask",
+ "ApiVersion": "v1.0",
+ "Permissions": [
+ {
+ "Name": "Tasks.Read",
+ "Description": "Read your tasks and task lists",
+ "FullDescription": "Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.",
+ "IsAdmin": false,
+ "PermissionType": "DelegatedWork",
+ "IsLeastPrivilege": true
+ },
+ {
+ "Name": "Tasks.Read.All",
+ "Description": "Read all users’ tasks and tasklist",
+ "FullDescription": "Allows the app to read all users’ tasks and task lists in your organization, without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": true
+ },
+ {
+ "Name": "Tasks.ReadWrite",
+ "Description": "Create, read, update, and delete your tasks and task lists",
+ "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.",
+ "IsAdmin": false,
+ "PermissionType": "DelegatedWork",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "Group.ReadWrite.All",
+ "Description": "Read and write all groups",
+ "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.",
+ "IsAdmin": true,
+ "PermissionType": "DelegatedWork",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "Group.Read.All",
+ "Description": "Read all groups",
+ "FullDescription": "Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ",
+ "IsAdmin": true,
+ "PermissionType": "DelegatedWork",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "Tasks.ReadWrite.All",
+ "Description": "Read and write all users’ tasks and tasklists",
+ "FullDescription": "Allows the app to create, read, update and delete all users’ tasks and task lists in your organization, without a signed-in user",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ }
+ ],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphPlannerPlan",
- "Command": "Get-MgPlannerPlan",
"Method": "GET",
- "Uri": "/planner/plans",
+ "Command": "Get-MgPlannerBucketTask",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerbucket-list-tasks?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Planner",
+ "Uri": "/planner/plans/{plannerPlan-id}",
+ "OutputType": "IMicrosoftGraphPlannerPlan",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -260383,17 +271793,81 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgPlannerPlan",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplan-get?view=graph-rest-1.0"
},
{
"Module": "Planner",
+ "Uri": "/planner/plans",
+ "OutputType": "IMicrosoftGraphPlannerPlan",
+ "ApiVersion": "v1.0",
+ "Permissions": [
+ {
+ "Name": "Tasks.Read",
+ "Description": "Read your tasks and task lists",
+ "FullDescription": "Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.",
+ "IsAdmin": false,
+ "PermissionType": "DelegatedWork",
+ "IsLeastPrivilege": true
+ },
+ {
+ "Name": "Tasks.Read.All",
+ "Description": "Read all users’ tasks and tasklist",
+ "FullDescription": "Allows the app to read all users’ tasks and task lists in your organization, without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": true
+ },
+ {
+ "Name": "Tasks.ReadWrite",
+ "Description": "Create, read, update, and delete your tasks and task lists",
+ "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.",
+ "IsAdmin": false,
+ "PermissionType": "DelegatedWork",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "Group.ReadWrite.All",
+ "Description": "Read and write all groups",
+ "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.",
+ "IsAdmin": true,
+ "PermissionType": "DelegatedWork",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "Group.Read.All",
+ "Description": "Read all groups",
+ "FullDescription": "Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ",
+ "IsAdmin": true,
+ "PermissionType": "DelegatedWork",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "Tasks.ReadWrite.All",
+ "Description": "Read and write all users’ tasks and tasklists",
+ "FullDescription": "Allows the app to create, read, update and delete all users’ tasks and task lists in your organization, without a signed-in user",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ }
+ ],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphPlannerBucket",
- "Command": "Get-MgPlannerPlanBucket",
"Method": "GET",
+ "Command": "Get-MgPlannerPlan",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/planner-list-plans?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Planner",
"Uri": "/planner/plans/{plannerPlan-id}/buckets",
+ "OutputType": "IMicrosoftGraphPlannerBucket",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -260444,17 +271918,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Planner",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgPlannerPlanCount",
"Method": "GET",
+ "Command": "Get-MgPlannerPlanBucket",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplan-list-buckets?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Planner",
"Uri": "/planner/plans/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -260505,18 +271980,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Planner",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphPlannerPlanDetails",
- "Command": "Get-MgPlannerPlanDetail",
"Method": "GET",
+ "Command": "Get-MgPlannerPlanCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Planner",
"Uri": "/planner/plans/{plannerPlan-id}/details",
+ "OutputType": "IMicrosoftGraphPlannerPlanDetails",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -260567,17 +272042,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Planner",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphPlannerTask",
- "Command": "Get-MgPlannerPlanTask",
"Method": "GET",
+ "Command": "Get-MgPlannerPlanDetail",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplandetails-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Planner",
"Uri": "/planner/plans/{plannerPlan-id}/tasks",
+ "OutputType": "IMicrosoftGraphPlannerTask",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -260628,18 +272105,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Planner",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": "IMicrosoftGraphPlannerTask",
- "Command": "Get-MgPlannerTask",
"Method": "GET",
+ "Command": "Get-MgPlannerPlanTask",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplan-list-tasks?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Planner",
"Uri": "/planner/tasks/{plannerTask-id}",
+ "OutputType": "IMicrosoftGraphPlannerTask",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -260690,17 +272167,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Planner",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphPlannerTask",
- "Command": "Get-MgPlannerTask",
"Method": "GET",
+ "Command": "Get-MgPlannerTask",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannertask-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Planner",
"Uri": "/planner/tasks",
+ "OutputType": "IMicrosoftGraphPlannerTask",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -260751,18 +272230,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Planner",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": "IMicrosoftGraphPlannerAssignedToTaskBoardTaskFormat",
- "Command": "Get-MgPlannerTaskAssignedToTaskBoardFormat",
"Method": "GET",
+ "Command": "Get-MgPlannerTask",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/planner-list-tasks?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Planner",
"Uri": "/planner/tasks/{plannerTask-id}/assignedToTaskBoardFormat",
+ "OutputType": "IMicrosoftGraphPlannerAssignedToTaskBoardTaskFormat",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -260813,18 +272292,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Planner",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphPlannerBucketTaskBoardTaskFormat",
- "Command": "Get-MgPlannerTaskBucketTaskBoardFormat",
"Method": "GET",
+ "Command": "Get-MgPlannerTaskAssignedToTaskBoardFormat",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerassignedtotaskboardtaskformat-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Planner",
"Uri": "/planner/tasks/{plannerTask-id}/bucketTaskBoardFormat",
+ "OutputType": "IMicrosoftGraphPlannerBucketTaskBoardTaskFormat",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -260875,17 +272355,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Planner",
+ ],
"Variants": [
- "Get"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgPlannerTaskCount",
"Method": "GET",
+ "Command": "Get-MgPlannerTaskBucketTaskBoardFormat",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerbuckettaskboardtaskformat-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Planner",
"Uri": "/planner/tasks/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -260936,18 +272418,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Planner",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphPlannerTaskDetails",
- "Command": "Get-MgPlannerTaskDetail",
"Method": "GET",
+ "Command": "Get-MgPlannerTaskCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Planner",
"Uri": "/planner/tasks/{plannerTask-id}/details",
+ "OutputType": "IMicrosoftGraphPlannerTaskDetails",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -260998,18 +272480,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Planner",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphPlannerProgressTaskBoardTaskFormat",
- "Command": "Get-MgPlannerTaskProgressTaskBoardFormat",
"Method": "GET",
+ "Command": "Get-MgPlannerTaskDetail",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannertaskdetails-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Planner",
"Uri": "/planner/tasks/{plannerTask-id}/progressTaskBoardFormat",
+ "OutputType": "IMicrosoftGraphPlannerProgressTaskBoardTaskFormat",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -261060,18 +272543,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.SignIns",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphActivityBasedTimeoutPolicy",
- "Command": "Get-MgPolicyActivityBasedTimeoutPolicy",
"Method": "GET",
+ "Command": "Get-MgPlannerTaskProgressTaskBoardFormat",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerprogresstaskboardtaskformat-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Identity.SignIns",
"Uri": "/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}",
+ "OutputType": "IMicrosoftGraphActivityBasedTimeoutPolicy",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -261090,17 +272574,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.SignIns",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphActivityBasedTimeoutPolicy",
- "Command": "Get-MgPolicyActivityBasedTimeoutPolicy",
"Method": "GET",
+ "Command": "Get-MgPolicyActivityBasedTimeoutPolicy",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/activitybasedtimeoutpolicy-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Identity.SignIns",
"Uri": "/policies/activityBasedTimeoutPolicies",
+ "OutputType": "IMicrosoftGraphActivityBasedTimeoutPolicy",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -261119,55 +272605,59 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgPolicyActivityBasedTimeoutPolicy",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/activitybasedtimeoutpolicy-list?view=graph-rest-1.0"
},
{
"Module": "Identity.SignIns",
+ "Uri": "/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}/appliesTo/{directoryObject-id}",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgPolicyActivityBasedTimeoutPolicyApplyTo",
"Method": "GET",
- "Uri": "/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}/appliesTo/{directoryObject-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgPolicyActivityBasedTimeoutPolicyApplyTo",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.SignIns",
+ "Uri": "/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}/appliesTo",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgPolicyActivityBasedTimeoutPolicyApplyTo",
"Method": "GET",
- "Uri": "/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}/appliesTo",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgPolicyActivityBasedTimeoutPolicyApplyTo",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.SignIns",
+ "Uri": "/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}/appliesTo/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgPolicyActivityBasedTimeoutPolicyApplyToCount",
"Method": "GET",
- "Uri": "/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}/appliesTo/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgPolicyActivityBasedTimeoutPolicyApplyToCount",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.SignIns",
- "Variants": [
- "Get"
- ],
- "OutputType": null,
- "Command": "Get-MgPolicyActivityBasedTimeoutPolicyCount",
- "Method": "GET",
"Uri": "/policies/activityBasedTimeoutPolicies/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -261186,17 +272676,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.SignIns",
+ ],
"Variants": [
"Get"
],
- "OutputType": "IMicrosoftGraphAdminConsentRequestPolicy",
- "Command": "Get-MgPolicyAdminConsentRequestPolicy",
"Method": "GET",
+ "Command": "Get-MgPolicyActivityBasedTimeoutPolicyCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Identity.SignIns",
"Uri": "/policies/adminConsentRequestPolicy",
+ "OutputType": "IMicrosoftGraphAdminConsentRequestPolicy",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -261231,18 +272722,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.SignIns",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphAppManagementPolicy",
- "Command": "Get-MgPolicyAppManagementPolicy",
"Method": "GET",
+ "Command": "Get-MgPolicyAdminConsentRequestPolicy",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/adminconsentrequestpolicy-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Identity.SignIns",
"Uri": "/policies/appManagementPolicies/{appManagementPolicy-id}",
+ "OutputType": "IMicrosoftGraphAppManagementPolicy",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -261261,17 +272752,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.SignIns",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAppManagementPolicy",
- "Command": "Get-MgPolicyAppManagementPolicy",
"Method": "GET",
+ "Command": "Get-MgPolicyAppManagementPolicy",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/appmanagementpolicy-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Identity.SignIns",
"Uri": "/policies/appManagementPolicies",
+ "OutputType": "IMicrosoftGraphAppManagementPolicy",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -261290,30 +272783,32 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgPolicyAppManagementPolicy",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/appmanagementpolicy-list?view=graph-rest-1.0"
},
{
"Module": "Identity.SignIns",
+ "Uri": "/policies/appManagementPolicies/{appManagementPolicy-id}/appliesTo/{directoryObject-id}",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgPolicyAppManagementPolicyApplyTo",
"Method": "GET",
- "Uri": "/policies/appManagementPolicies/{appManagementPolicy-id}/appliesTo/{directoryObject-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgPolicyAppManagementPolicyApplyTo",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.SignIns",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgPolicyAppManagementPolicyApplyTo",
- "Method": "GET",
"Uri": "/policies/appManagementPolicies/{appManagementPolicy-id}/appliesTo",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -261340,18 +272835,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.SignIns",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgPolicyAppManagementPolicyApplyToCount",
"Method": "GET",
+ "Command": "Get-MgPolicyAppManagementPolicyApplyTo",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/appmanagementpolicy-list-appliesto?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Identity.SignIns",
"Uri": "/policies/appManagementPolicies/{appManagementPolicy-id}/appliesTo/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -261378,17 +272873,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.SignIns",
+ ],
"Variants": [
- "Get"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgPolicyAppManagementPolicyCount",
"Method": "GET",
+ "Command": "Get-MgPolicyAppManagementPolicyApplyToCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Identity.SignIns",
"Uri": "/policies/appManagementPolicies/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -261407,17 +272904,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.SignIns",
+ ],
"Variants": [
"Get"
],
- "OutputType": "IMicrosoftGraphAuthenticationFlowsPolicy",
- "Command": "Get-MgPolicyAuthenticationFlowPolicy",
"Method": "GET",
+ "Command": "Get-MgPolicyAppManagementPolicyCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Identity.SignIns",
"Uri": "/policies/authenticationFlowsPolicy",
+ "OutputType": "IMicrosoftGraphAuthenticationFlowsPolicy",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -261436,67 +272934,110 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgPolicyAuthenticationFlowPolicy",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationflowspolicy-get?view=graph-rest-1.0"
},
{
"Module": "Identity.SignIns",
+ "Uri": "/policies/authenticationMethodsPolicy",
+ "OutputType": "IMicrosoftGraphAuthenticationMethodsPolicy",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": "IMicrosoftGraphAuthenticationMethodsPolicy",
- "Command": "Get-MgPolicyAuthenticationMethodPolicy",
"Method": "GET",
- "Uri": "/policies/authenticationMethodsPolicy",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgPolicyAuthenticationMethodPolicy",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationmethodspolicy-get?view=graph-rest-1.0"
},
{
"Module": "Identity.SignIns",
+ "Uri": "/policies/authenticationMethodsPolicy/authenticationMethodConfigurations/{authenticationMethodConfiguration-id}",
+ "OutputType": "IMicrosoftGraphAuthenticationMethodConfiguration",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAuthenticationMethodConfiguration",
- "Command": "Get-MgPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration",
"Method": "GET",
- "Uri": "/policies/authenticationMethodsPolicy/authenticationMethodConfigurations/{authenticationMethodConfiguration-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.SignIns",
+ "Uri": "/policies/authenticationMethodsPolicy/authenticationMethodConfigurations",
+ "OutputType": "IMicrosoftGraphAuthenticationMethodConfiguration",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphAuthenticationMethodConfiguration",
- "Command": "Get-MgPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration",
"Method": "GET",
- "Uri": "/policies/authenticationMethodsPolicy/authenticationMethodConfigurations",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.SignIns",
+ "Uri": "/policies/authenticationMethodsPolicy/authenticationMethodConfigurations/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgPolicyAuthenticationMethodPolicyAuthenticationMethodConfigurationCount",
"Method": "GET",
- "Uri": "/policies/authenticationMethodsPolicy/authenticationMethodConfigurations/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgPolicyAuthenticationMethodPolicyAuthenticationMethodConfigurationCount",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.SignIns",
+ "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}",
+ "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy",
+ "ApiVersion": "v1.0",
+ "Permissions": [
+ {
+ "Name": "Policy.Read.All",
+ "Description": "Read your organization's policies",
+ "FullDescription": "Allows the app to read all your organization's policies without a signed in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": true
+ },
+ {
+ "Name": "Policy.ReadWrite.ConditionalAccess",
+ "Description": "Read and write your organization's conditional access policies",
+ "FullDescription": "Allows the app to read and write your organization's conditional access policies, without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "Policy.ReadWrite.AuthenticationMethod",
+ "Description": "Read and write all authentication method policies ",
+ "FullDescription": "Allows the app to read and write all authentication method policies for the tenant, without a signed-in user. ",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ }
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy",
- "Command": "Get-MgPolicyAuthenticationStrengthPolicy",
"Method": "GET",
- "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}",
+ "Command": "Get-MgPolicyAuthenticationStrengthPolicy",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Identity.SignIns",
+ "Uri": "/policies/authenticationStrengthPolicies",
+ "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -261523,92 +273064,59 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.SignIns",
+ ],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy",
- "Command": "Get-MgPolicyAuthenticationStrengthPolicy",
"Method": "GET",
- "Uri": "/policies/authenticationStrengthPolicies",
- "ApiVersion": "v1.0",
- "Permissions": [
- {
- "Name": "Policy.Read.All",
- "Description": "Read your organization's policies",
- "FullDescription": "Allows the app to read all your organization's policies without a signed in user.",
- "IsAdmin": false,
- "PermissionType": "Application",
- "IsLeastPrivilege": true
- },
- {
- "Name": "Policy.ReadWrite.ConditionalAccess",
- "Description": "Read and write your organization's conditional access policies",
- "FullDescription": "Allows the app to read and write your organization's conditional access policies, without a signed-in user.",
- "IsAdmin": false,
- "PermissionType": "Application",
- "IsLeastPrivilege": false
- },
- {
- "Name": "Policy.ReadWrite.AuthenticationMethod",
- "Description": "Read and write all authentication method policies ",
- "FullDescription": "Allows the app to read and write all authentication method policies for the tenant, without a signed-in user. ",
- "IsAdmin": false,
- "PermissionType": "Application",
- "IsLeastPrivilege": false
- }
- ]
+ "Command": "Get-MgPolicyAuthenticationStrengthPolicy",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationstrengthroot-list-policies?view=graph-rest-1.0"
},
{
"Module": "Identity.SignIns",
+ "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations/{authenticationCombinationConfiguration-id}",
+ "OutputType": "IMicrosoftGraphAuthenticationCombinationConfiguration",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAuthenticationCombinationConfiguration",
- "Command": "Get-MgPolicyAuthenticationStrengthPolicyCombinationConfiguration",
"Method": "GET",
- "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations/{authenticationCombinationConfiguration-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgPolicyAuthenticationStrengthPolicyCombinationConfiguration",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationcombinationconfiguration-get?view=graph-rest-1.0"
},
{
"Module": "Identity.SignIns",
+ "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations",
+ "OutputType": "IMicrosoftGraphAuthenticationCombinationConfiguration",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphAuthenticationCombinationConfiguration",
- "Command": "Get-MgPolicyAuthenticationStrengthPolicyCombinationConfiguration",
"Method": "GET",
- "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgPolicyAuthenticationStrengthPolicyCombinationConfiguration",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-list-combinationconfigurations?view=graph-rest-1.0"
},
{
"Module": "Identity.SignIns",
+ "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgPolicyAuthenticationStrengthPolicyCombinationConfigurationCount",
"Method": "GET",
- "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgPolicyAuthenticationStrengthPolicyCombinationConfigurationCount",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.SignIns",
- "Variants": [
- "Get"
- ],
- "OutputType": null,
- "Command": "Get-MgPolicyAuthenticationStrengthPolicyCount",
- "Method": "GET",
"Uri": "/policies/authenticationStrengthPolicies/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -261635,17 +273143,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.SignIns",
+ ],
"Variants": [
"Get"
],
- "OutputType": "IMicrosoftGraphAuthorizationPolicy",
- "Command": "Get-MgPolicyAuthorizationPolicy",
"Method": "GET",
+ "Command": "Get-MgPolicyAuthenticationStrengthPolicyCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Identity.SignIns",
"Uri": "/policies/authorizationPolicy",
+ "OutputType": "IMicrosoftGraphAuthorizationPolicy",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -261664,18 +273173,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.SignIns",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphClaimsMappingPolicy",
- "Command": "Get-MgPolicyClaimMappingPolicy",
"Method": "GET",
+ "Command": "Get-MgPolicyAuthorizationPolicy",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authorizationpolicy-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Identity.SignIns",
"Uri": "/policies/claimsMappingPolicies/{claimsMappingPolicy-id}",
+ "OutputType": "IMicrosoftGraphClaimsMappingPolicy",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -261694,17 +273203,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.SignIns",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphClaimsMappingPolicy",
- "Command": "Get-MgPolicyClaimMappingPolicy",
"Method": "GET",
+ "Command": "Get-MgPolicyClaimMappingPolicy",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/claimsmappingpolicy-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Identity.SignIns",
"Uri": "/policies/claimsMappingPolicies",
+ "OutputType": "IMicrosoftGraphClaimsMappingPolicy",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -261723,30 +273234,32 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgPolicyClaimMappingPolicy",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/claimsmappingpolicy-list?view=graph-rest-1.0"
},
{
"Module": "Identity.SignIns",
+ "Uri": "/policies/claimsMappingPolicies/{claimsMappingPolicy-id}/appliesTo/{directoryObject-id}",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgPolicyClaimMappingPolicyApplyTo",
"Method": "GET",
- "Uri": "/policies/claimsMappingPolicies/{claimsMappingPolicy-id}/appliesTo/{directoryObject-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgPolicyClaimMappingPolicyApplyTo",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.SignIns",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgPolicyClaimMappingPolicyApplyTo",
- "Method": "GET",
"Uri": "/policies/claimsMappingPolicies/{claimsMappingPolicy-id}/appliesTo",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -261781,18 +273294,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.SignIns",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgPolicyClaimMappingPolicyApplyToCount",
"Method": "GET",
+ "Command": "Get-MgPolicyClaimMappingPolicyApplyTo",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Identity.SignIns",
"Uri": "/policies/claimsMappingPolicies/{claimsMappingPolicy-id}/appliesTo/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -261827,17 +273340,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.SignIns",
+ ],
"Variants": [
- "Get"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgPolicyClaimMappingPolicyCount",
"Method": "GET",
+ "Command": "Get-MgPolicyClaimMappingPolicyApplyToCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Identity.SignIns",
"Uri": "/policies/claimsMappingPolicies/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -261856,29 +273371,31 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.SignIns",
+ ],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgPolicyConditionalAccessPolicyCount",
"Method": "GET",
- "Uri": "/policies/conditionalAccessPolicies/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgPolicyClaimMappingPolicyCount",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.SignIns",
+ "Uri": "/policies/conditionalAccessPolicies/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": "IMicrosoftGraphCrossTenantAccessPolicy",
- "Command": "Get-MgPolicyCrossTenantAccessPolicy",
"Method": "GET",
+ "Command": "Get-MgPolicyConditionalAccessPolicyCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Identity.SignIns",
"Uri": "/policies/crossTenantAccessPolicy",
+ "OutputType": "IMicrosoftGraphCrossTenantAccessPolicy",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -261897,17 +273414,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.SignIns",
+ ],
"Variants": [
"Get"
],
- "OutputType": "IMicrosoftGraphCrossTenantAccessPolicyConfigurationDefault",
- "Command": "Get-MgPolicyCrossTenantAccessPolicyDefault",
"Method": "GET",
+ "Command": "Get-MgPolicyCrossTenantAccessPolicy",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/crosstenantaccesspolicy-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Identity.SignIns",
"Uri": "/policies/crossTenantAccessPolicy/default",
+ "OutputType": "IMicrosoftGraphCrossTenantAccessPolicyConfigurationDefault",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -261926,18 +273444,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.SignIns",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphCrossTenantAccessPolicyConfigurationPartner",
- "Command": "Get-MgPolicyCrossTenantAccessPolicyPartner",
"Method": "GET",
+ "Command": "Get-MgPolicyCrossTenantAccessPolicyDefault",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/crosstenantaccesspolicyconfigurationdefault-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Identity.SignIns",
"Uri": "/policies/crossTenantAccessPolicy/partners/{crossTenantAccessPolicyConfigurationPartner-tenantId}",
+ "OutputType": "IMicrosoftGraphCrossTenantAccessPolicyConfigurationPartner",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -261956,17 +273474,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.SignIns",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphCrossTenantAccessPolicyConfigurationPartner",
- "Command": "Get-MgPolicyCrossTenantAccessPolicyPartner",
"Method": "GET",
+ "Command": "Get-MgPolicyCrossTenantAccessPolicyPartner",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/crosstenantaccesspolicyconfigurationpartner-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Identity.SignIns",
"Uri": "/policies/crossTenantAccessPolicy/partners",
+ "OutputType": "IMicrosoftGraphCrossTenantAccessPolicyConfigurationPartner",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -261985,17 +273505,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.SignIns",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgPolicyCrossTenantAccessPolicyPartnerCount",
"Method": "GET",
+ "Command": "Get-MgPolicyCrossTenantAccessPolicyPartner",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/crosstenantaccesspolicy-list-partners?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Identity.SignIns",
"Uri": "/policies/crossTenantAccessPolicy/partners/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -262014,18 +273535,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.SignIns",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphCrossTenantIdentitySyncPolicyPartner",
- "Command": "Get-MgPolicyCrossTenantAccessPolicyPartnerIdentitySynchronization",
"Method": "GET",
+ "Command": "Get-MgPolicyCrossTenantAccessPolicyPartnerCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Identity.SignIns",
"Uri": "/policies/crossTenantAccessPolicy/partners/{crossTenantAccessPolicyConfigurationPartner-tenantId}/identitySynchronization",
+ "OutputType": "IMicrosoftGraphCrossTenantIdentitySyncPolicyPartner",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -262044,17 +273565,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.SignIns",
+ ],
"Variants": [
- "Get"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTenantAppManagementPolicy",
- "Command": "Get-MgPolicyDefaultAppManagementPolicy",
"Method": "GET",
+ "Command": "Get-MgPolicyCrossTenantAccessPolicyPartnerIdentitySynchronization",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/crosstenantidentitysyncpolicypartner-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Identity.SignIns",
"Uri": "/policies/defaultAppManagementPolicy",
+ "OutputType": "IMicrosoftGraphTenantAppManagementPolicy",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -262073,17 +273596,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.SignIns",
+ ],
"Variants": [
"Get"
],
- "OutputType": "IMicrosoftGraphDeviceRegistrationPolicy",
- "Command": "Get-MgPolicyDeviceRegistrationPolicy",
"Method": "GET",
+ "Command": "Get-MgPolicyDefaultAppManagementPolicy",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tenantappmanagementpolicy-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Identity.SignIns",
"Uri": "/policies/deviceRegistrationPolicy",
+ "OutputType": "IMicrosoftGraphDeviceRegistrationPolicy",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -262110,92 +273634,98 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgPolicyDeviceRegistrationPolicy",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.SignIns",
+ "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}",
+ "OutputType": "IMicrosoftGraphFeatureRolloutPolicy",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphFeatureRolloutPolicy",
- "Command": "Get-MgPolicyFeatureRolloutPolicy",
"Method": "GET",
- "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgPolicyFeatureRolloutPolicy",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/featurerolloutpolicy-get?view=graph-rest-1.0"
},
{
"Module": "Identity.SignIns",
+ "Uri": "/policies/featureRolloutPolicies",
+ "OutputType": "IMicrosoftGraphFeatureRolloutPolicy",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphFeatureRolloutPolicy",
- "Command": "Get-MgPolicyFeatureRolloutPolicy",
"Method": "GET",
- "Uri": "/policies/featureRolloutPolicies",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgPolicyFeatureRolloutPolicy",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/featurerolloutpolicies-list?view=graph-rest-1.0"
},
{
"Module": "Identity.SignIns",
+ "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgPolicyFeatureRolloutPolicyApplyTo",
"Method": "GET",
- "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgPolicyFeatureRolloutPolicyApplyTo",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.SignIns",
+ "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/$ref",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": null,
- "Command": "Get-MgPolicyFeatureRolloutPolicyApplyToByRef",
"Method": "GET",
- "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/$ref",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgPolicyFeatureRolloutPolicyApplyToByRef",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.SignIns",
+ "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgPolicyFeatureRolloutPolicyApplyToCount",
"Method": "GET",
- "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgPolicyFeatureRolloutPolicyApplyToCount",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.SignIns",
+ "Uri": "/policies/featureRolloutPolicies/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgPolicyFeatureRolloutPolicyCount",
"Method": "GET",
- "Uri": "/policies/featureRolloutPolicies/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgPolicyFeatureRolloutPolicyCount",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.SignIns",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy",
- "Command": "Get-MgPolicyHomeRealmDiscoveryPolicy",
- "Method": "GET",
"Uri": "/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}",
+ "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -262214,17 +273744,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.SignIns",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy",
- "Command": "Get-MgPolicyHomeRealmDiscoveryPolicy",
"Method": "GET",
+ "Command": "Get-MgPolicyHomeRealmDiscoveryPolicy",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/homerealmdiscoverypolicy-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Identity.SignIns",
"Uri": "/policies/homeRealmDiscoveryPolicies",
+ "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -262243,30 +273775,32 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgPolicyHomeRealmDiscoveryPolicy",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/homerealmdiscoverypolicy-list?view=graph-rest-1.0"
},
{
"Module": "Identity.SignIns",
+ "Uri": "/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}/appliesTo/{directoryObject-id}",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgPolicyHomeRealmDiscoveryPolicyApplyTo",
"Method": "GET",
- "Uri": "/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}/appliesTo/{directoryObject-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgPolicyHomeRealmDiscoveryPolicyApplyTo",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.SignIns",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgPolicyHomeRealmDiscoveryPolicyApplyTo",
- "Method": "GET",
"Uri": "/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}/appliesTo",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -262301,18 +273835,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.SignIns",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgPolicyHomeRealmDiscoveryPolicyApplyToCount",
"Method": "GET",
+ "Command": "Get-MgPolicyHomeRealmDiscoveryPolicyApplyTo",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Identity.SignIns",
"Uri": "/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}/appliesTo/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -262347,17 +273881,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.SignIns",
+ ],
"Variants": [
- "Get"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgPolicyHomeRealmDiscoveryPolicyCount",
"Method": "GET",
+ "Command": "Get-MgPolicyHomeRealmDiscoveryPolicyApplyToCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Identity.SignIns",
"Uri": "/policies/homeRealmDiscoveryPolicies/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -262376,30 +273912,31 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.SignIns",
+ ],
"Variants": [
"Get"
],
- "OutputType": "IMicrosoftGraphIdentitySecurityDefaultsEnforcementPolicy",
- "Command": "Get-MgPolicyIdentitySecurityDefaultEnforcementPolicy",
"Method": "GET",
- "Uri": "/policies/identitySecurityDefaultsEnforcementPolicy",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgPolicyHomeRealmDiscoveryPolicyCount",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.SignIns",
+ "Uri": "/policies/identitySecurityDefaultsEnforcementPolicy",
+ "OutputType": "IMicrosoftGraphIdentitySecurityDefaultsEnforcementPolicy",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphPermissionGrantPolicy",
- "Command": "Get-MgPolicyPermissionGrantPolicy",
"Method": "GET",
+ "Command": "Get-MgPolicyIdentitySecurityDefaultEnforcementPolicy",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitysecuritydefaultsenforcementpolicy-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Identity.SignIns",
"Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}",
+ "OutputType": "IMicrosoftGraphPermissionGrantPolicy",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -262418,17 +273955,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.SignIns",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphPermissionGrantPolicy",
- "Command": "Get-MgPolicyPermissionGrantPolicy",
"Method": "GET",
+ "Command": "Get-MgPolicyPermissionGrantPolicy",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permissiongrantpolicy-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Identity.SignIns",
"Uri": "/policies/permissionGrantPolicies",
+ "OutputType": "IMicrosoftGraphPermissionGrantPolicy",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -262447,17 +273986,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.SignIns",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgPolicyPermissionGrantPolicyCount",
"Method": "GET",
+ "Command": "Get-MgPolicyPermissionGrantPolicy",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permissiongrantpolicy-list?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Identity.SignIns",
"Uri": "/policies/permissionGrantPolicies/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -262476,30 +274016,32 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgPolicyPermissionGrantPolicyCount",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.SignIns",
+ "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes/{permissionGrantConditionSet-id}",
+ "OutputType": "IMicrosoftGraphPermissionGrantConditionSet",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphPermissionGrantConditionSet",
- "Command": "Get-MgPolicyPermissionGrantPolicyExclude",
"Method": "GET",
- "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes/{permissionGrantConditionSet-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgPolicyPermissionGrantPolicyExclude",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.SignIns",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphPermissionGrantConditionSet",
- "Command": "Get-MgPolicyPermissionGrantPolicyExclude",
- "Method": "GET",
"Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes",
+ "OutputType": "IMicrosoftGraphPermissionGrantConditionSet",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -262518,18 +274060,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.SignIns",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgPolicyPermissionGrantPolicyExcludeCount",
"Method": "GET",
+ "Command": "Get-MgPolicyPermissionGrantPolicyExclude",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permissiongrantpolicy-list-excludes?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Identity.SignIns",
"Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -262548,30 +274090,33 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.SignIns",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphPermissionGrantConditionSet",
- "Command": "Get-MgPolicyPermissionGrantPolicyInclude",
"Method": "GET",
- "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes/{permissionGrantConditionSet-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgPolicyPermissionGrantPolicyExcludeCount",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.SignIns",
+ "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes/{permissionGrantConditionSet-id}",
+ "OutputType": "IMicrosoftGraphPermissionGrantConditionSet",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphPermissionGrantConditionSet",
- "Command": "Get-MgPolicyPermissionGrantPolicyInclude",
"Method": "GET",
+ "Command": "Get-MgPolicyPermissionGrantPolicyInclude",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Identity.SignIns",
"Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes",
+ "OutputType": "IMicrosoftGraphPermissionGrantConditionSet",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -262590,18 +274135,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.SignIns",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgPolicyPermissionGrantPolicyIncludeCount",
"Method": "GET",
+ "Command": "Get-MgPolicyPermissionGrantPolicyInclude",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permissiongrantpolicy-list-includes?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Identity.SignIns",
"Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -262620,18 +274165,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.SignIns",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicy",
- "Command": "Get-MgPolicyRoleManagementPolicy",
"Method": "GET",
+ "Command": "Get-MgPolicyPermissionGrantPolicyIncludeCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Identity.SignIns",
"Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}",
+ "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicy",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -262674,17 +274220,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.SignIns",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicy",
- "Command": "Get-MgPolicyRoleManagementPolicy",
"Method": "GET",
+ "Command": "Get-MgPolicyRoleManagementPolicy",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedrolemanagementpolicy-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Identity.SignIns",
"Uri": "/policies/roleManagementPolicies",
+ "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicy",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -262727,18 +274275,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.SignIns",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyAssignment",
- "Command": "Get-MgPolicyRoleManagementPolicyAssignment",
"Method": "GET",
+ "Command": "Get-MgPolicyRoleManagementPolicy",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/policyroot-list-rolemanagementpolicies?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Identity.SignIns",
"Uri": "/policies/roleManagementPolicyAssignments/{unifiedRoleManagementPolicyAssignment-id}",
+ "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyAssignment",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -262781,17 +274329,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.SignIns",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyAssignment",
- "Command": "Get-MgPolicyRoleManagementPolicyAssignment",
"Method": "GET",
+ "Command": "Get-MgPolicyRoleManagementPolicyAssignment",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedrolemanagementpolicyassignment-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Identity.SignIns",
"Uri": "/policies/roleManagementPolicyAssignments",
+ "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyAssignment",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -262834,17 +274384,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.SignIns",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgPolicyRoleManagementPolicyAssignmentCount",
"Method": "GET",
+ "Command": "Get-MgPolicyRoleManagementPolicyAssignment",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/policyroot-list-rolemanagementpolicyassignments?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Identity.SignIns",
"Uri": "/policies/roleManagementPolicyAssignments/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -262887,30 +274438,32 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgPolicyRoleManagementPolicyAssignmentCount",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.SignIns",
+ "Uri": "/policies/roleManagementPolicyAssignments/{unifiedRoleManagementPolicyAssignment-id}/policy",
+ "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicy",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicy",
- "Command": "Get-MgPolicyRoleManagementPolicyAssignmentPolicy",
"Method": "GET",
- "Uri": "/policies/roleManagementPolicyAssignments/{unifiedRoleManagementPolicyAssignment-id}/policy",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgPolicyRoleManagementPolicyAssignmentPolicy",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.SignIns",
- "Variants": [
- "Get"
- ],
- "OutputType": null,
- "Command": "Get-MgPolicyRoleManagementPolicyCount",
- "Method": "GET",
"Uri": "/policies/roleManagementPolicies/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -262953,30 +274506,32 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgPolicyRoleManagementPolicyCount",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.SignIns",
+ "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules/{unifiedRoleManagementPolicyRule-id}",
+ "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule",
- "Command": "Get-MgPolicyRoleManagementPolicyEffectiveRule",
"Method": "GET",
- "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules/{unifiedRoleManagementPolicyRule-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgPolicyRoleManagementPolicyEffectiveRule",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.SignIns",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule",
- "Command": "Get-MgPolicyRoleManagementPolicyEffectiveRule",
- "Method": "GET",
"Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules",
+ "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -263019,18 +274574,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.SignIns",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgPolicyRoleManagementPolicyEffectiveRuleCount",
"Method": "GET",
+ "Command": "Get-MgPolicyRoleManagementPolicyEffectiveRule",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Identity.SignIns",
"Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -263073,18 +274628,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.SignIns",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule",
- "Command": "Get-MgPolicyRoleManagementPolicyRule",
"Method": "GET",
+ "Command": "Get-MgPolicyRoleManagementPolicyEffectiveRuleCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Identity.SignIns",
"Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules/{unifiedRoleManagementPolicyRule-id}",
+ "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -263127,17 +274683,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.SignIns",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule",
- "Command": "Get-MgPolicyRoleManagementPolicyRule",
"Method": "GET",
+ "Command": "Get-MgPolicyRoleManagementPolicyRule",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedrolemanagementpolicyrule-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Identity.SignIns",
"Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules",
+ "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -263180,18 +274738,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.SignIns",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgPolicyRoleManagementPolicyRuleCount",
"Method": "GET",
+ "Command": "Get-MgPolicyRoleManagementPolicyRule",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedrolemanagementpolicy-list-rules?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Identity.SignIns",
"Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -263234,18 +274792,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.SignIns",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTokenIssuancePolicy",
- "Command": "Get-MgPolicyTokenIssuancePolicy",
"Method": "GET",
+ "Command": "Get-MgPolicyRoleManagementPolicyRuleCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Identity.SignIns",
"Uri": "/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}",
+ "OutputType": "IMicrosoftGraphTokenIssuancePolicy",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -263264,17 +274823,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.SignIns",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTokenIssuancePolicy",
- "Command": "Get-MgPolicyTokenIssuancePolicy",
"Method": "GET",
+ "Command": "Get-MgPolicyTokenIssuancePolicy",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Identity.SignIns",
"Uri": "/policies/tokenIssuancePolicies",
+ "OutputType": "IMicrosoftGraphTokenIssuancePolicy",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -263293,30 +274854,32 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgPolicyTokenIssuancePolicy",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tokenissuancepolicy-list?view=graph-rest-1.0"
},
{
"Module": "Identity.SignIns",
+ "Uri": "/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}/appliesTo/{directoryObject-id}",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgPolicyTokenIssuancePolicyApplyTo",
"Method": "GET",
- "Uri": "/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}/appliesTo/{directoryObject-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgPolicyTokenIssuancePolicyApplyTo",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.SignIns",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgPolicyTokenIssuancePolicyApplyTo",
- "Method": "GET",
"Uri": "/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}/appliesTo",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -263351,18 +274914,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.SignIns",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgPolicyTokenIssuancePolicyApplyToCount",
"Method": "GET",
+ "Command": "Get-MgPolicyTokenIssuancePolicyApplyTo",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Identity.SignIns",
"Uri": "/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}/appliesTo/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -263397,17 +274960,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.SignIns",
+ ],
"Variants": [
- "Get"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgPolicyTokenIssuancePolicyCount",
"Method": "GET",
+ "Command": "Get-MgPolicyTokenIssuancePolicyApplyToCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Identity.SignIns",
"Uri": "/policies/tokenIssuancePolicies/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -263426,18 +274991,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.SignIns",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphTokenLifetimePolicy",
- "Command": "Get-MgPolicyTokenLifetimePolicy",
"Method": "GET",
+ "Command": "Get-MgPolicyTokenIssuancePolicyCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Identity.SignIns",
"Uri": "/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}",
+ "OutputType": "IMicrosoftGraphTokenLifetimePolicy",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -263456,17 +275021,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.SignIns",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTokenLifetimePolicy",
- "Command": "Get-MgPolicyTokenLifetimePolicy",
"Method": "GET",
+ "Command": "Get-MgPolicyTokenLifetimePolicy",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tokenlifetimepolicy-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Identity.SignIns",
"Uri": "/policies/tokenLifetimePolicies",
+ "OutputType": "IMicrosoftGraphTokenLifetimePolicy",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -263485,30 +275052,32 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgPolicyTokenLifetimePolicy",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tokenlifetimepolicy-list?view=graph-rest-1.0"
},
{
"Module": "Identity.SignIns",
+ "Uri": "/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}/appliesTo/{directoryObject-id}",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgPolicyTokenLifetimePolicyApplyTo",
"Method": "GET",
- "Uri": "/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}/appliesTo/{directoryObject-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgPolicyTokenLifetimePolicyApplyTo",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.SignIns",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgPolicyTokenLifetimePolicyApplyTo",
- "Method": "GET",
"Uri": "/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}/appliesTo",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -263543,18 +275112,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.SignIns",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgPolicyTokenLifetimePolicyApplyToCount",
"Method": "GET",
+ "Command": "Get-MgPolicyTokenLifetimePolicyApplyTo",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Identity.SignIns",
"Uri": "/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}/appliesTo/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -263589,17 +275158,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.SignIns",
+ ],
"Variants": [
- "Get"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgPolicyTokenLifetimePolicyCount",
"Method": "GET",
+ "Command": "Get-MgPolicyTokenLifetimePolicyApplyToCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Identity.SignIns",
"Uri": "/policies/tokenLifetimePolicies/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -263618,30 +275189,31 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Devices.CloudPrint",
+ ],
"Variants": [
"Get"
],
- "OutputType": "IMicrosoftGraphPrint",
- "Command": "Get-MgPrint",
"Method": "GET",
- "Uri": "/print",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgPolicyTokenLifetimePolicyCount",
+ "ApiReferenceLink": null
},
{
"Module": "Devices.CloudPrint",
+ "Uri": "/print",
+ "OutputType": "IMicrosoftGraphPrint",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphPrintConnector",
- "Command": "Get-MgPrintConnector",
"Method": "GET",
+ "Command": "Get-MgPrint",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Devices.CloudPrint",
"Uri": "/print/connectors/{printConnector-id}",
+ "OutputType": "IMicrosoftGraphPrintConnector",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -263660,17 +275232,19 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Devices.CloudPrint",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphPrintConnector",
- "Command": "Get-MgPrintConnector",
"Method": "GET",
+ "Command": "Get-MgPrintConnector",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printconnector-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Devices.CloudPrint",
"Uri": "/print/connectors",
+ "OutputType": "IMicrosoftGraphPrintConnector",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -263689,17 +275263,18 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Devices.CloudPrint",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgPrintConnectorCount",
"Method": "GET",
+ "Command": "Get-MgPrintConnector",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/print-list-connectors?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Devices.CloudPrint",
"Uri": "/print/connectors/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -263718,18 +275293,18 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Devices.CloudPrint",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphPrintOperation",
- "Command": "Get-MgPrintOperation",
"Method": "GET",
+ "Command": "Get-MgPrintConnectorCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Devices.CloudPrint",
"Uri": "/print/operations/{printOperation-id}",
+ "OutputType": "IMicrosoftGraphPrintOperation",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -263756,42 +275331,45 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgPrintOperation",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printoperation-get?view=graph-rest-1.0"
},
{
"Module": "Devices.CloudPrint",
+ "Uri": "/print/operations",
+ "OutputType": "IMicrosoftGraphPrintOperation",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphPrintOperation",
- "Command": "Get-MgPrintOperation",
"Method": "GET",
- "Uri": "/print/operations",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgPrintOperation",
+ "ApiReferenceLink": null
},
{
"Module": "Devices.CloudPrint",
+ "Uri": "/print/operations/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgPrintOperationCount",
"Method": "GET",
- "Uri": "/print/operations/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgPrintOperationCount",
+ "ApiReferenceLink": null
},
{
"Module": "Devices.CloudPrint",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphPrinter",
- "Command": "Get-MgPrintPrinter",
- "Method": "GET",
"Uri": "/print/printers/{printer-id}",
+ "OutputType": "IMicrosoftGraphPrinter",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -263842,17 +275420,19 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Devices.CloudPrint",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphPrinter",
- "Command": "Get-MgPrintPrinter",
"Method": "GET",
+ "Command": "Get-MgPrintPrinter",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printer-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Devices.CloudPrint",
"Uri": "/print/printers",
+ "OutputType": "IMicrosoftGraphPrinter",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -263879,30 +275459,32 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgPrintPrinter",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/print-list-printers?view=graph-rest-1.0"
},
{
"Module": "Devices.CloudPrint",
+ "Uri": "/print/printers/{printer-id}/connectors/{printConnector-id}",
+ "OutputType": "IMicrosoftGraphPrintConnector",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphPrintConnector",
- "Command": "Get-MgPrintPrinterConnector",
"Method": "GET",
- "Uri": "/print/printers/{printer-id}/connectors/{printConnector-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgPrintPrinterConnector",
+ "ApiReferenceLink": null
},
{
"Module": "Devices.CloudPrint",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphPrintConnector",
- "Command": "Get-MgPrintPrinterConnector",
- "Method": "GET",
"Uri": "/print/printers/{printer-id}/connectors",
+ "OutputType": "IMicrosoftGraphPrintConnector",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -263921,18 +275503,18 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Devices.CloudPrint",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgPrintPrinterConnectorCount",
"Method": "GET",
+ "Command": "Get-MgPrintPrinterConnector",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printer-list-connectors?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Devices.CloudPrint",
"Uri": "/print/printers/{printer-id}/connectors/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -263951,17 +275533,19 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Devices.CloudPrint",
+ ],
"Variants": [
- "Get"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgPrintPrinterCount",
"Method": "GET",
+ "Command": "Get-MgPrintPrinterConnectorCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Devices.CloudPrint",
"Uri": "/print/printers/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -263988,18 +275572,18 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Devices.CloudPrint",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphPrintJob",
- "Command": "Get-MgPrintPrinterJob",
"Method": "GET",
+ "Command": "Get-MgPrintPrinterCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Devices.CloudPrint",
"Uri": "/print/printers/{printer-id}/jobs/{printJob-id}",
+ "OutputType": "IMicrosoftGraphPrintJob",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -264066,17 +275650,19 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Devices.CloudPrint",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphPrintJob",
- "Command": "Get-MgPrintPrinterJob",
"Method": "GET",
+ "Command": "Get-MgPrintPrinterJob",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Devices.CloudPrint",
"Uri": "/print/printers/{printer-id}/jobs",
+ "OutputType": "IMicrosoftGraphPrintJob",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -264143,18 +275729,18 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Devices.CloudPrint",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgPrintPrinterJobCount",
"Method": "GET",
+ "Command": "Get-MgPrintPrinterJob",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Devices.CloudPrint",
"Uri": "/print/printers/{printer-id}/jobs/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -264221,18 +275807,79 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgPrintPrinterJobCount",
+ "ApiReferenceLink": null
},
{
"Module": "Devices.CloudPrint",
+ "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/documents/{printDocument-id}",
+ "OutputType": "IMicrosoftGraphPrintDocument",
+ "ApiVersion": "v1.0",
+ "Permissions": [
+ {
+ "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": true
+ },
+ {
+ "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.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
+ }
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphPrintDocument",
+ "Method": "GET",
"Command": "Get-MgPrintPrinterJobDocument",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Devices.CloudPrint",
+ "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/documents",
+ "OutputType": "IMicrosoftGraphPrintDocument",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
+ "Variants": [
+ "List"
+ ],
"Method": "GET",
- "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/documents/{printDocument-id}",
+ "Command": "Get-MgPrintPrinterJobDocument",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Devices.CloudPrint",
+ "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/documents/{printDocument-id}/$value",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -264267,153 +275914,102 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Devices.CloudPrint",
- "Variants": [
- "List"
],
- "OutputType": "IMicrosoftGraphPrintDocument",
- "Command": "Get-MgPrintPrinterJobDocument",
- "Method": "GET",
- "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/documents",
- "ApiVersion": "v1.0",
- "Permissions": []
- },
- {
- "Module": "Devices.CloudPrint",
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgPrintPrinterJobDocumentContent",
"Method": "GET",
- "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/documents/{printDocument-id}/$value",
- "ApiVersion": "v1.0",
- "Permissions": [
- {
- "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": true
- },
- {
- "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.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
- }
- ]
+ "Command": "Get-MgPrintPrinterJobDocumentContent",
+ "ApiReferenceLink": null
},
{
"Module": "Devices.CloudPrint",
+ "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/documents/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgPrintPrinterJobDocumentCount",
"Method": "GET",
- "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/documents/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgPrintPrinterJobDocumentCount",
+ "ApiReferenceLink": null
},
{
"Module": "Devices.CloudPrint",
+ "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/tasks/{printTask-id}",
+ "OutputType": "IMicrosoftGraphPrintTask",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphPrintTask",
- "Command": "Get-MgPrintPrinterJobTask",
"Method": "GET",
- "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/tasks/{printTask-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgPrintPrinterJobTask",
+ "ApiReferenceLink": null
},
{
"Module": "Devices.CloudPrint",
+ "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/tasks",
+ "OutputType": "IMicrosoftGraphPrintTask",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphPrintTask",
- "Command": "Get-MgPrintPrinterJobTask",
"Method": "GET",
- "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/tasks",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgPrintPrinterJobTask",
+ "ApiReferenceLink": null
},
{
"Module": "Devices.CloudPrint",
+ "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/tasks/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgPrintPrinterJobTaskCount",
"Method": "GET",
- "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/tasks/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgPrintPrinterJobTaskCount",
+ "ApiReferenceLink": null
},
{
"Module": "Devices.CloudPrint",
+ "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/tasks/{printTask-id}/definition",
+ "OutputType": "IMicrosoftGraphPrintTaskDefinition",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphPrintTaskDefinition",
- "Command": "Get-MgPrintPrinterJobTaskDefinition",
"Method": "GET",
- "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/tasks/{printTask-id}/definition",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgPrintPrinterJobTaskDefinition",
+ "ApiReferenceLink": null
},
{
"Module": "Devices.CloudPrint",
+ "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/tasks/{printTask-id}/trigger",
+ "OutputType": "IMicrosoftGraphPrintTaskTrigger",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphPrintTaskTrigger",
- "Command": "Get-MgPrintPrinterJobTaskTrigger",
"Method": "GET",
- "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/tasks/{printTask-id}/trigger",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgPrintPrinterJobTaskTrigger",
+ "ApiReferenceLink": null
},
{
"Module": "Devices.CloudPrint",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphPrinterShare",
- "Command": "Get-MgPrintPrinterShare",
- "Method": "GET",
"Uri": "/print/printers/{printer-id}/shares/{printerShare-id}",
+ "OutputType": "IMicrosoftGraphPrinterShare",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -264440,17 +276036,19 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Devices.CloudPrint",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphPrinterShare",
- "Command": "Get-MgPrintPrinterShare",
"Method": "GET",
+ "Command": "Get-MgPrintPrinterShare",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Devices.CloudPrint",
"Uri": "/print/printers/{printer-id}/shares",
+ "OutputType": "IMicrosoftGraphPrinterShare",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -264477,18 +276075,18 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Devices.CloudPrint",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgPrintPrinterShareCount",
"Method": "GET",
+ "Command": "Get-MgPrintPrinterShare",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printer-list-shares?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Devices.CloudPrint",
"Uri": "/print/printers/{printer-id}/shares/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -264515,18 +276113,19 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Devices.CloudPrint",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphPrintTaskTrigger",
- "Command": "Get-MgPrintPrinterTaskTrigger",
"Method": "GET",
+ "Command": "Get-MgPrintPrinterShareCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Devices.CloudPrint",
"Uri": "/print/printers/{printer-id}/taskTriggers/{printTaskTrigger-id}",
+ "OutputType": "IMicrosoftGraphPrintTaskTrigger",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -264553,17 +276152,19 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Devices.CloudPrint",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphPrintTaskTrigger",
- "Command": "Get-MgPrintPrinterTaskTrigger",
"Method": "GET",
+ "Command": "Get-MgPrintPrinterTaskTrigger",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printtasktrigger-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Devices.CloudPrint",
"Uri": "/print/printers/{printer-id}/taskTriggers",
+ "OutputType": "IMicrosoftGraphPrintTaskTrigger",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -264590,18 +276191,18 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Devices.CloudPrint",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgPrintPrinterTaskTriggerCount",
"Method": "GET",
+ "Command": "Get-MgPrintPrinterTaskTrigger",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printer-list-tasktriggers?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Devices.CloudPrint",
"Uri": "/print/printers/{printer-id}/taskTriggers/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -264628,31 +276229,33 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Devices.CloudPrint",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphPrintTaskDefinition",
- "Command": "Get-MgPrintPrinterTaskTriggerDefinition",
"Method": "GET",
- "Uri": "/print/printers/{printer-id}/taskTriggers/{printTaskTrigger-id}/definition",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgPrintPrinterTaskTriggerCount",
+ "ApiReferenceLink": null
},
{
"Module": "Devices.CloudPrint",
+ "Uri": "/print/printers/{printer-id}/taskTriggers/{printTaskTrigger-id}/definition",
+ "OutputType": "IMicrosoftGraphPrintTaskDefinition",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphPrintService",
- "Command": "Get-MgPrintService",
"Method": "GET",
+ "Command": "Get-MgPrintPrinterTaskTriggerDefinition",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Devices.CloudPrint",
"Uri": "/print/services/{printService-id}",
+ "OutputType": "IMicrosoftGraphPrintService",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -264823,17 +276426,19 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Devices.CloudPrint",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphPrintService",
- "Command": "Get-MgPrintService",
"Method": "GET",
+ "Command": "Get-MgPrintService",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printservice-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Devices.CloudPrint",
"Uri": "/print/services",
+ "OutputType": "IMicrosoftGraphPrintService",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -265004,17 +276609,18 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Devices.CloudPrint",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgPrintServiceCount",
"Method": "GET",
+ "Command": "Get-MgPrintService",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/print-list-services?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Devices.CloudPrint",
"Uri": "/print/services/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -265185,18 +276791,18 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Devices.CloudPrint",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphPrintServiceEndpoint",
- "Command": "Get-MgPrintServiceEndpoint",
"Method": "GET",
+ "Command": "Get-MgPrintServiceCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Devices.CloudPrint",
"Uri": "/print/services/{printService-id}/endpoints/{printServiceEndpoint-id}",
+ "OutputType": "IMicrosoftGraphPrintServiceEndpoint",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -265367,17 +276973,19 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Devices.CloudPrint",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphPrintServiceEndpoint",
- "Command": "Get-MgPrintServiceEndpoint",
"Method": "GET",
+ "Command": "Get-MgPrintServiceEndpoint",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printserviceendpoint-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Devices.CloudPrint",
"Uri": "/print/services/{printService-id}/endpoints",
+ "OutputType": "IMicrosoftGraphPrintServiceEndpoint",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -265548,18 +277156,18 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Devices.CloudPrint",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgPrintServiceEndpointCount",
"Method": "GET",
+ "Command": "Get-MgPrintServiceEndpoint",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printservice-list-endpoints?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Devices.CloudPrint",
"Uri": "/print/services/{printService-id}/endpoints/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -265730,18 +277338,19 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Devices.CloudPrint",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphPrinterShare",
- "Command": "Get-MgPrintShare",
"Method": "GET",
+ "Command": "Get-MgPrintServiceEndpointCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Devices.CloudPrint",
"Uri": "/print/shares/{printerShare-id}",
+ "OutputType": "IMicrosoftGraphPrinterShare",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -265768,17 +277377,19 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Devices.CloudPrint",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphPrinterShare",
- "Command": "Get-MgPrintShare",
"Method": "GET",
+ "Command": "Get-MgPrintShare",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printershare-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Devices.CloudPrint",
"Uri": "/print/shares",
+ "OutputType": "IMicrosoftGraphPrinterShare",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -265805,17 +277416,18 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Devices.CloudPrint",
+ ],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphGroup",
- "Command": "Get-MgPrintShareAllowedGroup",
"Method": "GET",
+ "Command": "Get-MgPrintShare",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/print-list-shares?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Devices.CloudPrint",
"Uri": "/print/shares/{printerShare-id}/allowedGroups",
+ "OutputType": "IMicrosoftGraphGroup",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -265834,17 +277446,18 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Devices.CloudPrint",
+ ],
"Variants": [
"List"
],
- "OutputType": null,
- "Command": "Get-MgPrintShareAllowedGroupByRef",
"Method": "GET",
+ "Command": "Get-MgPrintShareAllowedGroup",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printershare-list-allowedgroups?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Devices.CloudPrint",
"Uri": "/print/shares/{printerShare-id}/allowedGroups/$ref",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -265863,18 +277476,18 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Devices.CloudPrint",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgPrintShareAllowedGroupCount",
"Method": "GET",
+ "Command": "Get-MgPrintShareAllowedGroupByRef",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printershare-list-allowedgroups?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Devices.CloudPrint",
"Uri": "/print/shares/{printerShare-id}/allowedGroups/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -265893,42 +277506,46 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgPrintShareAllowedGroupCount",
+ "ApiReferenceLink": null
},
{
"Module": "Devices.CloudPrint",
+ "Uri": "/print/shares/{printerShare-id}/allowedGroups/{group-id}/serviceProvisioningErrors",
+ "OutputType": "IMicrosoftGraphServiceProvisioningError",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Command": "Get-MgPrintShareAllowedGroupServiceProvisioningError",
"Method": "GET",
- "Uri": "/print/shares/{printerShare-id}/allowedGroups/{group-id}/serviceProvisioningErrors",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgPrintShareAllowedGroupServiceProvisioningError",
+ "ApiReferenceLink": null
},
{
"Module": "Devices.CloudPrint",
+ "Uri": "/print/shares/{printerShare-id}/allowedGroups/{group-id}/serviceProvisioningErrors/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgPrintShareAllowedGroupServiceProvisioningErrorCount",
"Method": "GET",
- "Uri": "/print/shares/{printerShare-id}/allowedGroups/{group-id}/serviceProvisioningErrors/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgPrintShareAllowedGroupServiceProvisioningErrorCount",
+ "ApiReferenceLink": null
},
{
"Module": "Devices.CloudPrint",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphUser",
- "Command": "Get-MgPrintShareAllowedUser",
- "Method": "GET",
"Uri": "/print/shares/{printerShare-id}/allowedUsers",
+ "OutputType": "IMicrosoftGraphUser",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -265947,17 +277564,18 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Devices.CloudPrint",
+ ],
"Variants": [
"List"
],
- "OutputType": null,
- "Command": "Get-MgPrintShareAllowedUserByRef",
"Method": "GET",
+ "Command": "Get-MgPrintShareAllowedUser",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printershare-list-allowedusers?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Devices.CloudPrint",
"Uri": "/print/shares/{printerShare-id}/allowedUsers/$ref",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -265976,18 +277594,18 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Devices.CloudPrint",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgPrintShareAllowedUserCount",
"Method": "GET",
+ "Command": "Get-MgPrintShareAllowedUserByRef",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printershare-list-allowedusers?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Devices.CloudPrint",
"Uri": "/print/shares/{printerShare-id}/allowedUsers/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -266006,55 +277624,60 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgPrintShareAllowedUserCount",
+ "ApiReferenceLink": null
},
{
"Module": "Devices.CloudPrint",
+ "Uri": "/print/shares/{printerShare-id}/allowedUsers/{user-id}/mailboxSettings",
+ "OutputType": "IMicrosoftGraphMailboxSettings",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Command": "Get-MgPrintShareAllowedUserMailboxSetting",
"Method": "GET",
- "Uri": "/print/shares/{printerShare-id}/allowedUsers/{user-id}/mailboxSettings",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgPrintShareAllowedUserMailboxSetting",
+ "ApiReferenceLink": null
},
{
"Module": "Devices.CloudPrint",
+ "Uri": "/print/shares/{printerShare-id}/allowedUsers/{user-id}/serviceProvisioningErrors",
+ "OutputType": "IMicrosoftGraphServiceProvisioningError",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Command": "Get-MgPrintShareAllowedUserServiceProvisioningError",
"Method": "GET",
- "Uri": "/print/shares/{printerShare-id}/allowedUsers/{user-id}/serviceProvisioningErrors",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgPrintShareAllowedUserServiceProvisioningError",
+ "ApiReferenceLink": null
},
{
"Module": "Devices.CloudPrint",
+ "Uri": "/print/shares/{printerShare-id}/allowedUsers/{user-id}/serviceProvisioningErrors/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgPrintShareAllowedUserServiceProvisioningErrorCount",
"Method": "GET",
- "Uri": "/print/shares/{printerShare-id}/allowedUsers/{user-id}/serviceProvisioningErrors/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgPrintShareAllowedUserServiceProvisioningErrorCount",
+ "ApiReferenceLink": null
},
{
"Module": "Devices.CloudPrint",
- "Variants": [
- "Get"
- ],
- "OutputType": null,
- "Command": "Get-MgPrintShareCount",
- "Method": "GET",
"Uri": "/print/shares/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -266081,18 +277704,18 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Devices.CloudPrint",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphPrintJob",
- "Command": "Get-MgPrintShareJob",
"Method": "GET",
+ "Command": "Get-MgPrintShareCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Devices.CloudPrint",
"Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}",
+ "OutputType": "IMicrosoftGraphPrintJob",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -266159,17 +277782,19 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Devices.CloudPrint",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphPrintJob",
- "Command": "Get-MgPrintShareJob",
"Method": "GET",
+ "Command": "Get-MgPrintShareJob",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Devices.CloudPrint",
"Uri": "/print/shares/{printerShare-id}/jobs",
+ "OutputType": "IMicrosoftGraphPrintJob",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -266236,18 +277861,18 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Devices.CloudPrint",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgPrintShareJobCount",
"Method": "GET",
+ "Command": "Get-MgPrintShareJob",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Devices.CloudPrint",
"Uri": "/print/shares/{printerShare-id}/jobs/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -266314,133 +277939,143 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgPrintShareJobCount",
+ "ApiReferenceLink": null
},
{
"Module": "Devices.CloudPrint",
+ "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}",
+ "OutputType": "IMicrosoftGraphPrintDocument",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphPrintDocument",
- "Command": "Get-MgPrintShareJobDocument",
"Method": "GET",
- "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgPrintShareJobDocument",
+ "ApiReferenceLink": null
},
{
"Module": "Devices.CloudPrint",
+ "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents",
+ "OutputType": "IMicrosoftGraphPrintDocument",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphPrintDocument",
- "Command": "Get-MgPrintShareJobDocument",
"Method": "GET",
- "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgPrintShareJobDocument",
+ "ApiReferenceLink": null
},
{
"Module": "Devices.CloudPrint",
+ "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}/$value",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgPrintShareJobDocumentContent",
"Method": "GET",
- "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}/$value",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgPrintShareJobDocumentContent",
+ "ApiReferenceLink": null
},
{
"Module": "Devices.CloudPrint",
+ "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgPrintShareJobDocumentCount",
"Method": "GET",
- "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgPrintShareJobDocumentCount",
+ "ApiReferenceLink": null
},
{
"Module": "Devices.CloudPrint",
+ "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks/{printTask-id}",
+ "OutputType": "IMicrosoftGraphPrintTask",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphPrintTask",
- "Command": "Get-MgPrintShareJobTask",
"Method": "GET",
- "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks/{printTask-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgPrintShareJobTask",
+ "ApiReferenceLink": null
},
{
"Module": "Devices.CloudPrint",
+ "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks",
+ "OutputType": "IMicrosoftGraphPrintTask",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphPrintTask",
- "Command": "Get-MgPrintShareJobTask",
"Method": "GET",
- "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgPrintShareJobTask",
+ "ApiReferenceLink": null
},
{
"Module": "Devices.CloudPrint",
+ "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgPrintShareJobTaskCount",
"Method": "GET",
- "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgPrintShareJobTaskCount",
+ "ApiReferenceLink": null
},
{
"Module": "Devices.CloudPrint",
+ "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks/{printTask-id}/definition",
+ "OutputType": "IMicrosoftGraphPrintTaskDefinition",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphPrintTaskDefinition",
- "Command": "Get-MgPrintShareJobTaskDefinition",
"Method": "GET",
- "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks/{printTask-id}/definition",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgPrintShareJobTaskDefinition",
+ "ApiReferenceLink": null
},
{
"Module": "Devices.CloudPrint",
+ "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks/{printTask-id}/trigger",
+ "OutputType": "IMicrosoftGraphPrintTaskTrigger",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphPrintTaskTrigger",
- "Command": "Get-MgPrintShareJobTaskTrigger",
"Method": "GET",
- "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks/{printTask-id}/trigger",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgPrintShareJobTaskTrigger",
+ "ApiReferenceLink": null
},
{
"Module": "Devices.CloudPrint",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphPrinter",
- "Command": "Get-MgPrintSharePrinter",
- "Method": "GET",
"Uri": "/print/shares/{printerShare-id}/printer",
+ "OutputType": "IMicrosoftGraphPrinter",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -266467,108 +278102,116 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgPrintSharePrinter",
+ "ApiReferenceLink": null
},
{
"Module": "Devices.CloudPrint",
+ "Uri": "/print/taskDefinitions/{printTaskDefinition-id}",
+ "OutputType": "IMicrosoftGraphPrintTaskDefinition",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphPrintTaskDefinition",
- "Command": "Get-MgPrintTaskDefinition",
"Method": "GET",
- "Uri": "/print/taskDefinitions/{printTaskDefinition-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgPrintTaskDefinition",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printtaskdefinition-get?view=graph-rest-1.0"
},
{
"Module": "Devices.CloudPrint",
+ "Uri": "/print/taskDefinitions",
+ "OutputType": "IMicrosoftGraphPrintTaskDefinition",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphPrintTaskDefinition",
- "Command": "Get-MgPrintTaskDefinition",
"Method": "GET",
- "Uri": "/print/taskDefinitions",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgPrintTaskDefinition",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/print-list-taskdefinitions?view=graph-rest-1.0"
},
{
"Module": "Devices.CloudPrint",
+ "Uri": "/print/taskDefinitions/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgPrintTaskDefinitionCount",
"Method": "GET",
- "Uri": "/print/taskDefinitions/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgPrintTaskDefinitionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Devices.CloudPrint",
+ "Uri": "/print/taskDefinitions/{printTaskDefinition-id}/tasks/{printTask-id}",
+ "OutputType": "IMicrosoftGraphPrintTask",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphPrintTask",
- "Command": "Get-MgPrintTaskDefinitionTask",
"Method": "GET",
- "Uri": "/print/taskDefinitions/{printTaskDefinition-id}/tasks/{printTask-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgPrintTaskDefinitionTask",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printtask-get?view=graph-rest-1.0"
},
{
"Module": "Devices.CloudPrint",
+ "Uri": "/print/taskDefinitions/{printTaskDefinition-id}/tasks",
+ "OutputType": "IMicrosoftGraphPrintTask",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphPrintTask",
- "Command": "Get-MgPrintTaskDefinitionTask",
"Method": "GET",
- "Uri": "/print/taskDefinitions/{printTaskDefinition-id}/tasks",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgPrintTaskDefinitionTask",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printtaskdefinition-list-tasks?view=graph-rest-1.0"
},
{
"Module": "Devices.CloudPrint",
+ "Uri": "/print/taskDefinitions/{printTaskDefinition-id}/tasks/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgPrintTaskDefinitionTaskCount",
"Method": "GET",
- "Uri": "/print/taskDefinitions/{printTaskDefinition-id}/tasks/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgPrintTaskDefinitionTaskCount",
+ "ApiReferenceLink": null
},
{
"Module": "Devices.CloudPrint",
+ "Uri": "/print/taskDefinitions/{printTaskDefinition-id}/tasks/{printTask-id}/trigger",
+ "OutputType": "IMicrosoftGraphPrintTaskTrigger",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphPrintTaskTrigger",
- "Command": "Get-MgPrintTaskDefinitionTaskTrigger",
"Method": "GET",
- "Uri": "/print/taskDefinitions/{printTaskDefinition-id}/tasks/{printTask-id}/trigger",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgPrintTaskDefinitionTaskTrigger",
+ "ApiReferenceLink": null
},
{
"Module": "Compliance",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphSubjectRightsRequest",
- "Command": "Get-MgPrivacySubjectRightsRequest",
- "Method": "GET",
"Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}",
+ "OutputType": "IMicrosoftGraphSubjectRightsRequest",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -266587,17 +278230,19 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Compliance",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSubjectRightsRequest",
- "Command": "Get-MgPrivacySubjectRightsRequest",
"Method": "GET",
+ "Command": "Get-MgPrivacySubjectRightsRequest",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subjectrightsrequest-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Compliance",
"Uri": "/privacy/subjectRightsRequests",
+ "OutputType": "IMicrosoftGraphSubjectRightsRequest",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -266616,169 +278261,182 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgPrivacySubjectRightsRequest",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subjectrightsrequest-list?view=graph-rest-1.0"
},
{
"Module": "Compliance",
+ "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}",
+ "OutputType": "IMicrosoftGraphUser",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUser",
- "Command": "Get-MgPrivacySubjectRightsRequestApprover",
"Method": "GET",
- "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgPrivacySubjectRightsRequestApprover",
+ "ApiReferenceLink": null
},
{
"Module": "Compliance",
+ "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/approvers",
+ "OutputType": "IMicrosoftGraphUser",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphUser",
- "Command": "Get-MgPrivacySubjectRightsRequestApprover",
"Method": "GET",
- "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/approvers",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgPrivacySubjectRightsRequestApprover",
+ "ApiReferenceLink": null
},
{
"Module": "Compliance",
+ "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/approvers/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgPrivacySubjectRightsRequestApproverCount",
"Method": "GET",
- "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/approvers/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgPrivacySubjectRightsRequestApproverCount",
+ "ApiReferenceLink": null
},
{
"Module": "Compliance",
+ "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/mailboxSettings",
+ "OutputType": "IMicrosoftGraphMailboxSettings",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Command": "Get-MgPrivacySubjectRightsRequestApproverMailboxSetting",
"Method": "GET",
- "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/mailboxSettings",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgPrivacySubjectRightsRequestApproverMailboxSetting",
+ "ApiReferenceLink": null
},
{
"Module": "Compliance",
+ "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/serviceProvisioningErrors",
+ "OutputType": "IMicrosoftGraphServiceProvisioningError",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Command": "Get-MgPrivacySubjectRightsRequestApproverServiceProvisioningError",
"Method": "GET",
- "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/serviceProvisioningErrors",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgPrivacySubjectRightsRequestApproverServiceProvisioningError",
+ "ApiReferenceLink": null
},
{
"Module": "Compliance",
+ "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/serviceProvisioningErrors/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgPrivacySubjectRightsRequestApproverServiceProvisioningErrorCount",
"Method": "GET",
- "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/serviceProvisioningErrors/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgPrivacySubjectRightsRequestApproverServiceProvisioningErrorCount",
+ "ApiReferenceLink": null
},
{
"Module": "Compliance",
+ "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}",
+ "OutputType": "IMicrosoftGraphUser",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUser",
- "Command": "Get-MgPrivacySubjectRightsRequestCollaborator",
"Method": "GET",
- "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgPrivacySubjectRightsRequestCollaborator",
+ "ApiReferenceLink": null
},
{
"Module": "Compliance",
+ "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/collaborators",
+ "OutputType": "IMicrosoftGraphUser",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphUser",
- "Command": "Get-MgPrivacySubjectRightsRequestCollaborator",
"Method": "GET",
- "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/collaborators",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgPrivacySubjectRightsRequestCollaborator",
+ "ApiReferenceLink": null
},
{
"Module": "Compliance",
+ "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgPrivacySubjectRightsRequestCollaboratorCount",
"Method": "GET",
- "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgPrivacySubjectRightsRequestCollaboratorCount",
+ "ApiReferenceLink": null
},
{
"Module": "Compliance",
+ "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/mailboxSettings",
+ "OutputType": "IMicrosoftGraphMailboxSettings",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Command": "Get-MgPrivacySubjectRightsRequestCollaboratorMailboxSetting",
"Method": "GET",
- "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/mailboxSettings",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgPrivacySubjectRightsRequestCollaboratorMailboxSetting",
+ "ApiReferenceLink": null
},
{
"Module": "Compliance",
+ "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/serviceProvisioningErrors",
+ "OutputType": "IMicrosoftGraphServiceProvisioningError",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Command": "Get-MgPrivacySubjectRightsRequestCollaboratorServiceProvisioningError",
"Method": "GET",
- "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/serviceProvisioningErrors",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgPrivacySubjectRightsRequestCollaboratorServiceProvisioningError",
+ "ApiReferenceLink": null
},
{
"Module": "Compliance",
+ "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/serviceProvisioningErrors/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgPrivacySubjectRightsRequestCollaboratorServiceProvisioningErrorCount",
"Method": "GET",
- "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/serviceProvisioningErrors/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgPrivacySubjectRightsRequestCollaboratorServiceProvisioningErrorCount",
+ "ApiReferenceLink": null
},
{
"Module": "Compliance",
- "Variants": [
- "Get"
- ],
- "OutputType": null,
- "Command": "Get-MgPrivacySubjectRightsRequestCount",
- "Method": "GET",
"Uri": "/privacy/subjectRightsRequests/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -266797,30 +278455,32 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgPrivacySubjectRightsRequestCount",
+ "ApiReferenceLink": null
},
{
"Module": "Compliance",
+ "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/notes/{authoredNote-id}",
+ "OutputType": "IMicrosoftGraphAuthoredNote",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAuthoredNote",
- "Command": "Get-MgPrivacySubjectRightsRequestNote",
"Method": "GET",
- "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/notes/{authoredNote-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgPrivacySubjectRightsRequestNote",
+ "ApiReferenceLink": null
},
{
"Module": "Compliance",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphAuthoredNote",
- "Command": "Get-MgPrivacySubjectRightsRequestNote",
- "Method": "GET",
"Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/notes",
+ "OutputType": "IMicrosoftGraphAuthoredNote",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -266839,18 +278499,18 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Compliance",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgPrivacySubjectRightsRequestNoteCount",
"Method": "GET",
+ "Command": "Get-MgPrivacySubjectRightsRequestNote",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subjectrightsrequest-list-notes?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Compliance",
"Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/notes/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -266869,43 +278529,46 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgPrivacySubjectRightsRequestNoteCount",
+ "ApiReferenceLink": null
},
{
"Module": "Compliance",
+ "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/team",
+ "OutputType": "IMicrosoftGraphTeam",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTeam",
- "Command": "Get-MgPrivacySubjectRightsRequestTeam",
"Method": "GET",
- "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/team",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgPrivacySubjectRightsRequestTeam",
+ "ApiReferenceLink": null
},
{
"Module": "Reports",
+ "Uri": "/reports/authenticationMethods",
+ "OutputType": "IMicrosoftGraphAuthenticationMethodsRoot",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": "IMicrosoftGraphAuthenticationMethodsRoot",
- "Command": "Get-MgReportAuthenticationMethod",
"Method": "GET",
- "Uri": "/reports/authenticationMethods",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgReportAuthenticationMethod",
+ "ApiReferenceLink": null
},
{
"Module": "Reports",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphUserRegistrationDetails",
- "Command": "Get-MgReportAuthenticationMethodUserRegistrationDetail",
- "Method": "GET",
"Uri": "/reports/authenticationMethods/userRegistrationDetails/{userRegistrationDetails-id}",
+ "OutputType": "IMicrosoftGraphUserRegistrationDetails",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -266924,17 +278587,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Reports",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUserRegistrationDetails",
- "Command": "Get-MgReportAuthenticationMethodUserRegistrationDetail",
"Method": "GET",
+ "Command": "Get-MgReportAuthenticationMethodUserRegistrationDetail",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userregistrationdetails-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Reports",
"Uri": "/reports/authenticationMethods/userRegistrationDetails",
+ "OutputType": "IMicrosoftGraphUserRegistrationDetails",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -266953,17 +278618,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Reports",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgReportAuthenticationMethodUserRegistrationDetailCount",
"Method": "GET",
+ "Command": "Get-MgReportAuthenticationMethodUserRegistrationDetail",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationmethodsroot-list-userregistrationdetails?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Reports",
"Uri": "/reports/authenticationMethods/userRegistrationDetails/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -266982,1519 +278648,1634 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgReportAuthenticationMethodUserRegistrationDetailCount",
+ "ApiReferenceLink": null
},
{
"Module": "Reports",
+ "Uri": "/reports/dailyPrintUsageByPrinter/{printUsageByPrinter-id}",
+ "OutputType": "IMicrosoftGraphPrintUsageByPrinter",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphPrintUsageByPrinter",
- "Command": "Get-MgReportDailyPrintUsageByPrinter",
"Method": "GET",
- "Uri": "/reports/dailyPrintUsageByPrinter/{printUsageByPrinter-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgReportDailyPrintUsageByPrinter",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printusagebyprinter-get?view=graph-rest-1.0"
},
{
"Module": "Reports",
+ "Uri": "/reports/dailyPrintUsageByPrinter",
+ "OutputType": "IMicrosoftGraphPrintUsageByPrinter",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphPrintUsageByPrinter",
- "Command": "Get-MgReportDailyPrintUsageByPrinter",
"Method": "GET",
- "Uri": "/reports/dailyPrintUsageByPrinter",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgReportDailyPrintUsageByPrinter",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-list-dailyprintusagebyprinter?view=graph-rest-1.0"
},
{
"Module": "Reports",
+ "Uri": "/reports/dailyPrintUsageByPrinter/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgReportDailyPrintUsageByPrinterCount",
"Method": "GET",
- "Uri": "/reports/dailyPrintUsageByPrinter/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgReportDailyPrintUsageByPrinterCount",
+ "ApiReferenceLink": null
},
{
"Module": "Reports",
+ "Uri": "/reports/dailyPrintUsageByUser/{printUsageByUser-id}",
+ "OutputType": "IMicrosoftGraphPrintUsageByUser",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphPrintUsageByUser",
- "Command": "Get-MgReportDailyPrintUsageByUser",
"Method": "GET",
- "Uri": "/reports/dailyPrintUsageByUser/{printUsageByUser-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgReportDailyPrintUsageByUser",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printusagebyuser-get?view=graph-rest-1.0"
},
{
"Module": "Reports",
+ "Uri": "/reports/dailyPrintUsageByUser",
+ "OutputType": "IMicrosoftGraphPrintUsageByUser",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphPrintUsageByUser",
- "Command": "Get-MgReportDailyPrintUsageByUser",
"Method": "GET",
- "Uri": "/reports/dailyPrintUsageByUser",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgReportDailyPrintUsageByUser",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-list-dailyprintusagebyuser?view=graph-rest-1.0"
},
{
"Module": "Reports",
+ "Uri": "/reports/dailyPrintUsageByUser/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgReportDailyPrintUsageByUserCount",
"Method": "GET",
- "Uri": "/reports/dailyPrintUsageByUser/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgReportDailyPrintUsageByUserCount",
+ "ApiReferenceLink": null
},
{
"Module": "Reports",
+ "Uri": "/reports/deviceConfigurationDeviceActivity",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Device"
],
- "OutputType": null,
- "Command": "Get-MgReportDeviceConfigurationDeviceActivity",
"Method": "GET",
- "Uri": "/reports/deviceConfigurationDeviceActivity",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgReportDeviceConfigurationDeviceActivity",
+ "ApiReferenceLink": null
},
{
"Module": "Reports",
+ "Uri": "/reports/deviceConfigurationUserActivity",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Device"
],
- "OutputType": null,
- "Command": "Get-MgReportDeviceConfigurationUserActivity",
"Method": "GET",
- "Uri": "/reports/deviceConfigurationUserActivity",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgReportDeviceConfigurationUserActivity",
+ "ApiReferenceLink": null
},
{
"Module": "Reports",
+ "Uri": "/reports/getEmailActivityCounts(period='{period}')",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgReportEmailActivityCount",
"Method": "GET",
- "Uri": "/reports/getEmailActivityCounts(period='{period}')",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgReportEmailActivityCount",
+ "ApiReferenceLink": null
},
{
"Module": "Reports",
+ "Uri": "/reports/getEmailActivityUserCounts(period='{period}')",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgReportEmailActivityUserCount",
"Method": "GET",
- "Uri": "/reports/getEmailActivityUserCounts(period='{period}')",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgReportEmailActivityUserCount",
+ "ApiReferenceLink": null
},
{
"Module": "Reports",
+ "Uri": "/reports/getEmailActivityUserDetail(date={date})",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": null,
- "Command": "Get-MgReportEmailActivityUserDetail",
"Method": "GET",
- "Uri": "/reports/getEmailActivityUserDetail(date={date})",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgReportEmailActivityUserDetail",
+ "ApiReferenceLink": null
},
{
"Module": "Reports",
+ "Uri": "/reports/getEmailAppUsageAppsUserCounts(period='{period}')",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgReportEmailAppUsageAppUserCount",
"Method": "GET",
- "Uri": "/reports/getEmailAppUsageAppsUserCounts(period='{period}')",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgReportEmailAppUsageAppUserCount",
+ "ApiReferenceLink": null
},
{
"Module": "Reports",
+ "Uri": "/reports/getEmailAppUsageUserCounts(period='{period}')",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgReportEmailAppUsageUserCount",
"Method": "GET",
- "Uri": "/reports/getEmailAppUsageUserCounts(period='{period}')",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgReportEmailAppUsageUserCount",
+ "ApiReferenceLink": null
},
{
"Module": "Reports",
+ "Uri": "/reports/getEmailAppUsageUserDetail(date={date})",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": null,
- "Command": "Get-MgReportEmailAppUsageUserDetail",
"Method": "GET",
- "Uri": "/reports/getEmailAppUsageUserDetail(date={date})",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgReportEmailAppUsageUserDetail",
+ "ApiReferenceLink": null
},
{
"Module": "Reports",
+ "Uri": "/reports/getEmailAppUsageVersionsUserCounts(period='{period}')",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgReportEmailAppUsageVersionUserCount",
"Method": "GET",
- "Uri": "/reports/getEmailAppUsageVersionsUserCounts(period='{period}')",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgReportEmailAppUsageVersionUserCount",
+ "ApiReferenceLink": null
},
{
"Module": "Reports",
+ "Uri": "/reports/getGroupArchivedPrintJobs(groupId='{groupId}',startDateTime={startDateTime},endDateTime={endDateTime})",
+ "OutputType": "IMicrosoftGraphArchivedPrintJob",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphArchivedPrintJob",
- "Command": "Get-MgReportGroupArchivedPrintJob",
"Method": "GET",
- "Uri": "/reports/getGroupArchivedPrintJobs(groupId='{groupId}',startDateTime={startDateTime},endDateTime={endDateTime})",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgReportGroupArchivedPrintJob",
+ "ApiReferenceLink": null
},
{
"Module": "Reports",
+ "Uri": "/reports/getM365AppPlatformUserCounts(period='{period}')",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgReportM365AppPlatformUserCount",
"Method": "GET",
- "Uri": "/reports/getM365AppPlatformUserCounts(period='{period}')",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgReportM365AppPlatformUserCount",
+ "ApiReferenceLink": null
},
{
"Module": "Reports",
+ "Uri": "/reports/getM365AppUserCounts(period='{period}')",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgReportM365AppUserCount",
"Method": "GET",
- "Uri": "/reports/getM365AppUserCounts(period='{period}')",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgReportM365AppUserCount",
+ "ApiReferenceLink": null
},
{
"Module": "Reports",
+ "Uri": "/reports/getM365AppUserDetail(date={date})",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": null,
- "Command": "Get-MgReportM365AppUserDetail",
"Method": "GET",
- "Uri": "/reports/getM365AppUserDetail(date={date})",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgReportM365AppUserDetail",
+ "ApiReferenceLink": null
},
{
"Module": "Reports",
+ "Uri": "/reports/getMailboxUsageDetail(period='{period}')",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgReportMailboxUsageDetail",
"Method": "GET",
- "Uri": "/reports/getMailboxUsageDetail(period='{period}')",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgReportMailboxUsageDetail",
+ "ApiReferenceLink": null
},
{
"Module": "Reports",
+ "Uri": "/reports/getMailboxUsageMailboxCounts(period='{period}')",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgReportMailboxUsageMailboxCount",
"Method": "GET",
- "Uri": "/reports/getMailboxUsageMailboxCounts(period='{period}')",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgReportMailboxUsageMailboxCount",
+ "ApiReferenceLink": null
},
{
"Module": "Reports",
+ "Uri": "/reports/getMailboxUsageQuotaStatusMailboxCounts(period='{period}')",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgReportMailboxUsageQuotaStatusMailboxCount",
"Method": "GET",
- "Uri": "/reports/getMailboxUsageQuotaStatusMailboxCounts(period='{period}')",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgReportMailboxUsageQuotaStatusMailboxCount",
+ "ApiReferenceLink": null
},
{
"Module": "Reports",
+ "Uri": "/reports/getMailboxUsageStorage(period='{period}')",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgReportMailboxUsageStorage",
"Method": "GET",
- "Uri": "/reports/getMailboxUsageStorage(period='{period}')",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgReportMailboxUsageStorage",
+ "ApiReferenceLink": null
},
{
"Module": "Reports",
+ "Uri": "/reports/managedDeviceEnrollmentFailureDetails",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Detail",
"Detail1",
"DetailViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgReportManagedDeviceEnrollmentFailureDetail",
"Method": "GET",
- "Uri": "/reports/managedDeviceEnrollmentFailureDetails",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgReportManagedDeviceEnrollmentFailureDetail",
+ "ApiReferenceLink": null
},
{
"Module": "Reports",
+ "Uri": "/reports/managedDeviceEnrollmentTopFailures",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Top",
"Top1",
"TopViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgReportManagedDeviceEnrollmentTopFailure",
"Method": "GET",
- "Uri": "/reports/managedDeviceEnrollmentTopFailures",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgReportManagedDeviceEnrollmentTopFailure",
+ "ApiReferenceLink": null
},
{
"Module": "Reports",
+ "Uri": "/reports/monthlyPrintUsageByPrinter/{printUsageByPrinter-id}",
+ "OutputType": "IMicrosoftGraphPrintUsageByPrinter",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphPrintUsageByPrinter",
- "Command": "Get-MgReportMonthlyPrintUsageByPrinter",
"Method": "GET",
- "Uri": "/reports/monthlyPrintUsageByPrinter/{printUsageByPrinter-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgReportMonthlyPrintUsageByPrinter",
+ "ApiReferenceLink": null
},
{
"Module": "Reports",
+ "Uri": "/reports/monthlyPrintUsageByPrinter",
+ "OutputType": "IMicrosoftGraphPrintUsageByPrinter",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphPrintUsageByPrinter",
- "Command": "Get-MgReportMonthlyPrintUsageByPrinter",
"Method": "GET",
- "Uri": "/reports/monthlyPrintUsageByPrinter",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgReportMonthlyPrintUsageByPrinter",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-list-monthlyprintusagebyprinter?view=graph-rest-1.0"
},
{
"Module": "Reports",
+ "Uri": "/reports/monthlyPrintUsageByPrinter/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgReportMonthlyPrintUsageByPrinterCount",
"Method": "GET",
- "Uri": "/reports/monthlyPrintUsageByPrinter/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgReportMonthlyPrintUsageByPrinterCount",
+ "ApiReferenceLink": null
},
{
"Module": "Reports",
+ "Uri": "/reports/monthlyPrintUsageByUser/{printUsageByUser-id}",
+ "OutputType": "IMicrosoftGraphPrintUsageByUser",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphPrintUsageByUser",
- "Command": "Get-MgReportMonthlyPrintUsageByUser",
"Method": "GET",
- "Uri": "/reports/monthlyPrintUsageByUser/{printUsageByUser-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgReportMonthlyPrintUsageByUser",
+ "ApiReferenceLink": null
},
{
"Module": "Reports",
+ "Uri": "/reports/monthlyPrintUsageByUser",
+ "OutputType": "IMicrosoftGraphPrintUsageByUser",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphPrintUsageByUser",
- "Command": "Get-MgReportMonthlyPrintUsageByUser",
"Method": "GET",
- "Uri": "/reports/monthlyPrintUsageByUser",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgReportMonthlyPrintUsageByUser",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-list-monthlyprintusagebyuser?view=graph-rest-1.0"
},
{
"Module": "Reports",
+ "Uri": "/reports/monthlyPrintUsageByUser/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgReportMonthlyPrintUsageByUserCount",
"Method": "GET",
- "Uri": "/reports/monthlyPrintUsageByUser/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgReportMonthlyPrintUsageByUserCount",
+ "ApiReferenceLink": null
},
{
"Module": "Reports",
+ "Uri": "/reports/getOffice365ActivationCounts",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgReportOffice365ActivationCount",
"Method": "GET",
- "Uri": "/reports/getOffice365ActivationCounts",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgReportOffice365ActivationCount",
+ "ApiReferenceLink": null
},
{
"Module": "Reports",
+ "Uri": "/reports/getOffice365ActivationsUserCounts",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgReportOffice365ActivationUserCount",
"Method": "GET",
- "Uri": "/reports/getOffice365ActivationsUserCounts",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgReportOffice365ActivationUserCount",
+ "ApiReferenceLink": null
},
{
"Module": "Reports",
+ "Uri": "/reports/getOffice365ActivationsUserDetail",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgReportOffice365ActivationUserDetail",
"Method": "GET",
- "Uri": "/reports/getOffice365ActivationsUserDetail",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgReportOffice365ActivationUserDetail",
+ "ApiReferenceLink": null
},
{
"Module": "Reports",
+ "Uri": "/reports/getOffice365ActiveUserCounts(period='{period}')",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgReportOffice365ActiveUserCount",
"Method": "GET",
- "Uri": "/reports/getOffice365ActiveUserCounts(period='{period}')",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgReportOffice365ActiveUserCount",
+ "ApiReferenceLink": null
},
{
"Module": "Reports",
+ "Uri": "/reports/getOffice365ActiveUserDetail(date={date})",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": null,
- "Command": "Get-MgReportOffice365ActiveUserDetail",
"Method": "GET",
- "Uri": "/reports/getOffice365ActiveUserDetail(date={date})",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgReportOffice365ActiveUserDetail",
+ "ApiReferenceLink": null
},
{
"Module": "Reports",
+ "Uri": "/reports/getOffice365GroupsActivityCounts(period='{period}')",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgReportOffice365GroupActivityCount",
"Method": "GET",
- "Uri": "/reports/getOffice365GroupsActivityCounts(period='{period}')",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgReportOffice365GroupActivityCount",
+ "ApiReferenceLink": null
},
{
"Module": "Reports",
+ "Uri": "/reports/getOffice365GroupsActivityDetail(date={date})",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": null,
- "Command": "Get-MgReportOffice365GroupActivityDetail",
"Method": "GET",
- "Uri": "/reports/getOffice365GroupsActivityDetail(date={date})",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgReportOffice365GroupActivityDetail",
+ "ApiReferenceLink": null
},
{
"Module": "Reports",
+ "Uri": "/reports/getOffice365GroupsActivityFileCounts(period='{period}')",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgReportOffice365GroupActivityFileCount",
"Method": "GET",
- "Uri": "/reports/getOffice365GroupsActivityFileCounts(period='{period}')",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgReportOffice365GroupActivityFileCount",
+ "ApiReferenceLink": null
},
{
"Module": "Reports",
+ "Uri": "/reports/getOffice365GroupsActivityGroupCounts(period='{period}')",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgReportOffice365GroupActivityGroupCount",
"Method": "GET",
- "Uri": "/reports/getOffice365GroupsActivityGroupCounts(period='{period}')",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgReportOffice365GroupActivityGroupCount",
+ "ApiReferenceLink": null
},
{
"Module": "Reports",
+ "Uri": "/reports/getOffice365GroupsActivityStorage(period='{period}')",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgReportOffice365GroupActivityStorage",
"Method": "GET",
- "Uri": "/reports/getOffice365GroupsActivityStorage(period='{period}')",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgReportOffice365GroupActivityStorage",
+ "ApiReferenceLink": null
},
{
"Module": "Reports",
+ "Uri": "/reports/getOffice365ServicesUserCounts(period='{period}')",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgReportOffice365ServiceUserCount",
"Method": "GET",
- "Uri": "/reports/getOffice365ServicesUserCounts(period='{period}')",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgReportOffice365ServiceUserCount",
+ "ApiReferenceLink": null
},
{
"Module": "Reports",
+ "Uri": "/reports/getOneDriveActivityFileCounts(period='{period}')",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgReportOneDriveActivityFileCount",
"Method": "GET",
- "Uri": "/reports/getOneDriveActivityFileCounts(period='{period}')",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgReportOneDriveActivityFileCount",
+ "ApiReferenceLink": null
},
{
"Module": "Reports",
+ "Uri": "/reports/getOneDriveActivityUserCounts(period='{period}')",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgReportOneDriveActivityUserCount",
"Method": "GET",
- "Uri": "/reports/getOneDriveActivityUserCounts(period='{period}')",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgReportOneDriveActivityUserCount",
+ "ApiReferenceLink": null
},
{
"Module": "Reports",
+ "Uri": "/reports/getOneDriveActivityUserDetail(date={date})",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": null,
- "Command": "Get-MgReportOneDriveActivityUserDetail",
"Method": "GET",
- "Uri": "/reports/getOneDriveActivityUserDetail(date={date})",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgReportOneDriveActivityUserDetail",
+ "ApiReferenceLink": null
},
{
"Module": "Reports",
+ "Uri": "/reports/getOneDriveUsageAccountCounts(period='{period}')",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgReportOneDriveUsageAccountCount",
"Method": "GET",
- "Uri": "/reports/getOneDriveUsageAccountCounts(period='{period}')",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgReportOneDriveUsageAccountCount",
+ "ApiReferenceLink": null
},
{
"Module": "Reports",
+ "Uri": "/reports/getOneDriveUsageAccountDetail(date={date})",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": null,
- "Command": "Get-MgReportOneDriveUsageAccountDetail",
"Method": "GET",
- "Uri": "/reports/getOneDriveUsageAccountDetail(date={date})",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgReportOneDriveUsageAccountDetail",
+ "ApiReferenceLink": null
},
{
"Module": "Reports",
+ "Uri": "/reports/getOneDriveUsageFileCounts(period='{period}')",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgReportOneDriveUsageFileCount",
"Method": "GET",
- "Uri": "/reports/getOneDriveUsageFileCounts(period='{period}')",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgReportOneDriveUsageFileCount",
+ "ApiReferenceLink": null
},
{
"Module": "Reports",
+ "Uri": "/reports/getOneDriveUsageStorage(period='{period}')",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgReportOneDriveUsageStorage",
"Method": "GET",
- "Uri": "/reports/getOneDriveUsageStorage(period='{period}')",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgReportOneDriveUsageStorage",
+ "ApiReferenceLink": null
},
{
"Module": "Reports",
+ "Uri": "/reports/partners",
+ "OutputType": "IMicrosoftGraphPartners",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": "IMicrosoftGraphPartners",
- "Command": "Get-MgReportPartner",
"Method": "GET",
- "Uri": "/reports/partners",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgReportPartner",
+ "ApiReferenceLink": null
},
{
"Module": "Reports",
+ "Uri": "/reports/partners/billing",
+ "OutputType": "IMicrosoftGraphPartnersBilling",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": "IMicrosoftGraphPartnersBilling",
- "Command": "Get-MgReportPartnerBilling",
"Method": "GET",
- "Uri": "/reports/partners/billing",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgReportPartnerBilling",
+ "ApiReferenceLink": null
},
{
"Module": "Reports",
+ "Uri": "/reports/partners/billing/manifests/{manifest-id}",
+ "OutputType": "IMicrosoftGraphPartnersBillingManifest",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphPartnersBillingManifest",
- "Command": "Get-MgReportPartnerBillingManifest",
"Method": "GET",
- "Uri": "/reports/partners/billing/manifests/{manifest-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgReportPartnerBillingManifest",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/partners-billing-manifest-get?view=graph-rest-1.0"
},
{
"Module": "Reports",
+ "Uri": "/reports/partners/billing/manifests",
+ "OutputType": "IMicrosoftGraphPartnersBillingManifest",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphPartnersBillingManifest",
- "Command": "Get-MgReportPartnerBillingManifest",
"Method": "GET",
- "Uri": "/reports/partners/billing/manifests",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgReportPartnerBillingManifest",
+ "ApiReferenceLink": null
},
{
"Module": "Reports",
+ "Uri": "/reports/partners/billing/manifests/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgReportPartnerBillingManifestCount",
"Method": "GET",
- "Uri": "/reports/partners/billing/manifests/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgReportPartnerBillingManifestCount",
+ "ApiReferenceLink": null
},
{
"Module": "Reports",
+ "Uri": "/reports/partners/billing/operations/{operation-id}",
+ "OutputType": "IMicrosoftGraphPartnersBillingOperation",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphPartnersBillingOperation",
- "Command": "Get-MgReportPartnerBillingOperation",
"Method": "GET",
- "Uri": "/reports/partners/billing/operations/{operation-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgReportPartnerBillingOperation",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/partners-billing-operation-get?view=graph-rest-1.0"
},
{
"Module": "Reports",
+ "Uri": "/reports/partners/billing/operations",
+ "OutputType": "IMicrosoftGraphPartnersBillingOperation",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphPartnersBillingOperation",
- "Command": "Get-MgReportPartnerBillingOperation",
"Method": "GET",
- "Uri": "/reports/partners/billing/operations",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgReportPartnerBillingOperation",
+ "ApiReferenceLink": null
},
{
"Module": "Reports",
+ "Uri": "/reports/partners/billing/operations/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgReportPartnerBillingOperationCount",
"Method": "GET",
- "Uri": "/reports/partners/billing/operations/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgReportPartnerBillingOperationCount",
+ "ApiReferenceLink": null
},
{
"Module": "Reports",
+ "Uri": "/reports/partners/billing/reconciliation",
+ "OutputType": "IMicrosoftGraphPartnersBillingReconciliation",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": "IMicrosoftGraphPartnersBillingReconciliation",
- "Command": "Get-MgReportPartnerBillingReconciliation",
"Method": "GET",
- "Uri": "/reports/partners/billing/reconciliation",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgReportPartnerBillingReconciliation",
+ "ApiReferenceLink": null
},
{
"Module": "Reports",
+ "Uri": "/reports/partners/billing/reconciliation/billed",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgReportPartnerBillingReconciliationBilled",
"Method": "GET",
- "Uri": "/reports/partners/billing/reconciliation/billed",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgReportPartnerBillingReconciliationBilled",
+ "ApiReferenceLink": null
},
{
"Module": "Reports",
+ "Uri": "/reports/partners/billing/usage",
+ "OutputType": "IMicrosoftGraphPartnersBillingAzureUsage",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": "IMicrosoftGraphPartnersBillingAzureUsage",
- "Command": "Get-MgReportPartnerBillingUsage",
"Method": "GET",
- "Uri": "/reports/partners/billing/usage",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgReportPartnerBillingUsage",
+ "ApiReferenceLink": null
},
{
"Module": "Reports",
+ "Uri": "/reports/partners/billing/usage/billed",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgReportPartnerBillingUsageBilled",
"Method": "GET",
- "Uri": "/reports/partners/billing/usage/billed",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgReportPartnerBillingUsageBilled",
+ "ApiReferenceLink": null
},
{
"Module": "Reports",
+ "Uri": "/reports/partners/billing/usage/unbilled",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgReportPartnerBillingUsageUnbilled",
"Method": "GET",
- "Uri": "/reports/partners/billing/usage/unbilled",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgReportPartnerBillingUsageUnbilled",
+ "ApiReferenceLink": null
},
{
"Module": "Reports",
+ "Uri": "/reports/getPrinterArchivedPrintJobs(printerId='{printerId}',startDateTime={startDateTime},endDateTime={endDateTime})",
+ "OutputType": "IMicrosoftGraphArchivedPrintJob",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphArchivedPrintJob",
- "Command": "Get-MgReportPrinterArchivedPrintJob",
"Method": "GET",
- "Uri": "/reports/getPrinterArchivedPrintJobs(printerId='{printerId}',startDateTime={startDateTime},endDateTime={endDateTime})",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgReportPrinterArchivedPrintJob",
+ "ApiReferenceLink": null
},
{
"Module": "Reports",
+ "Uri": "/reports/getRelyingPartyDetailedSummary(period='{period}')",
+ "OutputType": "IMicrosoftGraphRelyingPartyDetailedSummary",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphRelyingPartyDetailedSummary",
- "Command": "Get-MgReportRelyingPartyDetailedSummary",
"Method": "GET",
- "Uri": "/reports/getRelyingPartyDetailedSummary(period='{period}')",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgReportRelyingPartyDetailedSummary",
+ "ApiReferenceLink": null
},
{
"Module": "Reports",
+ "Uri": "/reports/security",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgReportSecurity",
"Method": "GET",
- "Uri": "/reports/security",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgReportSecurity",
+ "ApiReferenceLink": null
},
{
"Module": "Reports",
+ "Uri": "/reports/security/getAttackSimulationRepeatOffenders",
+ "OutputType": "IMicrosoftGraphAttackSimulationRepeatOffender",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": "IMicrosoftGraphAttackSimulationRepeatOffender",
- "Command": "Get-MgReportSecurityAttackSimulationRepeatOffender",
"Method": "GET",
- "Uri": "/reports/security/getAttackSimulationRepeatOffenders",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgReportSecurityAttackSimulationRepeatOffender",
+ "ApiReferenceLink": null
},
{
"Module": "Reports",
+ "Uri": "/reports/security/getAttackSimulationTrainingUserCoverage",
+ "OutputType": "IMicrosoftGraphAttackSimulationTrainingUserCoverage",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": "IMicrosoftGraphAttackSimulationTrainingUserCoverage",
- "Command": "Get-MgReportSecurityAttackSimulationTrainingUserCoverage",
"Method": "GET",
- "Uri": "/reports/security/getAttackSimulationTrainingUserCoverage",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgReportSecurityAttackSimulationTrainingUserCoverage",
+ "ApiReferenceLink": null
},
{
"Module": "Reports",
+ "Uri": "/reports/security/getAttackSimulationSimulationUserCoverage",
+ "OutputType": "IMicrosoftGraphAttackSimulationUserCoverage",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": "IMicrosoftGraphAttackSimulationUserCoverage",
- "Command": "Get-MgReportSecurityAttackSimulationUserCoverage",
"Method": "GET",
- "Uri": "/reports/security/getAttackSimulationSimulationUserCoverage",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgReportSecurityAttackSimulationUserCoverage",
+ "ApiReferenceLink": null
},
{
"Module": "Reports",
+ "Uri": "/reports/getSharePointActivityFileCounts(period='{period}')",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgReportSharePointActivityFileCount",
"Method": "GET",
- "Uri": "/reports/getSharePointActivityFileCounts(period='{period}')",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgReportSharePointActivityFileCount",
+ "ApiReferenceLink": null
},
{
"Module": "Reports",
+ "Uri": "/reports/getSharePointActivityPages(period='{period}')",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgReportSharePointActivityPage",
"Method": "GET",
- "Uri": "/reports/getSharePointActivityPages(period='{period}')",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgReportSharePointActivityPage",
+ "ApiReferenceLink": null
},
{
"Module": "Reports",
+ "Uri": "/reports/getSharePointActivityUserCounts(period='{period}')",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgReportSharePointActivityUserCount",
"Method": "GET",
- "Uri": "/reports/getSharePointActivityUserCounts(period='{period}')",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgReportSharePointActivityUserCount",
+ "ApiReferenceLink": null
},
{
"Module": "Reports",
+ "Uri": "/reports/getSharePointActivityUserDetail(date={date})",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": null,
- "Command": "Get-MgReportSharePointActivityUserDetail",
"Method": "GET",
- "Uri": "/reports/getSharePointActivityUserDetail(date={date})",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgReportSharePointActivityUserDetail",
+ "ApiReferenceLink": null
},
{
"Module": "Reports",
+ "Uri": "/reports/getSharePointSiteUsageDetail(date={date})",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": null,
- "Command": "Get-MgReportSharePointSiteUsageDetail",
"Method": "GET",
- "Uri": "/reports/getSharePointSiteUsageDetail(date={date})",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgReportSharePointSiteUsageDetail",
+ "ApiReferenceLink": null
},
{
"Module": "Reports",
+ "Uri": "/reports/getSharePointSiteUsageFileCounts(period='{period}')",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgReportSharePointSiteUsageFileCount",
"Method": "GET",
- "Uri": "/reports/getSharePointSiteUsageFileCounts(period='{period}')",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgReportSharePointSiteUsageFileCount",
+ "ApiReferenceLink": null
},
{
"Module": "Reports",
+ "Uri": "/reports/getSharePointSiteUsagePages(period='{period}')",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgReportSharePointSiteUsagePage",
"Method": "GET",
- "Uri": "/reports/getSharePointSiteUsagePages(period='{period}')",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgReportSharePointSiteUsagePage",
+ "ApiReferenceLink": null
},
{
"Module": "Reports",
+ "Uri": "/reports/getSharePointSiteUsageSiteCounts(period='{period}')",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgReportSharePointSiteUsageSiteCount",
"Method": "GET",
- "Uri": "/reports/getSharePointSiteUsageSiteCounts(period='{period}')",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgReportSharePointSiteUsageSiteCount",
+ "ApiReferenceLink": null
},
{
"Module": "Reports",
+ "Uri": "/reports/getSharePointSiteUsageStorage(period='{period}')",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgReportSharePointSiteUsageStorage",
"Method": "GET",
- "Uri": "/reports/getSharePointSiteUsageStorage(period='{period}')",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgReportSharePointSiteUsageStorage",
+ "ApiReferenceLink": null
},
{
"Module": "Reports",
+ "Uri": "/reports/getSkypeForBusinessActivityCounts(period='{period}')",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgReportSkypeForBusinessActivityCount",
"Method": "GET",
- "Uri": "/reports/getSkypeForBusinessActivityCounts(period='{period}')",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgReportSkypeForBusinessActivityCount",
+ "ApiReferenceLink": null
},
{
"Module": "Reports",
+ "Uri": "/reports/getSkypeForBusinessActivityUserCounts(period='{period}')",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgReportSkypeForBusinessActivityUserCount",
"Method": "GET",
- "Uri": "/reports/getSkypeForBusinessActivityUserCounts(period='{period}')",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgReportSkypeForBusinessActivityUserCount",
+ "ApiReferenceLink": null
},
{
"Module": "Reports",
+ "Uri": "/reports/getSkypeForBusinessActivityUserDetail(date={date})",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": null,
- "Command": "Get-MgReportSkypeForBusinessActivityUserDetail",
"Method": "GET",
- "Uri": "/reports/getSkypeForBusinessActivityUserDetail(date={date})",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgReportSkypeForBusinessActivityUserDetail",
+ "ApiReferenceLink": null
},
{
"Module": "Reports",
+ "Uri": "/reports/getSkypeForBusinessDeviceUsageDistributionUserCounts(period='{period}')",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgReportSkypeForBusinessDeviceUsageDistributionUserCount",
"Method": "GET",
- "Uri": "/reports/getSkypeForBusinessDeviceUsageDistributionUserCounts(period='{period}')",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgReportSkypeForBusinessDeviceUsageDistributionUserCount",
+ "ApiReferenceLink": null
},
{
"Module": "Reports",
+ "Uri": "/reports/getSkypeForBusinessDeviceUsageUserCounts(period='{period}')",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgReportSkypeForBusinessDeviceUsageUserCount",
"Method": "GET",
- "Uri": "/reports/getSkypeForBusinessDeviceUsageUserCounts(period='{period}')",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgReportSkypeForBusinessDeviceUsageUserCount",
+ "ApiReferenceLink": null
},
{
"Module": "Reports",
+ "Uri": "/reports/getSkypeForBusinessDeviceUsageUserDetail(date={date})",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": null,
- "Command": "Get-MgReportSkypeForBusinessDeviceUsageUserDetail",
"Method": "GET",
- "Uri": "/reports/getSkypeForBusinessDeviceUsageUserDetail(date={date})",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgReportSkypeForBusinessDeviceUsageUserDetail",
+ "ApiReferenceLink": null
},
{
"Module": "Reports",
+ "Uri": "/reports/getSkypeForBusinessOrganizerActivityCounts(period='{period}')",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgReportSkypeForBusinessOrganizerActivityCount",
"Method": "GET",
- "Uri": "/reports/getSkypeForBusinessOrganizerActivityCounts(period='{period}')",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgReportSkypeForBusinessOrganizerActivityCount",
+ "ApiReferenceLink": null
},
{
"Module": "Reports",
+ "Uri": "/reports/getSkypeForBusinessOrganizerActivityMinuteCounts(period='{period}')",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgReportSkypeForBusinessOrganizerActivityMinuteCount",
"Method": "GET",
- "Uri": "/reports/getSkypeForBusinessOrganizerActivityMinuteCounts(period='{period}')",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgReportSkypeForBusinessOrganizerActivityMinuteCount",
+ "ApiReferenceLink": null
},
{
"Module": "Reports",
+ "Uri": "/reports/getSkypeForBusinessOrganizerActivityUserCounts(period='{period}')",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgReportSkypeForBusinessOrganizerActivityUserCount",
"Method": "GET",
- "Uri": "/reports/getSkypeForBusinessOrganizerActivityUserCounts(period='{period}')",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgReportSkypeForBusinessOrganizerActivityUserCount",
+ "ApiReferenceLink": null
},
{
"Module": "Reports",
+ "Uri": "/reports/getSkypeForBusinessParticipantActivityCounts(period='{period}')",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgReportSkypeForBusinessParticipantActivityCount",
"Method": "GET",
- "Uri": "/reports/getSkypeForBusinessParticipantActivityCounts(period='{period}')",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgReportSkypeForBusinessParticipantActivityCount",
+ "ApiReferenceLink": null
},
{
"Module": "Reports",
+ "Uri": "/reports/getSkypeForBusinessParticipantActivityMinuteCounts(period='{period}')",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgReportSkypeForBusinessParticipantActivityMinuteCount",
"Method": "GET",
- "Uri": "/reports/getSkypeForBusinessParticipantActivityMinuteCounts(period='{period}')",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgReportSkypeForBusinessParticipantActivityMinuteCount",
+ "ApiReferenceLink": null
},
{
"Module": "Reports",
+ "Uri": "/reports/getSkypeForBusinessParticipantActivityUserCounts(period='{period}')",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgReportSkypeForBusinessParticipantActivityUserCount",
"Method": "GET",
- "Uri": "/reports/getSkypeForBusinessParticipantActivityUserCounts(period='{period}')",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgReportSkypeForBusinessParticipantActivityUserCount",
+ "ApiReferenceLink": null
},
{
"Module": "Reports",
+ "Uri": "/reports/getSkypeForBusinessPeerToPeerActivityCounts(period='{period}')",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgReportSkypeForBusinessPeerToPeerActivityCount",
"Method": "GET",
- "Uri": "/reports/getSkypeForBusinessPeerToPeerActivityCounts(period='{period}')",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgReportSkypeForBusinessPeerToPeerActivityCount",
+ "ApiReferenceLink": null
},
{
"Module": "Reports",
+ "Uri": "/reports/getSkypeForBusinessPeerToPeerActivityMinuteCounts(period='{period}')",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgReportSkypeForBusinessPeerToPeerActivityMinuteCount",
"Method": "GET",
- "Uri": "/reports/getSkypeForBusinessPeerToPeerActivityMinuteCounts(period='{period}')",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgReportSkypeForBusinessPeerToPeerActivityMinuteCount",
+ "ApiReferenceLink": null
},
{
"Module": "Reports",
+ "Uri": "/reports/getSkypeForBusinessPeerToPeerActivityUserCounts(period='{period}')",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgReportSkypeForBusinessPeerToPeerActivityUserCount",
"Method": "GET",
- "Uri": "/reports/getSkypeForBusinessPeerToPeerActivityUserCounts(period='{period}')",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgReportSkypeForBusinessPeerToPeerActivityUserCount",
+ "ApiReferenceLink": null
},
{
"Module": "Reports",
+ "Uri": "/reports/getTeamsTeamActivityCounts(period='{period}')",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgReportTeamActivityCount",
"Method": "GET",
- "Uri": "/reports/getTeamsTeamActivityCounts(period='{period}')",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgReportTeamActivityCount",
+ "ApiReferenceLink": null
},
{
"Module": "Reports",
+ "Uri": "/reports/getTeamsTeamActivityDetail(date={date})",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": null,
- "Command": "Get-MgReportTeamActivityDetail",
"Method": "GET",
- "Uri": "/reports/getTeamsTeamActivityDetail(date={date})",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgReportTeamActivityDetail",
+ "ApiReferenceLink": null
},
{
"Module": "Reports",
+ "Uri": "/reports/getTeamsTeamActivityDistributionCounts(period='{period}')",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgReportTeamActivityDistributionCount",
"Method": "GET",
- "Uri": "/reports/getTeamsTeamActivityDistributionCounts(period='{period}')",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgReportTeamActivityDistributionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Reports",
+ "Uri": "/reports/getTeamsTeamCounts(period='{period}')",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgReportTeamCount",
"Method": "GET",
- "Uri": "/reports/getTeamsTeamCounts(period='{period}')",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgReportTeamCount",
+ "ApiReferenceLink": null
},
{
"Module": "Reports",
+ "Uri": "/reports/getTeamsDeviceUsageDistributionUserCounts(period='{period}')",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgReportTeamDeviceUsageDistributionUserCount",
"Method": "GET",
- "Uri": "/reports/getTeamsDeviceUsageDistributionUserCounts(period='{period}')",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgReportTeamDeviceUsageDistributionUserCount",
+ "ApiReferenceLink": null
},
{
"Module": "Reports",
+ "Uri": "/reports/getTeamsDeviceUsageUserCounts(period='{period}')",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgReportTeamDeviceUsageUserCount",
"Method": "GET",
- "Uri": "/reports/getTeamsDeviceUsageUserCounts(period='{period}')",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgReportTeamDeviceUsageUserCount",
+ "ApiReferenceLink": null
},
{
"Module": "Reports",
+ "Uri": "/reports/getTeamsDeviceUsageUserDetail(date={date})",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": null,
- "Command": "Get-MgReportTeamDeviceUsageUserDetail",
"Method": "GET",
- "Uri": "/reports/getTeamsDeviceUsageUserDetail(date={date})",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgReportTeamDeviceUsageUserDetail",
+ "ApiReferenceLink": null
},
{
"Module": "Reports",
+ "Uri": "/reports/getTeamsUserActivityCounts(period='{period}')",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgReportTeamUserActivityCount",
"Method": "GET",
- "Uri": "/reports/getTeamsUserActivityCounts(period='{period}')",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgReportTeamUserActivityCount",
+ "ApiReferenceLink": null
},
{
"Module": "Reports",
+ "Uri": "/reports/getTeamsUserActivityUserCounts(period='{period}')",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgReportTeamUserActivityUserCount",
"Method": "GET",
- "Uri": "/reports/getTeamsUserActivityUserCounts(period='{period}')",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgReportTeamUserActivityUserCount",
+ "ApiReferenceLink": null
},
{
"Module": "Reports",
+ "Uri": "/reports/getTeamsUserActivityUserDetail(date={date})",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": null,
- "Command": "Get-MgReportTeamUserActivityUserDetail",
"Method": "GET",
- "Uri": "/reports/getTeamsUserActivityUserDetail(date={date})",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgReportTeamUserActivityUserDetail",
+ "ApiReferenceLink": null
},
{
"Module": "Reports",
+ "Uri": "/reports/getUserArchivedPrintJobs(userId='{userId}',startDateTime={startDateTime},endDateTime={endDateTime})",
+ "OutputType": "IMicrosoftGraphArchivedPrintJob",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphArchivedPrintJob",
- "Command": "Get-MgReportUserArchivedPrintJob",
"Method": "GET",
- "Uri": "/reports/getUserArchivedPrintJobs(userId='{userId}',startDateTime={startDateTime},endDateTime={endDateTime})",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgReportUserArchivedPrintJob",
+ "ApiReferenceLink": null
},
{
"Module": "Reports",
+ "Uri": "/reports/getYammerActivityCounts(period='{period}')",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgReportYammerActivityCount",
"Method": "GET",
- "Uri": "/reports/getYammerActivityCounts(period='{period}')",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgReportYammerActivityCount",
+ "ApiReferenceLink": null
},
{
"Module": "Reports",
+ "Uri": "/reports/getYammerActivityUserCounts(period='{period}')",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgReportYammerActivityUserCount",
"Method": "GET",
- "Uri": "/reports/getYammerActivityUserCounts(period='{period}')",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgReportYammerActivityUserCount",
+ "ApiReferenceLink": null
},
{
"Module": "Reports",
+ "Uri": "/reports/getYammerActivityUserDetail(date={date})",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": null,
- "Command": "Get-MgReportYammerActivityUserDetail",
"Method": "GET",
- "Uri": "/reports/getYammerActivityUserDetail(date={date})",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgReportYammerActivityUserDetail",
+ "ApiReferenceLink": null
},
{
"Module": "Reports",
+ "Uri": "/reports/getYammerDeviceUsageDistributionUserCounts(period='{period}')",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgReportYammerDeviceUsageDistributionUserCount",
"Method": "GET",
- "Uri": "/reports/getYammerDeviceUsageDistributionUserCounts(period='{period}')",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgReportYammerDeviceUsageDistributionUserCount",
+ "ApiReferenceLink": null
},
{
"Module": "Reports",
+ "Uri": "/reports/getYammerDeviceUsageUserCounts(period='{period}')",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgReportYammerDeviceUsageUserCount",
"Method": "GET",
- "Uri": "/reports/getYammerDeviceUsageUserCounts(period='{period}')",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgReportYammerDeviceUsageUserCount",
+ "ApiReferenceLink": null
},
{
"Module": "Reports",
+ "Uri": "/reports/getYammerDeviceUsageUserDetail(date={date})",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": null,
- "Command": "Get-MgReportYammerDeviceUsageUserDetail",
"Method": "GET",
- "Uri": "/reports/getYammerDeviceUsageUserDetail(date={date})",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgReportYammerDeviceUsageUserDetail",
+ "ApiReferenceLink": null
},
{
"Module": "Reports",
+ "Uri": "/reports/getYammerGroupsActivityCounts(period='{period}')",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgReportYammerGroupActivityCount",
"Method": "GET",
- "Uri": "/reports/getYammerGroupsActivityCounts(period='{period}')",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgReportYammerGroupActivityCount",
+ "ApiReferenceLink": null
},
{
"Module": "Reports",
+ "Uri": "/reports/getYammerGroupsActivityDetail(date={date})",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": null,
- "Command": "Get-MgReportYammerGroupActivityDetail",
"Method": "GET",
- "Uri": "/reports/getYammerGroupsActivityDetail(date={date})",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgReportYammerGroupActivityDetail",
+ "ApiReferenceLink": null
},
{
"Module": "Reports",
+ "Uri": "/reports/getYammerGroupsActivityGroupCounts(period='{period}')",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgReportYammerGroupActivityGroupCount",
"Method": "GET",
- "Uri": "/reports/getYammerGroupsActivityGroupCounts(period='{period}')",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgReportYammerGroupActivityGroupCount",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.SignIns",
+ "Uri": "/identityProtection/riskDetections/{riskDetection-id}",
+ "OutputType": "IMicrosoftGraphRiskDetection",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphRiskDetection",
- "Command": "Get-MgRiskDetection",
"Method": "GET",
- "Uri": "/identityProtection/riskDetections/{riskDetection-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgRiskDetection",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/riskdetection-get?view=graph-rest-1.0"
},
{
"Module": "Identity.SignIns",
+ "Uri": "/identityProtection/riskDetections",
+ "OutputType": "IMicrosoftGraphRiskDetection",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphRiskDetection",
- "Command": "Get-MgRiskDetection",
"Method": "GET",
- "Uri": "/identityProtection/riskDetections",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgRiskDetection",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/riskdetection-list?view=graph-rest-1.0"
},
{
"Module": "Identity.SignIns",
+ "Uri": "/identityProtection/riskDetections/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgRiskDetectionCount",
"Method": "GET",
- "Uri": "/identityProtection/riskDetections/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgRiskDetectionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.SignIns",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphRiskyServicePrincipal",
- "Command": "Get-MgRiskyServicePrincipal",
- "Method": "GET",
"Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}",
+ "OutputType": "IMicrosoftGraphRiskyServicePrincipal",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -268513,17 +280294,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.SignIns",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphRiskyServicePrincipal",
- "Command": "Get-MgRiskyServicePrincipal",
"Method": "GET",
+ "Command": "Get-MgRiskyServicePrincipal",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/riskyserviceprincipal-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Identity.SignIns",
"Uri": "/identityProtection/riskyServicePrincipals",
+ "OutputType": "IMicrosoftGraphRiskyServicePrincipal",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -268542,17 +280325,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.SignIns",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgRiskyServicePrincipalCount",
"Method": "GET",
+ "Command": "Get-MgRiskyServicePrincipal",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityprotectionroot-list-riskyserviceprincipals?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Identity.SignIns",
"Uri": "/identityProtection/riskyServicePrincipals/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -268571,30 +280355,32 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgRiskyServicePrincipalCount",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.SignIns",
+ "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history/{riskyServicePrincipalHistoryItem-id}",
+ "OutputType": "IMicrosoftGraphRiskyServicePrincipalHistoryItem",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphRiskyServicePrincipalHistoryItem",
- "Command": "Get-MgRiskyServicePrincipalHistory",
"Method": "GET",
- "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history/{riskyServicePrincipalHistoryItem-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgRiskyServicePrincipalHistory",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.SignIns",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphRiskyServicePrincipalHistoryItem",
- "Command": "Get-MgRiskyServicePrincipalHistory",
- "Method": "GET",
"Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history",
+ "OutputType": "IMicrosoftGraphRiskyServicePrincipalHistoryItem",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -268613,18 +280399,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.SignIns",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgRiskyServicePrincipalHistoryCount",
"Method": "GET",
+ "Command": "Get-MgRiskyServicePrincipalHistory",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/riskyserviceprincipal-list-history?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Identity.SignIns",
"Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -268643,55 +280429,59 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgRiskyServicePrincipalHistoryCount",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.SignIns",
+ "Uri": "/identityProtection/riskyUsers/{riskyUser-id}",
+ "OutputType": "IMicrosoftGraphRiskyUser",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphRiskyUser",
- "Command": "Get-MgRiskyUser",
"Method": "GET",
- "Uri": "/identityProtection/riskyUsers/{riskyUser-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgRiskyUser",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/riskyuser-get?view=graph-rest-1.0"
},
{
"Module": "Identity.SignIns",
+ "Uri": "/identityProtection/riskyUsers",
+ "OutputType": "IMicrosoftGraphRiskyUser",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphRiskyUser",
- "Command": "Get-MgRiskyUser",
"Method": "GET",
- "Uri": "/identityProtection/riskyUsers",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgRiskyUser",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/riskyuser-list?view=graph-rest-1.0"
},
{
"Module": "Identity.SignIns",
+ "Uri": "/identityProtection/riskyUsers/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgRiskyUserCount",
"Method": "GET",
- "Uri": "/identityProtection/riskyUsers/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgRiskyUserCount",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.SignIns",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphRiskyUserHistoryItem",
- "Command": "Get-MgRiskyUserHistory",
- "Method": "GET",
"Uri": "/identityProtection/riskyUsers/{riskyUser-id}/history/{riskyUserHistoryItem-id}",
+ "OutputType": "IMicrosoftGraphRiskyUserHistoryItem",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -268710,17 +280500,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.SignIns",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphRiskyUserHistoryItem",
- "Command": "Get-MgRiskyUserHistory",
"Method": "GET",
+ "Command": "Get-MgRiskyUserHistory",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Identity.SignIns",
"Uri": "/identityProtection/riskyUsers/{riskyUser-id}/history",
+ "OutputType": "IMicrosoftGraphRiskyUserHistoryItem",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -268739,18 +280531,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.SignIns",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgRiskyUserHistoryCount",
"Method": "GET",
+ "Command": "Get-MgRiskyUserHistory",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/riskyuser-get-riskyuserhistoryitem?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Identity.SignIns",
"Uri": "/identityProtection/riskyUsers/{riskyUser-id}/history/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -268769,17 +280561,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "DeviceManagement.Enrollment",
+ ],
"Variants": [
- "Get"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphRoleManagement",
- "Command": "Get-MgRoleManagement",
"Method": "GET",
+ "Command": "Get-MgRiskyUserHistoryCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "DeviceManagement.Enrollment",
"Uri": "/roleManagement",
+ "OutputType": "IMicrosoftGraphRoleManagement",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -268814,30 +280608,31 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.Governance",
+ ],
"Variants": [
"Get"
],
- "OutputType": "IMicrosoftGraphRbacApplication",
- "Command": "Get-MgRoleManagementDirectory",
"Method": "GET",
- "Uri": "/roleManagement/directory",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgRoleManagement",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/roleManagement/directory",
+ "OutputType": "IMicrosoftGraphRbacApplication",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace",
- "Command": "Get-MgRoleManagementDirectoryResourceNamespace",
"Method": "GET",
+ "Command": "Get-MgRoleManagementDirectory",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Identity.Governance",
"Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}",
+ "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -268864,17 +280659,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.Governance",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace",
- "Command": "Get-MgRoleManagementDirectoryResourceNamespace",
"Method": "GET",
+ "Command": "Get-MgRoleManagementDirectoryResourceNamespace",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Identity.Governance",
"Uri": "/roleManagement/directory/resourceNamespaces",
+ "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -268901,17 +280698,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.Governance",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgRoleManagementDirectoryResourceNamespaceCount",
"Method": "GET",
+ "Command": "Get-MgRoleManagementDirectoryResourceNamespace",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Identity.Governance",
"Uri": "/roleManagement/directory/resourceNamespaces/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -268938,18 +280736,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.Governance",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction",
- "Command": "Get-MgRoleManagementDirectoryResourceNamespaceResourceAction",
"Method": "GET",
+ "Command": "Get-MgRoleManagementDirectoryResourceNamespaceCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Identity.Governance",
"Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}",
+ "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -268976,17 +280774,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.Governance",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction",
- "Command": "Get-MgRoleManagementDirectoryResourceNamespaceResourceAction",
"Method": "GET",
+ "Command": "Get-MgRoleManagementDirectoryResourceNamespaceResourceAction",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Identity.Governance",
"Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions",
+ "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -269013,18 +280813,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.Governance",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgRoleManagementDirectoryResourceNamespaceResourceActionCount",
"Method": "GET",
+ "Command": "Get-MgRoleManagementDirectoryResourceNamespaceResourceAction",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Identity.Governance",
"Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -269051,18 +280851,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.Governance",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUnifiedRoleAssignment",
- "Command": "Get-MgRoleManagementDirectoryRoleAssignment",
"Method": "GET",
+ "Command": "Get-MgRoleManagementDirectoryResourceNamespaceResourceActionCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Identity.Governance",
"Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}",
+ "OutputType": "IMicrosoftGraphUnifiedRoleAssignment",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -269105,17 +280906,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.Governance",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUnifiedRoleAssignment",
- "Command": "Get-MgRoleManagementDirectoryRoleAssignment",
"Method": "GET",
+ "Command": "Get-MgRoleManagementDirectoryRoleAssignment",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignment-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Identity.Governance",
"Uri": "/roleManagement/directory/roleAssignments",
+ "OutputType": "IMicrosoftGraphUnifiedRoleAssignment",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -269158,30 +280961,32 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgRoleManagementDirectoryRoleAssignment",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-roleassignments?view=graph-rest-1.0"
},
{
"Module": "Identity.Governance",
+ "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/appScope",
+ "OutputType": "IMicrosoftGraphAppScope",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAppScope",
- "Command": "Get-MgRoleManagementDirectoryRoleAssignmentAppScope",
"Method": "GET",
- "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/appScope",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgRoleManagementDirectoryRoleAssignmentAppScope",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
- "Variants": [
- "Get"
- ],
- "OutputType": null,
- "Command": "Get-MgRoleManagementDirectoryRoleAssignmentCount",
- "Method": "GET",
"Uri": "/roleManagement/directory/roleAssignments/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -269224,57 +281029,60 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.Governance",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgRoleManagementDirectoryRoleAssignmentDirectoryScope",
"Method": "GET",
- "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/directoryScope",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgRoleManagementDirectoryRoleAssignmentCount",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/directoryScope",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgRoleManagementDirectoryRoleAssignmentPrincipal",
"Method": "GET",
- "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/principal",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgRoleManagementDirectoryRoleAssignmentDirectoryScope",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/principal",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUnifiedRoleDefinition",
- "Command": "Get-MgRoleManagementDirectoryRoleAssignmentRoleDefinition",
"Method": "GET",
- "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/roleDefinition",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgRoleManagementDirectoryRoleAssignmentPrincipal",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/roleDefinition",
+ "OutputType": "IMicrosoftGraphUnifiedRoleDefinition",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule",
- "Command": "Get-MgRoleManagementDirectoryRoleAssignmentSchedule",
"Method": "GET",
+ "Command": "Get-MgRoleManagementDirectoryRoleAssignmentRoleDefinition",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Identity.Governance",
"Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}",
+ "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -269317,17 +281125,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.Governance",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule",
- "Command": "Get-MgRoleManagementDirectoryRoleAssignmentSchedule",
"Method": "GET",
+ "Command": "Get-MgRoleManagementDirectoryRoleAssignmentSchedule",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentschedule-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Identity.Governance",
"Uri": "/roleManagement/directory/roleAssignmentSchedules",
+ "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -269370,43 +281180,46 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgRoleManagementDirectoryRoleAssignmentSchedule",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-roleassignmentschedules?view=graph-rest-1.0"
},
{
"Module": "Identity.Governance",
+ "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/activatedUsing",
+ "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule",
- "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleActivatedUsing",
"Method": "GET",
- "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/activatedUsing",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleActivatedUsing",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/appScope",
+ "OutputType": "IMicrosoftGraphAppScope",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAppScope",
- "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleAppScope",
"Method": "GET",
- "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/appScope",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleAppScope",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
- "Variants": [
- "Get"
- ],
- "OutputType": null,
- "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleCount",
- "Method": "GET",
"Uri": "/roleManagement/directory/roleAssignmentSchedules/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -269449,31 +281262,32 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.Governance",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleDirectoryScope",
"Method": "GET",
- "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/directoryScope",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleCount",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/directoryScope",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance",
- "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleInstance",
"Method": "GET",
+ "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleDirectoryScope",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Identity.Governance",
"Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}",
+ "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -269516,17 +281330,19 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.Governance",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance",
- "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleInstance",
"Method": "GET",
+ "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleInstance",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentscheduleinstance-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Identity.Governance",
"Uri": "/roleManagement/directory/roleAssignmentScheduleInstances",
+ "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -269569,43 +281385,46 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleInstance",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-roleassignmentscheduleinstances?view=graph-rest-1.0"
},
{
"Module": "Identity.Governance",
+ "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/activatedUsing",
+ "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance",
- "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleInstanceActivatedUsing",
"Method": "GET",
- "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/activatedUsing",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleInstanceActivatedUsing",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/appScope",
+ "OutputType": "IMicrosoftGraphAppScope",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAppScope",
- "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleInstanceAppScope",
"Method": "GET",
- "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/appScope",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleInstanceAppScope",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
- "Variants": [
- "Get"
- ],
- "OutputType": null,
- "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleInstanceCount",
- "Method": "GET",
"Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -269648,70 +281467,74 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.Governance",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleInstanceDirectoryScope",
"Method": "GET",
- "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/directoryScope",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleInstanceCount",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/directoryScope",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleInstancePrincipal",
"Method": "GET",
- "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/principal",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleInstanceDirectoryScope",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/principal",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUnifiedRoleDefinition",
- "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleInstanceRoleDefinition",
"Method": "GET",
- "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/roleDefinition",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleInstancePrincipal",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/roleDefinition",
+ "OutputType": "IMicrosoftGraphUnifiedRoleDefinition",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgRoleManagementDirectoryRoleAssignmentSchedulePrincipal",
"Method": "GET",
- "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/principal",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleInstanceRoleDefinition",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/principal",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest",
- "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleRequest",
"Method": "GET",
+ "Command": "Get-MgRoleManagementDirectoryRoleAssignmentSchedulePrincipal",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Identity.Governance",
"Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}",
+ "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -269754,17 +281577,19 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.Governance",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest",
- "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleRequest",
"Method": "GET",
+ "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleRequest",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentschedulerequest-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Identity.Governance",
"Uri": "/roleManagement/directory/roleAssignmentScheduleRequests",
+ "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -269807,43 +281632,46 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleRequest",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-roleassignmentschedulerequests?view=graph-rest-1.0"
},
{
"Module": "Identity.Governance",
+ "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/activatedUsing",
+ "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule",
- "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleRequestActivatedUsing",
"Method": "GET",
- "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/activatedUsing",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleRequestActivatedUsing",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/appScope",
+ "OutputType": "IMicrosoftGraphAppScope",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAppScope",
- "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleRequestAppScope",
"Method": "GET",
- "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/appScope",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleRequestAppScope",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
- "Variants": [
- "Get"
- ],
- "OutputType": null,
- "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleRequestCount",
- "Method": "GET",
"Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -269886,83 +281714,88 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.Governance",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleRequestDirectoryScope",
"Method": "GET",
- "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/directoryScope",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleRequestCount",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/directoryScope",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleRequestPrincipal",
"Method": "GET",
- "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/principal",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleRequestDirectoryScope",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/principal",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUnifiedRoleDefinition",
- "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleRequestRoleDefinition",
"Method": "GET",
- "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/roleDefinition",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleRequestPrincipal",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/roleDefinition",
+ "OutputType": "IMicrosoftGraphUnifiedRoleDefinition",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule",
- "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleRequestTargetSchedule",
"Method": "GET",
- "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/targetSchedule",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleRequestRoleDefinition",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/targetSchedule",
+ "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUnifiedRoleDefinition",
- "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleRoleDefinition",
"Method": "GET",
- "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/roleDefinition",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleRequestTargetSchedule",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/roleDefinition",
+ "OutputType": "IMicrosoftGraphUnifiedRoleDefinition",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUnifiedRoleDefinition",
- "Command": "Get-MgRoleManagementDirectoryRoleDefinition",
"Method": "GET",
+ "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleRoleDefinition",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Identity.Governance",
"Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}",
+ "OutputType": "IMicrosoftGraphUnifiedRoleDefinition",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -270005,17 +281838,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.Governance",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUnifiedRoleDefinition",
- "Command": "Get-MgRoleManagementDirectoryRoleDefinition",
"Method": "GET",
+ "Command": "Get-MgRoleManagementDirectoryRoleDefinition",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroledefinition-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Identity.Governance",
"Uri": "/roleManagement/directory/roleDefinitions",
+ "OutputType": "IMicrosoftGraphUnifiedRoleDefinition",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -270058,17 +281893,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.Governance",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgRoleManagementDirectoryRoleDefinitionCount",
"Method": "GET",
+ "Command": "Get-MgRoleManagementDirectoryRoleDefinition",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-roledefinitions?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Identity.Governance",
"Uri": "/roleManagement/directory/roleDefinitions/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -270111,56 +281947,59 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgRoleManagementDirectoryRoleDefinitionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}",
+ "OutputType": "IMicrosoftGraphUnifiedRoleDefinition",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUnifiedRoleDefinition",
- "Command": "Get-MgRoleManagementDirectoryRoleDefinitionInheritPermissionFrom",
"Method": "GET",
- "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgRoleManagementDirectoryRoleDefinitionInheritPermissionFrom",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom",
+ "OutputType": "IMicrosoftGraphUnifiedRoleDefinition",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphUnifiedRoleDefinition",
- "Command": "Get-MgRoleManagementDirectoryRoleDefinitionInheritPermissionFrom",
"Method": "GET",
- "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgRoleManagementDirectoryRoleDefinitionInheritPermissionFrom",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgRoleManagementDirectoryRoleDefinitionInheritPermissionFromCount",
"Method": "GET",
- "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgRoleManagementDirectoryRoleDefinitionInheritPermissionFromCount",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule",
- "Command": "Get-MgRoleManagementDirectoryRoleEligibilitySchedule",
- "Method": "GET",
"Uri": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}",
+ "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -270203,17 +282042,19 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.Governance",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule",
- "Command": "Get-MgRoleManagementDirectoryRoleEligibilitySchedule",
"Method": "GET",
+ "Command": "Get-MgRoleManagementDirectoryRoleEligibilitySchedule",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedule-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Identity.Governance",
"Uri": "/roleManagement/directory/roleEligibilitySchedules",
+ "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -270256,30 +282097,32 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgRoleManagementDirectoryRoleEligibilitySchedule",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-roleeligibilityschedules?view=graph-rest-1.0"
},
{
"Module": "Identity.Governance",
+ "Uri": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/appScope",
+ "OutputType": "IMicrosoftGraphAppScope",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAppScope",
- "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleAppScope",
"Method": "GET",
- "Uri": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/appScope",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleAppScope",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
- "Variants": [
- "Get"
- ],
- "OutputType": null,
- "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleCount",
- "Method": "GET",
"Uri": "/roleManagement/directory/roleEligibilitySchedules/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -270322,31 +282165,32 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.Governance",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleDirectoryScope",
"Method": "GET",
- "Uri": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/directoryScope",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleCount",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/directoryScope",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance",
- "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleInstance",
"Method": "GET",
+ "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleDirectoryScope",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Identity.Governance",
"Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}",
+ "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -270389,17 +282233,19 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.Governance",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance",
- "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleInstance",
"Method": "GET",
+ "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleInstance",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityscheduleinstance-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Identity.Governance",
"Uri": "/roleManagement/directory/roleEligibilityScheduleInstances",
+ "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -270442,30 +282288,32 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleInstance",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-roleeligibilityscheduleinstances?view=graph-rest-1.0"
},
{
"Module": "Identity.Governance",
+ "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/appScope",
+ "OutputType": "IMicrosoftGraphAppScope",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAppScope",
- "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleInstanceAppScope",
"Method": "GET",
- "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/appScope",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleInstanceAppScope",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
- "Variants": [
- "Get"
- ],
- "OutputType": null,
- "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleInstanceCount",
- "Method": "GET",
"Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -270508,70 +282356,74 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.Governance",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleInstanceDirectoryScope",
"Method": "GET",
- "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/directoryScope",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleInstanceCount",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/directoryScope",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleInstancePrincipal",
"Method": "GET",
- "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/principal",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleInstanceDirectoryScope",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/principal",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUnifiedRoleDefinition",
- "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleInstanceRoleDefinition",
"Method": "GET",
- "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/roleDefinition",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleInstancePrincipal",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/roleDefinition",
+ "OutputType": "IMicrosoftGraphUnifiedRoleDefinition",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgRoleManagementDirectoryRoleEligibilitySchedulePrincipal",
"Method": "GET",
- "Uri": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/principal",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleInstanceRoleDefinition",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/principal",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest",
- "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleRequest",
"Method": "GET",
+ "Command": "Get-MgRoleManagementDirectoryRoleEligibilitySchedulePrincipal",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Identity.Governance",
"Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}",
+ "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -270614,17 +282466,19 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.Governance",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest",
- "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleRequest",
"Method": "GET",
+ "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleRequest",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedulerequest-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Identity.Governance",
"Uri": "/roleManagement/directory/roleEligibilityScheduleRequests",
+ "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -270667,30 +282521,32 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleRequest",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-roleeligibilityschedulerequests?view=graph-rest-1.0"
},
{
"Module": "Identity.Governance",
+ "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/appScope",
+ "OutputType": "IMicrosoftGraphAppScope",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAppScope",
- "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleRequestAppScope",
"Method": "GET",
- "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/appScope",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleRequestAppScope",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
- "Variants": [
- "Get"
- ],
- "OutputType": null,
- "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleRequestCount",
- "Method": "GET",
"Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -270733,170 +282589,182 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleRequestCount",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/directoryScope",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleRequestDirectoryScope",
"Method": "GET",
- "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/directoryScope",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleRequestDirectoryScope",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/principal",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleRequestPrincipal",
"Method": "GET",
- "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/principal",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleRequestPrincipal",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/roleDefinition",
+ "OutputType": "IMicrosoftGraphUnifiedRoleDefinition",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUnifiedRoleDefinition",
- "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleRequestRoleDefinition",
"Method": "GET",
- "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/roleDefinition",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleRequestRoleDefinition",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/targetSchedule",
+ "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule",
- "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleRequestTargetSchedule",
"Method": "GET",
- "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/targetSchedule",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleRequestTargetSchedule",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/roleDefinition",
+ "OutputType": "IMicrosoftGraphUnifiedRoleDefinition",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUnifiedRoleDefinition",
- "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleRoleDefinition",
"Method": "GET",
- "Uri": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/roleDefinition",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleRoleDefinition",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/roleManagement/entitlementManagement",
+ "OutputType": "IMicrosoftGraphRbacApplication",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": "IMicrosoftGraphRbacApplication",
- "Command": "Get-MgRoleManagementEntitlementManagement",
"Method": "GET",
- "Uri": "/roleManagement/entitlementManagement",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgRoleManagementEntitlementManagement",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}",
+ "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace",
- "Command": "Get-MgRoleManagementEntitlementManagementResourceNamespace",
"Method": "GET",
- "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgRoleManagementEntitlementManagementResourceNamespace",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/roleManagement/entitlementManagement/resourceNamespaces",
+ "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace",
- "Command": "Get-MgRoleManagementEntitlementManagementResourceNamespace",
"Method": "GET",
- "Uri": "/roleManagement/entitlementManagement/resourceNamespaces",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgRoleManagementEntitlementManagementResourceNamespace",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgRoleManagementEntitlementManagementResourceNamespaceCount",
"Method": "GET",
- "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgRoleManagementEntitlementManagementResourceNamespaceCount",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}",
+ "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction",
- "Command": "Get-MgRoleManagementEntitlementManagementResourceNamespaceResourceAction",
"Method": "GET",
- "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgRoleManagementEntitlementManagementResourceNamespaceResourceAction",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions",
+ "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction",
- "Command": "Get-MgRoleManagementEntitlementManagementResourceNamespaceResourceAction",
"Method": "GET",
- "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgRoleManagementEntitlementManagementResourceNamespaceResourceAction",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgRoleManagementEntitlementManagementResourceNamespaceResourceActionCount",
"Method": "GET",
- "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgRoleManagementEntitlementManagementResourceNamespaceResourceActionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphUnifiedRoleAssignment",
- "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignment",
- "Method": "GET",
"Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}",
+ "OutputType": "IMicrosoftGraphUnifiedRoleAssignment",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -270955,17 +282823,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.Governance",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUnifiedRoleAssignment",
- "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignment",
"Method": "GET",
+ "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignment",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignment-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Identity.Governance",
"Uri": "/roleManagement/entitlementManagement/roleAssignments",
+ "OutputType": "IMicrosoftGraphUnifiedRoleAssignment",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -271024,30 +282894,32 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignment",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-roleassignments?view=graph-rest-1.0"
},
{
"Module": "Identity.Governance",
+ "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/appScope",
+ "OutputType": "IMicrosoftGraphAppScope",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAppScope",
- "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentAppScope",
"Method": "GET",
- "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/appScope",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentAppScope",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
- "Variants": [
- "Get"
- ],
- "OutputType": null,
- "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentCount",
- "Method": "GET",
"Uri": "/roleManagement/entitlementManagement/roleAssignments/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -271106,376 +282978,404 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentCount",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/directoryScope",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentDirectoryScope",
"Method": "GET",
- "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/directoryScope",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentDirectoryScope",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/principal",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentPrincipal",
"Method": "GET",
- "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/principal",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentPrincipal",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/roleDefinition",
+ "OutputType": "IMicrosoftGraphUnifiedRoleDefinition",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUnifiedRoleDefinition",
- "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentRoleDefinition",
"Method": "GET",
- "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/roleDefinition",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentRoleDefinition",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}",
+ "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule",
- "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentSchedule",
"Method": "GET",
- "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentSchedule",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentschedule-get?view=graph-rest-1.0"
},
{
"Module": "Identity.Governance",
+ "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules",
+ "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule",
- "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentSchedule",
"Method": "GET",
- "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentSchedule",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-roleassignmentschedules?view=graph-rest-1.0"
},
{
"Module": "Identity.Governance",
+ "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/activatedUsing",
+ "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule",
- "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleActivatedUsing",
"Method": "GET",
- "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/activatedUsing",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleActivatedUsing",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/appScope",
+ "OutputType": "IMicrosoftGraphAppScope",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAppScope",
- "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleAppScope",
"Method": "GET",
- "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/appScope",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleAppScope",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleCount",
"Method": "GET",
- "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleCount",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/directoryScope",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleDirectoryScope",
"Method": "GET",
- "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/directoryScope",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleDirectoryScope",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}",
+ "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance",
- "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstance",
"Method": "GET",
- "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstance",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentscheduleinstance-get?view=graph-rest-1.0"
},
{
"Module": "Identity.Governance",
+ "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances",
+ "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance",
- "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstance",
"Method": "GET",
- "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstance",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-roleassignmentscheduleinstances?view=graph-rest-1.0"
},
{
"Module": "Identity.Governance",
+ "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/activatedUsing",
+ "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance",
- "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceActivatedUsing",
"Method": "GET",
- "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/activatedUsing",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceActivatedUsing",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/appScope",
+ "OutputType": "IMicrosoftGraphAppScope",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAppScope",
- "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceAppScope",
"Method": "GET",
- "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/appScope",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceAppScope",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceCount",
"Method": "GET",
- "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceCount",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/directoryScope",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceDirectoryScope",
"Method": "GET",
- "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/directoryScope",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceDirectoryScope",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/principal",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstancePrincipal",
"Method": "GET",
- "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/principal",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstancePrincipal",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/roleDefinition",
+ "OutputType": "IMicrosoftGraphUnifiedRoleDefinition",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUnifiedRoleDefinition",
- "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceRoleDefinition",
"Method": "GET",
- "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/roleDefinition",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceRoleDefinition",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/principal",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentSchedulePrincipal",
"Method": "GET",
- "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/principal",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentSchedulePrincipal",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}",
+ "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest",
- "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequest",
"Method": "GET",
- "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequest",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentschedulerequest-get?view=graph-rest-1.0"
},
{
"Module": "Identity.Governance",
+ "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests",
+ "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest",
- "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequest",
"Method": "GET",
- "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequest",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-roleassignmentschedulerequests?view=graph-rest-1.0"
},
{
"Module": "Identity.Governance",
+ "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/activatedUsing",
+ "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule",
- "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequestActivatedUsing",
"Method": "GET",
- "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/activatedUsing",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequestActivatedUsing",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/appScope",
+ "OutputType": "IMicrosoftGraphAppScope",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAppScope",
- "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequestAppScope",
"Method": "GET",
- "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/appScope",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequestAppScope",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequestCount",
"Method": "GET",
- "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequestCount",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/directoryScope",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequestDirectoryScope",
"Method": "GET",
- "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/directoryScope",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequestDirectoryScope",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/principal",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequestPrincipal",
"Method": "GET",
- "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/principal",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequestPrincipal",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/roleDefinition",
+ "OutputType": "IMicrosoftGraphUnifiedRoleDefinition",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUnifiedRoleDefinition",
- "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequestRoleDefinition",
"Method": "GET",
- "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/roleDefinition",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequestRoleDefinition",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/targetSchedule",
+ "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule",
- "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequestTargetSchedule",
"Method": "GET",
- "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/targetSchedule",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequestTargetSchedule",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/roleDefinition",
+ "OutputType": "IMicrosoftGraphUnifiedRoleDefinition",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUnifiedRoleDefinition",
- "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRoleDefinition",
"Method": "GET",
- "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/roleDefinition",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRoleDefinition",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphUnifiedRoleDefinition",
- "Command": "Get-MgRoleManagementEntitlementManagementRoleDefinition",
- "Method": "GET",
"Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}",
+ "OutputType": "IMicrosoftGraphUnifiedRoleDefinition",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -271582,17 +283482,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.Governance",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUnifiedRoleDefinition",
- "Command": "Get-MgRoleManagementEntitlementManagementRoleDefinition",
"Method": "GET",
+ "Command": "Get-MgRoleManagementEntitlementManagementRoleDefinition",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroledefinition-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Identity.Governance",
"Uri": "/roleManagement/entitlementManagement/roleDefinitions",
+ "OutputType": "IMicrosoftGraphUnifiedRoleDefinition",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -271699,17 +283601,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.Governance",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgRoleManagementEntitlementManagementRoleDefinitionCount",
"Method": "GET",
+ "Command": "Get-MgRoleManagementEntitlementManagementRoleDefinition",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-roledefinitions?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Identity.Governance",
"Uri": "/roleManagement/entitlementManagement/roleDefinitions/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -271816,336 +283719,361 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgRoleManagementEntitlementManagementRoleDefinitionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}",
+ "OutputType": "IMicrosoftGraphUnifiedRoleDefinition",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUnifiedRoleDefinition",
- "Command": "Get-MgRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFrom",
"Method": "GET",
- "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFrom",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom",
+ "OutputType": "IMicrosoftGraphUnifiedRoleDefinition",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphUnifiedRoleDefinition",
- "Command": "Get-MgRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFrom",
"Method": "GET",
- "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFrom",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFromCount",
"Method": "GET",
- "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFromCount",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}",
+ "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule",
- "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilitySchedule",
"Method": "GET",
- "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilitySchedule",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedule-get?view=graph-rest-1.0"
},
{
"Module": "Identity.Governance",
+ "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules",
+ "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule",
- "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilitySchedule",
"Method": "GET",
- "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilitySchedule",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-roleeligibilityschedules?view=graph-rest-1.0"
},
{
"Module": "Identity.Governance",
+ "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/appScope",
+ "OutputType": "IMicrosoftGraphAppScope",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAppScope",
- "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleAppScope",
"Method": "GET",
- "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/appScope",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleAppScope",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleCount",
"Method": "GET",
- "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleCount",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/directoryScope",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleDirectoryScope",
"Method": "GET",
- "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/directoryScope",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleDirectoryScope",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}",
+ "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance",
- "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleInstance",
"Method": "GET",
- "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleInstance",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityscheduleinstance-get?view=graph-rest-1.0"
},
{
"Module": "Identity.Governance",
+ "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances",
+ "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance",
- "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleInstance",
"Method": "GET",
- "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleInstance",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-roleeligibilityscheduleinstances?view=graph-rest-1.0"
},
{
"Module": "Identity.Governance",
+ "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/appScope",
+ "OutputType": "IMicrosoftGraphAppScope",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAppScope",
- "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleInstanceAppScope",
"Method": "GET",
- "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/appScope",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleInstanceAppScope",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleInstanceCount",
"Method": "GET",
- "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleInstanceCount",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/directoryScope",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleInstanceDirectoryScope",
"Method": "GET",
- "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/directoryScope",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleInstanceDirectoryScope",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/principal",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleInstancePrincipal",
"Method": "GET",
- "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/principal",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleInstancePrincipal",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/roleDefinition",
+ "OutputType": "IMicrosoftGraphUnifiedRoleDefinition",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUnifiedRoleDefinition",
- "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleInstanceRoleDefinition",
"Method": "GET",
- "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/roleDefinition",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleInstanceRoleDefinition",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/principal",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilitySchedulePrincipal",
"Method": "GET",
- "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/principal",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilitySchedulePrincipal",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}",
+ "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest",
- "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequest",
"Method": "GET",
- "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequest",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedulerequest-get?view=graph-rest-1.0"
},
{
"Module": "Identity.Governance",
+ "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests",
+ "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest",
- "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequest",
"Method": "GET",
- "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequest",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-roleeligibilityschedulerequests?view=graph-rest-1.0"
},
{
"Module": "Identity.Governance",
+ "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/appScope",
+ "OutputType": "IMicrosoftGraphAppScope",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAppScope",
- "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequestAppScope",
"Method": "GET",
- "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/appScope",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequestAppScope",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequestCount",
"Method": "GET",
- "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequestCount",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/directoryScope",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequestDirectoryScope",
"Method": "GET",
- "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/directoryScope",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequestDirectoryScope",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/principal",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequestPrincipal",
"Method": "GET",
- "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/principal",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequestPrincipal",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/roleDefinition",
+ "OutputType": "IMicrosoftGraphUnifiedRoleDefinition",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUnifiedRoleDefinition",
- "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequestRoleDefinition",
"Method": "GET",
- "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/roleDefinition",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequestRoleDefinition",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/targetSchedule",
+ "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule",
- "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequestTargetSchedule",
"Method": "GET",
- "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/targetSchedule",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequestTargetSchedule",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/roleDefinition",
+ "OutputType": "IMicrosoftGraphUnifiedRoleDefinition",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUnifiedRoleDefinition",
- "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRoleDefinition",
"Method": "GET",
- "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/roleDefinition",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRoleDefinition",
+ "ApiReferenceLink": null
},
{
"Module": "SchemaExtensions",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphSchemaExtension",
- "Command": "Get-MgSchemaExtension",
- "Method": "GET",
"Uri": "/schemaExtensions/{schemaExtension-id}",
+ "OutputType": "IMicrosoftGraphSchemaExtension",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -272164,17 +284092,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": true
}
- ]
- },
- {
- "Module": "SchemaExtensions",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSchemaExtension",
- "Command": "Get-MgSchemaExtension",
"Method": "GET",
+ "Command": "Get-MgSchemaExtension",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schemaextension-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "SchemaExtensions",
"Uri": "/schemaExtensions",
+ "OutputType": "IMicrosoftGraphSchemaExtension",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -272193,17 +284123,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": true
}
- ]
- },
- {
- "Module": "SchemaExtensions",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgSchemaExtensionCount",
"Method": "GET",
+ "Command": "Get-MgSchemaExtension",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schemaextension-list?view=graph-rest-1.0"
+ },
+ {
+ "Module": "SchemaExtensions",
"Uri": "/schemaExtensions/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -272222,18 +284153,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": true
}
- ]
- },
- {
- "Module": "Search",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphSearchAcronym",
- "Command": "Get-MgSearchAcronym",
"Method": "GET",
+ "Command": "Get-MgSchemaExtensionCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Search",
"Uri": "/search/acronyms/{acronym-id}",
+ "OutputType": "IMicrosoftGraphSearchAcronym",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -272252,17 +284183,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Search",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSearchAcronym",
- "Command": "Get-MgSearchAcronym",
"Method": "GET",
+ "Command": "Get-MgSearchAcronym",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-acronym-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Search",
"Uri": "/search/acronyms",
+ "OutputType": "IMicrosoftGraphSearchAcronym",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -272281,17 +284214,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Search",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgSearchAcronymCount",
"Method": "GET",
+ "Command": "Get-MgSearchAcronym",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-searchentity-list-acronyms?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Search",
"Uri": "/search/acronyms/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -272310,18 +284244,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Search",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphSearchBookmark",
- "Command": "Get-MgSearchBookmark",
"Method": "GET",
+ "Command": "Get-MgSearchAcronymCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Search",
"Uri": "/search/bookmarks/{bookmark-id}",
+ "OutputType": "IMicrosoftGraphSearchBookmark",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -272340,17 +284274,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Search",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSearchBookmark",
- "Command": "Get-MgSearchBookmark",
"Method": "GET",
+ "Command": "Get-MgSearchBookmark",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-bookmark-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Search",
"Uri": "/search/bookmarks",
+ "OutputType": "IMicrosoftGraphSearchBookmark",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -272369,17 +284305,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Search",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgSearchBookmarkCount",
"Method": "GET",
+ "Command": "Get-MgSearchBookmark",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-searchentity-list-bookmarks?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Search",
"Uri": "/search/bookmarks/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -272398,30 +284335,31 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Search",
+ ],
"Variants": [
"Get"
],
- "OutputType": "IMicrosoftGraphSearchEntity",
- "Command": "Get-MgSearchEntity",
"Method": "GET",
- "Uri": "/search",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSearchBookmarkCount",
+ "ApiReferenceLink": null
},
{
"Module": "Search",
+ "Uri": "/search",
+ "OutputType": "IMicrosoftGraphSearchEntity",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphSearchQna",
- "Command": "Get-MgSearchQna",
"Method": "GET",
+ "Command": "Get-MgSearchEntity",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Search",
"Uri": "/search/qnas/{qna-id}",
+ "OutputType": "IMicrosoftGraphSearchQna",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -272440,17 +284378,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Search",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSearchQna",
- "Command": "Get-MgSearchQna",
"Method": "GET",
+ "Command": "Get-MgSearchQna",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-qna-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Search",
"Uri": "/search/qnas",
+ "OutputType": "IMicrosoftGraphSearchQna",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -272469,17 +284409,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Search",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgSearchQnaCount",
"Method": "GET",
+ "Command": "Get-MgSearchQna",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-searchentity-list-qnas?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Search",
"Uri": "/search/qnas/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -272498,18 +284439,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Security",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphAlert",
- "Command": "Get-MgSecurityAlert",
"Method": "GET",
+ "Command": "Get-MgSearchQnaCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Security",
"Uri": "/security/alerts/{alert-id}",
+ "OutputType": "IMicrosoftGraphAlert",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -272528,17 +284469,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Security",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAlert",
- "Command": "Get-MgSecurityAlert",
"Method": "GET",
+ "Command": "Get-MgSecurityAlert",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/alert-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Security",
"Uri": "/security/alerts",
+ "OutputType": "IMicrosoftGraphAlert",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -272557,17 +284500,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Security",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgSecurityAlertCount",
"Method": "GET",
+ "Command": "Get-MgSecurityAlert",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/alert-list?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Security",
"Uri": "/security/alerts/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -272586,18 +284530,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Security",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphSecurityAlert",
- "Command": "Get-MgSecurityAlertV2",
"Method": "GET",
+ "Command": "Get-MgSecurityAlertCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Security",
"Uri": "/security/alerts_v2/{alert-id}",
+ "OutputType": "IMicrosoftGraphSecurityAlert",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -272616,17 +284560,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Security",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSecurityAlert",
- "Command": "Get-MgSecurityAlertV2",
"Method": "GET",
+ "Command": "Get-MgSecurityAlertV2",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-alert-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Security",
"Uri": "/security/alerts_v2",
+ "OutputType": "IMicrosoftGraphSecurityAlert",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -272645,17 +284591,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Security",
+ ],
"Variants": [
- "Get1"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgSecurityAlertV2Count",
"Method": "GET",
+ "Command": "Get-MgSecurityAlertV2",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-list-alerts_v2?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Security",
"Uri": "/security/alerts_v2/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -272674,485 +284621,522 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get1"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgSecurityAlertV2Count",
+ "ApiReferenceLink": null
},
{
"Module": "Security",
+ "Uri": "/security/attackSimulation",
+ "OutputType": "IMicrosoftGraphAttackSimulationRoot",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAttackSimulationRoot",
- "Command": "Get-MgSecurityAttackSimulation",
"Method": "GET",
- "Uri": "/security/attackSimulation",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSecurityAttackSimulation",
+ "ApiReferenceLink": null
},
{
"Module": "Security",
+ "Uri": "/security/attackSimulation/simulations",
+ "OutputType": "IMicrosoftGraphSimulation",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphSimulation",
- "Command": "Get-MgSecurityAttackSimulation",
"Method": "GET",
- "Uri": "/security/attackSimulation/simulations",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSecurityAttackSimulation",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attacksimulationroot-list-simulations?view=graph-rest-1.0"
},
{
"Module": "Security",
+ "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}",
+ "OutputType": "IMicrosoftGraphSimulationAutomation",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSimulationAutomation",
- "Command": "Get-MgSecurityAttackSimulationAutomation",
"Method": "GET",
- "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSecurityAttackSimulationAutomation",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/simulationautomation-get?view=graph-rest-1.0"
},
{
"Module": "Security",
+ "Uri": "/security/attackSimulation/simulationAutomations",
+ "OutputType": "IMicrosoftGraphSimulationAutomation",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphSimulationAutomation",
- "Command": "Get-MgSecurityAttackSimulationAutomation",
"Method": "GET",
- "Uri": "/security/attackSimulation/simulationAutomations",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSecurityAttackSimulationAutomation",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attacksimulationroot-list-simulationautomations?view=graph-rest-1.0"
},
{
"Module": "Security",
+ "Uri": "/security/attackSimulation/simulationAutomations/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgSecurityAttackSimulationAutomationCount",
"Method": "GET",
- "Uri": "/security/attackSimulation/simulationAutomations/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSecurityAttackSimulationAutomationCount",
+ "ApiReferenceLink": null
},
{
"Module": "Security",
+ "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs/{simulationAutomationRun-id}",
+ "OutputType": "IMicrosoftGraphSimulationAutomationRun",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSimulationAutomationRun",
- "Command": "Get-MgSecurityAttackSimulationAutomationRun",
"Method": "GET",
- "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs/{simulationAutomationRun-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSecurityAttackSimulationAutomationRun",
+ "ApiReferenceLink": null
},
{
"Module": "Security",
+ "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs",
+ "OutputType": "IMicrosoftGraphSimulationAutomationRun",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphSimulationAutomationRun",
- "Command": "Get-MgSecurityAttackSimulationAutomationRun",
"Method": "GET",
- "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSecurityAttackSimulationAutomationRun",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/simulationautomation-list-runs?view=graph-rest-1.0"
},
{
"Module": "Security",
+ "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgSecurityAttackSimulationAutomationRunCount",
"Method": "GET",
- "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSecurityAttackSimulationAutomationRunCount",
+ "ApiReferenceLink": null
},
{
"Module": "Security",
+ "Uri": "/security/attackSimulation/simulations/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgSecurityAttackSimulationCount",
"Method": "GET",
- "Uri": "/security/attackSimulation/simulations/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSecurityAttackSimulationCount",
+ "ApiReferenceLink": null
},
{
"Module": "Security",
+ "Uri": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}",
+ "OutputType": "IMicrosoftGraphEndUserNotification",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphEndUserNotification",
- "Command": "Get-MgSecurityAttackSimulationEndUserNotification",
"Method": "GET",
- "Uri": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSecurityAttackSimulationEndUserNotification",
+ "ApiReferenceLink": null
},
{
"Module": "Security",
+ "Uri": "/security/attackSimulation/endUserNotifications",
+ "OutputType": "IMicrosoftGraphEndUserNotification",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphEndUserNotification",
- "Command": "Get-MgSecurityAttackSimulationEndUserNotification",
"Method": "GET",
- "Uri": "/security/attackSimulation/endUserNotifications",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSecurityAttackSimulationEndUserNotification",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attacksimulationroot-list-endusernotifications?view=graph-rest-1.0"
},
{
"Module": "Security",
+ "Uri": "/security/attackSimulation/endUserNotifications/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgSecurityAttackSimulationEndUserNotificationCount",
"Method": "GET",
- "Uri": "/security/attackSimulation/endUserNotifications/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSecurityAttackSimulationEndUserNotificationCount",
+ "ApiReferenceLink": null
},
{
"Module": "Security",
+ "Uri": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}/details/{endUserNotificationDetail-id}",
+ "OutputType": "IMicrosoftGraphEndUserNotificationDetail",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphEndUserNotificationDetail",
- "Command": "Get-MgSecurityAttackSimulationEndUserNotificationDetail",
"Method": "GET",
- "Uri": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}/details/{endUserNotificationDetail-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSecurityAttackSimulationEndUserNotificationDetail",
+ "ApiReferenceLink": null
},
{
"Module": "Security",
+ "Uri": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}/details",
+ "OutputType": "IMicrosoftGraphEndUserNotificationDetail",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphEndUserNotificationDetail",
- "Command": "Get-MgSecurityAttackSimulationEndUserNotificationDetail",
"Method": "GET",
- "Uri": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}/details",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSecurityAttackSimulationEndUserNotificationDetail",
+ "ApiReferenceLink": null
},
{
"Module": "Security",
+ "Uri": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}/details/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgSecurityAttackSimulationEndUserNotificationDetailCount",
"Method": "GET",
- "Uri": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}/details/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSecurityAttackSimulationEndUserNotificationDetailCount",
+ "ApiReferenceLink": null
},
{
"Module": "Security",
+ "Uri": "/security/attackSimulation/landingPages/{landingPage-id}",
+ "OutputType": "IMicrosoftGraphLandingPage",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphLandingPage",
- "Command": "Get-MgSecurityAttackSimulationLandingPage",
"Method": "GET",
- "Uri": "/security/attackSimulation/landingPages/{landingPage-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSecurityAttackSimulationLandingPage",
+ "ApiReferenceLink": null
},
{
"Module": "Security",
+ "Uri": "/security/attackSimulation/landingPages",
+ "OutputType": "IMicrosoftGraphLandingPage",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphLandingPage",
- "Command": "Get-MgSecurityAttackSimulationLandingPage",
"Method": "GET",
- "Uri": "/security/attackSimulation/landingPages",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSecurityAttackSimulationLandingPage",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attacksimulationroot-list-landingpage?view=graph-rest-1.0"
},
{
"Module": "Security",
+ "Uri": "/security/attackSimulation/landingPages/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgSecurityAttackSimulationLandingPageCount",
"Method": "GET",
- "Uri": "/security/attackSimulation/landingPages/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSecurityAttackSimulationLandingPageCount",
+ "ApiReferenceLink": null
},
{
"Module": "Security",
+ "Uri": "/security/attackSimulation/landingPages/{landingPage-id}/details/{landingPageDetail-id}",
+ "OutputType": "IMicrosoftGraphLandingPageDetail",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphLandingPageDetail",
- "Command": "Get-MgSecurityAttackSimulationLandingPageDetail",
"Method": "GET",
- "Uri": "/security/attackSimulation/landingPages/{landingPage-id}/details/{landingPageDetail-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSecurityAttackSimulationLandingPageDetail",
+ "ApiReferenceLink": null
},
{
"Module": "Security",
+ "Uri": "/security/attackSimulation/landingPages/{landingPage-id}/details",
+ "OutputType": "IMicrosoftGraphLandingPageDetail",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphLandingPageDetail",
- "Command": "Get-MgSecurityAttackSimulationLandingPageDetail",
"Method": "GET",
- "Uri": "/security/attackSimulation/landingPages/{landingPage-id}/details",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSecurityAttackSimulationLandingPageDetail",
+ "ApiReferenceLink": null
},
{
"Module": "Security",
+ "Uri": "/security/attackSimulation/landingPages/{landingPage-id}/details/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgSecurityAttackSimulationLandingPageDetailCount",
"Method": "GET",
- "Uri": "/security/attackSimulation/landingPages/{landingPage-id}/details/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSecurityAttackSimulationLandingPageDetailCount",
+ "ApiReferenceLink": null
},
{
"Module": "Security",
+ "Uri": "/security/attackSimulation/loginPages/{loginPage-id}",
+ "OutputType": "IMicrosoftGraphLoginPage",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphLoginPage",
- "Command": "Get-MgSecurityAttackSimulationLoginPage",
"Method": "GET",
- "Uri": "/security/attackSimulation/loginPages/{loginPage-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSecurityAttackSimulationLoginPage",
+ "ApiReferenceLink": null
},
{
"Module": "Security",
+ "Uri": "/security/attackSimulation/loginPages",
+ "OutputType": "IMicrosoftGraphLoginPage",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphLoginPage",
- "Command": "Get-MgSecurityAttackSimulationLoginPage",
"Method": "GET",
- "Uri": "/security/attackSimulation/loginPages",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSecurityAttackSimulationLoginPage",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attacksimulationroot-list-loginpage?view=graph-rest-1.0"
},
{
"Module": "Security",
+ "Uri": "/security/attackSimulation/loginPages/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgSecurityAttackSimulationLoginPageCount",
"Method": "GET",
- "Uri": "/security/attackSimulation/loginPages/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSecurityAttackSimulationLoginPageCount",
+ "ApiReferenceLink": null
},
{
"Module": "Security",
+ "Uri": "/security/attackSimulation/operations/{attackSimulationOperation-id}",
+ "OutputType": "IMicrosoftGraphAttackSimulationOperation",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAttackSimulationOperation",
- "Command": "Get-MgSecurityAttackSimulationOperation",
"Method": "GET",
- "Uri": "/security/attackSimulation/operations/{attackSimulationOperation-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSecurityAttackSimulationOperation",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attacksimulationoperation-get?view=graph-rest-1.0"
},
{
"Module": "Security",
+ "Uri": "/security/attackSimulation/operations",
+ "OutputType": "IMicrosoftGraphAttackSimulationOperation",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphAttackSimulationOperation",
- "Command": "Get-MgSecurityAttackSimulationOperation",
"Method": "GET",
- "Uri": "/security/attackSimulation/operations",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSecurityAttackSimulationOperation",
+ "ApiReferenceLink": null
},
{
"Module": "Security",
+ "Uri": "/security/attackSimulation/operations/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgSecurityAttackSimulationOperationCount",
"Method": "GET",
- "Uri": "/security/attackSimulation/operations/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSecurityAttackSimulationOperationCount",
+ "ApiReferenceLink": null
},
{
"Module": "Security",
+ "Uri": "/security/attackSimulation/payloads/{payload-id}",
+ "OutputType": "IMicrosoftGraphPayload",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphPayload",
- "Command": "Get-MgSecurityAttackSimulationPayload",
"Method": "GET",
- "Uri": "/security/attackSimulation/payloads/{payload-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSecurityAttackSimulationPayload",
+ "ApiReferenceLink": null
},
{
"Module": "Security",
+ "Uri": "/security/attackSimulation/payloads",
+ "OutputType": "IMicrosoftGraphPayload",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphPayload",
- "Command": "Get-MgSecurityAttackSimulationPayload",
"Method": "GET",
- "Uri": "/security/attackSimulation/payloads",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSecurityAttackSimulationPayload",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attacksimulationroot-list-payloads?view=graph-rest-1.0"
},
{
"Module": "Security",
+ "Uri": "/security/attackSimulation/payloads/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgSecurityAttackSimulationPayloadCount",
"Method": "GET",
- "Uri": "/security/attackSimulation/payloads/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSecurityAttackSimulationPayloadCount",
+ "ApiReferenceLink": null
},
{
"Module": "Security",
+ "Uri": "/security/attackSimulation/trainings/{training-id}",
+ "OutputType": "IMicrosoftGraphTraining",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTraining",
- "Command": "Get-MgSecurityAttackSimulationTraining",
"Method": "GET",
- "Uri": "/security/attackSimulation/trainings/{training-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSecurityAttackSimulationTraining",
+ "ApiReferenceLink": null
},
{
"Module": "Security",
+ "Uri": "/security/attackSimulation/trainings",
+ "OutputType": "IMicrosoftGraphTraining",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphTraining",
- "Command": "Get-MgSecurityAttackSimulationTraining",
"Method": "GET",
- "Uri": "/security/attackSimulation/trainings",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSecurityAttackSimulationTraining",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attacksimulationroot-list-trainings?view=graph-rest-1.0"
},
{
"Module": "Security",
+ "Uri": "/security/attackSimulation/trainings/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgSecurityAttackSimulationTrainingCount",
"Method": "GET",
- "Uri": "/security/attackSimulation/trainings/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSecurityAttackSimulationTrainingCount",
+ "ApiReferenceLink": null
},
{
"Module": "Security",
+ "Uri": "/security/attackSimulation/trainings/{training-id}/languageDetails/{trainingLanguageDetail-id}",
+ "OutputType": "IMicrosoftGraphTrainingLanguageDetail",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTrainingLanguageDetail",
- "Command": "Get-MgSecurityAttackSimulationTrainingLanguageDetail",
"Method": "GET",
- "Uri": "/security/attackSimulation/trainings/{training-id}/languageDetails/{trainingLanguageDetail-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSecurityAttackSimulationTrainingLanguageDetail",
+ "ApiReferenceLink": null
},
{
"Module": "Security",
+ "Uri": "/security/attackSimulation/trainings/{training-id}/languageDetails",
+ "OutputType": "IMicrosoftGraphTrainingLanguageDetail",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphTrainingLanguageDetail",
- "Command": "Get-MgSecurityAttackSimulationTrainingLanguageDetail",
"Method": "GET",
- "Uri": "/security/attackSimulation/trainings/{training-id}/languageDetails",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSecurityAttackSimulationTrainingLanguageDetail",
+ "ApiReferenceLink": null
},
{
"Module": "Security",
+ "Uri": "/security/attackSimulation/trainings/{training-id}/languageDetails/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgSecurityAttackSimulationTrainingLanguageDetailCount",
"Method": "GET",
- "Uri": "/security/attackSimulation/trainings/{training-id}/languageDetails/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSecurityAttackSimulationTrainingLanguageDetailCount",
+ "ApiReferenceLink": null
},
{
"Module": "Security",
+ "Uri": "/security/cases",
+ "OutputType": "IMicrosoftGraphSecurityCasesRoot",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": "IMicrosoftGraphSecurityCasesRoot",
- "Command": "Get-MgSecurityCase",
"Method": "GET",
- "Uri": "/security/cases",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSecurityCase",
+ "ApiReferenceLink": null
},
{
"Module": "Security",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphSecurityEdiscoveryCase",
- "Command": "Get-MgSecurityCaseEdiscoveryCase",
- "Method": "GET",
"Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}",
+ "OutputType": "IMicrosoftGraphSecurityEdiscoveryCase",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -273171,17 +285155,19 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Security",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSecurityEdiscoveryCase",
- "Command": "Get-MgSecurityCaseEdiscoveryCase",
"Method": "GET",
+ "Command": "Get-MgSecurityCaseEdiscoveryCase",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Security",
"Uri": "/security/cases/ediscoveryCases",
+ "OutputType": "IMicrosoftGraphSecurityEdiscoveryCase",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -273200,17 +285186,18 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Security",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgSecurityCaseEdiscoveryCaseCount",
"Method": "GET",
+ "Command": "Get-MgSecurityCaseEdiscoveryCase",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-casesroot-list-ediscoverycases?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Security",
"Uri": "/security/cases/ediscoveryCases/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -273229,18 +285216,18 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Security",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphSecurityEdiscoveryCustodian",
- "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodian",
"Method": "GET",
+ "Command": "Get-MgSecurityCaseEdiscoveryCaseCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Security",
"Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}",
+ "OutputType": "IMicrosoftGraphSecurityEdiscoveryCustodian",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -273259,17 +285246,19 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Security",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSecurityEdiscoveryCustodian",
- "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodian",
"Method": "GET",
+ "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodian",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycustodian-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Security",
"Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians",
+ "OutputType": "IMicrosoftGraphSecurityEdiscoveryCustodian",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -273288,18 +285277,18 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Security",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianCount",
"Method": "GET",
+ "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodian",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-list-custodians?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Security",
"Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -273318,18 +285307,19 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Security",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSecurityEdiscoveryIndexOperation",
- "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianLastIndexOperation",
"Method": "GET",
+ "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Security",
"Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/lastIndexOperation",
+ "OutputType": "IMicrosoftGraphSecurityEdiscoveryIndexOperation",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -273348,30 +285338,33 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Security",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSecuritySiteSource",
- "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianSiteSource",
"Method": "GET",
- "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources/{siteSource-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianLastIndexOperation",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycustodian-list-lastindexoperation?view=graph-rest-1.0"
},
{
"Module": "Security",
+ "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources/{siteSource-id}",
+ "OutputType": "IMicrosoftGraphSecuritySiteSource",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSecuritySiteSource",
- "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianSiteSource",
"Method": "GET",
+ "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianSiteSource",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Security",
"Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources",
+ "OutputType": "IMicrosoftGraphSecuritySiteSource",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -273390,18 +285383,18 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Security",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianSiteSourceCount",
"Method": "GET",
+ "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianSiteSource",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycustodian-list-sitesources?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Security",
"Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -273420,43 +285413,47 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Security",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSite",
- "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianSiteSourceSite",
"Method": "GET",
- "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources/{siteSource-id}/site",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianSiteSourceCount",
+ "ApiReferenceLink": null
},
{
"Module": "Security",
+ "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources/{siteSource-id}/site",
+ "OutputType": "IMicrosoftGraphSite",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSecurityUnifiedGroupSource",
- "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSource",
"Method": "GET",
- "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianSiteSourceSite",
+ "ApiReferenceLink": null
},
{
"Module": "Security",
+ "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}",
+ "OutputType": "IMicrosoftGraphSecurityUnifiedGroupSource",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSecurityUnifiedGroupSource",
- "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSource",
"Method": "GET",
+ "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSource",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Security",
"Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources",
+ "OutputType": "IMicrosoftGraphSecurityUnifiedGroupSource",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -273475,18 +285472,18 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Security",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSourceCount",
"Method": "GET",
+ "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSource",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycustodian-list-unifiedgroupsources?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Security",
"Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -273505,68 +285502,74 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSourceCount",
+ "ApiReferenceLink": null
},
{
"Module": "Security",
+ "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}/group",
+ "OutputType": "IMicrosoftGraphGroup",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphGroup",
- "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSourceGroup",
"Method": "GET",
- "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}/group",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSourceGroup",
+ "ApiReferenceLink": null
},
{
"Module": "Security",
+ "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}/group/serviceProvisioningErrors",
+ "OutputType": "IMicrosoftGraphServiceProvisioningError",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSourceGroupServiceProvisioningError",
"Method": "GET",
- "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}/group/serviceProvisioningErrors",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSourceGroupServiceProvisioningError",
+ "ApiReferenceLink": null
},
{
"Module": "Security",
+ "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}/group/serviceProvisioningErrors/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSourceGroupServiceProvisioningErrorCount",
"Method": "GET",
- "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}/group/serviceProvisioningErrors/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSourceGroupServiceProvisioningErrorCount",
+ "ApiReferenceLink": null
},
{
"Module": "Security",
+ "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources/{userSource-id}",
+ "OutputType": "IMicrosoftGraphSecurityUserSource",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSecurityUserSource",
- "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianUserSource",
"Method": "GET",
- "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources/{userSource-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianUserSource",
+ "ApiReferenceLink": null
},
{
"Module": "Security",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphSecurityUserSource",
- "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianUserSource",
- "Method": "GET",
"Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources",
+ "OutputType": "IMicrosoftGraphSecurityUserSource",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -273585,18 +285588,18 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Security",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianUserSourceCount",
"Method": "GET",
+ "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianUserSource",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycustodian-list-usersources?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Security",
"Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -273615,18 +285618,19 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Security",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource",
- "Command": "Get-MgSecurityCaseEdiscoveryCaseNoncustodialDataSource",
"Method": "GET",
+ "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianUserSourceCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Security",
"Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}",
+ "OutputType": "IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -273645,68 +285649,74 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgSecurityCaseEdiscoveryCaseNoncustodialDataSource",
+ "ApiReferenceLink": null
},
{
"Module": "Security",
+ "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources",
+ "OutputType": "IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource",
- "Command": "Get-MgSecurityCaseEdiscoveryCaseNoncustodialDataSource",
"Method": "GET",
- "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSecurityCaseEdiscoveryCaseNoncustodialDataSource",
+ "ApiReferenceLink": null
},
{
"Module": "Security",
+ "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgSecurityCaseEdiscoveryCaseNoncustodialDataSourceCount",
"Method": "GET",
- "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSecurityCaseEdiscoveryCaseNoncustodialDataSourceCount",
+ "ApiReferenceLink": null
},
{
"Module": "Security",
+ "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}/lastIndexOperation",
+ "OutputType": "IMicrosoftGraphSecurityEdiscoveryIndexOperation",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSecurityEdiscoveryIndexOperation",
- "Command": "Get-MgSecurityCaseEdiscoveryCaseNoncustodialDataSourceLastIndexOperation",
"Method": "GET",
- "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}/lastIndexOperation",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSecurityCaseEdiscoveryCaseNoncustodialDataSourceLastIndexOperation",
+ "ApiReferenceLink": null
},
{
"Module": "Security",
+ "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations/{caseOperation-id}",
+ "OutputType": "IMicrosoftGraphSecurityCaseOperation",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSecurityCaseOperation",
- "Command": "Get-MgSecurityCaseEdiscoveryCaseOperation",
"Method": "GET",
- "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations/{caseOperation-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSecurityCaseEdiscoveryCaseOperation",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-caseoperation-get?view=graph-rest-1.0"
},
{
"Module": "Security",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphSecurityCaseOperation",
- "Command": "Get-MgSecurityCaseEdiscoveryCaseOperation",
- "Method": "GET",
"Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations",
+ "OutputType": "IMicrosoftGraphSecurityCaseOperation",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -273725,18 +285735,18 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Security",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgSecurityCaseEdiscoveryCaseOperationCount",
"Method": "GET",
+ "Command": "Get-MgSecurityCaseEdiscoveryCaseOperation",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-list-operations?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Security",
"Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -273755,18 +285765,19 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Security",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSet",
- "Command": "Get-MgSecurityCaseEdiscoveryCaseReviewSet",
"Method": "GET",
+ "Command": "Get-MgSecurityCaseEdiscoveryCaseOperationCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Security",
"Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}",
+ "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSet",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -273785,17 +285796,19 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Security",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSet",
- "Command": "Get-MgSecurityCaseEdiscoveryCaseReviewSet",
"Method": "GET",
+ "Command": "Get-MgSecurityCaseEdiscoveryCaseReviewSet",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryreviewset-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Security",
"Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets",
+ "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSet",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -273814,18 +285827,18 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Security",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgSecurityCaseEdiscoveryCaseReviewSetCount",
"Method": "GET",
+ "Command": "Get-MgSecurityCaseEdiscoveryCaseReviewSet",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-list-reviewsets?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Security",
"Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -273844,18 +285857,19 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Security",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSetQuery",
- "Command": "Get-MgSecurityCaseEdiscoveryCaseReviewSetQuery",
"Method": "GET",
+ "Command": "Get-MgSecurityCaseEdiscoveryCaseReviewSetCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Security",
"Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/{ediscoveryReviewSetQuery-id}",
+ "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSetQuery",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -273874,17 +285888,19 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Security",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSetQuery",
- "Command": "Get-MgSecurityCaseEdiscoveryCaseReviewSetQuery",
"Method": "GET",
+ "Command": "Get-MgSecurityCaseEdiscoveryCaseReviewSetQuery",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryreviewsetquery-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Security",
"Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries",
+ "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSetQuery",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -273903,18 +285919,18 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Security",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgSecurityCaseEdiscoveryCaseReviewSetQueryCount",
"Method": "GET",
+ "Command": "Get-MgSecurityCaseEdiscoveryCaseReviewSetQuery",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryreviewset-list-queries?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Security",
"Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -273933,18 +285949,19 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Security",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSecurityEdiscoverySearch",
- "Command": "Get-MgSecurityCaseEdiscoveryCaseSearch",
"Method": "GET",
+ "Command": "Get-MgSecurityCaseEdiscoveryCaseReviewSetQueryCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Security",
"Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}",
+ "OutputType": "IMicrosoftGraphSecurityEdiscoverySearch",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -273963,17 +285980,19 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Security",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSecurityEdiscoverySearch",
- "Command": "Get-MgSecurityCaseEdiscoveryCaseSearch",
"Method": "GET",
+ "Command": "Get-MgSecurityCaseEdiscoveryCaseSearch",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverysearch-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Security",
"Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches",
+ "OutputType": "IMicrosoftGraphSecurityEdiscoverySearch",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -273992,69 +286011,73 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgSecurityCaseEdiscoveryCaseSearch",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-list-searches?view=graph-rest-1.0"
},
{
"Module": "Security",
+ "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources/{dataSource-id}",
+ "OutputType": "IMicrosoftGraphSecurityDataSource",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSecurityDataSource",
- "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchAdditionalSource",
"Method": "GET",
- "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources/{dataSource-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchAdditionalSource",
+ "ApiReferenceLink": null
},
{
"Module": "Security",
+ "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources",
+ "OutputType": "IMicrosoftGraphSecurityDataSource",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphSecurityDataSource",
- "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchAdditionalSource",
"Method": "GET",
- "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchAdditionalSource",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverysearch-list-additionalsources?view=graph-rest-1.0"
},
{
"Module": "Security",
+ "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchAdditionalSourceCount",
"Method": "GET",
- "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchAdditionalSourceCount",
+ "ApiReferenceLink": null
},
{
"Module": "Security",
+ "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/addToReviewSetOperation",
+ "OutputType": "IMicrosoftGraphSecurityEdiscoveryAddToReviewSetOperation",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSecurityEdiscoveryAddToReviewSetOperation",
- "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchAddToReviewSetOperation",
"Method": "GET",
- "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/addToReviewSetOperation",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchAddToReviewSetOperation",
+ "ApiReferenceLink": null
},
{
"Module": "Security",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": null,
- "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchCount",
- "Method": "GET",
"Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -274073,56 +286096,60 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchCount",
+ "ApiReferenceLink": null
},
{
"Module": "Security",
+ "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/custodianSources/{dataSource-id}",
+ "OutputType": "IMicrosoftGraphSecurityDataSource",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSecurityDataSource",
- "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchCustodianSource",
"Method": "GET",
- "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/custodianSources/{dataSource-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchCustodianSource",
+ "ApiReferenceLink": null
},
{
"Module": "Security",
+ "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/custodianSources",
+ "OutputType": "IMicrosoftGraphSecurityDataSource",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphSecurityDataSource",
- "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchCustodianSource",
"Method": "GET",
- "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/custodianSources",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchCustodianSource",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverysearch-list-custodiansources?view=graph-rest-1.0"
},
{
"Module": "Security",
+ "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/custodianSources/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchCustodianSourceCount",
"Method": "GET",
- "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/custodianSources/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchCustodianSourceCount",
+ "ApiReferenceLink": null
},
{
"Module": "Security",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphSecurityEdiscoveryEstimateOperation",
- "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchLastEstimateStatisticsOperation",
- "Method": "GET",
"Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/lastEstimateStatisticsOperation",
+ "OutputType": "IMicrosoftGraphSecurityEdiscoveryEstimateOperation",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -274141,56 +286168,60 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchLastEstimateStatisticsOperation",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverysearch-list-lastestimatestatisticsoperation?view=graph-rest-1.0"
},
{
"Module": "Security",
+ "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/noncustodialSources/{ediscoveryNoncustodialDataSource-id}",
+ "OutputType": "IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource",
- "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchNoncustodialSource",
"Method": "GET",
- "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/noncustodialSources/{ediscoveryNoncustodialDataSource-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchNoncustodialSource",
+ "ApiReferenceLink": null
},
{
"Module": "Security",
+ "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/noncustodialSources",
+ "OutputType": "IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource",
- "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchNoncustodialSource",
"Method": "GET",
- "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/noncustodialSources",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchNoncustodialSource",
+ "ApiReferenceLink": null
},
{
"Module": "Security",
+ "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/noncustodialSources/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchNoncustodialSourceCount",
"Method": "GET",
- "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/noncustodialSources/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchNoncustodialSourceCount",
+ "ApiReferenceLink": null
},
{
"Module": "Security",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphSecurityEdiscoveryCaseSettings",
- "Command": "Get-MgSecurityCaseEdiscoveryCaseSetting",
- "Method": "GET",
"Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/settings",
+ "OutputType": "IMicrosoftGraphSecurityEdiscoveryCaseSettings",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -274209,18 +286240,19 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Security",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag",
- "Command": "Get-MgSecurityCaseEdiscoveryCaseTag",
"Method": "GET",
+ "Command": "Get-MgSecurityCaseEdiscoveryCaseSetting",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycasesettings-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Security",
"Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}",
+ "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -274239,17 +286271,19 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Security",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag",
- "Command": "Get-MgSecurityCaseEdiscoveryCaseTag",
"Method": "GET",
+ "Command": "Get-MgSecurityCaseEdiscoveryCaseTag",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryreviewtag-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Security",
"Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags",
+ "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -274268,56 +286302,59 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgSecurityCaseEdiscoveryCaseTag",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-list-tags?view=graph-rest-1.0"
},
{
"Module": "Security",
+ "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}/childTags/{ediscoveryReviewTag-id1}",
+ "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag",
- "Command": "Get-MgSecurityCaseEdiscoveryCaseTagChildTag",
"Method": "GET",
- "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}/childTags/{ediscoveryReviewTag-id1}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSecurityCaseEdiscoveryCaseTagChildTag",
+ "ApiReferenceLink": null
},
{
"Module": "Security",
+ "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}/childTags",
+ "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag",
- "Command": "Get-MgSecurityCaseEdiscoveryCaseTagChildTag",
"Method": "GET",
- "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}/childTags",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSecurityCaseEdiscoveryCaseTagChildTag",
+ "ApiReferenceLink": null
},
{
"Module": "Security",
+ "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}/childTags/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgSecurityCaseEdiscoveryCaseTagChildTagCount",
"Method": "GET",
- "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}/childTags/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSecurityCaseEdiscoveryCaseTagChildTagCount",
+ "ApiReferenceLink": null
},
{
"Module": "Security",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": null,
- "Command": "Get-MgSecurityCaseEdiscoveryCaseTagCount",
- "Method": "GET",
"Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -274336,31 +286373,33 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Security",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag",
- "Command": "Get-MgSecurityCaseEdiscoveryCaseTagParent",
"Method": "GET",
- "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}/parent",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSecurityCaseEdiscoveryCaseTagCount",
+ "ApiReferenceLink": null
},
{
"Module": "Security",
+ "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}/parent",
+ "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSecurityIncident",
- "Command": "Get-MgSecurityIncident",
"Method": "GET",
+ "Command": "Get-MgSecurityCaseEdiscoveryCaseTagParent",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Security",
"Uri": "/security/incidents/{incident-id}",
+ "OutputType": "IMicrosoftGraphSecurityIncident",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -274379,17 +286418,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Security",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSecurityIncident",
- "Command": "Get-MgSecurityIncident",
"Method": "GET",
+ "Command": "Get-MgSecurityIncident",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-incident-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Security",
"Uri": "/security/incidents",
+ "OutputType": "IMicrosoftGraphSecurityIncident",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -274408,68 +286449,73 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgSecurityIncident",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-list-incidents?view=graph-rest-1.0"
},
{
"Module": "Security",
+ "Uri": "/security/incidents/{incident-id}/alerts/{alert-id}",
+ "OutputType": "IMicrosoftGraphSecurityAlert",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSecurityAlert",
- "Command": "Get-MgSecurityIncidentAlert",
"Method": "GET",
- "Uri": "/security/incidents/{incident-id}/alerts/{alert-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSecurityIncidentAlert",
+ "ApiReferenceLink": null
},
{
"Module": "Security",
+ "Uri": "/security/incidents/{incident-id}/alerts",
+ "OutputType": "IMicrosoftGraphSecurityAlert",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphSecurityAlert",
- "Command": "Get-MgSecurityIncidentAlert",
"Method": "GET",
- "Uri": "/security/incidents/{incident-id}/alerts",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSecurityIncidentAlert",
+ "ApiReferenceLink": null
},
{
"Module": "Security",
+ "Uri": "/security/incidents/{incident-id}/alerts/{alert-id}/comments/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgSecurityIncidentAlertCommentCount",
"Method": "GET",
- "Uri": "/security/incidents/{incident-id}/alerts/{alert-id}/comments/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSecurityIncidentAlertCommentCount",
+ "ApiReferenceLink": null
},
{
"Module": "Security",
+ "Uri": "/security/incidents/{incident-id}/alerts/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgSecurityIncidentAlertCount",
"Method": "GET",
- "Uri": "/security/incidents/{incident-id}/alerts/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSecurityIncidentAlertCount",
+ "ApiReferenceLink": null
},
{
"Module": "Security",
- "Variants": [
- "Get"
- ],
- "OutputType": null,
- "Command": "Get-MgSecurityIncidentCount",
- "Method": "GET",
"Uri": "/security/incidents/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -274488,266 +286534,286 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgSecurityIncidentCount",
+ "ApiReferenceLink": null
},
{
"Module": "Security",
+ "Uri": "/security/labels",
+ "OutputType": "IMicrosoftGraphSecurityLabelsRoot",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": "IMicrosoftGraphSecurityLabelsRoot",
- "Command": "Get-MgSecurityLabel",
"Method": "GET",
- "Uri": "/security/labels",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSecurityLabel",
+ "ApiReferenceLink": null
},
{
"Module": "Security",
+ "Uri": "/security/labels/authorities/{authorityTemplate-id}",
+ "OutputType": "IMicrosoftGraphSecurityAuthorityTemplate",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSecurityAuthorityTemplate",
- "Command": "Get-MgSecurityLabelAuthority",
"Method": "GET",
- "Uri": "/security/labels/authorities/{authorityTemplate-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSecurityLabelAuthority",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-authoritytemplate-get?view=graph-rest-1.0"
},
{
"Module": "Security",
+ "Uri": "/security/labels/authorities",
+ "OutputType": "IMicrosoftGraphSecurityAuthorityTemplate",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphSecurityAuthorityTemplate",
- "Command": "Get-MgSecurityLabelAuthority",
"Method": "GET",
- "Uri": "/security/labels/authorities",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSecurityLabelAuthority",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-labelsroot-list-authorities?view=graph-rest-1.0"
},
{
"Module": "Security",
+ "Uri": "/security/labels/authorities/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgSecurityLabelAuthorityCount",
"Method": "GET",
- "Uri": "/security/labels/authorities/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSecurityLabelAuthorityCount",
+ "ApiReferenceLink": null
},
{
"Module": "Security",
+ "Uri": "/security/labels/categories/{categoryTemplate-id}",
+ "OutputType": "IMicrosoftGraphSecurityCategoryTemplate",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSecurityCategoryTemplate",
- "Command": "Get-MgSecurityLabelCategory",
"Method": "GET",
- "Uri": "/security/labels/categories/{categoryTemplate-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSecurityLabelCategory",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-categorytemplate-get?view=graph-rest-1.0"
},
{
"Module": "Security",
+ "Uri": "/security/labels/categories",
+ "OutputType": "IMicrosoftGraphSecurityCategoryTemplate",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphSecurityCategoryTemplate",
- "Command": "Get-MgSecurityLabelCategory",
"Method": "GET",
- "Uri": "/security/labels/categories",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSecurityLabelCategory",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-labelsroot-list-categories?view=graph-rest-1.0"
},
{
"Module": "Security",
+ "Uri": "/security/labels/categories/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgSecurityLabelCategoryCount",
"Method": "GET",
- "Uri": "/security/labels/categories/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSecurityLabelCategoryCount",
+ "ApiReferenceLink": null
},
{
"Module": "Security",
+ "Uri": "/security/labels/categories/{categoryTemplate-id}/subcategories/{subcategoryTemplate-id}",
+ "OutputType": "IMicrosoftGraphSecuritySubcategoryTemplate",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSecuritySubcategoryTemplate",
- "Command": "Get-MgSecurityLabelCategorySubcategory",
"Method": "GET",
- "Uri": "/security/labels/categories/{categoryTemplate-id}/subcategories/{subcategoryTemplate-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSecurityLabelCategorySubcategory",
+ "ApiReferenceLink": null
},
{
"Module": "Security",
+ "Uri": "/security/labels/categories/{categoryTemplate-id}/subcategories",
+ "OutputType": "IMicrosoftGraphSecuritySubcategoryTemplate",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphSecuritySubcategoryTemplate",
- "Command": "Get-MgSecurityLabelCategorySubcategory",
"Method": "GET",
- "Uri": "/security/labels/categories/{categoryTemplate-id}/subcategories",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSecurityLabelCategorySubcategory",
+ "ApiReferenceLink": null
},
{
"Module": "Security",
+ "Uri": "/security/labels/categories/{categoryTemplate-id}/subcategories/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgSecurityLabelCategorySubcategoryCount",
"Method": "GET",
- "Uri": "/security/labels/categories/{categoryTemplate-id}/subcategories/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSecurityLabelCategorySubcategoryCount",
+ "ApiReferenceLink": null
},
{
"Module": "Security",
+ "Uri": "/security/labels/citations/{citationTemplate-id}",
+ "OutputType": "IMicrosoftGraphSecurityCitationTemplate",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSecurityCitationTemplate",
- "Command": "Get-MgSecurityLabelCitation",
"Method": "GET",
- "Uri": "/security/labels/citations/{citationTemplate-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSecurityLabelCitation",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-citationtemplate-get?view=graph-rest-1.0"
},
{
"Module": "Security",
+ "Uri": "/security/labels/citations",
+ "OutputType": "IMicrosoftGraphSecurityCitationTemplate",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphSecurityCitationTemplate",
- "Command": "Get-MgSecurityLabelCitation",
"Method": "GET",
- "Uri": "/security/labels/citations",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSecurityLabelCitation",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-labelsroot-list-citations?view=graph-rest-1.0"
},
{
"Module": "Security",
+ "Uri": "/security/labels/citations/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgSecurityLabelCitationCount",
"Method": "GET",
- "Uri": "/security/labels/citations/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSecurityLabelCitationCount",
+ "ApiReferenceLink": null
},
{
"Module": "Security",
+ "Uri": "/security/labels/departments/{departmentTemplate-id}",
+ "OutputType": "IMicrosoftGraphSecurityDepartmentTemplate",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSecurityDepartmentTemplate",
- "Command": "Get-MgSecurityLabelDepartment",
"Method": "GET",
- "Uri": "/security/labels/departments/{departmentTemplate-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSecurityLabelDepartment",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-departmenttemplate-get?view=graph-rest-1.0"
},
{
"Module": "Security",
+ "Uri": "/security/labels/departments",
+ "OutputType": "IMicrosoftGraphSecurityDepartmentTemplate",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphSecurityDepartmentTemplate",
- "Command": "Get-MgSecurityLabelDepartment",
"Method": "GET",
- "Uri": "/security/labels/departments",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSecurityLabelDepartment",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-labelsroot-list-departments?view=graph-rest-1.0"
},
{
"Module": "Security",
+ "Uri": "/security/labels/departments/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgSecurityLabelDepartmentCount",
"Method": "GET",
- "Uri": "/security/labels/departments/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSecurityLabelDepartmentCount",
+ "ApiReferenceLink": null
},
{
"Module": "Security",
+ "Uri": "/security/labels/filePlanReferences/{filePlanReferenceTemplate-id}",
+ "OutputType": "IMicrosoftGraphSecurityFilePlanReferenceTemplate",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSecurityFilePlanReferenceTemplate",
- "Command": "Get-MgSecurityLabelFilePlanReference",
"Method": "GET",
- "Uri": "/security/labels/filePlanReferences/{filePlanReferenceTemplate-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSecurityLabelFilePlanReference",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-fileplanreferencetemplate-get?view=graph-rest-1.0"
},
{
"Module": "Security",
+ "Uri": "/security/labels/filePlanReferences",
+ "OutputType": "IMicrosoftGraphSecurityFilePlanReferenceTemplate",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphSecurityFilePlanReferenceTemplate",
- "Command": "Get-MgSecurityLabelFilePlanReference",
"Method": "GET",
- "Uri": "/security/labels/filePlanReferences",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSecurityLabelFilePlanReference",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-labelsroot-list-fileplanreferences?view=graph-rest-1.0"
},
{
"Module": "Security",
+ "Uri": "/security/labels/filePlanReferences/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgSecurityLabelFilePlanReferenceCount",
"Method": "GET",
- "Uri": "/security/labels/filePlanReferences/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSecurityLabelFilePlanReferenceCount",
+ "ApiReferenceLink": null
},
{
"Module": "Security",
+ "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/retentionEventType",
+ "OutputType": "IMicrosoftGraphSecurityRetentionEventType",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSecurityRetentionEventType",
- "Command": "Get-MgSecurityLabelRetentionEventType",
"Method": "GET",
- "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/retentionEventType",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSecurityLabelRetentionEventType",
+ "ApiReferenceLink": null
},
{
"Module": "Security",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphSecurityRetentionLabel",
- "Command": "Get-MgSecurityLabelRetentionLabel",
- "Method": "GET",
"Uri": "/security/labels/retentionLabels/{retentionLabel-id}",
+ "OutputType": "IMicrosoftGraphSecurityRetentionLabel",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -274766,17 +286832,19 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Security",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSecurityRetentionLabel",
- "Command": "Get-MgSecurityLabelRetentionLabel",
"Method": "GET",
+ "Command": "Get-MgSecurityLabelRetentionLabel",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Security",
"Uri": "/security/labels/retentionLabels",
+ "OutputType": "IMicrosoftGraphSecurityRetentionLabel",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -274795,17 +286863,18 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Security",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgSecurityLabelRetentionLabelCount",
"Method": "GET",
+ "Command": "Get-MgSecurityLabelRetentionLabel",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-labelsroot-list-retentionlabel?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Security",
"Uri": "/security/labels/retentionLabels/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -274824,134 +286893,143 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgSecurityLabelRetentionLabelCount",
+ "ApiReferenceLink": null
},
{
"Module": "Security",
+ "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/descriptors",
+ "OutputType": "IMicrosoftGraphSecurityFilePlanDescriptor",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSecurityFilePlanDescriptor",
- "Command": "Get-MgSecurityLabelRetentionLabelDescriptor",
"Method": "GET",
- "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/descriptors",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSecurityLabelRetentionLabelDescriptor",
+ "ApiReferenceLink": null
},
{
"Module": "Security",
+ "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/descriptors/authorityTemplate",
+ "OutputType": "IMicrosoftGraphSecurityAuthorityTemplate",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSecurityAuthorityTemplate",
- "Command": "Get-MgSecurityLabelRetentionLabelDescriptorAuthorityTemplate",
"Method": "GET",
- "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/descriptors/authorityTemplate",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSecurityLabelRetentionLabelDescriptorAuthorityTemplate",
+ "ApiReferenceLink": null
},
{
"Module": "Security",
+ "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/descriptors/categoryTemplate",
+ "OutputType": "IMicrosoftGraphSecurityCategoryTemplate",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSecurityCategoryTemplate",
- "Command": "Get-MgSecurityLabelRetentionLabelDescriptorCategoryTemplate",
"Method": "GET",
- "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/descriptors/categoryTemplate",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSecurityLabelRetentionLabelDescriptorCategoryTemplate",
+ "ApiReferenceLink": null
},
{
"Module": "Security",
+ "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/descriptors/citationTemplate",
+ "OutputType": "IMicrosoftGraphSecurityCitationTemplate",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSecurityCitationTemplate",
- "Command": "Get-MgSecurityLabelRetentionLabelDescriptorCitationTemplate",
"Method": "GET",
- "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/descriptors/citationTemplate",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSecurityLabelRetentionLabelDescriptorCitationTemplate",
+ "ApiReferenceLink": null
},
{
"Module": "Security",
+ "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/descriptors/departmentTemplate",
+ "OutputType": "IMicrosoftGraphSecurityDepartmentTemplate",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSecurityDepartmentTemplate",
- "Command": "Get-MgSecurityLabelRetentionLabelDescriptorDepartmentTemplate",
"Method": "GET",
- "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/descriptors/departmentTemplate",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSecurityLabelRetentionLabelDescriptorDepartmentTemplate",
+ "ApiReferenceLink": null
},
{
"Module": "Security",
+ "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/descriptors/filePlanReferenceTemplate",
+ "OutputType": "IMicrosoftGraphSecurityFilePlanReferenceTemplate",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSecurityFilePlanReferenceTemplate",
- "Command": "Get-MgSecurityLabelRetentionLabelDescriptorFilePlanReferenceTemplate",
"Method": "GET",
- "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/descriptors/filePlanReferenceTemplate",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSecurityLabelRetentionLabelDescriptorFilePlanReferenceTemplate",
+ "ApiReferenceLink": null
},
{
"Module": "Security",
+ "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/dispositionReviewStages/{dispositionReviewStage-stageNumber}",
+ "OutputType": "IMicrosoftGraphSecurityDispositionReviewStage",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSecurityDispositionReviewStage",
- "Command": "Get-MgSecurityLabelRetentionLabelDispositionReviewStage",
"Method": "GET",
- "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/dispositionReviewStages/{dispositionReviewStage-stageNumber}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSecurityLabelRetentionLabelDispositionReviewStage",
+ "ApiReferenceLink": null
},
{
"Module": "Security",
+ "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/dispositionReviewStages",
+ "OutputType": "IMicrosoftGraphSecurityDispositionReviewStage",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphSecurityDispositionReviewStage",
- "Command": "Get-MgSecurityLabelRetentionLabelDispositionReviewStage",
"Method": "GET",
- "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/dispositionReviewStages",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSecurityLabelRetentionLabelDispositionReviewStage",
+ "ApiReferenceLink": null
},
{
"Module": "Security",
+ "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/dispositionReviewStages/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgSecurityLabelRetentionLabelDispositionReviewStageCount",
"Method": "GET",
- "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/dispositionReviewStages/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSecurityLabelRetentionLabelDispositionReviewStageCount",
+ "ApiReferenceLink": null
},
{
"Module": "Security",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphSecureScore",
- "Command": "Get-MgSecuritySecureScore",
- "Method": "GET",
"Uri": "/security/secureScores/{secureScore-id}",
+ "OutputType": "IMicrosoftGraphSecureScore",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -274970,17 +287048,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Security",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSecureScore",
- "Command": "Get-MgSecuritySecureScore",
"Method": "GET",
+ "Command": "Get-MgSecuritySecureScore",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/securescore-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Security",
"Uri": "/security/secureScores",
+ "OutputType": "IMicrosoftGraphSecureScore",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -274999,18 +287079,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Security",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": "IMicrosoftGraphSecureScoreControlProfile",
- "Command": "Get-MgSecuritySecureScoreControlProfile",
"Method": "GET",
+ "Command": "Get-MgSecuritySecureScore",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-list-securescores?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Security",
"Uri": "/security/secureScoreControlProfiles/{secureScoreControlProfile-id}",
+ "OutputType": "IMicrosoftGraphSecureScoreControlProfile",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -275029,17 +287109,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Security",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSecureScoreControlProfile",
- "Command": "Get-MgSecuritySecureScoreControlProfile",
"Method": "GET",
+ "Command": "Get-MgSecuritySecureScoreControlProfile",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/securescorecontrolprofile-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Security",
"Uri": "/security/secureScoreControlProfiles",
+ "OutputType": "IMicrosoftGraphSecureScoreControlProfile",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -275058,17 +287140,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Security",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgSecuritySecureScoreControlProfileCount",
"Method": "GET",
+ "Command": "Get-MgSecuritySecureScoreControlProfile",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-list-securescorecontrolprofiles?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Security",
"Uri": "/security/secureScoreControlProfiles/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -275087,17 +287170,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Security",
+ ],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgSecuritySecureScoreCount",
"Method": "GET",
+ "Command": "Get-MgSecuritySecureScoreControlProfileCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Security",
"Uri": "/security/secureScores/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -275116,18 +287200,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Security",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphSubjectRightsRequest",
- "Command": "Get-MgSecuritySubjectRightsRequest",
"Method": "GET",
+ "Command": "Get-MgSecuritySecureScoreCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Security",
"Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}",
+ "OutputType": "IMicrosoftGraphSubjectRightsRequest",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -275146,17 +287230,19 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Security",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSubjectRightsRequest",
- "Command": "Get-MgSecuritySubjectRightsRequest",
"Method": "GET",
+ "Command": "Get-MgSecuritySubjectRightsRequest",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Security",
"Uri": "/security/subjectRightsRequests",
+ "OutputType": "IMicrosoftGraphSubjectRightsRequest",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -275175,169 +287261,182 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgSecuritySubjectRightsRequest",
+ "ApiReferenceLink": null
},
{
"Module": "Security",
+ "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}",
+ "OutputType": "IMicrosoftGraphUser",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUser",
- "Command": "Get-MgSecuritySubjectRightsRequestApprover",
"Method": "GET",
- "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSecuritySubjectRightsRequestApprover",
+ "ApiReferenceLink": null
},
{
"Module": "Security",
+ "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers",
+ "OutputType": "IMicrosoftGraphUser",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphUser",
- "Command": "Get-MgSecuritySubjectRightsRequestApprover",
"Method": "GET",
- "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSecuritySubjectRightsRequestApprover",
+ "ApiReferenceLink": null
},
{
"Module": "Security",
+ "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgSecuritySubjectRightsRequestApproverCount",
"Method": "GET",
- "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSecuritySubjectRightsRequestApproverCount",
+ "ApiReferenceLink": null
},
{
"Module": "Security",
+ "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/mailboxSettings",
+ "OutputType": "IMicrosoftGraphMailboxSettings",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Command": "Get-MgSecuritySubjectRightsRequestApproverMailboxSetting",
"Method": "GET",
- "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/mailboxSettings",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSecuritySubjectRightsRequestApproverMailboxSetting",
+ "ApiReferenceLink": null
},
{
"Module": "Security",
+ "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/serviceProvisioningErrors",
+ "OutputType": "IMicrosoftGraphServiceProvisioningError",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Command": "Get-MgSecuritySubjectRightsRequestApproverServiceProvisioningError",
"Method": "GET",
- "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/serviceProvisioningErrors",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSecuritySubjectRightsRequestApproverServiceProvisioningError",
+ "ApiReferenceLink": null
},
{
"Module": "Security",
+ "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/serviceProvisioningErrors/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgSecuritySubjectRightsRequestApproverServiceProvisioningErrorCount",
"Method": "GET",
- "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/serviceProvisioningErrors/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSecuritySubjectRightsRequestApproverServiceProvisioningErrorCount",
+ "ApiReferenceLink": null
},
{
"Module": "Security",
+ "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}",
+ "OutputType": "IMicrosoftGraphUser",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUser",
- "Command": "Get-MgSecuritySubjectRightsRequestCollaborator",
"Method": "GET",
- "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSecuritySubjectRightsRequestCollaborator",
+ "ApiReferenceLink": null
},
{
"Module": "Security",
+ "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators",
+ "OutputType": "IMicrosoftGraphUser",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphUser",
- "Command": "Get-MgSecuritySubjectRightsRequestCollaborator",
"Method": "GET",
- "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSecuritySubjectRightsRequestCollaborator",
+ "ApiReferenceLink": null
},
{
"Module": "Security",
+ "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgSecuritySubjectRightsRequestCollaboratorCount",
"Method": "GET",
- "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSecuritySubjectRightsRequestCollaboratorCount",
+ "ApiReferenceLink": null
},
{
"Module": "Security",
+ "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/mailboxSettings",
+ "OutputType": "IMicrosoftGraphMailboxSettings",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Command": "Get-MgSecuritySubjectRightsRequestCollaboratorMailboxSetting",
"Method": "GET",
- "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/mailboxSettings",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSecuritySubjectRightsRequestCollaboratorMailboxSetting",
+ "ApiReferenceLink": null
},
{
"Module": "Security",
+ "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/serviceProvisioningErrors",
+ "OutputType": "IMicrosoftGraphServiceProvisioningError",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Command": "Get-MgSecuritySubjectRightsRequestCollaboratorServiceProvisioningError",
"Method": "GET",
- "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/serviceProvisioningErrors",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSecuritySubjectRightsRequestCollaboratorServiceProvisioningError",
+ "ApiReferenceLink": null
},
{
"Module": "Security",
+ "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/serviceProvisioningErrors/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgSecuritySubjectRightsRequestCollaboratorServiceProvisioningErrorCount",
"Method": "GET",
- "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/serviceProvisioningErrors/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSecuritySubjectRightsRequestCollaboratorServiceProvisioningErrorCount",
+ "ApiReferenceLink": null
},
{
"Module": "Security",
- "Variants": [
- "Get"
- ],
- "OutputType": null,
- "Command": "Get-MgSecuritySubjectRightsRequestCount",
- "Method": "GET",
"Uri": "/security/subjectRightsRequests/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -275356,18 +287455,18 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Security",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": null,
- "Command": "Get-MgSecuritySubjectRightsRequestFinalAttachment",
"Method": "GET",
+ "Command": "Get-MgSecuritySubjectRightsRequestCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Security",
"Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/getFinalAttachment",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -275386,43 +287485,47 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Security",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgSecuritySubjectRightsRequestFinalReport",
"Method": "GET",
- "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/getFinalReport",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSecuritySubjectRightsRequestFinalAttachment",
+ "ApiReferenceLink": null
},
{
"Module": "Security",
+ "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/getFinalReport",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAuthoredNote",
- "Command": "Get-MgSecuritySubjectRightsRequestNote",
"Method": "GET",
- "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/notes/{authoredNote-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSecuritySubjectRightsRequestFinalReport",
+ "ApiReferenceLink": null
},
{
"Module": "Security",
+ "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/notes/{authoredNote-id}",
+ "OutputType": "IMicrosoftGraphAuthoredNote",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAuthoredNote",
- "Command": "Get-MgSecuritySubjectRightsRequestNote",
"Method": "GET",
+ "Command": "Get-MgSecuritySubjectRightsRequestNote",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Security",
"Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/notes",
+ "OutputType": "IMicrosoftGraphAuthoredNote",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -275441,18 +287544,18 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Security",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgSecuritySubjectRightsRequestNoteCount",
"Method": "GET",
+ "Command": "Get-MgSecuritySubjectRightsRequestNote",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subjectrightsrequest-list-notes?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Security",
"Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/notes/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -275471,575 +287574,629 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgSecuritySubjectRightsRequestNoteCount",
+ "ApiReferenceLink": null
},
{
"Module": "Security",
+ "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/team",
+ "OutputType": "IMicrosoftGraphTeam",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTeam",
- "Command": "Get-MgSecuritySubjectRightsRequestTeam",
"Method": "GET",
- "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/team",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSecuritySubjectRightsRequestTeam",
+ "ApiReferenceLink": null
},
{
"Module": "Security",
+ "Uri": "/security/threatIntelligence",
+ "OutputType": "IMicrosoftGraphSecurityThreatIntelligence",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": "IMicrosoftGraphSecurityThreatIntelligence",
- "Command": "Get-MgSecurityThreatIntelligence",
"Method": "GET",
- "Uri": "/security/threatIntelligence",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSecurityThreatIntelligence",
+ "ApiReferenceLink": null
},
{
"Module": "Security",
+ "Uri": "/security/threatIntelligence/articles/{article-id}",
+ "OutputType": "IMicrosoftGraphSecurityArticle",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSecurityArticle",
- "Command": "Get-MgSecurityThreatIntelligenceArticle",
"Method": "GET",
- "Uri": "/security/threatIntelligence/articles/{article-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSecurityThreatIntelligenceArticle",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-article-get?view=graph-rest-1.0"
},
{
"Module": "Security",
+ "Uri": "/security/threatIntelligence/articles",
+ "OutputType": "IMicrosoftGraphSecurityArticle",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphSecurityArticle",
- "Command": "Get-MgSecurityThreatIntelligenceArticle",
"Method": "GET",
- "Uri": "/security/threatIntelligence/articles",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSecurityThreatIntelligenceArticle",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-threatintelligence-list-articles?view=graph-rest-1.0"
},
{
"Module": "Security",
+ "Uri": "/security/threatIntelligence/articles/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgSecurityThreatIntelligenceArticleCount",
"Method": "GET",
- "Uri": "/security/threatIntelligence/articles/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSecurityThreatIntelligenceArticleCount",
+ "ApiReferenceLink": null
},
{
"Module": "Security",
+ "Uri": "/security/threatIntelligence/articleIndicators/{articleIndicator-id}",
+ "OutputType": "IMicrosoftGraphSecurityArticleIndicator",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphSecurityArticleIndicator",
- "Command": "Get-MgSecurityThreatIntelligenceArticleIndicator",
"Method": "GET",
- "Uri": "/security/threatIntelligence/articleIndicators/{articleIndicator-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSecurityThreatIntelligenceArticleIndicator",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-articleindicator-get?view=graph-rest-1.0"
},
{
"Module": "Security",
+ "Uri": "/security/threatIntelligence/articleIndicators",
+ "OutputType": "IMicrosoftGraphSecurityArticleIndicator",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List",
"List1"
],
- "OutputType": "IMicrosoftGraphSecurityArticleIndicator",
- "Command": "Get-MgSecurityThreatIntelligenceArticleIndicator",
"Method": "GET",
- "Uri": "/security/threatIntelligence/articleIndicators",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSecurityThreatIntelligenceArticleIndicator",
+ "ApiReferenceLink": null
},
{
"Module": "Security",
+ "Uri": "/security/threatIntelligence/articleIndicators/{articleIndicator-id}/artifact",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgSecurityThreatIntelligenceArticleIndicatorArtifact",
"Method": "GET",
- "Uri": "/security/threatIntelligence/articleIndicators/{articleIndicator-id}/artifact",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSecurityThreatIntelligenceArticleIndicatorArtifact",
+ "ApiReferenceLink": null
},
{
"Module": "Security",
+ "Uri": "/security/threatIntelligence/articleIndicators/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgSecurityThreatIntelligenceArticleIndicatorCount",
"Method": "GET",
- "Uri": "/security/threatIntelligence/articleIndicators/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSecurityThreatIntelligenceArticleIndicatorCount",
+ "ApiReferenceLink": null
},
{
"Module": "Security",
+ "Uri": "/security/threatIntelligence/hosts/{host-id}",
+ "OutputType": "IMicrosoftGraphSecurityHost",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSecurityHost",
- "Command": "Get-MgSecurityThreatIntelligenceHost",
"Method": "GET",
- "Uri": "/security/threatIntelligence/hosts/{host-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSecurityThreatIntelligenceHost",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-host-get?view=graph-rest-1.0"
},
{
"Module": "Security",
+ "Uri": "/security/threatIntelligence/hosts",
+ "OutputType": "IMicrosoftGraphSecurityHost",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphSecurityHost",
- "Command": "Get-MgSecurityThreatIntelligenceHost",
"Method": "GET",
- "Uri": "/security/threatIntelligence/hosts",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSecurityThreatIntelligenceHost",
+ "ApiReferenceLink": null
},
{
"Module": "Security",
+ "Uri": "/security/threatIntelligence/hosts/{host-id}/childHostPairs/{hostPair-id}",
+ "OutputType": "IMicrosoftGraphSecurityHostPair",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSecurityHostPair",
- "Command": "Get-MgSecurityThreatIntelligenceHostChildHostPair",
"Method": "GET",
- "Uri": "/security/threatIntelligence/hosts/{host-id}/childHostPairs/{hostPair-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSecurityThreatIntelligenceHostChildHostPair",
+ "ApiReferenceLink": null
},
{
"Module": "Security",
+ "Uri": "/security/threatIntelligence/hosts/{host-id}/childHostPairs",
+ "OutputType": "IMicrosoftGraphSecurityHostPair",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphSecurityHostPair",
- "Command": "Get-MgSecurityThreatIntelligenceHostChildHostPair",
"Method": "GET",
- "Uri": "/security/threatIntelligence/hosts/{host-id}/childHostPairs",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSecurityThreatIntelligenceHostChildHostPair",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-host-list-childhostpairs?view=graph-rest-1.0"
},
{
"Module": "Security",
+ "Uri": "/security/threatIntelligence/hosts/{host-id}/childHostPairs/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgSecurityThreatIntelligenceHostChildHostPairCount",
"Method": "GET",
- "Uri": "/security/threatIntelligence/hosts/{host-id}/childHostPairs/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSecurityThreatIntelligenceHostChildHostPairCount",
+ "ApiReferenceLink": null
},
{
"Module": "Security",
+ "Uri": "/security/threatIntelligence/hostComponents/{hostComponent-id}",
+ "OutputType": "IMicrosoftGraphSecurityHostComponent",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphSecurityHostComponent",
- "Command": "Get-MgSecurityThreatIntelligenceHostComponent",
"Method": "GET",
- "Uri": "/security/threatIntelligence/hostComponents/{hostComponent-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSecurityThreatIntelligenceHostComponent",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-hostcomponent-get?view=graph-rest-1.0"
},
{
"Module": "Security",
+ "Uri": "/security/threatIntelligence/hostComponents",
+ "OutputType": "IMicrosoftGraphSecurityHostComponent",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List",
"List1"
],
- "OutputType": "IMicrosoftGraphSecurityHostComponent",
- "Command": "Get-MgSecurityThreatIntelligenceHostComponent",
"Method": "GET",
- "Uri": "/security/threatIntelligence/hostComponents",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSecurityThreatIntelligenceHostComponent",
+ "ApiReferenceLink": null
},
{
"Module": "Security",
+ "Uri": "/security/threatIntelligence/hostComponents/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgSecurityThreatIntelligenceHostComponentCount",
"Method": "GET",
- "Uri": "/security/threatIntelligence/hostComponents/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSecurityThreatIntelligenceHostComponentCount",
+ "ApiReferenceLink": null
},
{
"Module": "Security",
+ "Uri": "/security/threatIntelligence/hostComponents/{hostComponent-id}/host",
+ "OutputType": "IMicrosoftGraphSecurityHost",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSecurityHost",
- "Command": "Get-MgSecurityThreatIntelligenceHostComponentHost",
"Method": "GET",
- "Uri": "/security/threatIntelligence/hostComponents/{hostComponent-id}/host",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSecurityThreatIntelligenceHostComponentHost",
+ "ApiReferenceLink": null
},
{
"Module": "Security",
+ "Uri": "/security/threatIntelligence/hostCookies/{hostCookie-id}",
+ "OutputType": "IMicrosoftGraphSecurityHostCookie",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphSecurityHostCookie",
- "Command": "Get-MgSecurityThreatIntelligenceHostCookie",
"Method": "GET",
- "Uri": "/security/threatIntelligence/hostCookies/{hostCookie-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSecurityThreatIntelligenceHostCookie",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-hostcookie-get?view=graph-rest-1.0"
},
{
"Module": "Security",
+ "Uri": "/security/threatIntelligence/hostCookies",
+ "OutputType": "IMicrosoftGraphSecurityHostCookie",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List",
"List1"
],
- "OutputType": "IMicrosoftGraphSecurityHostCookie",
- "Command": "Get-MgSecurityThreatIntelligenceHostCookie",
"Method": "GET",
- "Uri": "/security/threatIntelligence/hostCookies",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSecurityThreatIntelligenceHostCookie",
+ "ApiReferenceLink": null
},
{
"Module": "Security",
+ "Uri": "/security/threatIntelligence/hostCookies/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgSecurityThreatIntelligenceHostCookieCount",
"Method": "GET",
- "Uri": "/security/threatIntelligence/hostCookies/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSecurityThreatIntelligenceHostCookieCount",
+ "ApiReferenceLink": null
},
{
"Module": "Security",
+ "Uri": "/security/threatIntelligence/hostCookies/{hostCookie-id}/host",
+ "OutputType": "IMicrosoftGraphSecurityHost",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSecurityHost",
- "Command": "Get-MgSecurityThreatIntelligenceHostCookieHost",
"Method": "GET",
- "Uri": "/security/threatIntelligence/hostCookies/{hostCookie-id}/host",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSecurityThreatIntelligenceHostCookieHost",
+ "ApiReferenceLink": null
},
{
"Module": "Security",
+ "Uri": "/security/threatIntelligence/hosts/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgSecurityThreatIntelligenceHostCount",
"Method": "GET",
- "Uri": "/security/threatIntelligence/hosts/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSecurityThreatIntelligenceHostCount",
+ "ApiReferenceLink": null
},
{
"Module": "Security",
+ "Uri": "/security/threatIntelligence/hostPairs/{hostPair-id}",
+ "OutputType": "IMicrosoftGraphSecurityHostPair",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphSecurityHostPair",
- "Command": "Get-MgSecurityThreatIntelligenceHostPair",
"Method": "GET",
- "Uri": "/security/threatIntelligence/hostPairs/{hostPair-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSecurityThreatIntelligenceHostPair",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-hostpair-get?view=graph-rest-1.0"
},
{
"Module": "Security",
+ "Uri": "/security/threatIntelligence/hostPairs",
+ "OutputType": "IMicrosoftGraphSecurityHostPair",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List",
"List1"
],
- "OutputType": "IMicrosoftGraphSecurityHostPair",
- "Command": "Get-MgSecurityThreatIntelligenceHostPair",
"Method": "GET",
- "Uri": "/security/threatIntelligence/hostPairs",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSecurityThreatIntelligenceHostPair",
+ "ApiReferenceLink": null
},
{
"Module": "Security",
+ "Uri": "/security/threatIntelligence/hostPairs/{hostPair-id}/childHost",
+ "OutputType": "IMicrosoftGraphSecurityHost",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSecurityHost",
- "Command": "Get-MgSecurityThreatIntelligenceHostPairChildHost",
"Method": "GET",
- "Uri": "/security/threatIntelligence/hostPairs/{hostPair-id}/childHost",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSecurityThreatIntelligenceHostPairChildHost",
+ "ApiReferenceLink": null
},
{
"Module": "Security",
+ "Uri": "/security/threatIntelligence/hostPairs/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgSecurityThreatIntelligenceHostPairCount",
"Method": "GET",
- "Uri": "/security/threatIntelligence/hostPairs/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSecurityThreatIntelligenceHostPairCount",
+ "ApiReferenceLink": null
},
{
"Module": "Security",
+ "Uri": "/security/threatIntelligence/hostPairs/{hostPair-id}/parentHost",
+ "OutputType": "IMicrosoftGraphSecurityHost",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSecurityHost",
- "Command": "Get-MgSecurityThreatIntelligenceHostPairParentHost",
"Method": "GET",
- "Uri": "/security/threatIntelligence/hostPairs/{hostPair-id}/parentHost",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSecurityThreatIntelligenceHostPairParentHost",
+ "ApiReferenceLink": null
},
{
"Module": "Security",
+ "Uri": "/security/threatIntelligence/hosts/{host-id}/parentHostPairs/{hostPair-id}",
+ "OutputType": "IMicrosoftGraphSecurityHostPair",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSecurityHostPair",
- "Command": "Get-MgSecurityThreatIntelligenceHostParentHostPair",
"Method": "GET",
- "Uri": "/security/threatIntelligence/hosts/{host-id}/parentHostPairs/{hostPair-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSecurityThreatIntelligenceHostParentHostPair",
+ "ApiReferenceLink": null
},
{
"Module": "Security",
+ "Uri": "/security/threatIntelligence/hosts/{host-id}/parentHostPairs",
+ "OutputType": "IMicrosoftGraphSecurityHostPair",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphSecurityHostPair",
- "Command": "Get-MgSecurityThreatIntelligenceHostParentHostPair",
"Method": "GET",
- "Uri": "/security/threatIntelligence/hosts/{host-id}/parentHostPairs",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSecurityThreatIntelligenceHostParentHostPair",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-host-list-parenthostpairs?view=graph-rest-1.0"
},
{
"Module": "Security",
+ "Uri": "/security/threatIntelligence/hosts/{host-id}/parentHostPairs/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgSecurityThreatIntelligenceHostParentHostPairCount",
"Method": "GET",
- "Uri": "/security/threatIntelligence/hosts/{host-id}/parentHostPairs/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSecurityThreatIntelligenceHostParentHostPairCount",
+ "ApiReferenceLink": null
},
{
"Module": "Security",
+ "Uri": "/security/threatIntelligence/hosts/{host-id}/passiveDns/{passiveDnsRecord-id}",
+ "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord",
- "Command": "Get-MgSecurityThreatIntelligenceHostPassiveDns",
"Method": "GET",
- "Uri": "/security/threatIntelligence/hosts/{host-id}/passiveDns/{passiveDnsRecord-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSecurityThreatIntelligenceHostPassiveDns",
+ "ApiReferenceLink": null
},
{
"Module": "Security",
+ "Uri": "/security/threatIntelligence/hosts/{host-id}/passiveDns",
+ "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord",
- "Command": "Get-MgSecurityThreatIntelligenceHostPassiveDns",
"Method": "GET",
- "Uri": "/security/threatIntelligence/hosts/{host-id}/passiveDns",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSecurityThreatIntelligenceHostPassiveDns",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-host-list-passivedns?view=graph-rest-1.0"
},
{
"Module": "Security",
+ "Uri": "/security/threatIntelligence/hosts/{host-id}/passiveDns/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgSecurityThreatIntelligenceHostPassiveDnsCount",
"Method": "GET",
- "Uri": "/security/threatIntelligence/hosts/{host-id}/passiveDns/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSecurityThreatIntelligenceHostPassiveDnsCount",
+ "ApiReferenceLink": null
},
{
"Module": "Security",
+ "Uri": "/security/threatIntelligence/hosts/{host-id}/passiveDnsReverse/{passiveDnsRecord-id}",
+ "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord",
- "Command": "Get-MgSecurityThreatIntelligenceHostPassiveDnsReverse",
"Method": "GET",
- "Uri": "/security/threatIntelligence/hosts/{host-id}/passiveDnsReverse/{passiveDnsRecord-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSecurityThreatIntelligenceHostPassiveDnsReverse",
+ "ApiReferenceLink": null
},
{
"Module": "Security",
+ "Uri": "/security/threatIntelligence/hosts/{host-id}/passiveDnsReverse",
+ "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord",
- "Command": "Get-MgSecurityThreatIntelligenceHostPassiveDnsReverse",
"Method": "GET",
- "Uri": "/security/threatIntelligence/hosts/{host-id}/passiveDnsReverse",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSecurityThreatIntelligenceHostPassiveDnsReverse",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-host-list-passivednsreverse?view=graph-rest-1.0"
},
{
"Module": "Security",
+ "Uri": "/security/threatIntelligence/hosts/{host-id}/passiveDnsReverse/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgSecurityThreatIntelligenceHostPassiveDnsReverseCount",
"Method": "GET",
- "Uri": "/security/threatIntelligence/hosts/{host-id}/passiveDnsReverse/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSecurityThreatIntelligenceHostPassiveDnsReverseCount",
+ "ApiReferenceLink": null
},
{
"Module": "Security",
+ "Uri": "/security/threatIntelligence/hostPorts/{hostPort-id}",
+ "OutputType": "IMicrosoftGraphSecurityHostPort",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphSecurityHostPort",
- "Command": "Get-MgSecurityThreatIntelligenceHostPort",
"Method": "GET",
- "Uri": "/security/threatIntelligence/hostPorts/{hostPort-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSecurityThreatIntelligenceHostPort",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-hostport-get?view=graph-rest-1.0"
},
{
"Module": "Security",
+ "Uri": "/security/threatIntelligence/hostPorts",
+ "OutputType": "IMicrosoftGraphSecurityHostPort",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List",
"List1"
],
- "OutputType": "IMicrosoftGraphSecurityHostPort",
- "Command": "Get-MgSecurityThreatIntelligenceHostPort",
"Method": "GET",
- "Uri": "/security/threatIntelligence/hostPorts",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSecurityThreatIntelligenceHostPort",
+ "ApiReferenceLink": null
},
{
"Module": "Security",
+ "Uri": "/security/threatIntelligence/hostPorts/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgSecurityThreatIntelligenceHostPortCount",
"Method": "GET",
- "Uri": "/security/threatIntelligence/hostPorts/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSecurityThreatIntelligenceHostPortCount",
+ "ApiReferenceLink": null
},
{
"Module": "Security",
+ "Uri": "/security/threatIntelligence/hostPorts/{hostPort-id}/host",
+ "OutputType": "IMicrosoftGraphSecurityHost",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSecurityHost",
- "Command": "Get-MgSecurityThreatIntelligenceHostPortHost",
"Method": "GET",
- "Uri": "/security/threatIntelligence/hostPorts/{hostPort-id}/host",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSecurityThreatIntelligenceHostPortHost",
+ "ApiReferenceLink": null
},
{
"Module": "Security",
+ "Uri": "/security/threatIntelligence/hostPorts/{hostPort-id}/mostRecentSslCertificate",
+ "OutputType": "IMicrosoftGraphSecuritySslCertificate",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSecuritySslCertificate",
- "Command": "Get-MgSecurityThreatIntelligenceHostPortMostRecentSslCertificate",
"Method": "GET",
- "Uri": "/security/threatIntelligence/hostPorts/{hostPort-id}/mostRecentSslCertificate",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSecurityThreatIntelligenceHostPortMostRecentSslCertificate",
+ "ApiReferenceLink": null
},
{
"Module": "Security",
+ "Uri": "/security/threatIntelligence/hosts/{host-id}/reputation",
+ "OutputType": "IMicrosoftGraphSecurityHostReputation",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSecurityHostReputation",
- "Command": "Get-MgSecurityThreatIntelligenceHostReputation",
"Method": "GET",
- "Uri": "/security/threatIntelligence/hosts/{host-id}/reputation",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSecurityThreatIntelligenceHostReputation",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-host-get-reputation?view=graph-rest-1.0"
},
{
"Module": "Security",
+ "Uri": "/security/threatIntelligence/hostSslCertificates/{hostSslCertificate-id}",
+ "OutputType": "IMicrosoftGraphSecurityHostSslCertificate",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
@@ -276048,745 +288205,793 @@
"GetViaIdentity1",
"GetViaIdentity2"
],
- "OutputType": "IMicrosoftGraphSecurityHostSslCertificate",
- "Command": "Get-MgSecurityThreatIntelligenceHostSslCertificate",
"Method": "GET",
- "Uri": "/security/threatIntelligence/hostSslCertificates/{hostSslCertificate-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSecurityThreatIntelligenceHostSslCertificate",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-hostsslcertificate-get?view=graph-rest-1.0"
},
{
"Module": "Security",
+ "Uri": "/security/threatIntelligence/hostSslCertificates",
+ "OutputType": "IMicrosoftGraphSecurityHostSslCertificate",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List",
"List1"
],
- "OutputType": "IMicrosoftGraphSecurityHostSslCertificate",
- "Command": "Get-MgSecurityThreatIntelligenceHostSslCertificate",
"Method": "GET",
- "Uri": "/security/threatIntelligence/hostSslCertificates",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSecurityThreatIntelligenceHostSslCertificate",
+ "ApiReferenceLink": null
},
{
"Module": "Security",
+ "Uri": "/security/threatIntelligence/hosts/{host-id}/sslCertificates/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgSecurityThreatIntelligenceHostSslCertificateCount",
"Method": "GET",
- "Uri": "/security/threatIntelligence/hosts/{host-id}/sslCertificates/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSecurityThreatIntelligenceHostSslCertificateCount",
+ "ApiReferenceLink": null
},
{
"Module": "Security",
+ "Uri": "/security/threatIntelligence/hostSslCertificates/{hostSslCertificate-id}/host",
+ "OutputType": "IMicrosoftGraphSecurityHost",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSecurityHost",
- "Command": "Get-MgSecurityThreatIntelligenceHostSslCertificateHost",
"Method": "GET",
- "Uri": "/security/threatIntelligence/hostSslCertificates/{hostSslCertificate-id}/host",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSecurityThreatIntelligenceHostSslCertificateHost",
+ "ApiReferenceLink": null
},
{
"Module": "Security",
+ "Uri": "/security/threatIntelligence/hosts/{host-id}/subdomains/{subdomain-id}",
+ "OutputType": "IMicrosoftGraphSecuritySubdomain",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSecuritySubdomain",
- "Command": "Get-MgSecurityThreatIntelligenceHostSubdomain",
"Method": "GET",
- "Uri": "/security/threatIntelligence/hosts/{host-id}/subdomains/{subdomain-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSecurityThreatIntelligenceHostSubdomain",
+ "ApiReferenceLink": null
},
{
"Module": "Security",
+ "Uri": "/security/threatIntelligence/hosts/{host-id}/subdomains",
+ "OutputType": "IMicrosoftGraphSecuritySubdomain",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphSecuritySubdomain",
- "Command": "Get-MgSecurityThreatIntelligenceHostSubdomain",
"Method": "GET",
- "Uri": "/security/threatIntelligence/hosts/{host-id}/subdomains",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSecurityThreatIntelligenceHostSubdomain",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-host-list-subdomains?view=graph-rest-1.0"
},
{
"Module": "Security",
+ "Uri": "/security/threatIntelligence/hosts/{host-id}/subdomains/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgSecurityThreatIntelligenceHostSubdomainCount",
"Method": "GET",
- "Uri": "/security/threatIntelligence/hosts/{host-id}/subdomains/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSecurityThreatIntelligenceHostSubdomainCount",
+ "ApiReferenceLink": null
},
{
"Module": "Security",
+ "Uri": "/security/threatIntelligence/hostTrackers/{hostTracker-id}",
+ "OutputType": "IMicrosoftGraphSecurityHostTracker",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphSecurityHostTracker",
- "Command": "Get-MgSecurityThreatIntelligenceHostTracker",
"Method": "GET",
- "Uri": "/security/threatIntelligence/hostTrackers/{hostTracker-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSecurityThreatIntelligenceHostTracker",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-hosttracker-get?view=graph-rest-1.0"
},
{
"Module": "Security",
+ "Uri": "/security/threatIntelligence/hostTrackers",
+ "OutputType": "IMicrosoftGraphSecurityHostTracker",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List",
"List1"
],
- "OutputType": "IMicrosoftGraphSecurityHostTracker",
- "Command": "Get-MgSecurityThreatIntelligenceHostTracker",
"Method": "GET",
- "Uri": "/security/threatIntelligence/hostTrackers",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSecurityThreatIntelligenceHostTracker",
+ "ApiReferenceLink": null
},
{
"Module": "Security",
+ "Uri": "/security/threatIntelligence/hosts/{host-id}/trackers/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgSecurityThreatIntelligenceHostTrackerCount",
"Method": "GET",
- "Uri": "/security/threatIntelligence/hosts/{host-id}/trackers/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSecurityThreatIntelligenceHostTrackerCount",
+ "ApiReferenceLink": null
},
{
"Module": "Security",
+ "Uri": "/security/threatIntelligence/hostTrackers/{hostTracker-id}/host",
+ "OutputType": "IMicrosoftGraphSecurityHost",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSecurityHost",
- "Command": "Get-MgSecurityThreatIntelligenceHostTrackerHost",
"Method": "GET",
- "Uri": "/security/threatIntelligence/hostTrackers/{hostTracker-id}/host",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSecurityThreatIntelligenceHostTrackerHost",
+ "ApiReferenceLink": null
},
{
"Module": "Security",
+ "Uri": "/security/threatIntelligence/hosts/{host-id}/whois",
+ "OutputType": "IMicrosoftGraphSecurityWhoisRecord",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSecurityWhoisRecord",
- "Command": "Get-MgSecurityThreatIntelligenceHostWhoi",
"Method": "GET",
- "Uri": "/security/threatIntelligence/hosts/{host-id}/whois",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSecurityThreatIntelligenceHostWhoi",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-whoisrecord-get?view=graph-rest-1.0"
},
{
"Module": "Security",
+ "Uri": "/security/threatIntelligence/intelProfiles/{intelligenceProfile-id}",
+ "OutputType": "IMicrosoftGraphSecurityIntelligenceProfile",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSecurityIntelligenceProfile",
- "Command": "Get-MgSecurityThreatIntelligenceIntelProfile",
"Method": "GET",
- "Uri": "/security/threatIntelligence/intelProfiles/{intelligenceProfile-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSecurityThreatIntelligenceIntelProfile",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-intelligenceprofile-get?view=graph-rest-1.0"
},
{
"Module": "Security",
+ "Uri": "/security/threatIntelligence/intelProfiles",
+ "OutputType": "IMicrosoftGraphSecurityIntelligenceProfile",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphSecurityIntelligenceProfile",
- "Command": "Get-MgSecurityThreatIntelligenceIntelProfile",
"Method": "GET",
- "Uri": "/security/threatIntelligence/intelProfiles",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSecurityThreatIntelligenceIntelProfile",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-threatintelligence-list-intelprofiles?view=graph-rest-1.0"
},
{
"Module": "Security",
+ "Uri": "/security/threatIntelligence/intelProfiles/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgSecurityThreatIntelligenceIntelProfileCount",
"Method": "GET",
- "Uri": "/security/threatIntelligence/intelProfiles/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSecurityThreatIntelligenceIntelProfileCount",
+ "ApiReferenceLink": null
},
{
"Module": "Security",
+ "Uri": "/security/threatIntelligence/intelProfiles/{intelligenceProfile-id}/indicators/{intelligenceProfileIndicator-id}",
+ "OutputType": "IMicrosoftGraphSecurityIntelligenceProfileIndicator",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSecurityIntelligenceProfileIndicator",
- "Command": "Get-MgSecurityThreatIntelligenceIntelProfileIndicator",
"Method": "GET",
- "Uri": "/security/threatIntelligence/intelProfiles/{intelligenceProfile-id}/indicators/{intelligenceProfileIndicator-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSecurityThreatIntelligenceIntelProfileIndicator",
+ "ApiReferenceLink": null
},
{
"Module": "Security",
+ "Uri": "/security/threatIntelligence/intelProfiles/{intelligenceProfile-id}/indicators",
+ "OutputType": "IMicrosoftGraphSecurityIntelligenceProfileIndicator",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphSecurityIntelligenceProfileIndicator",
- "Command": "Get-MgSecurityThreatIntelligenceIntelProfileIndicator",
"Method": "GET",
- "Uri": "/security/threatIntelligence/intelProfiles/{intelligenceProfile-id}/indicators",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSecurityThreatIntelligenceIntelProfileIndicator",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-intelligenceprofile-list-indicators?view=graph-rest-1.0"
},
{
"Module": "Security",
+ "Uri": "/security/threatIntelligence/intelProfiles/{intelligenceProfile-id}/indicators/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgSecurityThreatIntelligenceIntelProfileIndicatorCount",
"Method": "GET",
- "Uri": "/security/threatIntelligence/intelProfiles/{intelligenceProfile-id}/indicators/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSecurityThreatIntelligenceIntelProfileIndicatorCount",
+ "ApiReferenceLink": null
},
{
"Module": "Security",
+ "Uri": "/security/threatIntelligence/passiveDnsRecords/{passiveDnsRecord-id}",
+ "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord",
- "Command": "Get-MgSecurityThreatIntelligencePassiveDnsRecord",
"Method": "GET",
- "Uri": "/security/threatIntelligence/passiveDnsRecords/{passiveDnsRecord-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSecurityThreatIntelligencePassiveDnsRecord",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-passivednsrecord-get?view=graph-rest-1.0"
},
{
"Module": "Security",
+ "Uri": "/security/threatIntelligence/passiveDnsRecords",
+ "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord",
- "Command": "Get-MgSecurityThreatIntelligencePassiveDnsRecord",
"Method": "GET",
- "Uri": "/security/threatIntelligence/passiveDnsRecords",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSecurityThreatIntelligencePassiveDnsRecord",
+ "ApiReferenceLink": null
},
{
"Module": "Security",
+ "Uri": "/security/threatIntelligence/passiveDnsRecords/{passiveDnsRecord-id}/artifact",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgSecurityThreatIntelligencePassiveDnsRecordArtifact",
"Method": "GET",
- "Uri": "/security/threatIntelligence/passiveDnsRecords/{passiveDnsRecord-id}/artifact",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSecurityThreatIntelligencePassiveDnsRecordArtifact",
+ "ApiReferenceLink": null
},
{
"Module": "Security",
+ "Uri": "/security/threatIntelligence/passiveDnsRecords/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgSecurityThreatIntelligencePassiveDnsRecordCount",
"Method": "GET",
- "Uri": "/security/threatIntelligence/passiveDnsRecords/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSecurityThreatIntelligencePassiveDnsRecordCount",
+ "ApiReferenceLink": null
},
{
"Module": "Security",
+ "Uri": "/security/threatIntelligence/passiveDnsRecords/{passiveDnsRecord-id}/parentHost",
+ "OutputType": "IMicrosoftGraphSecurityHost",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSecurityHost",
- "Command": "Get-MgSecurityThreatIntelligencePassiveDnsRecordParentHost",
"Method": "GET",
- "Uri": "/security/threatIntelligence/passiveDnsRecords/{passiveDnsRecord-id}/parentHost",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSecurityThreatIntelligencePassiveDnsRecordParentHost",
+ "ApiReferenceLink": null
},
{
"Module": "Security",
+ "Uri": "/security/threatIntelligence/intelligenceProfileIndicators/{intelligenceProfileIndicator-id}",
+ "OutputType": "IMicrosoftGraphSecurityIntelligenceProfileIndicator",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSecurityIntelligenceProfileIndicator",
- "Command": "Get-MgSecurityThreatIntelligenceProfileIndicator",
"Method": "GET",
- "Uri": "/security/threatIntelligence/intelligenceProfileIndicators/{intelligenceProfileIndicator-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSecurityThreatIntelligenceProfileIndicator",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-intelligenceprofileindicator-get?view=graph-rest-1.0"
},
{
"Module": "Security",
+ "Uri": "/security/threatIntelligence/intelligenceProfileIndicators",
+ "OutputType": "IMicrosoftGraphSecurityIntelligenceProfileIndicator",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphSecurityIntelligenceProfileIndicator",
- "Command": "Get-MgSecurityThreatIntelligenceProfileIndicator",
"Method": "GET",
- "Uri": "/security/threatIntelligence/intelligenceProfileIndicators",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSecurityThreatIntelligenceProfileIndicator",
+ "ApiReferenceLink": null
},
{
"Module": "Security",
+ "Uri": "/security/threatIntelligence/intelligenceProfileIndicators/{intelligenceProfileIndicator-id}/artifact",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgSecurityThreatIntelligenceProfileIndicatorArtifact",
"Method": "GET",
- "Uri": "/security/threatIntelligence/intelligenceProfileIndicators/{intelligenceProfileIndicator-id}/artifact",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSecurityThreatIntelligenceProfileIndicatorArtifact",
+ "ApiReferenceLink": null
},
{
"Module": "Security",
+ "Uri": "/security/threatIntelligence/intelligenceProfileIndicators/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgSecurityThreatIntelligenceProfileIndicatorCount",
"Method": "GET",
- "Uri": "/security/threatIntelligence/intelligenceProfileIndicators/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSecurityThreatIntelligenceProfileIndicatorCount",
+ "ApiReferenceLink": null
},
{
"Module": "Security",
+ "Uri": "/security/threatIntelligence/sslCertificates/{sslCertificate-id}",
+ "OutputType": "IMicrosoftGraphSecuritySslCertificate",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSecuritySslCertificate",
- "Command": "Get-MgSecurityThreatIntelligenceSslCertificate",
"Method": "GET",
- "Uri": "/security/threatIntelligence/sslCertificates/{sslCertificate-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSecurityThreatIntelligenceSslCertificate",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-sslcertificate-get?view=graph-rest-1.0"
},
{
"Module": "Security",
+ "Uri": "/security/threatIntelligence/sslCertificates",
+ "OutputType": "IMicrosoftGraphSecuritySslCertificate",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphSecuritySslCertificate",
- "Command": "Get-MgSecurityThreatIntelligenceSslCertificate",
"Method": "GET",
- "Uri": "/security/threatIntelligence/sslCertificates",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSecurityThreatIntelligenceSslCertificate",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-threatintelligence-list-sslcertificates?view=graph-rest-1.0"
},
{
"Module": "Security",
+ "Uri": "/security/threatIntelligence/sslCertificates/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgSecurityThreatIntelligenceSslCertificateCount",
"Method": "GET",
- "Uri": "/security/threatIntelligence/sslCertificates/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSecurityThreatIntelligenceSslCertificateCount",
+ "ApiReferenceLink": null
},
{
"Module": "Security",
+ "Uri": "/security/threatIntelligence/sslCertificates/{sslCertificate-id}/relatedHosts/{host-id}",
+ "OutputType": "IMicrosoftGraphSecurityHost",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSecurityHost",
- "Command": "Get-MgSecurityThreatIntelligenceSslCertificateRelatedHost",
"Method": "GET",
- "Uri": "/security/threatIntelligence/sslCertificates/{sslCertificate-id}/relatedHosts/{host-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSecurityThreatIntelligenceSslCertificateRelatedHost",
+ "ApiReferenceLink": null
},
{
"Module": "Security",
+ "Uri": "/security/threatIntelligence/sslCertificates/{sslCertificate-id}/relatedHosts",
+ "OutputType": "IMicrosoftGraphSecurityHost",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphSecurityHost",
- "Command": "Get-MgSecurityThreatIntelligenceSslCertificateRelatedHost",
"Method": "GET",
- "Uri": "/security/threatIntelligence/sslCertificates/{sslCertificate-id}/relatedHosts",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSecurityThreatIntelligenceSslCertificateRelatedHost",
+ "ApiReferenceLink": null
},
{
"Module": "Security",
+ "Uri": "/security/threatIntelligence/sslCertificates/{sslCertificate-id}/relatedHosts/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgSecurityThreatIntelligenceSslCertificateRelatedHostCount",
"Method": "GET",
- "Uri": "/security/threatIntelligence/sslCertificates/{sslCertificate-id}/relatedHosts/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSecurityThreatIntelligenceSslCertificateRelatedHostCount",
+ "ApiReferenceLink": null
},
{
"Module": "Security",
+ "Uri": "/security/threatIntelligence/subdomains/{subdomain-id}",
+ "OutputType": "IMicrosoftGraphSecuritySubdomain",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSecuritySubdomain",
- "Command": "Get-MgSecurityThreatIntelligenceSubdomain",
"Method": "GET",
- "Uri": "/security/threatIntelligence/subdomains/{subdomain-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSecurityThreatIntelligenceSubdomain",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-subdomain-get?view=graph-rest-1.0"
},
{
"Module": "Security",
+ "Uri": "/security/threatIntelligence/subdomains",
+ "OutputType": "IMicrosoftGraphSecuritySubdomain",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphSecuritySubdomain",
- "Command": "Get-MgSecurityThreatIntelligenceSubdomain",
"Method": "GET",
- "Uri": "/security/threatIntelligence/subdomains",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSecurityThreatIntelligenceSubdomain",
+ "ApiReferenceLink": null
},
{
"Module": "Security",
+ "Uri": "/security/threatIntelligence/subdomains/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgSecurityThreatIntelligenceSubdomainCount",
"Method": "GET",
- "Uri": "/security/threatIntelligence/subdomains/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSecurityThreatIntelligenceSubdomainCount",
+ "ApiReferenceLink": null
},
{
"Module": "Security",
+ "Uri": "/security/threatIntelligence/subdomains/{subdomain-id}/host",
+ "OutputType": "IMicrosoftGraphSecurityHost",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSecurityHost",
- "Command": "Get-MgSecurityThreatIntelligenceSubdomainHost",
"Method": "GET",
- "Uri": "/security/threatIntelligence/subdomains/{subdomain-id}/host",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSecurityThreatIntelligenceSubdomainHost",
+ "ApiReferenceLink": null
},
{
"Module": "Security",
+ "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}",
+ "OutputType": "IMicrosoftGraphSecurityVulnerability",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSecurityVulnerability",
- "Command": "Get-MgSecurityThreatIntelligenceVulnerability",
"Method": "GET",
- "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSecurityThreatIntelligenceVulnerability",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-vulnerability-get?view=graph-rest-1.0"
},
{
"Module": "Security",
+ "Uri": "/security/threatIntelligence/vulnerabilities",
+ "OutputType": "IMicrosoftGraphSecurityVulnerability",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphSecurityVulnerability",
- "Command": "Get-MgSecurityThreatIntelligenceVulnerability",
"Method": "GET",
- "Uri": "/security/threatIntelligence/vulnerabilities",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSecurityThreatIntelligenceVulnerability",
+ "ApiReferenceLink": null
},
{
"Module": "Security",
+ "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/articles/{article-id}",
+ "OutputType": "IMicrosoftGraphSecurityArticle",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSecurityArticle",
- "Command": "Get-MgSecurityThreatIntelligenceVulnerabilityArticle",
"Method": "GET",
- "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/articles/{article-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSecurityThreatIntelligenceVulnerabilityArticle",
+ "ApiReferenceLink": null
},
{
"Module": "Security",
+ "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/articles",
+ "OutputType": "IMicrosoftGraphSecurityArticle",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphSecurityArticle",
- "Command": "Get-MgSecurityThreatIntelligenceVulnerabilityArticle",
"Method": "GET",
- "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/articles",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSecurityThreatIntelligenceVulnerabilityArticle",
+ "ApiReferenceLink": null
},
{
"Module": "Security",
+ "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/articles/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgSecurityThreatIntelligenceVulnerabilityArticleCount",
"Method": "GET",
- "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/articles/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSecurityThreatIntelligenceVulnerabilityArticleCount",
+ "ApiReferenceLink": null
},
{
"Module": "Security",
+ "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/components/{vulnerabilityComponent-id}",
+ "OutputType": "IMicrosoftGraphSecurityVulnerabilityComponent",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSecurityVulnerabilityComponent",
- "Command": "Get-MgSecurityThreatIntelligenceVulnerabilityComponent",
"Method": "GET",
- "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/components/{vulnerabilityComponent-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSecurityThreatIntelligenceVulnerabilityComponent",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-vulnerabilitycomponent-get?view=graph-rest-1.0"
},
{
"Module": "Security",
+ "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/components",
+ "OutputType": "IMicrosoftGraphSecurityVulnerabilityComponent",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphSecurityVulnerabilityComponent",
- "Command": "Get-MgSecurityThreatIntelligenceVulnerabilityComponent",
"Method": "GET",
- "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/components",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSecurityThreatIntelligenceVulnerabilityComponent",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-vulnerability-list-components?view=graph-rest-1.0"
},
{
"Module": "Security",
+ "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/components/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgSecurityThreatIntelligenceVulnerabilityComponentCount",
"Method": "GET",
- "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/components/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSecurityThreatIntelligenceVulnerabilityComponentCount",
+ "ApiReferenceLink": null
},
{
"Module": "Security",
+ "Uri": "/security/threatIntelligence/vulnerabilities/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgSecurityThreatIntelligenceVulnerabilityCount",
"Method": "GET",
- "Uri": "/security/threatIntelligence/vulnerabilities/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSecurityThreatIntelligenceVulnerabilityCount",
+ "ApiReferenceLink": null
},
{
"Module": "Security",
+ "Uri": "/security/threatIntelligence/whoisHistoryRecords/{whoisHistoryRecord-id}",
+ "OutputType": "IMicrosoftGraphSecurityWhoisHistoryRecord",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSecurityWhoisHistoryRecord",
- "Command": "Get-MgSecurityThreatIntelligenceWhoisHistoryRecord",
"Method": "GET",
- "Uri": "/security/threatIntelligence/whoisHistoryRecords/{whoisHistoryRecord-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSecurityThreatIntelligenceWhoisHistoryRecord",
+ "ApiReferenceLink": null
},
{
"Module": "Security",
+ "Uri": "/security/threatIntelligence/whoisHistoryRecords",
+ "OutputType": "IMicrosoftGraphSecurityWhoisHistoryRecord",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphSecurityWhoisHistoryRecord",
- "Command": "Get-MgSecurityThreatIntelligenceWhoisHistoryRecord",
"Method": "GET",
- "Uri": "/security/threatIntelligence/whoisHistoryRecords",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSecurityThreatIntelligenceWhoisHistoryRecord",
+ "ApiReferenceLink": null
},
{
"Module": "Security",
+ "Uri": "/security/threatIntelligence/whoisHistoryRecords/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgSecurityThreatIntelligenceWhoisHistoryRecordCount",
"Method": "GET",
- "Uri": "/security/threatIntelligence/whoisHistoryRecords/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSecurityThreatIntelligenceWhoisHistoryRecordCount",
+ "ApiReferenceLink": null
},
{
"Module": "Security",
+ "Uri": "/security/threatIntelligence/whoisHistoryRecords/{whoisHistoryRecord-id}/host",
+ "OutputType": "IMicrosoftGraphSecurityHost",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSecurityHost",
- "Command": "Get-MgSecurityThreatIntelligenceWhoisHistoryRecordHost",
"Method": "GET",
- "Uri": "/security/threatIntelligence/whoisHistoryRecords/{whoisHistoryRecord-id}/host",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSecurityThreatIntelligenceWhoisHistoryRecordHost",
+ "ApiReferenceLink": null
},
{
"Module": "Security",
+ "Uri": "/security/threatIntelligence/whoisRecords/{whoisRecord-id}",
+ "OutputType": "IMicrosoftGraphSecurityWhoisRecord",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSecurityWhoisRecord",
- "Command": "Get-MgSecurityThreatIntelligenceWhoisRecord",
"Method": "GET",
- "Uri": "/security/threatIntelligence/whoisRecords/{whoisRecord-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSecurityThreatIntelligenceWhoisRecord",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-whoisrecord-get?view=graph-rest-1.0"
},
{
"Module": "Security",
+ "Uri": "/security/threatIntelligence/whoisRecords",
+ "OutputType": "IMicrosoftGraphSecurityWhoisRecord",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphSecurityWhoisRecord",
- "Command": "Get-MgSecurityThreatIntelligenceWhoisRecord",
"Method": "GET",
- "Uri": "/security/threatIntelligence/whoisRecords",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSecurityThreatIntelligenceWhoisRecord",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-threatintelligence-list-whoisrecords?view=graph-rest-1.0"
},
{
"Module": "Security",
+ "Uri": "/security/threatIntelligence/whoisRecords/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgSecurityThreatIntelligenceWhoisRecordCount",
"Method": "GET",
- "Uri": "/security/threatIntelligence/whoisRecords/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSecurityThreatIntelligenceWhoisRecordCount",
+ "ApiReferenceLink": null
},
{
"Module": "Security",
+ "Uri": "/security/threatIntelligence/whoisRecords/{whoisRecord-id}/history/{whoisHistoryRecord-id}",
+ "OutputType": "IMicrosoftGraphSecurityWhoisHistoryRecord",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSecurityWhoisHistoryRecord",
- "Command": "Get-MgSecurityThreatIntelligenceWhoisRecordHistory",
"Method": "GET",
- "Uri": "/security/threatIntelligence/whoisRecords/{whoisRecord-id}/history/{whoisHistoryRecord-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSecurityThreatIntelligenceWhoisRecordHistory",
+ "ApiReferenceLink": null
},
{
"Module": "Security",
+ "Uri": "/security/threatIntelligence/whoisRecords/{whoisRecord-id}/history",
+ "OutputType": "IMicrosoftGraphSecurityWhoisHistoryRecord",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphSecurityWhoisHistoryRecord",
- "Command": "Get-MgSecurityThreatIntelligenceWhoisRecordHistory",
"Method": "GET",
- "Uri": "/security/threatIntelligence/whoisRecords/{whoisRecord-id}/history",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSecurityThreatIntelligenceWhoisRecordHistory",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-whoisrecord-list-history?view=graph-rest-1.0"
},
{
"Module": "Security",
+ "Uri": "/security/threatIntelligence/whoisRecords/{whoisRecord-id}/history/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgSecurityThreatIntelligenceWhoisRecordHistoryCount",
"Method": "GET",
- "Uri": "/security/threatIntelligence/whoisRecords/{whoisRecord-id}/history/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSecurityThreatIntelligenceWhoisRecordHistoryCount",
+ "ApiReferenceLink": null
},
{
"Module": "Security",
+ "Uri": "/security/threatIntelligence/whoisRecords/{whoisRecord-id}/host",
+ "OutputType": "IMicrosoftGraphSecurityHost",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSecurityHost",
- "Command": "Get-MgSecurityThreatIntelligenceWhoisRecordHost",
"Method": "GET",
- "Uri": "/security/threatIntelligence/whoisRecords/{whoisRecord-id}/host",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSecurityThreatIntelligenceWhoisRecordHost",
+ "ApiReferenceLink": null
},
{
"Module": "Security",
+ "Uri": "/security/triggers",
+ "OutputType": "IMicrosoftGraphSecurityTriggersRoot",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": "IMicrosoftGraphSecurityTriggersRoot",
- "Command": "Get-MgSecurityTrigger",
"Method": "GET",
- "Uri": "/security/triggers",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSecurityTrigger",
+ "ApiReferenceLink": null
},
{
"Module": "Security",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphSecurityRetentionEvent",
- "Command": "Get-MgSecurityTriggerRetentionEvent",
- "Method": "GET",
"Uri": "/security/triggers/retentionEvents/{retentionEvent-id}",
+ "OutputType": "IMicrosoftGraphSecurityRetentionEvent",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -276805,17 +289010,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Security",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSecurityRetentionEvent",
- "Command": "Get-MgSecurityTriggerRetentionEvent",
"Method": "GET",
+ "Command": "Get-MgSecurityTriggerRetentionEvent",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-retentionevent-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Security",
"Uri": "/security/triggers/retentionEvents",
+ "OutputType": "IMicrosoftGraphSecurityRetentionEvent",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -276834,17 +289041,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Security",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgSecurityTriggerRetentionEventCount",
"Method": "GET",
+ "Command": "Get-MgSecurityTriggerRetentionEvent",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-retentionevent-list?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Security",
"Uri": "/security/triggers/retentionEvents/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -276863,18 +289071,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Security",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphSecurityRetentionEventType",
- "Command": "Get-MgSecurityTriggerRetentionEventType",
"Method": "GET",
+ "Command": "Get-MgSecurityTriggerRetentionEventCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Security",
"Uri": "/security/triggers/retentionEvents/{retentionEvent-id}/retentionEventType",
+ "OutputType": "IMicrosoftGraphSecurityRetentionEventType",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -276893,30 +289101,32 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgSecurityTriggerRetentionEventType",
+ "ApiReferenceLink": null
},
{
"Module": "Security",
+ "Uri": "/security/triggerTypes",
+ "OutputType": "IMicrosoftGraphSecurityTriggerTypesRoot",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": "IMicrosoftGraphSecurityTriggerTypesRoot",
- "Command": "Get-MgSecurityTriggerType",
"Method": "GET",
- "Uri": "/security/triggerTypes",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSecurityTriggerType",
+ "ApiReferenceLink": null
},
{
"Module": "Security",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphSecurityRetentionEventType",
- "Command": "Get-MgSecurityTriggerTypeRetentionEventType",
- "Method": "GET",
"Uri": "/security/triggerTypes/retentionEventTypes/{retentionEventType-id}",
+ "OutputType": "IMicrosoftGraphSecurityRetentionEventType",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -276935,17 +289145,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Security",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSecurityRetentionEventType",
- "Command": "Get-MgSecurityTriggerTypeRetentionEventType",
"Method": "GET",
+ "Command": "Get-MgSecurityTriggerTypeRetentionEventType",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-retentioneventtype-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Security",
"Uri": "/security/triggerTypes/retentionEventTypes",
+ "OutputType": "IMicrosoftGraphSecurityRetentionEventType",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -276964,17 +289176,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Security",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgSecurityTriggerTypeRetentionEventTypeCount",
"Method": "GET",
+ "Command": "Get-MgSecurityTriggerTypeRetentionEventType",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-retentioneventtype-list?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Security",
"Uri": "/security/triggerTypes/retentionEventTypes/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -276993,231 +289206,248 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgSecurityTriggerTypeRetentionEventTypeCount",
+ "ApiReferenceLink": null
},
{
"Module": "Devices.ServiceAnnouncement",
+ "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}",
+ "OutputType": "IMicrosoftGraphServiceHealth",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphServiceHealth",
- "Command": "Get-MgServiceAnnouncementHealthOverview",
"Method": "GET",
- "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgServiceAnnouncementHealthOverview",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/servicehealth-get?view=graph-rest-1.0"
},
{
"Module": "Devices.ServiceAnnouncement",
+ "Uri": "/admin/serviceAnnouncement/healthOverviews",
+ "OutputType": "IMicrosoftGraphServiceHealth",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphServiceHealth",
- "Command": "Get-MgServiceAnnouncementHealthOverview",
"Method": "GET",
- "Uri": "/admin/serviceAnnouncement/healthOverviews",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgServiceAnnouncementHealthOverview",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceannouncement-list-healthoverviews?view=graph-rest-1.0"
},
{
"Module": "Devices.ServiceAnnouncement",
+ "Uri": "/admin/serviceAnnouncement/healthOverviews/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgServiceAnnouncementHealthOverviewCount",
"Method": "GET",
- "Uri": "/admin/serviceAnnouncement/healthOverviews/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgServiceAnnouncementHealthOverviewCount",
+ "ApiReferenceLink": null
},
{
"Module": "Devices.ServiceAnnouncement",
+ "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues/{serviceHealthIssue-id}",
+ "OutputType": "IMicrosoftGraphServiceHealthIssue",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphServiceHealthIssue",
- "Command": "Get-MgServiceAnnouncementHealthOverviewIssue",
"Method": "GET",
- "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues/{serviceHealthIssue-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgServiceAnnouncementHealthOverviewIssue",
+ "ApiReferenceLink": null
},
{
"Module": "Devices.ServiceAnnouncement",
+ "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues",
+ "OutputType": "IMicrosoftGraphServiceHealthIssue",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphServiceHealthIssue",
- "Command": "Get-MgServiceAnnouncementHealthOverviewIssue",
"Method": "GET",
- "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgServiceAnnouncementHealthOverviewIssue",
+ "ApiReferenceLink": null
},
{
"Module": "Devices.ServiceAnnouncement",
+ "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgServiceAnnouncementHealthOverviewIssueCount",
"Method": "GET",
- "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgServiceAnnouncementHealthOverviewIssueCount",
+ "ApiReferenceLink": null
},
{
"Module": "Devices.ServiceAnnouncement",
+ "Uri": "/admin/serviceAnnouncement/issues/{serviceHealthIssue-id}",
+ "OutputType": "IMicrosoftGraphServiceHealthIssue",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphServiceHealthIssue",
- "Command": "Get-MgServiceAnnouncementIssue",
"Method": "GET",
- "Uri": "/admin/serviceAnnouncement/issues/{serviceHealthIssue-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgServiceAnnouncementIssue",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/servicehealthissue-get?view=graph-rest-1.0"
},
{
"Module": "Devices.ServiceAnnouncement",
+ "Uri": "/admin/serviceAnnouncement/issues",
+ "OutputType": "IMicrosoftGraphServiceHealthIssue",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphServiceHealthIssue",
- "Command": "Get-MgServiceAnnouncementIssue",
"Method": "GET",
- "Uri": "/admin/serviceAnnouncement/issues",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgServiceAnnouncementIssue",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceannouncement-list-issues?view=graph-rest-1.0"
},
{
"Module": "Devices.ServiceAnnouncement",
+ "Uri": "/admin/serviceAnnouncement/issues/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgServiceAnnouncementIssueCount",
"Method": "GET",
- "Uri": "/admin/serviceAnnouncement/issues/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgServiceAnnouncementIssueCount",
+ "ApiReferenceLink": null
},
{
"Module": "Devices.ServiceAnnouncement",
+ "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}",
+ "OutputType": "IMicrosoftGraphServiceUpdateMessage",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphServiceUpdateMessage",
- "Command": "Get-MgServiceAnnouncementMessage",
"Method": "GET",
- "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgServiceAnnouncementMessage",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceupdatemessage-get?view=graph-rest-1.0"
},
{
"Module": "Devices.ServiceAnnouncement",
+ "Uri": "/admin/serviceAnnouncement/messages",
+ "OutputType": "IMicrosoftGraphServiceUpdateMessage",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphServiceUpdateMessage",
- "Command": "Get-MgServiceAnnouncementMessage",
"Method": "GET",
- "Uri": "/admin/serviceAnnouncement/messages",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgServiceAnnouncementMessage",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceannouncement-list-messages?view=graph-rest-1.0"
},
{
"Module": "Devices.ServiceAnnouncement",
+ "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments/{serviceAnnouncementAttachment-id}",
+ "OutputType": "IMicrosoftGraphServiceAnnouncementAttachment",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphServiceAnnouncementAttachment",
- "Command": "Get-MgServiceAnnouncementMessageAttachment",
"Method": "GET",
- "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments/{serviceAnnouncementAttachment-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgServiceAnnouncementMessageAttachment",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceannouncementattachment-get?view=graph-rest-1.0"
},
{
"Module": "Devices.ServiceAnnouncement",
+ "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments",
+ "OutputType": "IMicrosoftGraphServiceAnnouncementAttachment",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphServiceAnnouncementAttachment",
- "Command": "Get-MgServiceAnnouncementMessageAttachment",
"Method": "GET",
- "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgServiceAnnouncementMessageAttachment",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceupdatemessage-list-attachments?view=graph-rest-1.0"
},
{
"Module": "Devices.ServiceAnnouncement",
+ "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachmentsArchive",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgServiceAnnouncementMessageAttachmentArchive",
"Method": "GET",
- "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachmentsArchive",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgServiceAnnouncementMessageAttachmentArchive",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceannouncement-list-messages?view=graph-rest-1.0"
},
{
"Module": "Devices.ServiceAnnouncement",
+ "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments/{serviceAnnouncementAttachment-id}/content",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgServiceAnnouncementMessageAttachmentContent",
"Method": "GET",
- "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments/{serviceAnnouncementAttachment-id}/content",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgServiceAnnouncementMessageAttachmentContent",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceupdatemessage-list-attachments?view=graph-rest-1.0"
},
{
"Module": "Devices.ServiceAnnouncement",
+ "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgServiceAnnouncementMessageAttachmentCount",
"Method": "GET",
- "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgServiceAnnouncementMessageAttachmentCount",
+ "ApiReferenceLink": null
},
{
"Module": "Devices.ServiceAnnouncement",
+ "Uri": "/admin/serviceAnnouncement/messages/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgServiceAnnouncementMessageCount",
"Method": "GET",
- "Uri": "/admin/serviceAnnouncement/messages/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgServiceAnnouncementMessageCount",
+ "ApiReferenceLink": null
},
{
"Module": "Applications",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphServicePrincipal",
- "Command": "Get-MgServicePrincipal",
- "Method": "GET",
"Uri": "/servicePrincipals/{servicePrincipal-id}",
+ "OutputType": "IMicrosoftGraphServicePrincipal",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -277260,17 +289490,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Applications",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphServicePrincipal",
- "Command": "Get-MgServicePrincipal",
"Method": "GET",
+ "Command": "Get-MgServicePrincipal",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Applications",
"Uri": "/servicePrincipals",
+ "OutputType": "IMicrosoftGraphServicePrincipal",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -277313,68 +289545,73 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgServicePrincipal",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list?view=graph-rest-1.0"
},
{
"Module": "Applications",
+ "Uri": "/servicePrincipals/{servicePrincipal-id}/appManagementPolicies/{appManagementPolicy-id}",
+ "OutputType": "IMicrosoftGraphAppManagementPolicy",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAppManagementPolicy",
- "Command": "Get-MgServicePrincipalAppManagementPolicy",
"Method": "GET",
- "Uri": "/servicePrincipals/{servicePrincipal-id}/appManagementPolicies/{appManagementPolicy-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgServicePrincipalAppManagementPolicy",
+ "ApiReferenceLink": null
},
{
"Module": "Applications",
+ "Uri": "/servicePrincipals/{servicePrincipal-id}/appManagementPolicies",
+ "OutputType": "IMicrosoftGraphAppManagementPolicy",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphAppManagementPolicy",
- "Command": "Get-MgServicePrincipalAppManagementPolicy",
"Method": "GET",
- "Uri": "/servicePrincipals/{servicePrincipal-id}/appManagementPolicies",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgServicePrincipalAppManagementPolicy",
+ "ApiReferenceLink": null
},
{
"Module": "Applications",
+ "Uri": "/servicePrincipals/{servicePrincipal-id}/appManagementPolicies/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgServicePrincipalAppManagementPolicyCount",
"Method": "GET",
- "Uri": "/servicePrincipals/{servicePrincipal-id}/appManagementPolicies/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgServicePrincipalAppManagementPolicyCount",
+ "ApiReferenceLink": null
},
{
"Module": "Applications",
+ "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignedTo/{appRoleAssignment-id}",
+ "OutputType": "IMicrosoftGraphAppRoleAssignment",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAppRoleAssignment",
- "Command": "Get-MgServicePrincipalAppRoleAssignedTo",
"Method": "GET",
- "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignedTo/{appRoleAssignment-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgServicePrincipalAppRoleAssignedTo",
+ "ApiReferenceLink": null
},
{
"Module": "Applications",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphAppRoleAssignment",
- "Command": "Get-MgServicePrincipalAppRoleAssignedTo",
- "Method": "GET",
"Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignedTo",
+ "OutputType": "IMicrosoftGraphAppRoleAssignment",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -277417,18 +289654,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Applications",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgServicePrincipalAppRoleAssignedToCount",
"Method": "GET",
+ "Command": "Get-MgServicePrincipalAppRoleAssignedTo",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list-approleassignedto?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Applications",
"Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignedTo/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -277471,30 +289708,33 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Applications",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAppRoleAssignment",
- "Command": "Get-MgServicePrincipalAppRoleAssignment",
"Method": "GET",
- "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignments/{appRoleAssignment-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgServicePrincipalAppRoleAssignedToCount",
+ "ApiReferenceLink": null
},
{
"Module": "Applications",
+ "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignments/{appRoleAssignment-id}",
+ "OutputType": "IMicrosoftGraphAppRoleAssignment",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAppRoleAssignment",
- "Command": "Get-MgServicePrincipalAppRoleAssignment",
"Method": "GET",
+ "Command": "Get-MgServicePrincipalAppRoleAssignment",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Applications",
"Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignments",
+ "OutputType": "IMicrosoftGraphAppRoleAssignment",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -277537,18 +289777,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Applications",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgServicePrincipalAppRoleAssignmentCount",
"Method": "GET",
+ "Command": "Get-MgServicePrincipalAppRoleAssignment",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list-approleassignments?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Applications",
"Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignments/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -277591,18 +289831,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Applications",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphServicePrincipal",
- "Command": "Get-MgServicePrincipalByAppId",
"Method": "GET",
+ "Command": "Get-MgServicePrincipalAppRoleAssignmentCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Applications",
"Uri": "/servicePrincipals(appId='{appId}')",
+ "OutputType": "IMicrosoftGraphServicePrincipal",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -277645,30 +289886,33 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgServicePrincipalByAppId",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-get?view=graph-rest-1.0"
},
{
"Module": "Applications",
+ "Uri": "/servicePrincipals/getByIds",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetExpanded"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgServicePrincipalById",
"Method": "POST",
- "Uri": "/servicePrincipals/getByIds",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgServicePrincipalById",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0"
},
{
"Module": "Applications",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphClaimsMappingPolicy",
- "Command": "Get-MgServicePrincipalClaimMappingPolicy",
- "Method": "GET",
"Uri": "/servicePrincipals/{servicePrincipal-id}/claimsMappingPolicies",
+ "OutputType": "IMicrosoftGraphClaimsMappingPolicy",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -277703,17 +289947,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Applications",
+ ],
"Variants": [
"List"
],
- "OutputType": null,
- "Command": "Get-MgServicePrincipalClaimMappingPolicyByRef",
"Method": "GET",
+ "Command": "Get-MgServicePrincipalClaimMappingPolicy",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list-claimsmappingpolicies?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Applications",
"Uri": "/servicePrincipals/{servicePrincipal-id}/claimsMappingPolicies/$ref",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -277748,18 +289993,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Applications",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgServicePrincipalClaimMappingPolicyCount",
"Method": "GET",
+ "Command": "Get-MgServicePrincipalClaimMappingPolicyByRef",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list-claimsmappingpolicies?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Applications",
"Uri": "/servicePrincipals/{servicePrincipal-id}/claimsMappingPolicies/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -277794,17 +290039,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Applications",
+ ],
"Variants": [
- "Get"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgServicePrincipalCount",
"Method": "GET",
+ "Command": "Get-MgServicePrincipalClaimMappingPolicyCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Applications",
"Uri": "/servicePrincipals/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -277847,30 +290094,32 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgServicePrincipalCount",
+ "ApiReferenceLink": null
},
{
"Module": "Applications",
+ "Uri": "/servicePrincipals/{servicePrincipal-id}/createdObjects/{directoryObject-id}",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgServicePrincipalCreatedObject",
"Method": "GET",
- "Uri": "/servicePrincipals/{servicePrincipal-id}/createdObjects/{directoryObject-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgServicePrincipalCreatedObject",
+ "ApiReferenceLink": null
},
{
"Module": "Applications",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgServicePrincipalCreatedObject",
- "Method": "GET",
"Uri": "/servicePrincipals/{servicePrincipal-id}/createdObjects",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -277913,43 +290162,45 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgServicePrincipalCreatedObject",
+ "ApiReferenceLink": null
},
{
"Module": "Applications",
+ "Uri": "/servicePrincipals/{servicePrincipal-id}/createdObjects/{directoryObject-id}/servicePrincipal",
+ "OutputType": "IMicrosoftGraphServicePrincipal",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphServicePrincipal",
- "Command": "Get-MgServicePrincipalCreatedObjectAsServicePrincipal",
"Method": "GET",
- "Uri": "/servicePrincipals/{servicePrincipal-id}/createdObjects/{directoryObject-id}/servicePrincipal",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgServicePrincipalCreatedObjectAsServicePrincipal",
+ "ApiReferenceLink": null
},
{
"Module": "Applications",
+ "Uri": "/servicePrincipals/{servicePrincipal-id}/createdObjects/servicePrincipal",
+ "OutputType": "IMicrosoftGraphServicePrincipal",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphServicePrincipal",
- "Command": "Get-MgServicePrincipalCreatedObjectAsServicePrincipal",
"Method": "GET",
- "Uri": "/servicePrincipals/{servicePrincipal-id}/createdObjects/servicePrincipal",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgServicePrincipalCreatedObjectAsServicePrincipal",
+ "ApiReferenceLink": null
},
{
"Module": "Applications",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": null,
- "Command": "Get-MgServicePrincipalCreatedObjectCount",
- "Method": "GET",
"Uri": "/servicePrincipals/{servicePrincipal-id}/createdObjects/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -277992,43 +290243,47 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Applications",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgServicePrincipalCreatedObjectCountAsServicePrincipal",
"Method": "GET",
- "Uri": "/servicePrincipals/{servicePrincipal-id}/createdObjects/servicePrincipal/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgServicePrincipalCreatedObjectCount",
+ "ApiReferenceLink": null
},
{
"Module": "Applications",
+ "Uri": "/servicePrincipals/{servicePrincipal-id}/createdObjects/servicePrincipal/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDelegatedPermissionClassification",
- "Command": "Get-MgServicePrincipalDelegatedPermissionClassification",
"Method": "GET",
- "Uri": "/servicePrincipals/{servicePrincipal-id}/delegatedPermissionClassifications/{delegatedPermissionClassification-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgServicePrincipalCreatedObjectCountAsServicePrincipal",
+ "ApiReferenceLink": null
},
{
"Module": "Applications",
+ "Uri": "/servicePrincipals/{servicePrincipal-id}/delegatedPermissionClassifications/{delegatedPermissionClassification-id}",
+ "OutputType": "IMicrosoftGraphDelegatedPermissionClassification",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDelegatedPermissionClassification",
- "Command": "Get-MgServicePrincipalDelegatedPermissionClassification",
"Method": "GET",
+ "Command": "Get-MgServicePrincipalDelegatedPermissionClassification",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Applications",
"Uri": "/servicePrincipals/{servicePrincipal-id}/delegatedPermissionClassifications",
+ "OutputType": "IMicrosoftGraphDelegatedPermissionClassification",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -278055,18 +290310,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Applications",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgServicePrincipalDelegatedPermissionClassificationCount",
"Method": "GET",
+ "Command": "Get-MgServicePrincipalDelegatedPermissionClassification",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list-delegatedpermissionclassifications?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Applications",
"Uri": "/servicePrincipals/{servicePrincipal-id}/delegatedPermissionClassifications/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -278093,17 +290348,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Applications",
+ ],
"Variants": [
- "Delta"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphServicePrincipal",
- "Command": "Get-MgServicePrincipalDelta",
"Method": "GET",
+ "Command": "Get-MgServicePrincipalDelegatedPermissionClassificationCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Applications",
"Uri": "/servicePrincipals/delta",
+ "OutputType": "IMicrosoftGraphServicePrincipal",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -278146,55 +290403,59 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Delta"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgServicePrincipalDelta",
+ "ApiReferenceLink": null
},
{
"Module": "Applications",
+ "Uri": "/servicePrincipals/{servicePrincipal-id}/endpoints/{endpoint-id}",
+ "OutputType": "IMicrosoftGraphEndpoint",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphEndpoint",
- "Command": "Get-MgServicePrincipalEndpoint",
"Method": "GET",
- "Uri": "/servicePrincipals/{servicePrincipal-id}/endpoints/{endpoint-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgServicePrincipalEndpoint",
+ "ApiReferenceLink": null
},
{
"Module": "Applications",
+ "Uri": "/servicePrincipals/{servicePrincipal-id}/endpoints",
+ "OutputType": "IMicrosoftGraphEndpoint",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphEndpoint",
- "Command": "Get-MgServicePrincipalEndpoint",
"Method": "GET",
- "Uri": "/servicePrincipals/{servicePrincipal-id}/endpoints",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgServicePrincipalEndpoint",
+ "ApiReferenceLink": null
},
{
"Module": "Applications",
+ "Uri": "/servicePrincipals/{servicePrincipal-id}/endpoints/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgServicePrincipalEndpointCount",
"Method": "GET",
- "Uri": "/servicePrincipals/{servicePrincipal-id}/endpoints/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgServicePrincipalEndpointCount",
+ "ApiReferenceLink": null
},
{
"Module": "Applications",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy",
- "Command": "Get-MgServicePrincipalHomeRealmDiscoveryPolicy",
- "Method": "GET",
"Uri": "/servicePrincipals/{servicePrincipal-id}/homeRealmDiscoveryPolicies",
+ "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -278229,17 +290490,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Applications",
+ ],
"Variants": [
"List"
],
- "OutputType": null,
- "Command": "Get-MgServicePrincipalHomeRealmDiscoveryPolicyByRef",
"Method": "GET",
+ "Command": "Get-MgServicePrincipalHomeRealmDiscoveryPolicy",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list-homerealmdiscoverypolicies?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Applications",
"Uri": "/servicePrincipals/{servicePrincipal-id}/homeRealmDiscoveryPolicies/$ref",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -278274,18 +290536,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Applications",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgServicePrincipalHomeRealmDiscoveryPolicyCount",
"Method": "GET",
+ "Command": "Get-MgServicePrincipalHomeRealmDiscoveryPolicyByRef",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list-homerealmdiscoverypolicies?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Applications",
"Uri": "/servicePrincipals/{servicePrincipal-id}/homeRealmDiscoveryPolicies/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -278320,20 +290582,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Applications",
+ ],
"Variants": [
"Get",
- "GetExpanded",
- "GetViaIdentity",
- "GetViaIdentityExpanded"
+ "GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgServicePrincipalMemberGroup",
- "Method": "POST",
+ "Method": "GET",
+ "Command": "Get-MgServicePrincipalHomeRealmDiscoveryPolicyCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Applications",
"Uri": "/servicePrincipals/{servicePrincipal-id}/getMemberGroups",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -278416,20 +290677,21 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Applications",
+ ],
"Variants": [
"Get",
"GetExpanded",
"GetViaIdentity",
"GetViaIdentityExpanded"
],
- "OutputType": null,
- "Command": "Get-MgServicePrincipalMemberObject",
"Method": "POST",
+ "Command": "Get-MgServicePrincipalMemberGroup",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Applications",
"Uri": "/servicePrincipals/{servicePrincipal-id}/getMemberObjects",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -278528,30 +290790,35 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetExpanded",
+ "GetViaIdentity",
+ "GetViaIdentityExpanded"
+ ],
+ "Method": "POST",
+ "Command": "Get-MgServicePrincipalMemberObject",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0"
},
{
"Module": "Applications",
+ "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/{directoryObject-id}",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgServicePrincipalMemberOf",
"Method": "GET",
- "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/{directoryObject-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgServicePrincipalMemberOf",
+ "ApiReferenceLink": null
},
{
"Module": "Applications",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgServicePrincipalMemberOf",
- "Method": "GET",
"Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -278594,93 +290861,99 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgServicePrincipalMemberOf",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list-memberof?view=graph-rest-1.0"
},
{
"Module": "Applications",
+ "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/{directoryObject-id}/administrativeUnit",
+ "OutputType": "IMicrosoftGraphAdministrativeUnit",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAdministrativeUnit",
- "Command": "Get-MgServicePrincipalMemberOfAsAdministrativeUnit",
"Method": "GET",
- "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/{directoryObject-id}/administrativeUnit",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgServicePrincipalMemberOfAsAdministrativeUnit",
+ "ApiReferenceLink": null
},
{
"Module": "Applications",
+ "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/administrativeUnit",
+ "OutputType": "IMicrosoftGraphAdministrativeUnit",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphAdministrativeUnit",
- "Command": "Get-MgServicePrincipalMemberOfAsAdministrativeUnit",
"Method": "GET",
- "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/administrativeUnit",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgServicePrincipalMemberOfAsAdministrativeUnit",
+ "ApiReferenceLink": null
},
{
"Module": "Applications",
+ "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/{directoryObject-id}/directoryRole",
+ "OutputType": "IMicrosoftGraphDirectoryRole",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDirectoryRole",
- "Command": "Get-MgServicePrincipalMemberOfAsDirectoryRole",
"Method": "GET",
- "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/{directoryObject-id}/directoryRole",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgServicePrincipalMemberOfAsDirectoryRole",
+ "ApiReferenceLink": null
},
{
"Module": "Applications",
+ "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/directoryRole",
+ "OutputType": "IMicrosoftGraphDirectoryRole",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphDirectoryRole",
- "Command": "Get-MgServicePrincipalMemberOfAsDirectoryRole",
"Method": "GET",
- "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/directoryRole",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgServicePrincipalMemberOfAsDirectoryRole",
+ "ApiReferenceLink": null
},
{
"Module": "Applications",
+ "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/{directoryObject-id}/group",
+ "OutputType": "IMicrosoftGraphGroup",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphGroup",
- "Command": "Get-MgServicePrincipalMemberOfAsGroup",
"Method": "GET",
- "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/{directoryObject-id}/group",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgServicePrincipalMemberOfAsGroup",
+ "ApiReferenceLink": null
},
{
"Module": "Applications",
+ "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/group",
+ "OutputType": "IMicrosoftGraphGroup",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphGroup",
- "Command": "Get-MgServicePrincipalMemberOfAsGroup",
"Method": "GET",
- "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/group",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgServicePrincipalMemberOfAsGroup",
+ "ApiReferenceLink": null
},
{
"Module": "Applications",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": null,
- "Command": "Get-MgServicePrincipalMemberOfCount",
- "Method": "GET",
"Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -278723,69 +290996,75 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Applications",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgServicePrincipalMemberOfCountAsAdministrativeUnit",
"Method": "GET",
- "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/administrativeUnit/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgServicePrincipalMemberOfCount",
+ "ApiReferenceLink": null
},
{
"Module": "Applications",
+ "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/administrativeUnit/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgServicePrincipalMemberOfCountAsDirectoryRole",
"Method": "GET",
- "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/directoryRole/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgServicePrincipalMemberOfCountAsAdministrativeUnit",
+ "ApiReferenceLink": null
},
{
"Module": "Applications",
+ "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/directoryRole/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgServicePrincipalMemberOfCountAsGroup",
"Method": "GET",
- "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/group/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgServicePrincipalMemberOfCountAsDirectoryRole",
+ "ApiReferenceLink": null
},
{
"Module": "Applications",
+ "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/group/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphOAuth2PermissionGrant",
- "Command": "Get-MgServicePrincipalOauth2PermissionGrant",
"Method": "GET",
- "Uri": "/servicePrincipals/{servicePrincipal-id}/oauth2PermissionGrants/{oAuth2PermissionGrant-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgServicePrincipalMemberOfCountAsGroup",
+ "ApiReferenceLink": null
},
{
"Module": "Applications",
+ "Uri": "/servicePrincipals/{servicePrincipal-id}/oauth2PermissionGrants/{oAuth2PermissionGrant-id}",
+ "OutputType": "IMicrosoftGraphOAuth2PermissionGrant",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphOAuth2PermissionGrant",
- "Command": "Get-MgServicePrincipalOauth2PermissionGrant",
"Method": "GET",
+ "Command": "Get-MgServicePrincipalOauth2PermissionGrant",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Applications",
"Uri": "/servicePrincipals/{servicePrincipal-id}/oauth2PermissionGrants",
+ "OutputType": "IMicrosoftGraphOAuth2PermissionGrant",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -278812,18 +291091,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Applications",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgServicePrincipalOauth2PermissionGrantCount",
"Method": "GET",
+ "Command": "Get-MgServicePrincipalOauth2PermissionGrant",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list-oauth2permissiongrants?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Applications",
"Uri": "/servicePrincipals/{servicePrincipal-id}/oauth2PermissionGrants/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -278850,30 +291129,33 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Applications",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgServicePrincipalOwnedObject",
"Method": "GET",
- "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/{directoryObject-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgServicePrincipalOauth2PermissionGrantCount",
+ "ApiReferenceLink": null
},
{
"Module": "Applications",
+ "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/{directoryObject-id}",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgServicePrincipalOwnedObject",
"Method": "GET",
+ "Command": "Get-MgServicePrincipalOwnedObject",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Applications",
"Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -278916,143 +291198,153 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgServicePrincipalOwnedObject",
+ "ApiReferenceLink": null
},
{
"Module": "Applications",
+ "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/{directoryObject-id}/application",
+ "OutputType": "IMicrosoftGraphApplication",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphApplication",
- "Command": "Get-MgServicePrincipalOwnedObjectAsApplication",
"Method": "GET",
- "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/{directoryObject-id}/application",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgServicePrincipalOwnedObjectAsApplication",
+ "ApiReferenceLink": null
},
{
"Module": "Applications",
+ "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/application",
+ "OutputType": "IMicrosoftGraphApplication",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphApplication",
- "Command": "Get-MgServicePrincipalOwnedObjectAsApplication",
"Method": "GET",
- "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/application",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgServicePrincipalOwnedObjectAsApplication",
+ "ApiReferenceLink": null
},
{
"Module": "Applications",
+ "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/{directoryObject-id}/appRoleAssignment",
+ "OutputType": "IMicrosoftGraphAppRoleAssignment",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAppRoleAssignment",
- "Command": "Get-MgServicePrincipalOwnedObjectAsAppRoleAssignment",
"Method": "GET",
- "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/{directoryObject-id}/appRoleAssignment",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgServicePrincipalOwnedObjectAsAppRoleAssignment",
+ "ApiReferenceLink": null
},
{
"Module": "Applications",
+ "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/appRoleAssignment",
+ "OutputType": "IMicrosoftGraphAppRoleAssignment",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphAppRoleAssignment",
- "Command": "Get-MgServicePrincipalOwnedObjectAsAppRoleAssignment",
"Method": "GET",
- "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/appRoleAssignment",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgServicePrincipalOwnedObjectAsAppRoleAssignment",
+ "ApiReferenceLink": null
},
{
"Module": "Applications",
+ "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/{directoryObject-id}/endpoint",
+ "OutputType": "IMicrosoftGraphEndpoint",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphEndpoint",
- "Command": "Get-MgServicePrincipalOwnedObjectAsEndpoint",
"Method": "GET",
- "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/{directoryObject-id}/endpoint",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgServicePrincipalOwnedObjectAsEndpoint",
+ "ApiReferenceLink": null
},
{
"Module": "Applications",
+ "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/endpoint",
+ "OutputType": "IMicrosoftGraphEndpoint",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphEndpoint",
- "Command": "Get-MgServicePrincipalOwnedObjectAsEndpoint",
"Method": "GET",
- "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/endpoint",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgServicePrincipalOwnedObjectAsEndpoint",
+ "ApiReferenceLink": null
},
{
"Module": "Applications",
+ "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/{directoryObject-id}/group",
+ "OutputType": "IMicrosoftGraphGroup",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphGroup",
- "Command": "Get-MgServicePrincipalOwnedObjectAsGroup",
"Method": "GET",
- "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/{directoryObject-id}/group",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgServicePrincipalOwnedObjectAsGroup",
+ "ApiReferenceLink": null
},
{
"Module": "Applications",
+ "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/group",
+ "OutputType": "IMicrosoftGraphGroup",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphGroup",
- "Command": "Get-MgServicePrincipalOwnedObjectAsGroup",
"Method": "GET",
- "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/group",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgServicePrincipalOwnedObjectAsGroup",
+ "ApiReferenceLink": null
},
{
"Module": "Applications",
+ "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/{directoryObject-id}/servicePrincipal",
+ "OutputType": "IMicrosoftGraphServicePrincipal",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphServicePrincipal",
- "Command": "Get-MgServicePrincipalOwnedObjectAsServicePrincipal",
"Method": "GET",
- "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/{directoryObject-id}/servicePrincipal",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgServicePrincipalOwnedObjectAsServicePrincipal",
+ "ApiReferenceLink": null
},
{
"Module": "Applications",
+ "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/servicePrincipal",
+ "OutputType": "IMicrosoftGraphServicePrincipal",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphServicePrincipal",
- "Command": "Get-MgServicePrincipalOwnedObjectAsServicePrincipal",
"Method": "GET",
- "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/servicePrincipal",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgServicePrincipalOwnedObjectAsServicePrincipal",
+ "ApiReferenceLink": null
},
{
"Module": "Applications",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": null,
- "Command": "Get-MgServicePrincipalOwnedObjectCount",
- "Method": "GET",
"Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -279095,82 +291387,89 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Applications",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgServicePrincipalOwnedObjectCountAsApplication",
"Method": "GET",
- "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/application/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgServicePrincipalOwnedObjectCount",
+ "ApiReferenceLink": null
},
{
"Module": "Applications",
+ "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/application/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgServicePrincipalOwnedObjectCountAsAppRoleAssignment",
"Method": "GET",
- "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/appRoleAssignment/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgServicePrincipalOwnedObjectCountAsApplication",
+ "ApiReferenceLink": null
},
{
"Module": "Applications",
+ "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/appRoleAssignment/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgServicePrincipalOwnedObjectCountAsEndpoint",
"Method": "GET",
- "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/endpoint/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgServicePrincipalOwnedObjectCountAsAppRoleAssignment",
+ "ApiReferenceLink": null
},
{
"Module": "Applications",
+ "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/endpoint/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgServicePrincipalOwnedObjectCountAsGroup",
"Method": "GET",
- "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/group/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgServicePrincipalOwnedObjectCountAsEndpoint",
+ "ApiReferenceLink": null
},
{
"Module": "Applications",
+ "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/group/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgServicePrincipalOwnedObjectCountAsServicePrincipal",
"Method": "GET",
- "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/servicePrincipal/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgServicePrincipalOwnedObjectCountAsGroup",
+ "ApiReferenceLink": null
},
{
"Module": "Applications",
+ "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/servicePrincipal/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgServicePrincipalOwner",
"Method": "GET",
+ "Command": "Get-MgServicePrincipalOwnedObjectCountAsServicePrincipal",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Applications",
"Uri": "/servicePrincipals/{servicePrincipal-id}/owners",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -279213,117 +291512,126 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgServicePrincipalOwner",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list-owners?view=graph-rest-1.0"
},
{
"Module": "Applications",
+ "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/{directoryObject-id}/appRoleAssignment",
+ "OutputType": "IMicrosoftGraphAppRoleAssignment",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAppRoleAssignment",
- "Command": "Get-MgServicePrincipalOwnerAsAppRoleAssignment",
"Method": "GET",
- "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/{directoryObject-id}/appRoleAssignment",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgServicePrincipalOwnerAsAppRoleAssignment",
+ "ApiReferenceLink": null
},
{
"Module": "Applications",
+ "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/appRoleAssignment",
+ "OutputType": "IMicrosoftGraphAppRoleAssignment",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphAppRoleAssignment",
- "Command": "Get-MgServicePrincipalOwnerAsAppRoleAssignment",
"Method": "GET",
- "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/appRoleAssignment",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgServicePrincipalOwnerAsAppRoleAssignment",
+ "ApiReferenceLink": null
},
{
"Module": "Applications",
+ "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/{directoryObject-id}/endpoint",
+ "OutputType": "IMicrosoftGraphEndpoint",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphEndpoint",
- "Command": "Get-MgServicePrincipalOwnerAsEndpoint",
"Method": "GET",
- "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/{directoryObject-id}/endpoint",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgServicePrincipalOwnerAsEndpoint",
+ "ApiReferenceLink": null
},
{
"Module": "Applications",
+ "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/endpoint",
+ "OutputType": "IMicrosoftGraphEndpoint",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphEndpoint",
- "Command": "Get-MgServicePrincipalOwnerAsEndpoint",
"Method": "GET",
- "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/endpoint",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgServicePrincipalOwnerAsEndpoint",
+ "ApiReferenceLink": null
},
{
"Module": "Applications",
+ "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/{directoryObject-id}/servicePrincipal",
+ "OutputType": "IMicrosoftGraphServicePrincipal",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphServicePrincipal",
- "Command": "Get-MgServicePrincipalOwnerAsServicePrincipal",
"Method": "GET",
- "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/{directoryObject-id}/servicePrincipal",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgServicePrincipalOwnerAsServicePrincipal",
+ "ApiReferenceLink": null
},
{
"Module": "Applications",
+ "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/servicePrincipal",
+ "OutputType": "IMicrosoftGraphServicePrincipal",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphServicePrincipal",
- "Command": "Get-MgServicePrincipalOwnerAsServicePrincipal",
"Method": "GET",
- "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/servicePrincipal",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgServicePrincipalOwnerAsServicePrincipal",
+ "ApiReferenceLink": null
},
{
"Module": "Applications",
+ "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/{directoryObject-id}/user",
+ "OutputType": "IMicrosoftGraphUser",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUser",
- "Command": "Get-MgServicePrincipalOwnerAsUser",
"Method": "GET",
- "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/{directoryObject-id}/user",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgServicePrincipalOwnerAsUser",
+ "ApiReferenceLink": null
},
{
"Module": "Applications",
+ "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/user",
+ "OutputType": "IMicrosoftGraphUser",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphUser",
- "Command": "Get-MgServicePrincipalOwnerAsUser",
"Method": "GET",
- "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/user",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgServicePrincipalOwnerAsUser",
+ "ApiReferenceLink": null
},
{
"Module": "Applications",
- "Variants": [
- "List"
- ],
- "OutputType": null,
- "Command": "Get-MgServicePrincipalOwnerByRef",
- "Method": "GET",
"Uri": "/servicePrincipals/{servicePrincipal-id}/owners/$ref",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -279366,18 +291674,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Applications",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgServicePrincipalOwnerCount",
"Method": "GET",
+ "Command": "Get-MgServicePrincipalOwnerByRef",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list-owners?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Applications",
"Uri": "/servicePrincipals/{servicePrincipal-id}/owners/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -279420,173 +291728,184 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgServicePrincipalOwnerCount",
+ "ApiReferenceLink": null
},
{
"Module": "Applications",
+ "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/appRoleAssignment/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgServicePrincipalOwnerCountAsAppRoleAssignment",
"Method": "GET",
- "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/appRoleAssignment/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgServicePrincipalOwnerCountAsAppRoleAssignment",
+ "ApiReferenceLink": null
},
{
"Module": "Applications",
+ "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/endpoint/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgServicePrincipalOwnerCountAsEndpoint",
"Method": "GET",
- "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/endpoint/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgServicePrincipalOwnerCountAsEndpoint",
+ "ApiReferenceLink": null
},
{
"Module": "Applications",
+ "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/servicePrincipal/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgServicePrincipalOwnerCountAsServicePrincipal",
"Method": "GET",
- "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/servicePrincipal/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgServicePrincipalOwnerCountAsServicePrincipal",
+ "ApiReferenceLink": null
},
{
"Module": "Applications",
+ "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/user/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgServicePrincipalOwnerCountAsUser",
"Method": "GET",
- "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/user/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgServicePrincipalOwnerCountAsUser",
+ "ApiReferenceLink": null
},
{
"Module": "Applications",
+ "Uri": "/servicePrincipals/{servicePrincipal-id}/remoteDesktopSecurityConfiguration",
+ "OutputType": "IMicrosoftGraphRemoteDesktopSecurityConfiguration",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphRemoteDesktopSecurityConfiguration",
- "Command": "Get-MgServicePrincipalRemoteDesktopSecurityConfiguration",
"Method": "GET",
- "Uri": "/servicePrincipals/{servicePrincipal-id}/remoteDesktopSecurityConfiguration",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgServicePrincipalRemoteDesktopSecurityConfiguration",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/remotedesktopsecurityconfiguration-get?view=graph-rest-1.0"
},
{
"Module": "Applications",
+ "Uri": "/servicePrincipals/{servicePrincipal-id}/remoteDesktopSecurityConfiguration/targetDeviceGroups/{targetDeviceGroup-id}",
+ "OutputType": "IMicrosoftGraphTargetDeviceGroup",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTargetDeviceGroup",
- "Command": "Get-MgServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroup",
"Method": "GET",
- "Uri": "/servicePrincipals/{servicePrincipal-id}/remoteDesktopSecurityConfiguration/targetDeviceGroups/{targetDeviceGroup-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroup",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/targetdevicegroup-get?view=graph-rest-1.0"
},
{
"Module": "Applications",
+ "Uri": "/servicePrincipals/{servicePrincipal-id}/remoteDesktopSecurityConfiguration/targetDeviceGroups",
+ "OutputType": "IMicrosoftGraphTargetDeviceGroup",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphTargetDeviceGroup",
- "Command": "Get-MgServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroup",
"Method": "GET",
- "Uri": "/servicePrincipals/{servicePrincipal-id}/remoteDesktopSecurityConfiguration/targetDeviceGroups",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroup",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/remotedesktopsecurityconfiguration-list-targetdevicegroups?view=graph-rest-1.0"
},
{
"Module": "Applications",
+ "Uri": "/servicePrincipals/{servicePrincipal-id}/remoteDesktopSecurityConfiguration/targetDeviceGroups/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroupCount",
"Method": "GET",
- "Uri": "/servicePrincipals/{servicePrincipal-id}/remoteDesktopSecurityConfiguration/targetDeviceGroups/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroupCount",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.SignIns",
+ "Uri": "/identityProtection/servicePrincipalRiskDetections/{servicePrincipalRiskDetection-id}",
+ "OutputType": "IMicrosoftGraphServicePrincipalRiskDetection",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphServicePrincipalRiskDetection",
- "Command": "Get-MgServicePrincipalRiskDetection",
"Method": "GET",
- "Uri": "/identityProtection/servicePrincipalRiskDetections/{servicePrincipalRiskDetection-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgServicePrincipalRiskDetection",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipalriskdetection-get?view=graph-rest-1.0"
},
{
"Module": "Identity.SignIns",
+ "Uri": "/identityProtection/servicePrincipalRiskDetections",
+ "OutputType": "IMicrosoftGraphServicePrincipalRiskDetection",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphServicePrincipalRiskDetection",
- "Command": "Get-MgServicePrincipalRiskDetection",
"Method": "GET",
- "Uri": "/identityProtection/servicePrincipalRiskDetections",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgServicePrincipalRiskDetection",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityprotectionroot-list-serviceprincipalriskdetections?view=graph-rest-1.0"
},
{
"Module": "Identity.SignIns",
+ "Uri": "/identityProtection/servicePrincipalRiskDetections/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgServicePrincipalRiskDetectionCount",
"Method": "GET",
- "Uri": "/identityProtection/servicePrincipalRiskDetections/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgServicePrincipalRiskDetectionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Applications",
+ "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization",
+ "OutputType": "IMicrosoftGraphSynchronization",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSynchronization",
- "Command": "Get-MgServicePrincipalSynchronization",
"Method": "GET",
- "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgServicePrincipalSynchronization",
+ "ApiReferenceLink": null
},
{
"Module": "Applications",
- "Variants": [
- "Acquire",
- "AcquireExpanded",
- "AcquireViaIdentity",
- "AcquireViaIdentityExpanded"
- ],
- "OutputType": null,
- "Command": "Get-MgServicePrincipalSynchronizationAccessToken",
- "Method": "POST",
"Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/acquireAccessToken",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -279605,18 +291924,21 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Acquire",
+ "AcquireExpanded",
+ "AcquireViaIdentity",
+ "AcquireViaIdentityExpanded"
+ ],
+ "Method": "POST",
+ "Command": "Get-MgServicePrincipalSynchronizationAccessToken",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronization-acquireaccesstoken?view=graph-rest-1.0"
},
{
"Module": "Applications",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphSynchronizationJob",
- "Command": "Get-MgServicePrincipalSynchronizationJob",
- "Method": "GET",
"Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}",
+ "OutputType": "IMicrosoftGraphSynchronizationJob",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -279643,17 +291965,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Applications",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSynchronizationJob",
- "Command": "Get-MgServicePrincipalSynchronizationJob",
"Method": "GET",
+ "Command": "Get-MgServicePrincipalSynchronizationJob",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Applications",
"Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs",
+ "OutputType": "IMicrosoftGraphSynchronizationJob",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -279680,44 +292004,46 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Applications",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgServicePrincipalSynchronizationJobBulkUpload",
"Method": "GET",
- "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgServicePrincipalSynchronizationJob",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronization-list-jobs?view=graph-rest-1.0"
},
{
"Module": "Applications",
+ "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgServicePrincipalSynchronizationJobBulkUploadContent",
"Method": "GET",
- "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload/$value",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgServicePrincipalSynchronizationJobBulkUpload",
+ "ApiReferenceLink": null
},
{
"Module": "Applications",
+ "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload/$value",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgServicePrincipalSynchronizationJobCount",
"Method": "GET",
+ "Command": "Get-MgServicePrincipalSynchronizationJobBulkUploadContent",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Applications",
"Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -279744,18 +292070,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Applications",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSynchronizationSchema",
- "Command": "Get-MgServicePrincipalSynchronizationJobSchema",
"Method": "GET",
+ "Command": "Get-MgServicePrincipalSynchronizationJobCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Applications",
"Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema",
+ "OutputType": "IMicrosoftGraphSynchronizationSchema",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -279798,69 +292125,74 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgServicePrincipalSynchronizationJobSchema",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-get?view=graph-rest-1.0"
},
{
"Module": "Applications",
+ "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}",
+ "OutputType": "IMicrosoftGraphDirectoryDefinition",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDirectoryDefinition",
- "Command": "Get-MgServicePrincipalSynchronizationJobSchemaDirectory",
"Method": "GET",
- "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgServicePrincipalSynchronizationJobSchemaDirectory",
+ "ApiReferenceLink": null
},
{
"Module": "Applications",
+ "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories",
+ "OutputType": "IMicrosoftGraphDirectoryDefinition",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphDirectoryDefinition",
- "Command": "Get-MgServicePrincipalSynchronizationJobSchemaDirectory",
"Method": "GET",
- "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgServicePrincipalSynchronizationJobSchemaDirectory",
+ "ApiReferenceLink": null
},
{
"Module": "Applications",
+ "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgServicePrincipalSynchronizationJobSchemaDirectoryCount",
"Method": "GET",
- "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgServicePrincipalSynchronizationJobSchemaDirectoryCount",
+ "ApiReferenceLink": null
},
{
"Module": "Applications",
+ "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/secrets/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgServicePrincipalSynchronizationSecretCount",
"Method": "GET",
- "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/secrets/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgServicePrincipalSynchronizationSecretCount",
+ "ApiReferenceLink": null
},
{
"Module": "Applications",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphSynchronizationTemplate",
- "Command": "Get-MgServicePrincipalSynchronizationTemplate",
- "Method": "GET",
"Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}",
+ "OutputType": "IMicrosoftGraphSynchronizationTemplate",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -279887,17 +292219,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Applications",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSynchronizationTemplate",
- "Command": "Get-MgServicePrincipalSynchronizationTemplate",
"Method": "GET",
+ "Command": "Get-MgServicePrincipalSynchronizationTemplate",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Applications",
"Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates",
+ "OutputType": "IMicrosoftGraphSynchronizationTemplate",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -279924,18 +292258,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Applications",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgServicePrincipalSynchronizationTemplateCount",
"Method": "GET",
+ "Command": "Get-MgServicePrincipalSynchronizationTemplate",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronization-list-templates?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Applications",
"Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -279962,18 +292296,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Applications",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSynchronizationSchema",
- "Command": "Get-MgServicePrincipalSynchronizationTemplateSchema",
"Method": "GET",
+ "Command": "Get-MgServicePrincipalSynchronizationTemplateCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Applications",
"Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema",
+ "OutputType": "IMicrosoftGraphSynchronizationSchema",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -280000,106 +292335,115 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgServicePrincipalSynchronizationTemplateSchema",
+ "ApiReferenceLink": null
},
{
"Module": "Applications",
+ "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}",
+ "OutputType": "IMicrosoftGraphDirectoryDefinition",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDirectoryDefinition",
- "Command": "Get-MgServicePrincipalSynchronizationTemplateSchemaDirectory",
"Method": "GET",
- "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgServicePrincipalSynchronizationTemplateSchemaDirectory",
+ "ApiReferenceLink": null
},
{
"Module": "Applications",
+ "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories",
+ "OutputType": "IMicrosoftGraphDirectoryDefinition",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphDirectoryDefinition",
- "Command": "Get-MgServicePrincipalSynchronizationTemplateSchemaDirectory",
"Method": "GET",
- "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgServicePrincipalSynchronizationTemplateSchemaDirectory",
+ "ApiReferenceLink": null
},
{
"Module": "Applications",
+ "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgServicePrincipalSynchronizationTemplateSchemaDirectoryCount",
"Method": "GET",
- "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgServicePrincipalSynchronizationTemplateSchemaDirectoryCount",
+ "ApiReferenceLink": null
},
{
"Module": "Applications",
+ "Uri": "/servicePrincipals/{servicePrincipal-id}/tokenIssuancePolicies/{tokenIssuancePolicy-id}",
+ "OutputType": "IMicrosoftGraphTokenIssuancePolicy",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTokenIssuancePolicy",
- "Command": "Get-MgServicePrincipalTokenIssuancePolicy",
"Method": "GET",
- "Uri": "/servicePrincipals/{servicePrincipal-id}/tokenIssuancePolicies/{tokenIssuancePolicy-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgServicePrincipalTokenIssuancePolicy",
+ "ApiReferenceLink": null
},
{
"Module": "Applications",
+ "Uri": "/servicePrincipals/{servicePrincipal-id}/tokenIssuancePolicies",
+ "OutputType": "IMicrosoftGraphTokenIssuancePolicy",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphTokenIssuancePolicy",
- "Command": "Get-MgServicePrincipalTokenIssuancePolicy",
"Method": "GET",
- "Uri": "/servicePrincipals/{servicePrincipal-id}/tokenIssuancePolicies",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgServicePrincipalTokenIssuancePolicy",
+ "ApiReferenceLink": null
},
{
"Module": "Applications",
+ "Uri": "/servicePrincipals/{servicePrincipal-id}/tokenIssuancePolicies/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgServicePrincipalTokenIssuancePolicyCount",
"Method": "GET",
- "Uri": "/servicePrincipals/{servicePrincipal-id}/tokenIssuancePolicies/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgServicePrincipalTokenIssuancePolicyCount",
+ "ApiReferenceLink": null
},
{
"Module": "Applications",
+ "Uri": "/servicePrincipals/{servicePrincipal-id}/tokenLifetimePolicies/{tokenLifetimePolicy-id}",
+ "OutputType": "IMicrosoftGraphTokenLifetimePolicy",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTokenLifetimePolicy",
- "Command": "Get-MgServicePrincipalTokenLifetimePolicy",
"Method": "GET",
- "Uri": "/servicePrincipals/{servicePrincipal-id}/tokenLifetimePolicies/{tokenLifetimePolicy-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgServicePrincipalTokenLifetimePolicy",
+ "ApiReferenceLink": null
},
{
"Module": "Applications",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphTokenLifetimePolicy",
- "Command": "Get-MgServicePrincipalTokenLifetimePolicy",
- "Method": "GET",
"Uri": "/servicePrincipals/{servicePrincipal-id}/tokenLifetimePolicies",
+ "OutputType": "IMicrosoftGraphTokenLifetimePolicy",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -280134,18 +292478,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Applications",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgServicePrincipalTokenLifetimePolicyCount",
"Method": "GET",
+ "Command": "Get-MgServicePrincipalTokenLifetimePolicy",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list-tokenlifetimepolicies?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Applications",
"Uri": "/servicePrincipals/{servicePrincipal-id}/tokenLifetimePolicies/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -280180,30 +292524,33 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Applications",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgServicePrincipalTransitiveMemberOf",
"Method": "GET",
- "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/{directoryObject-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgServicePrincipalTokenLifetimePolicyCount",
+ "ApiReferenceLink": null
},
{
"Module": "Applications",
+ "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/{directoryObject-id}",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgServicePrincipalTransitiveMemberOf",
"Method": "GET",
+ "Command": "Get-MgServicePrincipalTransitiveMemberOf",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Applications",
"Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -280238,93 +292585,99 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgServicePrincipalTransitiveMemberOf",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list-transitivememberof?view=graph-rest-1.0"
},
{
"Module": "Applications",
+ "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/{directoryObject-id}/administrativeUnit",
+ "OutputType": "IMicrosoftGraphAdministrativeUnit",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAdministrativeUnit",
- "Command": "Get-MgServicePrincipalTransitiveMemberOfAsAdministrativeUnit",
"Method": "GET",
- "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/{directoryObject-id}/administrativeUnit",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgServicePrincipalTransitiveMemberOfAsAdministrativeUnit",
+ "ApiReferenceLink": null
},
{
"Module": "Applications",
+ "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/administrativeUnit",
+ "OutputType": "IMicrosoftGraphAdministrativeUnit",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphAdministrativeUnit",
- "Command": "Get-MgServicePrincipalTransitiveMemberOfAsAdministrativeUnit",
"Method": "GET",
- "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/administrativeUnit",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgServicePrincipalTransitiveMemberOfAsAdministrativeUnit",
+ "ApiReferenceLink": null
},
{
"Module": "Applications",
+ "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/{directoryObject-id}/directoryRole",
+ "OutputType": "IMicrosoftGraphDirectoryRole",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDirectoryRole",
- "Command": "Get-MgServicePrincipalTransitiveMemberOfAsDirectoryRole",
"Method": "GET",
- "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/{directoryObject-id}/directoryRole",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgServicePrincipalTransitiveMemberOfAsDirectoryRole",
+ "ApiReferenceLink": null
},
{
"Module": "Applications",
+ "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/directoryRole",
+ "OutputType": "IMicrosoftGraphDirectoryRole",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphDirectoryRole",
- "Command": "Get-MgServicePrincipalTransitiveMemberOfAsDirectoryRole",
"Method": "GET",
- "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/directoryRole",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgServicePrincipalTransitiveMemberOfAsDirectoryRole",
+ "ApiReferenceLink": null
},
{
"Module": "Applications",
+ "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/{directoryObject-id}/group",
+ "OutputType": "IMicrosoftGraphGroup",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphGroup",
- "Command": "Get-MgServicePrincipalTransitiveMemberOfAsGroup",
"Method": "GET",
- "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/{directoryObject-id}/group",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgServicePrincipalTransitiveMemberOfAsGroup",
+ "ApiReferenceLink": null
},
{
"Module": "Applications",
+ "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/group",
+ "OutputType": "IMicrosoftGraphGroup",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphGroup",
- "Command": "Get-MgServicePrincipalTransitiveMemberOfAsGroup",
"Method": "GET",
- "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/group",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgServicePrincipalTransitiveMemberOfAsGroup",
+ "ApiReferenceLink": null
},
{
"Module": "Applications",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": null,
- "Command": "Get-MgServicePrincipalTransitiveMemberOfCount",
- "Method": "GET",
"Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -280359,171 +292712,184 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgServicePrincipalTransitiveMemberOfCount",
+ "ApiReferenceLink": null
},
{
"Module": "Applications",
+ "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/administrativeUnit/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgServicePrincipalTransitiveMemberOfCountAsAdministrativeUnit",
"Method": "GET",
- "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/administrativeUnit/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgServicePrincipalTransitiveMemberOfCountAsAdministrativeUnit",
+ "ApiReferenceLink": null
},
{
"Module": "Applications",
+ "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/directoryRole/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgServicePrincipalTransitiveMemberOfCountAsDirectoryRole",
"Method": "GET",
- "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/directoryRole/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgServicePrincipalTransitiveMemberOfCountAsDirectoryRole",
+ "ApiReferenceLink": null
},
{
"Module": "Applications",
+ "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/group/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgServicePrincipalTransitiveMemberOfCountAsGroup",
"Method": "GET",
- "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/group/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgServicePrincipalTransitiveMemberOfCountAsGroup",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/base",
+ "OutputType": "IMicrosoftGraphContentType",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphContentType",
- "Command": "Get-MgShareContentTypeBase",
"Method": "GET",
- "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/base",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgShareContentTypeBase",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/baseTypes/{contentType-id1}",
+ "OutputType": "IMicrosoftGraphContentType",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphContentType",
- "Command": "Get-MgShareContentTypeBaseType",
"Method": "GET",
- "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/baseTypes/{contentType-id1}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgShareContentTypeBaseType",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/baseTypes",
+ "OutputType": "IMicrosoftGraphContentType",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphContentType",
- "Command": "Get-MgShareContentTypeBaseType",
"Method": "GET",
- "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/baseTypes",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgShareContentTypeBaseType",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/baseTypes/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgShareContentTypeBaseTypeCount",
"Method": "GET",
- "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/baseTypes/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgShareContentTypeBaseTypeCount",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/shares/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgShareCount",
"Method": "GET",
- "Uri": "/shares/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgShareCount",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/shares/{sharedDriveItem-id}/createdByUser",
+ "OutputType": "IMicrosoftGraphUser",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUser",
- "Command": "Get-MgShareCreatedByUser",
"Method": "GET",
- "Uri": "/shares/{sharedDriveItem-id}/createdByUser",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgShareCreatedByUser",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/shares/{sharedDriveItem-id}/createdByUser/mailboxSettings",
+ "OutputType": "IMicrosoftGraphMailboxSettings",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Command": "Get-MgShareCreatedByUserMailboxSetting",
"Method": "GET",
- "Uri": "/shares/{sharedDriveItem-id}/createdByUser/mailboxSettings",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgShareCreatedByUserMailboxSetting",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/shares/{sharedDriveItem-id}/createdByUser/serviceProvisioningErrors",
+ "OutputType": "IMicrosoftGraphServiceProvisioningError",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Command": "Get-MgShareCreatedByUserServiceProvisioningError",
"Method": "GET",
- "Uri": "/shares/{sharedDriveItem-id}/createdByUser/serviceProvisioningErrors",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgShareCreatedByUserServiceProvisioningError",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/shares/{sharedDriveItem-id}/createdByUser/serviceProvisioningErrors/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgShareCreatedByUserServiceProvisioningErrorCount",
"Method": "GET",
- "Uri": "/shares/{sharedDriveItem-id}/createdByUser/serviceProvisioningErrors/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgShareCreatedByUserServiceProvisioningErrorCount",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphDriveItem",
- "Command": "Get-MgShareDriveItem",
- "Method": "GET",
"Uri": "/shares/{sharedDriveItem-id}/driveItem",
+ "OutputType": "IMicrosoftGraphDriveItem",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -280550,18 +292916,19 @@
"PermissionType": "DelegatedPersonal",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Files",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgShareDriveItemContent",
"Method": "GET",
+ "Command": "Get-MgShareDriveItem",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/shares-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Files",
"Uri": "/shares/{sharedDriveItem-id}/driveItem/content",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -280612,510 +292979,559 @@
"PermissionType": "DelegatedPersonal",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgShareDriveItemContent",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/shares-get?view=graph-rest-1.0"
},
{
"Module": "Files",
+ "Uri": "/shares/{sharedDriveItem-id}/items/{driveItem-id}",
+ "OutputType": "IMicrosoftGraphDriveItem",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDriveItem",
- "Command": "Get-MgShareItem",
"Method": "GET",
- "Uri": "/shares/{sharedDriveItem-id}/items/{driveItem-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgShareItem",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/shares/{sharedDriveItem-id}/items",
+ "OutputType": "IMicrosoftGraphDriveItem",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphDriveItem",
- "Command": "Get-MgShareItem",
"Method": "GET",
- "Uri": "/shares/{sharedDriveItem-id}/items",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgShareItem",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/shares/{sharedDriveItem-id}/items/{driveItem-id}/content",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgShareItemContent",
"Method": "GET",
- "Uri": "/shares/{sharedDriveItem-id}/items/{driveItem-id}/content",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgShareItemContent",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/shares/{sharedDriveItem-id}/items/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgShareItemCount",
"Method": "GET",
- "Uri": "/shares/{sharedDriveItem-id}/items/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgShareItemCount",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/lastModifiedByUser",
+ "OutputType": "IMicrosoftGraphUser",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphUser",
- "Command": "Get-MgShareItemLastModifiedByUser",
"Method": "GET",
- "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/lastModifiedByUser",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgShareItemLastModifiedByUser",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/lastModifiedByUser/mailboxSettings",
+ "OutputType": "IMicrosoftGraphMailboxSettings",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Command": "Get-MgShareItemLastModifiedByUserMailboxSetting",
"Method": "GET",
- "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/lastModifiedByUser/mailboxSettings",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgShareItemLastModifiedByUserMailboxSetting",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/lastModifiedByUser/serviceProvisioningErrors",
+ "OutputType": "IMicrosoftGraphServiceProvisioningError",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List",
"List1"
],
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Command": "Get-MgShareItemLastModifiedByUserServiceProvisioningError",
"Method": "GET",
- "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/lastModifiedByUser/serviceProvisioningErrors",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgShareItemLastModifiedByUserServiceProvisioningError",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": null,
- "Command": "Get-MgShareItemLastModifiedByUserServiceProvisioningErrorCount",
"Method": "GET",
- "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgShareItemLastModifiedByUserServiceProvisioningErrorCount",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/shares/{sharedDriveItem-id}/lastModifiedByUser",
+ "OutputType": "IMicrosoftGraphUser",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphUser",
- "Command": "Get-MgShareLastModifiedByUser",
"Method": "GET",
- "Uri": "/shares/{sharedDriveItem-id}/lastModifiedByUser",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgShareLastModifiedByUser",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/shares/{sharedDriveItem-id}/lastModifiedByUser/mailboxSettings",
+ "OutputType": "IMicrosoftGraphMailboxSettings",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Command": "Get-MgShareLastModifiedByUserMailboxSetting",
"Method": "GET",
- "Uri": "/shares/{sharedDriveItem-id}/lastModifiedByUser/mailboxSettings",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgShareLastModifiedByUserMailboxSetting",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/shares/{sharedDriveItem-id}/lastModifiedByUser/serviceProvisioningErrors",
+ "OutputType": "IMicrosoftGraphServiceProvisioningError",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List",
"List1"
],
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Command": "Get-MgShareLastModifiedByUserServiceProvisioningError",
"Method": "GET",
- "Uri": "/shares/{sharedDriveItem-id}/lastModifiedByUser/serviceProvisioningErrors",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgShareLastModifiedByUserServiceProvisioningError",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/shares/{sharedDriveItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": null,
- "Command": "Get-MgShareLastModifiedByUserServiceProvisioningErrorCount",
"Method": "GET",
- "Uri": "/shares/{sharedDriveItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgShareLastModifiedByUserServiceProvisioningErrorCount",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/shares/{sharedDriveItem-id}/list",
+ "OutputType": "IMicrosoftGraphList",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphList",
- "Command": "Get-MgShareList",
"Method": "GET",
- "Uri": "/shares/{sharedDriveItem-id}/list",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgShareList",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/shares/{sharedDriveItem-id}/list/columns/{columnDefinition-id}",
+ "OutputType": "IMicrosoftGraphColumnDefinition",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphColumnDefinition",
- "Command": "Get-MgShareListColumn",
"Method": "GET",
- "Uri": "/shares/{sharedDriveItem-id}/list/columns/{columnDefinition-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgShareListColumn",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/shares/{sharedDriveItem-id}/list/columns",
+ "OutputType": "IMicrosoftGraphColumnDefinition",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphColumnDefinition",
- "Command": "Get-MgShareListColumn",
"Method": "GET",
- "Uri": "/shares/{sharedDriveItem-id}/list/columns",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgShareListColumn",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/list-list-columns?view=graph-rest-1.0"
},
{
"Module": "Files",
+ "Uri": "/shares/{sharedDriveItem-id}/list/columns/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgShareListColumnCount",
"Method": "GET",
- "Uri": "/shares/{sharedDriveItem-id}/list/columns/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgShareListColumnCount",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/shares/{sharedDriveItem-id}/list/columns/{columnDefinition-id}/sourceColumn",
+ "OutputType": "IMicrosoftGraphColumnDefinition",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphColumnDefinition",
- "Command": "Get-MgShareListColumnSourceColumn",
"Method": "GET",
- "Uri": "/shares/{sharedDriveItem-id}/list/columns/{columnDefinition-id}/sourceColumn",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgShareListColumnSourceColumn",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}",
+ "OutputType": "IMicrosoftGraphContentType",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphContentType",
- "Command": "Get-MgShareListContentType",
"Method": "GET",
- "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgShareListContentType",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes",
+ "OutputType": "IMicrosoftGraphContentType",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphContentType",
- "Command": "Get-MgShareListContentType",
"Method": "GET",
- "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgShareListContentType",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/list-list-contenttypes?view=graph-rest-1.0"
},
{
"Module": "Files",
+ "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}",
+ "OutputType": "IMicrosoftGraphColumnDefinition",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphColumnDefinition",
- "Command": "Get-MgShareListContentTypeColumn",
"Method": "GET",
- "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgShareListContentTypeColumn",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/columndefinition-get?view=graph-rest-1.0"
},
{
"Module": "Files",
+ "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns",
+ "OutputType": "IMicrosoftGraphColumnDefinition",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphColumnDefinition",
- "Command": "Get-MgShareListContentTypeColumn",
"Method": "GET",
- "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgShareListContentTypeColumn",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-list-columns?view=graph-rest-1.0"
},
{
"Module": "Files",
+ "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgShareListContentTypeColumnCount",
"Method": "GET",
- "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgShareListContentTypeColumnCount",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}",
+ "OutputType": "IMicrosoftGraphColumnLink",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphColumnLink",
- "Command": "Get-MgShareListContentTypeColumnLink",
"Method": "GET",
- "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgShareListContentTypeColumnLink",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnLinks",
+ "OutputType": "IMicrosoftGraphColumnLink",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphColumnLink",
- "Command": "Get-MgShareListContentTypeColumnLink",
"Method": "GET",
- "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnLinks",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgShareListContentTypeColumnLink",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnLinks/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgShareListContentTypeColumnLinkCount",
"Method": "GET",
- "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnLinks/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgShareListContentTypeColumnLinkCount",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}",
+ "OutputType": "IMicrosoftGraphColumnDefinition",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphColumnDefinition",
- "Command": "Get-MgShareListContentTypeColumnPosition",
"Method": "GET",
- "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgShareListContentTypeColumnPosition",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnPositions",
+ "OutputType": "IMicrosoftGraphColumnDefinition",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphColumnDefinition",
- "Command": "Get-MgShareListContentTypeColumnPosition",
"Method": "GET",
- "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnPositions",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgShareListContentTypeColumnPosition",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnPositions/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgShareListContentTypeColumnPositionCount",
"Method": "GET",
- "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnPositions/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgShareListContentTypeColumnPositionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn",
+ "OutputType": "IMicrosoftGraphColumnDefinition",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphColumnDefinition",
- "Command": "Get-MgShareListContentTypeColumnSourceColumn",
"Method": "GET",
- "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgShareListContentTypeColumnSourceColumn",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/getCompatibleHubContentTypes",
+ "OutputType": "IMicrosoftGraphContentType",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphContentType",
- "Command": "Get-MgShareListContentTypeCompatibleHubContentType",
"Method": "GET",
- "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/getCompatibleHubContentTypes",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgShareListContentTypeCompatibleHubContentType",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgShareListContentTypeCount",
"Method": "GET",
- "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgShareListContentTypeCount",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/shares/{sharedDriveItem-id}/list/createdByUser",
+ "OutputType": "IMicrosoftGraphUser",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUser",
- "Command": "Get-MgShareListCreatedByUser",
"Method": "GET",
- "Uri": "/shares/{sharedDriveItem-id}/list/createdByUser",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgShareListCreatedByUser",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/shares/{sharedDriveItem-id}/list/createdByUser/mailboxSettings",
+ "OutputType": "IMicrosoftGraphMailboxSettings",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Command": "Get-MgShareListCreatedByUserMailboxSetting",
"Method": "GET",
- "Uri": "/shares/{sharedDriveItem-id}/list/createdByUser/mailboxSettings",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgShareListCreatedByUserMailboxSetting",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/shares/{sharedDriveItem-id}/list/createdByUser/serviceProvisioningErrors",
+ "OutputType": "IMicrosoftGraphServiceProvisioningError",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Command": "Get-MgShareListCreatedByUserServiceProvisioningError",
"Method": "GET",
- "Uri": "/shares/{sharedDriveItem-id}/list/createdByUser/serviceProvisioningErrors",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgShareListCreatedByUserServiceProvisioningError",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/shares/{sharedDriveItem-id}/list/createdByUser/serviceProvisioningErrors/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgShareListCreatedByUserServiceProvisioningErrorCount",
"Method": "GET",
- "Uri": "/shares/{sharedDriveItem-id}/list/createdByUser/serviceProvisioningErrors/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgShareListCreatedByUserServiceProvisioningErrorCount",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/shares/{sharedDriveItem-id}/list/drive",
+ "OutputType": "IMicrosoftGraphDrive",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDrive",
- "Command": "Get-MgShareListDrive",
"Method": "GET",
- "Uri": "/shares/{sharedDriveItem-id}/list/drive",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgShareListDrive",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/shares/{sharedDriveItem-id}/listItem",
+ "OutputType": "IMicrosoftGraphListItem",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphListItem",
- "Command": "Get-MgShareListItem",
"Method": "GET",
- "Uri": "/shares/{sharedDriveItem-id}/listItem",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgShareListItem",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/shares/{sharedDriveItem-id}/list/items",
+ "OutputType": "IMicrosoftGraphListItem",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphListItem",
- "Command": "Get-MgShareListItem",
"Method": "GET",
- "Uri": "/shares/{sharedDriveItem-id}/list/items",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgShareListItem",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-list?view=graph-rest-1.0"
},
{
"Module": "Files",
+ "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/getActivitiesByInterval",
+ "OutputType": "IMicrosoftGraphItemActivityStat",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
@@ -281126,372 +293542,388 @@
"GetViaIdentity2",
"GetViaIdentity3"
],
- "OutputType": "IMicrosoftGraphItemActivityStat",
- "Command": "Get-MgShareListItemActivityByInterval",
"Method": "GET",
- "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/getActivitiesByInterval",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgShareListItemActivityByInterval",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/analytics",
+ "OutputType": "IMicrosoftGraphItemAnalytics",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphItemAnalytics",
- "Command": "Get-MgShareListItemAnalytic",
"Method": "GET",
- "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/analytics",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgShareListItemAnalytic",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/createdByUser",
+ "OutputType": "IMicrosoftGraphUser",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphUser",
- "Command": "Get-MgShareListItemCreatedByUser",
"Method": "GET",
- "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/createdByUser",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgShareListItemCreatedByUser",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/createdByUser/mailboxSettings",
+ "OutputType": "IMicrosoftGraphMailboxSettings",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Command": "Get-MgShareListItemCreatedByUserMailboxSetting",
"Method": "GET",
- "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/createdByUser/mailboxSettings",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgShareListItemCreatedByUserMailboxSetting",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors",
+ "OutputType": "IMicrosoftGraphServiceProvisioningError",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List",
"List1"
],
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Command": "Get-MgShareListItemCreatedByUserServiceProvisioningError",
"Method": "GET",
- "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgShareListItemCreatedByUserServiceProvisioningError",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": null,
- "Command": "Get-MgShareListItemCreatedByUserServiceProvisioningErrorCount",
"Method": "GET",
- "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgShareListItemCreatedByUserServiceProvisioningErrorCount",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}",
+ "OutputType": "IMicrosoftGraphDocumentSetVersion",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphDocumentSetVersion",
- "Command": "Get-MgShareListItemDocumentSetVersion",
"Method": "GET",
- "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgShareListItemDocumentSetVersion",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-get?view=graph-rest-1.0"
},
{
"Module": "Files",
+ "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions",
+ "OutputType": "IMicrosoftGraphDocumentSetVersion",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List",
"List1"
],
- "OutputType": "IMicrosoftGraphDocumentSetVersion",
- "Command": "Get-MgShareListItemDocumentSetVersion",
"Method": "GET",
- "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgShareListItemDocumentSetVersion",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-list-documentsetversions?view=graph-rest-1.0"
},
{
"Module": "Files",
+ "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": null,
- "Command": "Get-MgShareListItemDocumentSetVersionCount",
"Method": "GET",
- "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgShareListItemDocumentSetVersionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": null,
- "Command": "Get-MgShareListItemDocumentSetVersionField",
"Method": "GET",
- "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgShareListItemDocumentSetVersionField",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/driveItem",
+ "OutputType": "IMicrosoftGraphDriveItem",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphDriveItem",
- "Command": "Get-MgShareListItemDriveItem",
"Method": "GET",
- "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/driveItem",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgShareListItemDriveItem",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/driveItem/content",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": null,
- "Command": "Get-MgShareListItemDriveItemContent",
"Method": "GET",
- "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/driveItem/content",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgShareListItemDriveItemContent",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/fields",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": null,
- "Command": "Get-MgShareListItemField",
"Method": "GET",
- "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/fields",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgShareListItemField",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}",
+ "OutputType": "IMicrosoftGraphListItemVersion",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphListItemVersion",
- "Command": "Get-MgShareListItemVersion",
"Method": "GET",
- "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgShareListItemVersion",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitemversion-get?view=graph-rest-1.0"
},
{
"Module": "Files",
+ "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions",
+ "OutputType": "IMicrosoftGraphListItemVersion",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List",
"List1"
],
- "OutputType": "IMicrosoftGraphListItemVersion",
- "Command": "Get-MgShareListItemVersion",
"Method": "GET",
- "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgShareListItemVersion",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-list-versions?view=graph-rest-1.0"
},
{
"Module": "Files",
+ "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": null,
- "Command": "Get-MgShareListItemVersionCount",
"Method": "GET",
- "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgShareListItemVersionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": null,
- "Command": "Get-MgShareListItemVersionField",
"Method": "GET",
- "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgShareListItemVersionField",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/shares/{sharedDriveItem-id}/list/operations/{richLongRunningOperation-id}",
+ "OutputType": "IMicrosoftGraphRichLongRunningOperation",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphRichLongRunningOperation",
- "Command": "Get-MgShareListOperation",
"Method": "GET",
- "Uri": "/shares/{sharedDriveItem-id}/list/operations/{richLongRunningOperation-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgShareListOperation",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/shares/{sharedDriveItem-id}/list/operations",
+ "OutputType": "IMicrosoftGraphRichLongRunningOperation",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphRichLongRunningOperation",
- "Command": "Get-MgShareListOperation",
"Method": "GET",
- "Uri": "/shares/{sharedDriveItem-id}/list/operations",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgShareListOperation",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/shares/{sharedDriveItem-id}/list/operations/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgShareListOperationCount",
"Method": "GET",
- "Uri": "/shares/{sharedDriveItem-id}/list/operations/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgShareListOperationCount",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/shares/{sharedDriveItem-id}/list/subscriptions/{subscription-id}",
+ "OutputType": "IMicrosoftGraphSubscription",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSubscription",
- "Command": "Get-MgShareListSubscription",
"Method": "GET",
- "Uri": "/shares/{sharedDriveItem-id}/list/subscriptions/{subscription-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgShareListSubscription",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/shares/{sharedDriveItem-id}/list/subscriptions",
+ "OutputType": "IMicrosoftGraphSubscription",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphSubscription",
- "Command": "Get-MgShareListSubscription",
"Method": "GET",
- "Uri": "/shares/{sharedDriveItem-id}/list/subscriptions",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgShareListSubscription",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/shares/{sharedDriveItem-id}/list/subscriptions/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgShareListSubscriptionCount",
"Method": "GET",
- "Uri": "/shares/{sharedDriveItem-id}/list/subscriptions/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgShareListSubscriptionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/shares/{sharedDriveItem-id}/permission",
+ "OutputType": "IMicrosoftGraphPermission",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphPermission",
- "Command": "Get-MgSharePermission",
"Method": "GET",
- "Uri": "/shares/{sharedDriveItem-id}/permission",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSharePermission",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/shares/{sharedDriveItem-id}/root",
+ "OutputType": "IMicrosoftGraphDriveItem",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDriveItem",
- "Command": "Get-MgShareRoot",
"Method": "GET",
- "Uri": "/shares/{sharedDriveItem-id}/root",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgShareRoot",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/shares/{sharedDriveItem-id}/root/content",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgShareRootContent",
"Method": "GET",
- "Uri": "/shares/{sharedDriveItem-id}/root/content",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgShareRootContent",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphSharedDriveItem",
- "Command": "Get-MgShareSharedDriveItemSharedDriveItem",
- "Method": "GET",
"Uri": "/shares/{sharedDriveItem-id}",
+ "OutputType": "IMicrosoftGraphSharedDriveItem",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -281518,43 +293950,46 @@
"PermissionType": "DelegatedPersonal",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgShareSharedDriveItemSharedDriveItem",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/shares-get?view=graph-rest-1.0"
},
{
"Module": "Files",
+ "Uri": "/shares",
+ "OutputType": "IMicrosoftGraphSharedDriveItem",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphSharedDriveItem",
- "Command": "Get-MgShareSharedDriveItemSharedDriveItem",
"Method": "GET",
- "Uri": "/shares",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgShareSharedDriveItemSharedDriveItem",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/shares/{sharedDriveItem-id}/site",
+ "OutputType": "IMicrosoftGraphSite",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSite",
- "Command": "Get-MgShareSite",
"Method": "GET",
- "Uri": "/shares/{sharedDriveItem-id}/site",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgShareSite",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphSite",
- "Command": "Get-MgSite",
- "Method": "GET",
"Uri": "/sites/{site-id}",
+ "OutputType": "IMicrosoftGraphSite",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -281573,17 +294008,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Sites",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSite",
- "Command": "Get-MgSite",
"Method": "GET",
+ "Command": "Get-MgSite",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Sites",
"Uri": "/sites",
+ "OutputType": "IMicrosoftGraphSite",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -281602,33 +294039,34 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgSite",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-search?view=graph-rest-1.0"
},
{
"Module": "Sites",
+ "Uri": "/sites/{site-id}/getActivitiesByInterval",
+ "OutputType": "IMicrosoftGraphItemActivityStat",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphItemActivityStat",
- "Command": "Get-MgSiteActivityByInterval",
"Method": "GET",
- "Uri": "/sites/{site-id}/getActivitiesByInterval",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSiteActivityByInterval",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphItemAnalytics",
- "Command": "Get-MgSiteAnalytic",
- "Method": "GET",
"Uri": "/sites/{site-id}/analytics",
+ "OutputType": "IMicrosoftGraphItemAnalytics",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -281679,120 +294117,129 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgSiteAnalytic",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}",
+ "OutputType": "IMicrosoftGraphItemActivityStat",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphItemActivityStat",
- "Command": "Get-MgSiteAnalyticItemActivityStat",
"Method": "GET",
- "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSiteAnalyticItemActivityStat",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/sites/{site-id}/analytics/itemActivityStats",
+ "OutputType": "IMicrosoftGraphItemActivityStat",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphItemActivityStat",
- "Command": "Get-MgSiteAnalyticItemActivityStat",
"Method": "GET",
- "Uri": "/sites/{site-id}/analytics/itemActivityStats",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSiteAnalyticItemActivityStat",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}",
+ "OutputType": "IMicrosoftGraphItemActivity",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphItemActivity",
- "Command": "Get-MgSiteAnalyticItemActivityStatActivity",
"Method": "GET",
- "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSiteAnalyticItemActivityStatActivity",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities",
+ "OutputType": "IMicrosoftGraphItemActivity",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphItemActivity",
- "Command": "Get-MgSiteAnalyticItemActivityStatActivity",
"Method": "GET",
- "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSiteAnalyticItemActivityStatActivity",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgSiteAnalyticItemActivityStatActivityCount",
"Method": "GET",
- "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSiteAnalyticItemActivityStatActivityCount",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem",
+ "OutputType": "IMicrosoftGraphDriveItem",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDriveItem",
- "Command": "Get-MgSiteAnalyticItemActivityStatActivityDriveItem",
"Method": "GET",
- "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSiteAnalyticItemActivityStatActivityDriveItem",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/content",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgSiteAnalyticItemActivityStatActivityDriveItemContent",
"Method": "GET",
- "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/content",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSiteAnalyticItemActivityStatActivityDriveItemContent",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/sites/{site-id}/analytics/itemActivityStats/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgSiteAnalyticItemActivityStatCount",
"Method": "GET",
- "Uri": "/sites/{site-id}/analytics/itemActivityStats/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSiteAnalyticItemActivityStatCount",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphItemActivityStat",
- "Command": "Get-MgSiteAnalyticLastSevenDay",
- "Method": "GET",
"Uri": "/sites/{site-id}/analytics/lastSevenDays",
+ "OutputType": "IMicrosoftGraphItemActivityStat",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -281843,18 +294290,19 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Sites",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphItemActivityStat",
- "Command": "Get-MgSiteAnalyticTime",
"Method": "GET",
+ "Command": "Get-MgSiteAnalyticLastSevenDay",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Sites",
"Uri": "/sites/{site-id}/analytics/allTime",
+ "OutputType": "IMicrosoftGraphItemActivityStat",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -281905,18 +294353,19 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Sites",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphContentType",
- "Command": "Get-MgSiteApplicableContentTypeForList",
"Method": "GET",
+ "Command": "Get-MgSiteAnalyticTime",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itemanalytics-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Sites",
"Uri": "/sites/{site-id}/getApplicableContentTypesForList(listId='{listId}')",
+ "OutputType": "IMicrosoftGraphContentType",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -281951,31 +294400,33 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Sites",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSite",
- "Command": "Get-MgSiteByPath",
"Method": "GET",
- "Uri": "/sites/{site-id}/getByPath(path='{path}')",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSiteApplicableContentTypeForList",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/sites/{site-id}/getByPath(path='{path}')",
+ "OutputType": "IMicrosoftGraphSite",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphColumnDefinition",
- "Command": "Get-MgSiteColumn",
"Method": "GET",
+ "Command": "Get-MgSiteByPath",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Sites",
"Uri": "/sites/{site-id}/columns/{columnDefinition-id}",
+ "OutputType": "IMicrosoftGraphColumnDefinition",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -282010,17 +294461,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Sites",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphColumnDefinition",
- "Command": "Get-MgSiteColumn",
"Method": "GET",
+ "Command": "Get-MgSiteColumn",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Sites",
"Uri": "/sites/{site-id}/columns",
+ "OutputType": "IMicrosoftGraphColumnDefinition",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -282055,18 +294508,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Sites",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgSiteColumnCount",
"Method": "GET",
+ "Command": "Get-MgSiteColumn",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-list-columns?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Sites",
"Uri": "/sites/{site-id}/columns/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -282101,31 +294554,33 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Sites",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphColumnDefinition",
- "Command": "Get-MgSiteColumnSourceColumn",
"Method": "GET",
- "Uri": "/sites/{site-id}/columns/{columnDefinition-id}/sourceColumn",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSiteColumnCount",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/sites/{site-id}/columns/{columnDefinition-id}/sourceColumn",
+ "OutputType": "IMicrosoftGraphColumnDefinition",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphContentType",
- "Command": "Get-MgSiteContentType",
"Method": "GET",
+ "Command": "Get-MgSiteColumnSourceColumn",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Sites",
"Uri": "/sites/{site-id}/contentTypes/{contentType-id}",
+ "OutputType": "IMicrosoftGraphContentType",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -282160,17 +294615,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Sites",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphContentType",
- "Command": "Get-MgSiteContentType",
"Method": "GET",
+ "Command": "Get-MgSiteContentType",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Sites",
"Uri": "/sites/{site-id}/contentTypes",
+ "OutputType": "IMicrosoftGraphContentType",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -282205,76 +294662,80 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgSiteContentType",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-list-contenttypes?view=graph-rest-1.0"
},
{
"Module": "Sites",
+ "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/base",
+ "OutputType": "IMicrosoftGraphContentType",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphContentType",
- "Command": "Get-MgSiteContentTypeBase",
"Method": "GET",
- "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/base",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSiteContentTypeBase",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/baseTypes/{contentType-id1}",
+ "OutputType": "IMicrosoftGraphContentType",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphContentType",
- "Command": "Get-MgSiteContentTypeBaseType",
"Method": "GET",
- "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/baseTypes/{contentType-id1}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSiteContentTypeBaseType",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/baseTypes",
+ "OutputType": "IMicrosoftGraphContentType",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List",
"List1"
],
- "OutputType": "IMicrosoftGraphContentType",
- "Command": "Get-MgSiteContentTypeBaseType",
"Method": "GET",
- "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/baseTypes",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSiteContentTypeBaseType",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/baseTypes/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": null,
- "Command": "Get-MgSiteContentTypeBaseTypeCount",
"Method": "GET",
- "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/baseTypes/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSiteContentTypeBaseTypeCount",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphColumnDefinition",
- "Command": "Get-MgSiteContentTypeColumn",
- "Method": "GET",
"Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}",
+ "OutputType": "IMicrosoftGraphColumnDefinition",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -282309,17 +294770,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Sites",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphColumnDefinition",
- "Command": "Get-MgSiteContentTypeColumn",
"Method": "GET",
+ "Command": "Get-MgSiteContentTypeColumn",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/columndefinition-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Sites",
"Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columns",
+ "OutputType": "IMicrosoftGraphColumnDefinition",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -282354,18 +294817,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Sites",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgSiteContentTypeColumnCount",
"Method": "GET",
+ "Command": "Get-MgSiteContentTypeColumn",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-list-columns?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Sites",
"Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columns/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -282400,107 +294863,115 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgSiteContentTypeColumnCount",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}",
+ "OutputType": "IMicrosoftGraphColumnLink",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphColumnLink",
- "Command": "Get-MgSiteContentTypeColumnLink",
"Method": "GET",
- "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSiteContentTypeColumnLink",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnLinks",
+ "OutputType": "IMicrosoftGraphColumnLink",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphColumnLink",
- "Command": "Get-MgSiteContentTypeColumnLink",
"Method": "GET",
- "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnLinks",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSiteContentTypeColumnLink",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgSiteContentTypeColumnLinkCount",
"Method": "GET",
- "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSiteContentTypeColumnLinkCount",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}",
+ "OutputType": "IMicrosoftGraphColumnDefinition",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphColumnDefinition",
- "Command": "Get-MgSiteContentTypeColumnPosition",
"Method": "GET",
- "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSiteContentTypeColumnPosition",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnPositions",
+ "OutputType": "IMicrosoftGraphColumnDefinition",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphColumnDefinition",
- "Command": "Get-MgSiteContentTypeColumnPosition",
"Method": "GET",
- "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnPositions",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSiteContentTypeColumnPosition",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnPositions/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgSiteContentTypeColumnPositionCount",
"Method": "GET",
- "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnPositions/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSiteContentTypeColumnPositionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn",
+ "OutputType": "IMicrosoftGraphColumnDefinition",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphColumnDefinition",
- "Command": "Get-MgSiteContentTypeColumnSourceColumn",
"Method": "GET",
- "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSiteContentTypeColumnSourceColumn",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphContentType",
- "Command": "Get-MgSiteContentTypeCompatibleHubContentType",
- "Method": "GET",
"Uri": "/sites/{site-id}/contentTypes/getCompatibleHubContentTypes",
+ "OutputType": "IMicrosoftGraphContentType",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -282519,18 +294990,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Sites",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgSiteContentTypeCount",
"Method": "GET",
+ "Command": "Get-MgSiteContentTypeCompatibleHubContentType",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Sites",
"Uri": "/sites/{site-id}/contentTypes/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -282565,17 +295037,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Sites",
+ ],
"Variants": [
- "Get1"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgSiteCount",
"Method": "GET",
+ "Command": "Get-MgSiteContentTypeCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Sites",
"Uri": "/sites/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -282594,18 +295068,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Sites",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get1"
],
- "OutputType": "IMicrosoftGraphDrive",
- "Command": "Get-MgSiteDefaultDrive",
"Method": "GET",
+ "Command": "Get-MgSiteCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Sites",
"Uri": "/sites/{site-id}/drive",
+ "OutputType": "IMicrosoftGraphDrive",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -282656,17 +295130,19 @@
"PermissionType": "DelegatedPersonal",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Sites",
+ ],
"Variants": [
- "Delta"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSite",
- "Command": "Get-MgSiteDelta",
"Method": "GET",
+ "Command": "Get-MgSiteDefaultDrive",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Sites",
"Uri": "/sites/delta",
+ "OutputType": "IMicrosoftGraphSite",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -282685,30 +295161,32 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Delta"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgSiteDelta",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/sites/{site-id}/drives/{drive-id}",
+ "OutputType": "IMicrosoftGraphDrive",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get1",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphDrive",
- "Command": "Get-MgSiteDrive",
"Method": "GET",
- "Uri": "/sites/{site-id}/drives/{drive-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSiteDrive",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphDrive",
- "Command": "Get-MgSiteDrive",
- "Method": "GET",
"Uri": "/sites/{site-id}/drives",
+ "OutputType": "IMicrosoftGraphDrive",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -282759,18 +295237,18 @@
"PermissionType": "DelegatedPersonal",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Sites",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgSiteDriveCount",
"Method": "GET",
+ "Command": "Get-MgSiteDrive",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Sites",
"Uri": "/sites/{site-id}/drives/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -282821,389 +295299,430 @@
"PermissionType": "DelegatedPersonal",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgSiteDriveCount",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/sites/{site-id}/externalColumns/{columnDefinition-id}",
+ "OutputType": "IMicrosoftGraphColumnDefinition",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphColumnDefinition",
- "Command": "Get-MgSiteExternalColumn",
"Method": "GET",
- "Uri": "/sites/{site-id}/externalColumns/{columnDefinition-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSiteExternalColumn",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/sites/{site-id}/externalColumns",
+ "OutputType": "IMicrosoftGraphColumnDefinition",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphColumnDefinition",
- "Command": "Get-MgSiteExternalColumn",
"Method": "GET",
- "Uri": "/sites/{site-id}/externalColumns",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSiteExternalColumn",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/sites/{site-id}/externalColumns/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgSiteExternalColumnCount",
"Method": "GET",
- "Uri": "/sites/{site-id}/externalColumns/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSiteExternalColumnCount",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/sites/{site-id}/getByPath(path='{path}')/lists",
+ "OutputType": "IMicrosoftGraphList",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
- "List",
- "List1"
+ "List"
],
- "OutputType": "IMicrosoftGraphList",
- "Command": "Get-MgSiteGetByPath",
"Method": "GET",
- "Uri": "/sites/{site-id}/getByPath(path='{path}')/lists",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSiteGetByPath",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/list-list?view=graph-rest-1.0"
},
{
"Module": "Sites",
+ "Uri": "/sites/{site-id}/getByPath(path='{path}')/analytics",
+ "OutputType": "IMicrosoftGraphItemAnalytics",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphItemAnalytics",
- "Command": "Get-MgSiteGetByPathAnalytic",
"Method": "GET",
- "Uri": "/sites/{site-id}/getByPath(path='{path}')/analytics",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSiteGetByPathAnalytic",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/sites/{site-id}/getByPath(path='{path}')/getApplicableContentTypesForList(listId='{listId}')",
+ "OutputType": "IMicrosoftGraphContentType",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphContentType",
- "Command": "Get-MgSiteGetByPathApplicableContentTypeForList",
"Method": "GET",
- "Uri": "/sites/{site-id}/getByPath(path='{path}')/getApplicableContentTypesForList(listId='{listId}')",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSiteGetByPathApplicableContentTypeForList",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/sites/{site-id}/getByPath(path='{path}')/columns",
+ "OutputType": "IMicrosoftGraphColumnDefinition",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List",
"List1"
],
- "OutputType": "IMicrosoftGraphColumnDefinition",
- "Command": "Get-MgSiteGetByPathColumn",
"Method": "GET",
- "Uri": "/sites/{site-id}/getByPath(path='{path}')/columns",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSiteGetByPathColumn",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-list-columns?view=graph-rest-1.0"
},
{
"Module": "Sites",
+ "Uri": "/sites/{site-id}/getByPath(path='{path}')/contentTypes",
+ "OutputType": "IMicrosoftGraphContentType",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List",
"List1"
],
- "OutputType": "IMicrosoftGraphContentType",
- "Command": "Get-MgSiteGetByPathContentType",
"Method": "GET",
- "Uri": "/sites/{site-id}/getByPath(path='{path}')/contentTypes",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSiteGetByPathContentType",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-list-contenttypes?view=graph-rest-1.0"
},
{
"Module": "Sites",
+ "Uri": "/sites/{site-id}/getByPath(path='{path}')/drive",
+ "OutputType": "IMicrosoftGraphDrive",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphDrive",
- "Command": "Get-MgSiteGetByPathDrive",
"Method": "GET",
- "Uri": "/sites/{site-id}/getByPath(path='{path}')/drive",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSiteGetByPathDrive",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/sites/{site-id}/getByPath(path='{path}')/drives",
+ "OutputType": "IMicrosoftGraphDrive",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List",
"List1"
],
- "OutputType": "IMicrosoftGraphDrive",
- "Command": "Get-MgSiteGetByPathDrive",
"Method": "GET",
- "Uri": "/sites/{site-id}/getByPath(path='{path}')/drives",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSiteGetByPathDrive",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/sites/{site-id}/getByPath(path='{path}')/externalColumns",
+ "OutputType": "IMicrosoftGraphColumnDefinition",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List",
"List1"
],
- "OutputType": "IMicrosoftGraphColumnDefinition",
- "Command": "Get-MgSiteGetByPathExternalColumn",
"Method": "GET",
- "Uri": "/sites/{site-id}/getByPath(path='{path}')/externalColumns",
+ "Command": "Get-MgSiteGetByPathExternalColumn",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Sites",
+ "Uri": "/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/lists",
+ "OutputType": "IMicrosoftGraphList",
"ApiVersion": "v1.0",
- "Permissions": []
+ "Permissions": [],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgSiteGetByPathList",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/list-list?view=graph-rest-1.0"
},
{
"Module": "Notes",
+ "Uri": "/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/onenote",
+ "OutputType": "IMicrosoftGraphOnenote",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphOnenote",
- "Command": "Get-MgSiteGetByPathOnenote",
"Method": "GET",
- "Uri": "/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/onenote",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSiteGetByPathOnenote",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/operations",
+ "OutputType": "IMicrosoftGraphRichLongRunningOperation",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List",
"List1"
],
- "OutputType": "IMicrosoftGraphRichLongRunningOperation",
- "Command": "Get-MgSiteGetByPathOperation",
"Method": "GET",
- "Uri": "/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/operations",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSiteGetByPathOperation",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-list-operations?view=graph-rest-1.0"
},
{
"Module": "Sites",
+ "Uri": "/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/pages",
+ "OutputType": "IMicrosoftGraphBaseSitePage",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List",
"List1"
],
- "OutputType": "IMicrosoftGraphBaseSitePage",
- "Command": "Get-MgSiteGetByPathPage",
"Method": "GET",
- "Uri": "/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/pages",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSiteGetByPathPage",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/permissions",
+ "OutputType": "IMicrosoftGraphPermission",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List",
"List1"
],
- "OutputType": "IMicrosoftGraphPermission",
- "Command": "Get-MgSiteGetByPathPermission",
"Method": "GET",
- "Uri": "/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/permissions",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSiteGetByPathPermission",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-list-permissions?view=graph-rest-1.0"
},
{
"Module": "Sites",
+ "Uri": "/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/sites",
+ "OutputType": "IMicrosoftGraphSite",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List",
"List1"
],
- "OutputType": "IMicrosoftGraphSite",
- "Command": "Get-MgSiteGetByPathSite",
"Method": "GET",
- "Uri": "/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/sites",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSiteGetByPathSite",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-list-subsites?view=graph-rest-1.0"
},
{
"Module": "Sites",
+ "Uri": "/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/termStore",
+ "OutputType": "IMicrosoftGraphTermStore",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphTermStore",
- "Command": "Get-MgSiteGetByPathTermStore",
"Method": "GET",
- "Uri": "/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/termStore",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSiteGetByPathTermStore",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-store-get?view=graph-rest-1.0"
},
{
"Module": "Sites",
+ "Uri": "/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/termStores",
+ "OutputType": "IMicrosoftGraphTermStore",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List",
"List1"
],
- "OutputType": "IMicrosoftGraphTermStore",
- "Command": "Get-MgSiteGetByPathTermStore",
"Method": "GET",
- "Uri": "/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')/termStores",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSiteGetByPathTermStore",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/sites/{site-id}/getByPath(path='{path}')/getActivitiesByInterval",
+ "OutputType": "IMicrosoftGraphItemActivityStat",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphItemActivityStat",
- "Command": "Get-MgSiteGetGraphBPrePathActivityByInterval",
"Method": "GET",
- "Uri": "/sites/{site-id}/getByPath(path='{path}')/getActivitiesByInterval",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSiteGetGraphBPrePathActivityByInterval",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')",
+ "OutputType": "IMicrosoftGraphSite",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSite",
- "Command": "Get-MgSiteGetGraphBPrePathByPath",
"Method": "GET",
- "Uri": "/sites/{site-id}/getByPath(path='{path}')/getByPath(path='{path1}')",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSiteGetGraphBPrePathByPath",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser",
+ "OutputType": "IMicrosoftGraphUser",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUser",
- "Command": "Get-MgSiteItemLastModifiedByUser",
"Method": "GET",
- "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSiteItemLastModifiedByUser",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/mailboxSettings",
+ "OutputType": "IMicrosoftGraphMailboxSettings",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Command": "Get-MgSiteItemLastModifiedByUserMailboxSetting",
"Method": "GET",
- "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/mailboxSettings",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSiteItemLastModifiedByUserMailboxSetting",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/serviceProvisioningErrors",
+ "OutputType": "IMicrosoftGraphServiceProvisioningError",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Command": "Get-MgSiteItemLastModifiedByUserServiceProvisioningError",
"Method": "GET",
- "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/serviceProvisioningErrors",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSiteItemLastModifiedByUserServiceProvisioningError",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgSiteItemLastModifiedByUserServiceProvisioningErrorCount",
"Method": "GET",
- "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSiteItemLastModifiedByUserServiceProvisioningErrorCount",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/sites/{site-id}/lists/{list-id}/lastModifiedByUser",
+ "OutputType": "IMicrosoftGraphUser",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUser",
- "Command": "Get-MgSiteLastModifiedByUser",
"Method": "GET",
- "Uri": "/sites/{site-id}/lists/{list-id}/lastModifiedByUser",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSiteLastModifiedByUser",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/sites/{site-id}/lists/{list-id}/lastModifiedByUser/mailboxSettings",
+ "OutputType": "IMicrosoftGraphMailboxSettings",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Command": "Get-MgSiteLastModifiedByUserMailboxSetting",
"Method": "GET",
- "Uri": "/sites/{site-id}/lists/{list-id}/lastModifiedByUser/mailboxSettings",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSiteLastModifiedByUserMailboxSetting",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/sites/{site-id}/lists/{list-id}/lastModifiedByUser/serviceProvisioningErrors",
+ "OutputType": "IMicrosoftGraphServiceProvisioningError",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Command": "Get-MgSiteLastModifiedByUserServiceProvisioningError",
"Method": "GET",
- "Uri": "/sites/{site-id}/lists/{list-id}/lastModifiedByUser/serviceProvisioningErrors",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSiteLastModifiedByUserServiceProvisioningError",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/sites/{site-id}/lists/{list-id}/lastModifiedByUser/serviceProvisioningErrors/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgSiteLastModifiedByUserServiceProvisioningErrorCount",
"Method": "GET",
- "Uri": "/sites/{site-id}/lists/{list-id}/lastModifiedByUser/serviceProvisioningErrors/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSiteLastModifiedByUserServiceProvisioningErrorCount",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphList",
- "Command": "Get-MgSiteList",
- "Method": "GET",
"Uri": "/sites/{site-id}/lists/{list-id}",
+ "OutputType": "IMicrosoftGraphList",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -283222,17 +295741,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Sites",
+ ],
"Variants": [
- "List1"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphList",
- "Command": "Get-MgSiteList",
"Method": "GET",
+ "Command": "Get-MgSiteList",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/list-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Sites",
"Uri": "/sites/{site-id}/lists",
+ "OutputType": "IMicrosoftGraphList",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -283251,18 +295772,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Sites",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List1"
],
- "OutputType": "IMicrosoftGraphColumnDefinition",
- "Command": "Get-MgSiteListColumn",
"Method": "GET",
+ "Command": "Get-MgSiteList",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/list-list?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Sites",
"Uri": "/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}",
+ "OutputType": "IMicrosoftGraphColumnDefinition",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -283297,17 +295818,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Sites",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphColumnDefinition",
- "Command": "Get-MgSiteListColumn",
"Method": "GET",
+ "Command": "Get-MgSiteListColumn",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Sites",
"Uri": "/sites/{site-id}/lists/{list-id}/columns",
+ "OutputType": "IMicrosoftGraphColumnDefinition",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -283342,18 +295865,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Sites",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgSiteListColumnCount",
"Method": "GET",
+ "Command": "Get-MgSiteListColumn",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/list-list-columns?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Sites",
"Uri": "/sites/{site-id}/lists/{list-id}/columns/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -283388,31 +295911,33 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Sites",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphColumnDefinition",
- "Command": "Get-MgSiteListColumnSourceColumn",
"Method": "GET",
- "Uri": "/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}/sourceColumn",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSiteListColumnCount",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}/sourceColumn",
+ "OutputType": "IMicrosoftGraphColumnDefinition",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphContentType",
- "Command": "Get-MgSiteListContentType",
"Method": "GET",
+ "Command": "Get-MgSiteListColumnSourceColumn",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Sites",
"Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}",
+ "OutputType": "IMicrosoftGraphContentType",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -283447,17 +295972,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Sites",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphContentType",
- "Command": "Get-MgSiteListContentType",
"Method": "GET",
+ "Command": "Get-MgSiteListContentType",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Sites",
"Uri": "/sites/{site-id}/lists/{list-id}/contentTypes",
+ "OutputType": "IMicrosoftGraphContentType",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -283492,18 +296019,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Sites",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": "IMicrosoftGraphColumnDefinition",
- "Command": "Get-MgSiteListContentTypeColumn",
"Method": "GET",
+ "Command": "Get-MgSiteListContentType",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/list-list-contenttypes?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Sites",
"Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}",
+ "OutputType": "IMicrosoftGraphColumnDefinition",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -283538,17 +296065,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Sites",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphColumnDefinition",
- "Command": "Get-MgSiteListContentTypeColumn",
"Method": "GET",
+ "Command": "Get-MgSiteListContentTypeColumn",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/columndefinition-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Sites",
"Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns",
+ "OutputType": "IMicrosoftGraphColumnDefinition",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -283583,18 +296112,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Sites",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgSiteListContentTypeColumnCount",
"Method": "GET",
+ "Command": "Get-MgSiteListContentTypeColumn",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-list-columns?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Sites",
"Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -283629,107 +296158,115 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgSiteListContentTypeColumnCount",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}",
+ "OutputType": "IMicrosoftGraphColumnLink",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphColumnLink",
- "Command": "Get-MgSiteListContentTypeColumnLink",
"Method": "GET",
- "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSiteListContentTypeColumnLink",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks",
+ "OutputType": "IMicrosoftGraphColumnLink",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphColumnLink",
- "Command": "Get-MgSiteListContentTypeColumnLink",
"Method": "GET",
- "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSiteListContentTypeColumnLink",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgSiteListContentTypeColumnLinkCount",
"Method": "GET",
- "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSiteListContentTypeColumnLinkCount",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}",
+ "OutputType": "IMicrosoftGraphColumnDefinition",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphColumnDefinition",
- "Command": "Get-MgSiteListContentTypeColumnPosition",
"Method": "GET",
- "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSiteListContentTypeColumnPosition",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions",
+ "OutputType": "IMicrosoftGraphColumnDefinition",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphColumnDefinition",
- "Command": "Get-MgSiteListContentTypeColumnPosition",
"Method": "GET",
- "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSiteListContentTypeColumnPosition",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgSiteListContentTypeColumnPositionCount",
"Method": "GET",
- "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSiteListContentTypeColumnPositionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn",
+ "OutputType": "IMicrosoftGraphColumnDefinition",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphColumnDefinition",
- "Command": "Get-MgSiteListContentTypeColumnSourceColumn",
"Method": "GET",
- "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSiteListContentTypeColumnSourceColumn",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphContentType",
- "Command": "Get-MgSiteListContentTypeCompatibleHubContentType",
- "Method": "GET",
"Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/getCompatibleHubContentTypes",
+ "OutputType": "IMicrosoftGraphContentType",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -283748,18 +296285,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Sites",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgSiteListContentTypeCount",
"Method": "GET",
+ "Command": "Get-MgSiteListContentTypeCompatibleHubContentType",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Sites",
"Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -283794,18 +296332,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Sites",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgSiteListCount",
"Method": "GET",
+ "Command": "Get-MgSiteListContentTypeCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Sites",
"Uri": "/sites/{site-id}/lists/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -283824,82 +296363,88 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgSiteListCount",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/sites/{site-id}/lists/{list-id}/createdByUser",
+ "OutputType": "IMicrosoftGraphUser",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUser",
- "Command": "Get-MgSiteListCreatedByUser",
"Method": "GET",
- "Uri": "/sites/{site-id}/lists/{list-id}/createdByUser",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSiteListCreatedByUser",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/sites/{site-id}/lists/{list-id}/createdByUser/mailboxSettings",
+ "OutputType": "IMicrosoftGraphMailboxSettings",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Command": "Get-MgSiteListCreatedByUserMailboxSetting",
"Method": "GET",
- "Uri": "/sites/{site-id}/lists/{list-id}/createdByUser/mailboxSettings",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSiteListCreatedByUserMailboxSetting",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/sites/{site-id}/lists/{list-id}/createdByUser/serviceProvisioningErrors",
+ "OutputType": "IMicrosoftGraphServiceProvisioningError",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Command": "Get-MgSiteListCreatedByUserServiceProvisioningError",
"Method": "GET",
- "Uri": "/sites/{site-id}/lists/{list-id}/createdByUser/serviceProvisioningErrors",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSiteListCreatedByUserServiceProvisioningError",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/sites/{site-id}/lists/{list-id}/createdByUser/serviceProvisioningErrors/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgSiteListCreatedByUserServiceProvisioningErrorCount",
"Method": "GET",
- "Uri": "/sites/{site-id}/lists/{list-id}/createdByUser/serviceProvisioningErrors/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSiteListCreatedByUserServiceProvisioningErrorCount",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/sites/{site-id}/lists/{list-id}/drive",
+ "OutputType": "IMicrosoftGraphDrive",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDrive",
- "Command": "Get-MgSiteListDrive",
"Method": "GET",
- "Uri": "/sites/{site-id}/lists/{list-id}/drive",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSiteListDrive",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphListItem",
- "Command": "Get-MgSiteListItem",
- "Method": "GET",
"Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}",
+ "OutputType": "IMicrosoftGraphListItem",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -283926,17 +296471,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Sites",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphListItem",
- "Command": "Get-MgSiteListItem",
"Method": "GET",
+ "Command": "Get-MgSiteListItem",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Sites",
"Uri": "/sites/{site-id}/lists/{list-id}/items",
+ "OutputType": "IMicrosoftGraphListItem",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -283955,33 +296502,34 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgSiteListItem",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-list?view=graph-rest-1.0"
},
{
"Module": "Sites",
+ "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/getActivitiesByInterval",
+ "OutputType": "IMicrosoftGraphItemActivityStat",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphItemActivityStat",
- "Command": "Get-MgSiteListItemActivityByInterval",
"Method": "GET",
- "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/getActivitiesByInterval",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSiteListItemActivityByInterval",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphItemAnalytics",
- "Command": "Get-MgSiteListItemAnalytic",
- "Method": "GET",
"Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/analytics",
+ "OutputType": "IMicrosoftGraphItemAnalytics",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -284032,69 +296580,74 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgSiteListItemAnalytic",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser",
+ "OutputType": "IMicrosoftGraphUser",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUser",
- "Command": "Get-MgSiteListItemCreatedByUser",
"Method": "GET",
- "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSiteListItemCreatedByUser",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/mailboxSettings",
+ "OutputType": "IMicrosoftGraphMailboxSettings",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Command": "Get-MgSiteListItemCreatedByUserMailboxSetting",
"Method": "GET",
- "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/mailboxSettings",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSiteListItemCreatedByUserMailboxSetting",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/serviceProvisioningErrors",
+ "OutputType": "IMicrosoftGraphServiceProvisioningError",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Command": "Get-MgSiteListItemCreatedByUserServiceProvisioningError",
"Method": "GET",
- "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/serviceProvisioningErrors",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSiteListItemCreatedByUserServiceProvisioningError",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/serviceProvisioningErrors/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgSiteListItemCreatedByUserServiceProvisioningErrorCount",
"Method": "GET",
- "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/serviceProvisioningErrors/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSiteListItemCreatedByUserServiceProvisioningErrorCount",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphDocumentSetVersion",
- "Command": "Get-MgSiteListItemDocumentSetVersion",
- "Method": "GET",
"Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}",
+ "OutputType": "IMicrosoftGraphDocumentSetVersion",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -284137,17 +296690,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Sites",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDocumentSetVersion",
- "Command": "Get-MgSiteListItemDocumentSetVersion",
"Method": "GET",
+ "Command": "Get-MgSiteListItemDocumentSetVersion",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Sites",
"Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions",
+ "OutputType": "IMicrosoftGraphDocumentSetVersion",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -284190,18 +296745,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Sites",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgSiteListItemDocumentSetVersionCount",
"Method": "GET",
+ "Command": "Get-MgSiteListItemDocumentSetVersion",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-list-documentsetversions?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Sites",
"Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -284244,31 +296799,33 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Sites",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgSiteListItemDocumentSetVersionField",
"Method": "GET",
- "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSiteListItemDocumentSetVersionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDriveItem",
- "Command": "Get-MgSiteListItemDriveItem",
"Method": "GET",
+ "Command": "Get-MgSiteListItemDocumentSetVersionField",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Sites",
"Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem",
+ "OutputType": "IMicrosoftGraphDriveItem",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -284319,44 +296876,47 @@
"PermissionType": "DelegatedPersonal",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Sites",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgSiteListItemDriveItemContent",
"Method": "GET",
- "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/content",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSiteListItemDriveItem",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/content",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgSiteListItemField",
"Method": "GET",
- "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSiteListItemDriveItemContent",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphListItemVersion",
- "Command": "Get-MgSiteListItemVersion",
"Method": "GET",
+ "Command": "Get-MgSiteListItemField",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Sites",
"Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}",
+ "OutputType": "IMicrosoftGraphListItemVersion",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -284375,17 +296935,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Sites",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphListItemVersion",
- "Command": "Get-MgSiteListItemVersion",
"Method": "GET",
+ "Command": "Get-MgSiteListItemVersion",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitemversion-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Sites",
"Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions",
+ "OutputType": "IMicrosoftGraphListItemVersion",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -284404,18 +296966,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Sites",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgSiteListItemVersionCount",
"Method": "GET",
+ "Command": "Get-MgSiteListItemVersion",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-list-versions?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Sites",
"Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -284434,31 +296996,33 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Sites",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgSiteListItemVersionField",
"Method": "GET",
- "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSiteListItemVersionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphRichLongRunningOperation",
- "Command": "Get-MgSiteListOperation",
"Method": "GET",
+ "Command": "Get-MgSiteListItemVersionField",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Sites",
"Uri": "/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}",
+ "OutputType": "IMicrosoftGraphRichLongRunningOperation",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -284493,17 +297057,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Sites",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphRichLongRunningOperation",
- "Command": "Get-MgSiteListOperation",
"Method": "GET",
+ "Command": "Get-MgSiteListOperation",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Sites",
"Uri": "/sites/{site-id}/lists/{list-id}/operations",
+ "OutputType": "IMicrosoftGraphRichLongRunningOperation",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -284538,18 +297104,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Sites",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgSiteListOperationCount",
"Method": "GET",
+ "Command": "Get-MgSiteListOperation",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Sites",
"Uri": "/sites/{site-id}/lists/{list-id}/operations/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -284584,56 +297150,60 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgSiteListOperationCount",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}",
+ "OutputType": "IMicrosoftGraphSubscription",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSubscription",
- "Command": "Get-MgSiteListSubscription",
"Method": "GET",
- "Uri": "/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSiteListSubscription",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/sites/{site-id}/lists/{list-id}/subscriptions",
+ "OutputType": "IMicrosoftGraphSubscription",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphSubscription",
- "Command": "Get-MgSiteListSubscription",
"Method": "GET",
- "Uri": "/sites/{site-id}/lists/{list-id}/subscriptions",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSiteListSubscription",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/sites/{site-id}/lists/{list-id}/subscriptions/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgSiteListSubscriptionCount",
"Method": "GET",
- "Uri": "/sites/{site-id}/lists/{list-id}/subscriptions/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSiteListSubscriptionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Notes",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphNotebook",
- "Command": "Get-MgSiteOnenoteNotebook",
- "Method": "GET",
"Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}",
+ "OutputType": "IMicrosoftGraphNotebook",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -284676,17 +297246,19 @@
"PermissionType": "DelegatedPersonal",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Notes",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphNotebook",
- "Command": "Get-MgSiteOnenoteNotebook",
"Method": "GET",
+ "Command": "Get-MgSiteOnenoteNotebook",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Notes",
"Uri": "/sites/{site-id}/onenote/notebooks",
+ "OutputType": "IMicrosoftGraphNotebook",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -284729,18 +297301,18 @@
"PermissionType": "DelegatedPersonal",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Notes",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgSiteOnenoteNotebookCount",
"Method": "GET",
+ "Command": "Get-MgSiteOnenoteNotebook",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onenote-list-notebooks?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Notes",
"Uri": "/sites/{site-id}/onenote/notebooks/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -284783,20 +297355,19 @@
"PermissionType": "DelegatedPersonal",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Sites",
+ ],
"Variants": [
"Get",
- "GetExpanded",
- "GetViaIdentity",
- "GetViaIdentityExpanded"
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphCopyNotebookModel",
- "Command": "Get-MgSiteOnenoteNotebookFromWebUrl",
- "Method": "POST",
+ "Method": "GET",
+ "Command": "Get-MgSiteOnenoteNotebookCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Sites",
"Uri": "/sites/{site-id}/onenote/notebooks/getNotebookFromWebUrl",
+ "OutputType": "IMicrosoftGraphCopyNotebookModel",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -284839,17 +297410,21 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetExpanded",
+ "GetViaIdentity",
+ "GetViaIdentityExpanded"
+ ],
+ "Method": "POST",
+ "Command": "Get-MgSiteOnenoteNotebookFromWebUrl",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-getnotebookfromweburl?view=graph-rest-1.0"
},
{
"Module": "Notes",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphOnenoteSection",
- "Command": "Get-MgSiteOnenoteNotebookSection",
- "Method": "GET",
"Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections",
+ "OutputType": "IMicrosoftGraphOnenoteSection",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -284892,17 +297467,18 @@
"PermissionType": "DelegatedPersonal",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Notes",
+ ],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphSectionGroup",
- "Command": "Get-MgSiteOnenoteNotebookSectionGroup",
"Method": "GET",
+ "Command": "Get-MgSiteOnenoteNotebookSection",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-list-sections?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Notes",
"Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups",
+ "OutputType": "IMicrosoftGraphSectionGroup",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -284945,18 +297521,18 @@
"PermissionType": "DelegatedPersonal",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Notes",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": "IMicrosoftGraphOnenoteOperation",
- "Command": "Get-MgSiteOnenoteOperation",
"Method": "GET",
+ "Command": "Get-MgSiteOnenoteNotebookSectionGroup",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-list-sectiongroups?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Notes",
"Uri": "/sites/{site-id}/onenote/operations/{onenoteOperation-id}",
+ "OutputType": "IMicrosoftGraphOnenoteOperation",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -284999,31 +297575,33 @@
"PermissionType": "DelegatedPersonal",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Notes",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgSiteOnenoteOperationCount",
"Method": "GET",
- "Uri": "/sites/{site-id}/onenote/operations/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSiteOnenoteOperation",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onenoteoperation-get?view=graph-rest-1.0"
},
{
"Module": "Notes",
+ "Uri": "/sites/{site-id}/onenote/operations/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphOnenotePage",
- "Command": "Get-MgSiteOnenotePage",
"Method": "GET",
+ "Command": "Get-MgSiteOnenoteOperationCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Notes",
"Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}",
+ "OutputType": "IMicrosoftGraphOnenotePage",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -285058,17 +297636,19 @@
"PermissionType": "DelegatedPersonal",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Notes",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphOnenotePage",
- "Command": "Get-MgSiteOnenotePage",
"Method": "GET",
+ "Command": "Get-MgSiteOnenotePage",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/page-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Notes",
"Uri": "/sites/{site-id}/onenote/pages",
+ "OutputType": "IMicrosoftGraphOnenotePage",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -285103,31 +297683,32 @@
"PermissionType": "DelegatedPersonal",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Notes",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgSiteOnenotePageContent",
"Method": "GET",
- "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}/content",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSiteOnenotePage",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onenote-list-pages?view=graph-rest-1.0"
},
{
"Module": "Notes",
+ "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}/content",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgSiteOnenotePageCount",
"Method": "GET",
+ "Command": "Get-MgSiteOnenotePageContent",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onenote-list-pages?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Notes",
"Uri": "/sites/{site-id}/onenote/pages/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -285162,31 +297743,33 @@
"PermissionType": "DelegatedPersonal",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Notes",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphOnenoteResource",
- "Command": "Get-MgSiteOnenoteResource",
"Method": "GET",
- "Uri": "/sites/{site-id}/onenote/resources/{onenoteResource-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSiteOnenotePageCount",
+ "ApiReferenceLink": null
},
{
"Module": "Notes",
+ "Uri": "/sites/{site-id}/onenote/resources/{onenoteResource-id}",
+ "OutputType": "IMicrosoftGraphOnenoteResource",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgSiteOnenoteResourceContent",
"Method": "GET",
+ "Command": "Get-MgSiteOnenoteResource",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Notes",
"Uri": "/sites/{site-id}/onenote/resources/{onenoteResource-id}/content",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -285221,31 +297804,33 @@
"PermissionType": "DelegatedPersonal",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Notes",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgSiteOnenoteResourceCount",
"Method": "GET",
- "Uri": "/sites/{site-id}/onenote/resources/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSiteOnenoteResourceContent",
+ "ApiReferenceLink": null
},
{
"Module": "Notes",
+ "Uri": "/sites/{site-id}/onenote/resources/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphOnenoteSection",
- "Command": "Get-MgSiteOnenoteSection",
"Method": "GET",
+ "Command": "Get-MgSiteOnenoteResourceCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Notes",
"Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}",
+ "OutputType": "IMicrosoftGraphOnenoteSection",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -285288,17 +297873,19 @@
"PermissionType": "DelegatedPersonal",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Notes",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphOnenoteSection",
- "Command": "Get-MgSiteOnenoteSection",
"Method": "GET",
+ "Command": "Get-MgSiteOnenoteSection",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Notes",
"Uri": "/sites/{site-id}/onenote/sections",
+ "OutputType": "IMicrosoftGraphOnenoteSection",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -285341,18 +297928,18 @@
"PermissionType": "DelegatedPersonal",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Notes",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgSiteOnenoteSectionCount",
"Method": "GET",
+ "Command": "Get-MgSiteOnenoteSection",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onenote-list-sections?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Notes",
"Uri": "/sites/{site-id}/onenote/sections/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -285395,18 +297982,19 @@
"PermissionType": "DelegatedPersonal",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Notes",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSectionGroup",
- "Command": "Get-MgSiteOnenoteSectionGroup",
"Method": "GET",
+ "Command": "Get-MgSiteOnenoteSectionCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Notes",
"Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}",
+ "OutputType": "IMicrosoftGraphSectionGroup",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -285449,18 +298037,19 @@
"PermissionType": "DelegatedPersonal",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Notes",
+ ],
"Variants": [
- "List",
- "List1"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSectionGroup",
- "Command": "Get-MgSiteOnenoteSectionGroup",
"Method": "GET",
+ "Command": "Get-MgSiteOnenoteSectionGroup",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sectiongroup-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Notes",
"Uri": "/sites/{site-id}/onenote/sectionGroups",
+ "OutputType": "IMicrosoftGraphSectionGroup",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -285503,20 +298092,19 @@
"PermissionType": "DelegatedPersonal",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Notes",
+ ],
"Variants": [
- "Get",
- "Get1",
- "GetViaIdentity",
- "GetViaIdentity1"
+ "List",
+ "List1"
],
- "OutputType": null,
- "Command": "Get-MgSiteOnenoteSectionGroupCount",
"Method": "GET",
+ "Command": "Get-MgSiteOnenoteSectionGroup",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onenote-list-sectiongroups?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Notes",
"Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -285559,17 +298147,21 @@
"PermissionType": "DelegatedPersonal",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Notes",
+ ],
"Variants": [
- "List"
+ "Get",
+ "Get1",
+ "GetViaIdentity",
+ "GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphOnenoteSection",
- "Command": "Get-MgSiteOnenoteSectionGroupSection",
"Method": "GET",
+ "Command": "Get-MgSiteOnenoteSectionGroupCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Notes",
"Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections",
+ "OutputType": "IMicrosoftGraphOnenoteSection",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -285612,17 +298204,18 @@
"PermissionType": "DelegatedPersonal",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Notes",
+ ],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphOnenotePage",
- "Command": "Get-MgSiteOnenoteSectionPage",
"Method": "GET",
+ "Command": "Get-MgSiteOnenoteSectionGroupSection",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sectiongroup-list-sections?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Notes",
"Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages",
+ "OutputType": "IMicrosoftGraphOnenotePage",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -285657,18 +298250,18 @@
"PermissionType": "DelegatedPersonal",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Sites",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": "IMicrosoftGraphRichLongRunningOperation",
- "Command": "Get-MgSiteOperation",
"Method": "GET",
+ "Command": "Get-MgSiteOnenoteSectionPage",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-list-pages?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Sites",
"Uri": "/sites/{site-id}/operations/{richLongRunningOperation-id}",
+ "OutputType": "IMicrosoftGraphRichLongRunningOperation",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -285703,17 +298296,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Sites",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphRichLongRunningOperation",
- "Command": "Get-MgSiteOperation",
"Method": "GET",
+ "Command": "Get-MgSiteOperation",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/richlongrunningoperation-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Sites",
"Uri": "/sites/{site-id}/operations",
+ "OutputType": "IMicrosoftGraphRichLongRunningOperation",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -285748,18 +298343,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Sites",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgSiteOperationCount",
"Method": "GET",
+ "Command": "Get-MgSiteOperation",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-list-operations?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Sites",
"Uri": "/sites/{site-id}/operations/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -285794,18 +298389,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Sites",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphBaseSitePage",
- "Command": "Get-MgSitePage",
"Method": "GET",
+ "Command": "Get-MgSiteOperationCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Sites",
"Uri": "/sites/{site-id}/pages/{baseSitePage-id}",
+ "OutputType": "IMicrosoftGraphBaseSitePage",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -285824,17 +298420,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Sites",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphBaseSitePage",
- "Command": "Get-MgSitePage",
"Method": "GET",
+ "Command": "Get-MgSitePage",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Sites",
"Uri": "/sites/{site-id}/pages",
+ "OutputType": "IMicrosoftGraphBaseSitePage",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -285853,30 +298451,32 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgSitePage",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage",
+ "OutputType": "IMicrosoftGraphSitePage",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSitePage",
- "Command": "Get-MgSitePageAsSitePage",
"Method": "GET",
- "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSitePageAsSitePage",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphSitePage",
- "Command": "Get-MgSitePageAsSitePage",
- "Method": "GET",
"Uri": "/sites/{site-id}/pages/sitePage",
+ "OutputType": "IMicrosoftGraphSitePage",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -285895,336 +298495,361 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgSitePageAsSitePage",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout",
+ "OutputType": "IMicrosoftGraphCanvasLayout",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphCanvasLayout",
- "Command": "Get-MgSitePageAsSitePageCanvaLayout",
"Method": "GET",
- "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSitePageAsSitePageCanvaLayout",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}",
+ "OutputType": "IMicrosoftGraphHorizontalSection",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphHorizontalSection",
- "Command": "Get-MgSitePageAsSitePageCanvaLayoutHorizontalSection",
"Method": "GET",
- "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSitePageAsSitePageCanvaLayoutHorizontalSection",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections",
+ "OutputType": "IMicrosoftGraphHorizontalSection",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphHorizontalSection",
- "Command": "Get-MgSitePageAsSitePageCanvaLayoutHorizontalSection",
"Method": "GET",
- "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSitePageAsSitePageCanvaLayoutHorizontalSection",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}",
+ "OutputType": "IMicrosoftGraphHorizontalSectionColumn",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphHorizontalSectionColumn",
- "Command": "Get-MgSitePageAsSitePageCanvaLayoutHorizontalSectionColumn",
"Method": "GET",
- "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSitePageAsSitePageCanvaLayoutHorizontalSectionColumn",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns",
+ "OutputType": "IMicrosoftGraphHorizontalSectionColumn",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphHorizontalSectionColumn",
- "Command": "Get-MgSitePageAsSitePageCanvaLayoutHorizontalSectionColumn",
"Method": "GET",
- "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSitePageAsSitePageCanvaLayoutHorizontalSectionColumn",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgSitePageAsSitePageCanvaLayoutHorizontalSectionColumnCount",
"Method": "GET",
- "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSitePageAsSitePageCanvaLayoutHorizontalSectionColumnCount",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart",
"Method": "GET",
- "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts",
+ "OutputType": "IMicrosoftGraphWebPart",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphWebPart",
- "Command": "Get-MgSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart",
"Method": "GET",
- "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpartCount",
"Method": "GET",
- "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpartCount",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgSitePageAsSitePageCanvaLayoutHorizontalSectionCount",
"Method": "GET",
- "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSitePageAsSitePageCanvaLayoutHorizontalSectionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection",
+ "OutputType": "IMicrosoftGraphVerticalSection",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphVerticalSection",
- "Command": "Get-MgSitePageAsSitePageCanvaLayoutVerticalSection",
"Method": "GET",
- "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSitePageAsSitePageCanvaLayoutVerticalSection",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/{webPart-id}",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgSitePageAsSitePageCanvaLayoutVerticalSectionWebpart",
"Method": "GET",
- "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/{webPart-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSitePageAsSitePageCanvaLayoutVerticalSectionWebpart",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts",
+ "OutputType": "IMicrosoftGraphWebPart",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphWebPart",
- "Command": "Get-MgSitePageAsSitePageCanvaLayoutVerticalSectionWebpart",
"Method": "GET",
- "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSitePageAsSitePageCanvaLayoutVerticalSectionWebpart",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgSitePageAsSitePageCanvaLayoutVerticalSectionWebpartCount",
"Method": "GET",
- "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSitePageAsSitePageCanvaLayoutVerticalSectionWebpartCount",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser",
+ "OutputType": "IMicrosoftGraphUser",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUser",
- "Command": "Get-MgSitePageAsSitePageCreatedByUser",
"Method": "GET",
- "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSitePageAsSitePageCreatedByUser",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser/mailboxSettings",
+ "OutputType": "IMicrosoftGraphMailboxSettings",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Command": "Get-MgSitePageAsSitePageCreatedByUserMailboxSetting",
"Method": "GET",
- "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser/mailboxSettings",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSitePageAsSitePageCreatedByUserMailboxSetting",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser/serviceProvisioningErrors",
+ "OutputType": "IMicrosoftGraphServiceProvisioningError",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Command": "Get-MgSitePageAsSitePageCreatedByUserServiceProvisioningError",
"Method": "GET",
- "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser/serviceProvisioningErrors",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSitePageAsSitePageCreatedByUserServiceProvisioningError",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser/serviceProvisioningErrors/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgSitePageAsSitePageCreatedByUserServiceProvisioningErrorCount",
"Method": "GET",
- "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser/serviceProvisioningErrors/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSitePageAsSitePageCreatedByUserServiceProvisioningErrorCount",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser",
+ "OutputType": "IMicrosoftGraphUser",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUser",
- "Command": "Get-MgSitePageAsSitePageLastModifiedByUser",
"Method": "GET",
- "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSitePageAsSitePageLastModifiedByUser",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser/mailboxSettings",
+ "OutputType": "IMicrosoftGraphMailboxSettings",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Command": "Get-MgSitePageAsSitePageLastModifiedByUserMailboxSetting",
"Method": "GET",
- "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser/mailboxSettings",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSitePageAsSitePageLastModifiedByUserMailboxSetting",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser/serviceProvisioningErrors",
+ "OutputType": "IMicrosoftGraphServiceProvisioningError",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Command": "Get-MgSitePageAsSitePageLastModifiedByUserServiceProvisioningError",
"Method": "GET",
- "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser/serviceProvisioningErrors",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSitePageAsSitePageLastModifiedByUserServiceProvisioningError",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser/serviceProvisioningErrors/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgSitePageAsSitePageLastModifiedByUserServiceProvisioningErrorCount",
"Method": "GET",
- "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser/serviceProvisioningErrors/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSitePageAsSitePageLastModifiedByUserServiceProvisioningErrorCount",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/{webPart-id}",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgSitePageAsSitePageWebPart",
"Method": "GET",
- "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/{webPart-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSitePageAsSitePageWebPart",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts",
+ "OutputType": "IMicrosoftGraphWebPart",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphWebPart",
- "Command": "Get-MgSitePageAsSitePageWebPart",
"Method": "GET",
- "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSitePageAsSitePageWebPart",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgSitePageAsSitePageWebPartCount",
"Method": "GET",
- "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSitePageAsSitePageWebPartCount",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": null,
- "Command": "Get-MgSitePageCount",
- "Method": "GET",
"Uri": "/sites/{site-id}/pages/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -286243,18 +298868,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Sites",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgSitePageCountAsSitePage",
"Method": "GET",
+ "Command": "Get-MgSitePageCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Sites",
"Uri": "/sites/{site-id}/pages/sitePage/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -286273,197 +298899,212 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgSitePageCountAsSitePage",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/createdByUser",
+ "OutputType": "IMicrosoftGraphUser",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUser",
- "Command": "Get-MgSitePageCreatedByUser",
"Method": "GET",
- "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/createdByUser",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSitePageCreatedByUser",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/mailboxSettings",
+ "OutputType": "IMicrosoftGraphMailboxSettings",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Command": "Get-MgSitePageCreatedByUserMailboxSetting",
"Method": "GET",
- "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/mailboxSettings",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSitePageCreatedByUserMailboxSetting",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/serviceProvisioningErrors",
+ "OutputType": "IMicrosoftGraphServiceProvisioningError",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Command": "Get-MgSitePageCreatedByUserServiceProvisioningError",
"Method": "GET",
- "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/serviceProvisioningErrors",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSitePageCreatedByUserServiceProvisioningError",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/serviceProvisioningErrors/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgSitePageCreatedByUserServiceProvisioningErrorCount",
"Method": "GET",
- "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/serviceProvisioningErrors/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSitePageCreatedByUserServiceProvisioningErrorCount",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser",
+ "OutputType": "IMicrosoftGraphUser",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUser",
- "Command": "Get-MgSitePageLastModifiedByUser",
"Method": "GET",
- "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSitePageLastModifiedByUser",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/mailboxSettings",
+ "OutputType": "IMicrosoftGraphMailboxSettings",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Command": "Get-MgSitePageLastModifiedByUserMailboxSetting",
"Method": "GET",
- "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/mailboxSettings",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSitePageLastModifiedByUserMailboxSetting",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/serviceProvisioningErrors",
+ "OutputType": "IMicrosoftGraphServiceProvisioningError",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Command": "Get-MgSitePageLastModifiedByUserServiceProvisioningError",
"Method": "GET",
- "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/serviceProvisioningErrors",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSitePageLastModifiedByUserServiceProvisioningError",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/serviceProvisioningErrors/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgSitePageLastModifiedByUserServiceProvisioningErrorCount",
"Method": "GET",
- "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/serviceProvisioningErrors/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSitePageLastModifiedByUserServiceProvisioningErrorCount",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}/getPositionOfWebPart",
+ "OutputType": "IMicrosoftGraphWebPartPosition",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphWebPartPosition",
- "Command": "Get-MgSitePageMicrosoftGraphSitePageCanvaLayoutHorizontalSectionColumnWebpartPositionOfWebPart",
"Method": "POST",
- "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}/getPositionOfWebPart",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSitePageMicrosoftGraphSitePageCanvaLayoutHorizontalSectionColumnWebpartPositionOfWebPart",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/{webPart-id}/getPositionOfWebPart",
+ "OutputType": "IMicrosoftGraphWebPartPosition",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphWebPartPosition",
- "Command": "Get-MgSitePageMicrosoftGraphSitePageCanvaLayoutVerticalSectionWebpartPositionOfWebPart",
"Method": "POST",
- "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/{webPart-id}/getPositionOfWebPart",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSitePageMicrosoftGraphSitePageCanvaLayoutVerticalSectionWebpartPositionOfWebPart",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/{webPart-id}/getPositionOfWebPart",
+ "OutputType": "IMicrosoftGraphWebPartPosition",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphWebPartPosition",
- "Command": "Get-MgSitePageMicrosoftGraphSitePageWebPartPositionOfWebPart",
"Method": "POST",
- "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/{webPart-id}/getPositionOfWebPart",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSitePageMicrosoftGraphSitePageWebPartPositionOfWebPart",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/sites/{site-id}/permissions/{permission-id}",
+ "OutputType": "IMicrosoftGraphPermission",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphPermission",
- "Command": "Get-MgSitePermission",
"Method": "GET",
- "Uri": "/sites/{site-id}/permissions/{permission-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSitePermission",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-get-permission?view=graph-rest-1.0"
},
{
"Module": "Sites",
+ "Uri": "/sites/{site-id}/permissions",
+ "OutputType": "IMicrosoftGraphPermission",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphPermission",
- "Command": "Get-MgSitePermission",
"Method": "GET",
- "Uri": "/sites/{site-id}/permissions",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSitePermission",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-list-permissions?view=graph-rest-1.0"
},
{
"Module": "Sites",
+ "Uri": "/sites/{site-id}/permissions/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgSitePermissionCount",
"Method": "GET",
- "Uri": "/sites/{site-id}/permissions/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSitePermissionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphRecentNotebook",
- "Command": "Get-MgSiteRecentNotebook",
- "Method": "GET",
"Uri": "/sites/{site-id}/onenote/notebooks/getRecentNotebooks(includePersonalNotebooks={includePersonalNotebooks})",
+ "OutputType": "IMicrosoftGraphRecentNotebook",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -286506,20 +299147,19 @@
"PermissionType": "DelegatedPersonal",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Sites",
+ ],
"Variants": [
"Get",
- "Get1",
- "GetViaIdentity",
- "GetViaIdentity1"
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTermStore",
- "Command": "Get-MgSiteTermStore",
"Method": "GET",
+ "Command": "Get-MgSiteRecentNotebook",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Sites",
"Uri": "/sites/{site-id}/termStore",
+ "OutputType": "IMicrosoftGraphTermStore",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -286538,45 +299178,48 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "Get1",
+ "GetViaIdentity",
+ "GetViaIdentity1"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgSiteTermStore",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-store-get?view=graph-rest-1.0"
},
{
"Module": "Sites",
+ "Uri": "/sites/{site-id}/termStores",
+ "OutputType": "IMicrosoftGraphTermStore",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphTermStore",
- "Command": "Get-MgSiteTermStore",
"Method": "GET",
- "Uri": "/sites/{site-id}/termStores",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSiteTermStore",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/sites/{site-id}/termStores/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgSiteTermStoreCount",
"Method": "GET",
- "Uri": "/sites/{site-id}/termStores/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSiteTermStoreCount",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
- "Variants": [
- "Get",
- "Get1",
- "GetViaIdentity",
- "GetViaIdentity1"
- ],
- "OutputType": "IMicrosoftGraphTermStoreGroup",
- "Command": "Get-MgSiteTermStoreGroup",
- "Method": "GET",
"Uri": "/sites/{site-id}/termStore/groups/{group-id}",
+ "OutputType": "IMicrosoftGraphTermStoreGroup",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -286595,18 +299238,21 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Sites",
+ ],
"Variants": [
- "List",
- "List1"
+ "Get",
+ "Get1",
+ "GetViaIdentity",
+ "GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphTermStoreGroup",
- "Command": "Get-MgSiteTermStoreGroup",
"Method": "GET",
+ "Command": "Get-MgSiteTermStoreGroup",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-group-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Sites",
"Uri": "/sites/{site-id}/termStore/groups",
+ "OutputType": "IMicrosoftGraphTermStoreGroup",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -286625,20 +299271,19 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Sites",
+ ],
"Variants": [
- "Get",
- "Get1",
- "GetViaIdentity",
- "GetViaIdentity1"
+ "List",
+ "List1"
],
- "OutputType": null,
- "Command": "Get-MgSiteTermStoreGroupCount",
"Method": "GET",
+ "Command": "Get-MgSiteTermStoreGroup",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-list-groups?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Sites",
"Uri": "/sites/{site-id}/termStore/groups/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -286657,33 +299302,37 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Sites",
+ ],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphTermStoreSet",
- "Command": "Get-MgSiteTermStoreGroupSet",
"Method": "GET",
- "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSiteTermStoreGroupCount",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}",
+ "OutputType": "IMicrosoftGraphTermStoreSet",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
- "List",
- "List1"
+ "Get",
+ "Get1",
+ "GetViaIdentity",
+ "GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphTermStoreSet",
- "Command": "Get-MgSiteTermStoreGroupSet",
"Method": "GET",
+ "Command": "Get-MgSiteTermStoreGroupSet",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Sites",
"Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets",
+ "OutputType": "IMicrosoftGraphTermStoreSet",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -286702,10 +299351,21 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List",
+ "List1"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgSiteTermStoreGroupSet",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-group-list-sets?view=graph-rest-1.0"
},
{
"Module": "Sites",
+ "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}",
+ "OutputType": "IMicrosoftGraphTermStoreTerm",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
@@ -286716,30 +299376,32 @@
"GetViaIdentity2",
"GetViaIdentity3"
],
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Command": "Get-MgSiteTermStoreGroupSetChild",
"Method": "GET",
- "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSiteTermStoreGroupSetChild",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children",
+ "OutputType": "IMicrosoftGraphTermStoreTerm",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List",
"List1",
"List2",
"List3"
],
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Command": "Get-MgSiteTermStoreGroupSetChild",
"Method": "GET",
- "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSiteTermStoreGroupSetChild",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-term-list-children?view=graph-rest-1.0"
},
{
"Module": "Sites",
+ "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
@@ -286750,15 +299412,16 @@
"GetViaIdentity2",
"GetViaIdentity3"
],
- "OutputType": null,
- "Command": "Get-MgSiteTermStoreGroupSetChildCount",
"Method": "GET",
- "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSiteTermStoreGroupSetChildCount",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}",
+ "OutputType": "IMicrosoftGraphTermStoreRelation",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
@@ -286769,30 +299432,32 @@
"GetViaIdentity2",
"GetViaIdentity3"
],
- "OutputType": "IMicrosoftGraphTermStoreRelation",
- "Command": "Get-MgSiteTermStoreGroupSetChildRelation",
"Method": "GET",
- "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSiteTermStoreGroupSetChildRelation",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations",
+ "OutputType": "IMicrosoftGraphTermStoreRelation",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List",
"List1",
"List2",
"List3"
],
- "OutputType": "IMicrosoftGraphTermStoreRelation",
- "Command": "Get-MgSiteTermStoreGroupSetChildRelation",
"Method": "GET",
- "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSiteTermStoreGroupSetChildRelation",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
@@ -286803,15 +299468,16 @@
"GetViaIdentity2",
"GetViaIdentity3"
],
- "OutputType": null,
- "Command": "Get-MgSiteTermStoreGroupSetChildRelationCount",
"Method": "GET",
- "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSiteTermStoreGroupSetChildRelationCount",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm",
+ "OutputType": "IMicrosoftGraphTermStoreTerm",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
@@ -286822,15 +299488,16 @@
"GetViaIdentity2",
"GetViaIdentity3"
],
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Command": "Get-MgSiteTermStoreGroupSetChildRelationFromTerm",
"Method": "GET",
- "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSiteTermStoreGroupSetChildRelationFromTerm",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set",
+ "OutputType": "IMicrosoftGraphTermStoreSet",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
@@ -286841,15 +299508,16 @@
"GetViaIdentity2",
"GetViaIdentity3"
],
- "OutputType": "IMicrosoftGraphTermStoreSet",
- "Command": "Get-MgSiteTermStoreGroupSetChildRelationSet",
"Method": "GET",
- "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSiteTermStoreGroupSetChildRelationSet",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm",
+ "OutputType": "IMicrosoftGraphTermStoreTerm",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
@@ -286860,15 +299528,16 @@
"GetViaIdentity2",
"GetViaIdentity3"
],
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Command": "Get-MgSiteTermStoreGroupSetChildRelationToTerm",
"Method": "GET",
- "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSiteTermStoreGroupSetChildRelationToTerm",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/set",
+ "OutputType": "IMicrosoftGraphTermStoreSet",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
@@ -286879,25 +299548,14 @@
"GetViaIdentity2",
"GetViaIdentity3"
],
- "OutputType": "IMicrosoftGraphTermStoreSet",
- "Command": "Get-MgSiteTermStoreGroupSetChildSet",
"Method": "GET",
- "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/set",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSiteTermStoreGroupSetChildSet",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
- "Variants": [
- "Get",
- "Get1",
- "GetViaIdentity",
- "GetViaIdentity1"
- ],
- "OutputType": null,
- "Command": "Get-MgSiteTermStoreGroupSetCount",
- "Method": "GET",
"Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -286916,123 +299574,131 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "Get1",
+ "GetViaIdentity",
+ "GetViaIdentity1"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgSiteTermStoreGroupSetCount",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/parentGroup",
+ "OutputType": "IMicrosoftGraphTermStoreGroup",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphTermStoreGroup",
- "Command": "Get-MgSiteTermStoreGroupSetParentGroup",
"Method": "GET",
- "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/parentGroup",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSiteTermStoreGroupSetParentGroup",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}",
+ "OutputType": "IMicrosoftGraphTermStoreRelation",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphTermStoreRelation",
- "Command": "Get-MgSiteTermStoreGroupSetRelation",
"Method": "GET",
- "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSiteTermStoreGroupSetRelation",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations",
+ "OutputType": "IMicrosoftGraphTermStoreRelation",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List",
"List1"
],
- "OutputType": "IMicrosoftGraphTermStoreRelation",
- "Command": "Get-MgSiteTermStoreGroupSetRelation",
"Method": "GET",
- "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSiteTermStoreGroupSetRelation",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-term-list-relations?view=graph-rest-1.0"
},
{
"Module": "Sites",
+ "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": null,
- "Command": "Get-MgSiteTermStoreGroupSetRelationCount",
"Method": "GET",
- "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSiteTermStoreGroupSetRelationCount",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/fromTerm",
+ "OutputType": "IMicrosoftGraphTermStoreTerm",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Command": "Get-MgSiteTermStoreGroupSetRelationFromTerm",
"Method": "GET",
- "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/fromTerm",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSiteTermStoreGroupSetRelationFromTerm",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/set",
+ "OutputType": "IMicrosoftGraphTermStoreSet",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphTermStoreSet",
- "Command": "Get-MgSiteTermStoreGroupSetRelationSet",
"Method": "GET",
- "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/set",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSiteTermStoreGroupSetRelationSet",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/toTerm",
+ "OutputType": "IMicrosoftGraphTermStoreTerm",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Command": "Get-MgSiteTermStoreGroupSetRelationToTerm",
"Method": "GET",
- "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/toTerm",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSiteTermStoreGroupSetRelationToTerm",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
- "Variants": [
- "Get",
- "Get1",
- "GetViaIdentity",
- "GetViaIdentity1"
- ],
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Command": "Get-MgSiteTermStoreGroupSetTerm",
- "Method": "GET",
"Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}",
+ "OutputType": "IMicrosoftGraphTermStoreTerm",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -287051,297 +299717,317 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "Get1",
+ "GetViaIdentity",
+ "GetViaIdentity1"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgSiteTermStoreGroupSetTerm",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-term-get?view=graph-rest-1.0"
},
{
"Module": "Sites",
+ "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms",
+ "OutputType": "IMicrosoftGraphTermStoreTerm",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List",
"List1"
],
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Command": "Get-MgSiteTermStoreGroupSetTerm",
"Method": "GET",
- "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSiteTermStoreGroupSetTerm",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}",
+ "OutputType": "IMicrosoftGraphTermStoreTerm",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Command": "Get-MgSiteTermStoreGroupSetTermChild",
"Method": "GET",
- "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSiteTermStoreGroupSetTermChild",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children",
+ "OutputType": "IMicrosoftGraphTermStoreTerm",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List",
"List1"
],
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Command": "Get-MgSiteTermStoreGroupSetTermChild",
"Method": "GET",
- "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSiteTermStoreGroupSetTermChild",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": null,
- "Command": "Get-MgSiteTermStoreGroupSetTermChildCount",
"Method": "GET",
- "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSiteTermStoreGroupSetTermChildCount",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}",
+ "OutputType": "IMicrosoftGraphTermStoreRelation",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphTermStoreRelation",
- "Command": "Get-MgSiteTermStoreGroupSetTermChildRelation",
"Method": "GET",
- "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSiteTermStoreGroupSetTermChildRelation",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations",
+ "OutputType": "IMicrosoftGraphTermStoreRelation",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List",
"List1"
],
- "OutputType": "IMicrosoftGraphTermStoreRelation",
- "Command": "Get-MgSiteTermStoreGroupSetTermChildRelation",
"Method": "GET",
- "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSiteTermStoreGroupSetTermChildRelation",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": null,
- "Command": "Get-MgSiteTermStoreGroupSetTermChildRelationCount",
"Method": "GET",
- "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSiteTermStoreGroupSetTermChildRelationCount",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm",
+ "OutputType": "IMicrosoftGraphTermStoreTerm",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Command": "Get-MgSiteTermStoreGroupSetTermChildRelationFromTerm",
"Method": "GET",
- "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSiteTermStoreGroupSetTermChildRelationFromTerm",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set",
+ "OutputType": "IMicrosoftGraphTermStoreSet",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphTermStoreSet",
- "Command": "Get-MgSiteTermStoreGroupSetTermChildRelationSet",
"Method": "GET",
- "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSiteTermStoreGroupSetTermChildRelationSet",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm",
+ "OutputType": "IMicrosoftGraphTermStoreTerm",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Command": "Get-MgSiteTermStoreGroupSetTermChildRelationToTerm",
"Method": "GET",
- "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSiteTermStoreGroupSetTermChildRelationToTerm",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set",
+ "OutputType": "IMicrosoftGraphTermStoreSet",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphTermStoreSet",
- "Command": "Get-MgSiteTermStoreGroupSetTermChildSet",
"Method": "GET",
- "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSiteTermStoreGroupSetTermChildSet",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": null,
- "Command": "Get-MgSiteTermStoreGroupSetTermCount",
"Method": "GET",
- "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSiteTermStoreGroupSetTermCount",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}",
+ "OutputType": "IMicrosoftGraphTermStoreRelation",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphTermStoreRelation",
- "Command": "Get-MgSiteTermStoreGroupSetTermRelation",
"Method": "GET",
- "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSiteTermStoreGroupSetTermRelation",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations",
+ "OutputType": "IMicrosoftGraphTermStoreRelation",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List",
"List1"
],
- "OutputType": "IMicrosoftGraphTermStoreRelation",
- "Command": "Get-MgSiteTermStoreGroupSetTermRelation",
"Method": "GET",
- "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSiteTermStoreGroupSetTermRelation",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": null,
- "Command": "Get-MgSiteTermStoreGroupSetTermRelationCount",
"Method": "GET",
- "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSiteTermStoreGroupSetTermRelationCount",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm",
+ "OutputType": "IMicrosoftGraphTermStoreTerm",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Command": "Get-MgSiteTermStoreGroupSetTermRelationFromTerm",
"Method": "GET",
- "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSiteTermStoreGroupSetTermRelationFromTerm",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set",
+ "OutputType": "IMicrosoftGraphTermStoreSet",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphTermStoreSet",
- "Command": "Get-MgSiteTermStoreGroupSetTermRelationSet",
"Method": "GET",
- "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSiteTermStoreGroupSetTermRelationSet",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm",
+ "OutputType": "IMicrosoftGraphTermStoreTerm",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Command": "Get-MgSiteTermStoreGroupSetTermRelationToTerm",
"Method": "GET",
- "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSiteTermStoreGroupSetTermRelationToTerm",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/set",
+ "OutputType": "IMicrosoftGraphTermStoreSet",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphTermStoreSet",
- "Command": "Get-MgSiteTermStoreGroupSetTermSet",
"Method": "GET",
- "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/set",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSiteTermStoreGroupSetTermSet",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
- "Variants": [
- "Get",
- "Get1",
- "GetViaIdentity",
- "GetViaIdentity1"
- ],
- "OutputType": "IMicrosoftGraphTermStoreSet",
- "Command": "Get-MgSiteTermStoreSet",
- "Method": "GET",
"Uri": "/sites/{site-id}/termStore/sets/{set-id}",
+ "OutputType": "IMicrosoftGraphTermStoreSet",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -287360,23 +300046,37 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "Get1",
+ "GetViaIdentity",
+ "GetViaIdentity1"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgSiteTermStoreSet",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-set-get?view=graph-rest-1.0"
},
{
"Module": "Sites",
+ "Uri": "/sites/{site-id}/termStore/sets",
+ "OutputType": "IMicrosoftGraphTermStoreSet",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List",
"List1"
],
- "OutputType": "IMicrosoftGraphTermStoreSet",
- "Command": "Get-MgSiteTermStoreSet",
"Method": "GET",
- "Uri": "/sites/{site-id}/termStore/sets",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSiteTermStoreSet",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}",
+ "OutputType": "IMicrosoftGraphTermStoreTerm",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
@@ -287387,25 +300087,14 @@
"GetViaIdentity2",
"GetViaIdentity3"
],
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Command": "Get-MgSiteTermStoreSetChild",
"Method": "GET",
- "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSiteTermStoreSetChild",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
- "Variants": [
- "List",
- "List1",
- "List2",
- "List3"
- ],
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Command": "Get-MgSiteTermStoreSetChild",
- "Method": "GET",
"Uri": "/sites/{site-id}/termStore/sets/{set-id}/children",
+ "OutputType": "IMicrosoftGraphTermStoreTerm",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -287424,10 +300113,23 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List",
+ "List1",
+ "List2",
+ "List3"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgSiteTermStoreSetChild",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-term-list-children?view=graph-rest-1.0"
},
{
"Module": "Sites",
+ "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
@@ -287438,15 +300140,16 @@
"GetViaIdentity2",
"GetViaIdentity3"
],
- "OutputType": null,
- "Command": "Get-MgSiteTermStoreSetChildCount",
"Method": "GET",
- "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSiteTermStoreSetChildCount",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}",
+ "OutputType": "IMicrosoftGraphTermStoreRelation",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
@@ -287457,30 +300160,32 @@
"GetViaIdentity2",
"GetViaIdentity3"
],
- "OutputType": "IMicrosoftGraphTermStoreRelation",
- "Command": "Get-MgSiteTermStoreSetChildRelation",
"Method": "GET",
- "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSiteTermStoreSetChildRelation",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations",
+ "OutputType": "IMicrosoftGraphTermStoreRelation",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List",
"List1",
"List2",
"List3"
],
- "OutputType": "IMicrosoftGraphTermStoreRelation",
- "Command": "Get-MgSiteTermStoreSetChildRelation",
"Method": "GET",
- "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSiteTermStoreSetChildRelation",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
@@ -287491,15 +300196,16 @@
"GetViaIdentity2",
"GetViaIdentity3"
],
- "OutputType": null,
- "Command": "Get-MgSiteTermStoreSetChildRelationCount",
"Method": "GET",
- "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSiteTermStoreSetChildRelationCount",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm",
+ "OutputType": "IMicrosoftGraphTermStoreTerm",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
@@ -287510,15 +300216,16 @@
"GetViaIdentity2",
"GetViaIdentity3"
],
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Command": "Get-MgSiteTermStoreSetChildRelationFromTerm",
"Method": "GET",
- "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSiteTermStoreSetChildRelationFromTerm",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set",
+ "OutputType": "IMicrosoftGraphTermStoreSet",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
@@ -287529,15 +300236,16 @@
"GetViaIdentity2",
"GetViaIdentity3"
],
- "OutputType": "IMicrosoftGraphTermStoreSet",
- "Command": "Get-MgSiteTermStoreSetChildRelationSet",
"Method": "GET",
- "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSiteTermStoreSetChildRelationSet",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm",
+ "OutputType": "IMicrosoftGraphTermStoreTerm",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
@@ -287548,15 +300256,16 @@
"GetViaIdentity2",
"GetViaIdentity3"
],
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Command": "Get-MgSiteTermStoreSetChildRelationToTerm",
"Method": "GET",
- "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSiteTermStoreSetChildRelationToTerm",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/set",
+ "OutputType": "IMicrosoftGraphTermStoreSet",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
@@ -287567,73 +300276,78 @@
"GetViaIdentity2",
"GetViaIdentity3"
],
- "OutputType": "IMicrosoftGraphTermStoreSet",
- "Command": "Get-MgSiteTermStoreSetChildSet",
"Method": "GET",
- "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/set",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSiteTermStoreSetChildSet",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/sites/{site-id}/termStore/sets/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": null,
- "Command": "Get-MgSiteTermStoreSetCount",
"Method": "GET",
- "Uri": "/sites/{site-id}/termStore/sets/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSiteTermStoreSetCount",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup",
+ "OutputType": "IMicrosoftGraphTermStoreGroup",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphTermStoreGroup",
- "Command": "Get-MgSiteTermStoreSetParentGroup",
"Method": "GET",
- "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSiteTermStoreSetParentGroup",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}",
+ "OutputType": "IMicrosoftGraphTermStoreSet",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphTermStoreSet",
- "Command": "Get-MgSiteTermStoreSetParentGroupSet",
"Method": "GET",
- "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSiteTermStoreSetParentGroupSet",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets",
+ "OutputType": "IMicrosoftGraphTermStoreSet",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List",
"List1"
],
- "OutputType": "IMicrosoftGraphTermStoreSet",
- "Command": "Get-MgSiteTermStoreSetParentGroupSet",
"Method": "GET",
- "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSiteTermStoreSetParentGroupSet",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-group-list-sets?view=graph-rest-1.0"
},
{
"Module": "Sites",
+ "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}",
+ "OutputType": "IMicrosoftGraphTermStoreTerm",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
@@ -287644,30 +300358,32 @@
"GetViaIdentity2",
"GetViaIdentity3"
],
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Command": "Get-MgSiteTermStoreSetParentGroupSetChild",
"Method": "GET",
- "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSiteTermStoreSetParentGroupSetChild",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children",
+ "OutputType": "IMicrosoftGraphTermStoreTerm",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List",
"List1",
"List2",
"List3"
],
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Command": "Get-MgSiteTermStoreSetParentGroupSetChild",
"Method": "GET",
- "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSiteTermStoreSetParentGroupSetChild",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-term-list-children?view=graph-rest-1.0"
},
{
"Module": "Sites",
+ "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
@@ -287678,15 +300394,16 @@
"GetViaIdentity2",
"GetViaIdentity3"
],
- "OutputType": null,
- "Command": "Get-MgSiteTermStoreSetParentGroupSetChildCount",
"Method": "GET",
- "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSiteTermStoreSetParentGroupSetChildCount",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}",
+ "OutputType": "IMicrosoftGraphTermStoreRelation",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
@@ -287697,30 +300414,32 @@
"GetViaIdentity2",
"GetViaIdentity3"
],
- "OutputType": "IMicrosoftGraphTermStoreRelation",
- "Command": "Get-MgSiteTermStoreSetParentGroupSetChildRelation",
"Method": "GET",
- "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSiteTermStoreSetParentGroupSetChildRelation",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations",
+ "OutputType": "IMicrosoftGraphTermStoreRelation",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List",
"List1",
"List2",
"List3"
],
- "OutputType": "IMicrosoftGraphTermStoreRelation",
- "Command": "Get-MgSiteTermStoreSetParentGroupSetChildRelation",
"Method": "GET",
- "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSiteTermStoreSetParentGroupSetChildRelation",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
@@ -287731,15 +300450,16 @@
"GetViaIdentity2",
"GetViaIdentity3"
],
- "OutputType": null,
- "Command": "Get-MgSiteTermStoreSetParentGroupSetChildRelationCount",
"Method": "GET",
- "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSiteTermStoreSetParentGroupSetChildRelationCount",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm",
+ "OutputType": "IMicrosoftGraphTermStoreTerm",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
@@ -287750,15 +300470,16 @@
"GetViaIdentity2",
"GetViaIdentity3"
],
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Command": "Get-MgSiteTermStoreSetParentGroupSetChildRelationFromTerm",
"Method": "GET",
- "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSiteTermStoreSetParentGroupSetChildRelationFromTerm",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set",
+ "OutputType": "IMicrosoftGraphTermStoreSet",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
@@ -287769,15 +300490,16 @@
"GetViaIdentity2",
"GetViaIdentity3"
],
- "OutputType": "IMicrosoftGraphTermStoreSet",
- "Command": "Get-MgSiteTermStoreSetParentGroupSetChildRelationSet",
"Method": "GET",
- "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSiteTermStoreSetParentGroupSetChildRelationSet",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm",
+ "OutputType": "IMicrosoftGraphTermStoreTerm",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
@@ -287788,15 +300510,16 @@
"GetViaIdentity2",
"GetViaIdentity3"
],
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Command": "Get-MgSiteTermStoreSetParentGroupSetChildRelationToTerm",
"Method": "GET",
- "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSiteTermStoreSetParentGroupSetChildRelationToTerm",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/set",
+ "OutputType": "IMicrosoftGraphTermStoreSet",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
@@ -287807,433 +300530,452 @@
"GetViaIdentity2",
"GetViaIdentity3"
],
- "OutputType": "IMicrosoftGraphTermStoreSet",
- "Command": "Get-MgSiteTermStoreSetParentGroupSetChildSet",
"Method": "GET",
- "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/set",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSiteTermStoreSetParentGroupSetChildSet",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": null,
- "Command": "Get-MgSiteTermStoreSetParentGroupSetCount",
"Method": "GET",
- "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSiteTermStoreSetParentGroupSetCount",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}",
+ "OutputType": "IMicrosoftGraphTermStoreRelation",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphTermStoreRelation",
- "Command": "Get-MgSiteTermStoreSetParentGroupSetRelation",
"Method": "GET",
- "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSiteTermStoreSetParentGroupSetRelation",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations",
+ "OutputType": "IMicrosoftGraphTermStoreRelation",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List",
"List1"
],
- "OutputType": "IMicrosoftGraphTermStoreRelation",
- "Command": "Get-MgSiteTermStoreSetParentGroupSetRelation",
"Method": "GET",
- "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSiteTermStoreSetParentGroupSetRelation",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-term-list-relations?view=graph-rest-1.0"
},
{
"Module": "Sites",
+ "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": null,
- "Command": "Get-MgSiteTermStoreSetParentGroupSetRelationCount",
"Method": "GET",
- "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSiteTermStoreSetParentGroupSetRelationCount",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm",
+ "OutputType": "IMicrosoftGraphTermStoreTerm",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Command": "Get-MgSiteTermStoreSetParentGroupSetRelationFromTerm",
"Method": "GET",
- "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSiteTermStoreSetParentGroupSetRelationFromTerm",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set",
+ "OutputType": "IMicrosoftGraphTermStoreSet",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphTermStoreSet",
- "Command": "Get-MgSiteTermStoreSetParentGroupSetRelationSet",
"Method": "GET",
- "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSiteTermStoreSetParentGroupSetRelationSet",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm",
+ "OutputType": "IMicrosoftGraphTermStoreTerm",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Command": "Get-MgSiteTermStoreSetParentGroupSetRelationToTerm",
"Method": "GET",
- "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSiteTermStoreSetParentGroupSetRelationToTerm",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}",
+ "OutputType": "IMicrosoftGraphTermStoreTerm",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Command": "Get-MgSiteTermStoreSetParentGroupSetTerm",
"Method": "GET",
- "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSiteTermStoreSetParentGroupSetTerm",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-term-get?view=graph-rest-1.0"
},
{
"Module": "Sites",
+ "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms",
+ "OutputType": "IMicrosoftGraphTermStoreTerm",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List",
"List1"
],
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Command": "Get-MgSiteTermStoreSetParentGroupSetTerm",
"Method": "GET",
- "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSiteTermStoreSetParentGroupSetTerm",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}",
+ "OutputType": "IMicrosoftGraphTermStoreTerm",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Command": "Get-MgSiteTermStoreSetParentGroupSetTermChild",
"Method": "GET",
- "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSiteTermStoreSetParentGroupSetTermChild",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children",
+ "OutputType": "IMicrosoftGraphTermStoreTerm",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List",
"List1"
],
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Command": "Get-MgSiteTermStoreSetParentGroupSetTermChild",
"Method": "GET",
- "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSiteTermStoreSetParentGroupSetTermChild",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": null,
- "Command": "Get-MgSiteTermStoreSetParentGroupSetTermChildCount",
"Method": "GET",
- "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSiteTermStoreSetParentGroupSetTermChildCount",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}",
+ "OutputType": "IMicrosoftGraphTermStoreRelation",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphTermStoreRelation",
- "Command": "Get-MgSiteTermStoreSetParentGroupSetTermChildRelation",
"Method": "GET",
- "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSiteTermStoreSetParentGroupSetTermChildRelation",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations",
+ "OutputType": "IMicrosoftGraphTermStoreRelation",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List",
"List1"
],
- "OutputType": "IMicrosoftGraphTermStoreRelation",
- "Command": "Get-MgSiteTermStoreSetParentGroupSetTermChildRelation",
"Method": "GET",
- "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSiteTermStoreSetParentGroupSetTermChildRelation",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": null,
- "Command": "Get-MgSiteTermStoreSetParentGroupSetTermChildRelationCount",
"Method": "GET",
- "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSiteTermStoreSetParentGroupSetTermChildRelationCount",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm",
+ "OutputType": "IMicrosoftGraphTermStoreTerm",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Command": "Get-MgSiteTermStoreSetParentGroupSetTermChildRelationFromTerm",
"Method": "GET",
- "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSiteTermStoreSetParentGroupSetTermChildRelationFromTerm",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set",
+ "OutputType": "IMicrosoftGraphTermStoreSet",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphTermStoreSet",
- "Command": "Get-MgSiteTermStoreSetParentGroupSetTermChildRelationSet",
"Method": "GET",
- "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSiteTermStoreSetParentGroupSetTermChildRelationSet",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm",
+ "OutputType": "IMicrosoftGraphTermStoreTerm",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Command": "Get-MgSiteTermStoreSetParentGroupSetTermChildRelationToTerm",
"Method": "GET",
- "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSiteTermStoreSetParentGroupSetTermChildRelationToTerm",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/set",
+ "OutputType": "IMicrosoftGraphTermStoreSet",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphTermStoreSet",
- "Command": "Get-MgSiteTermStoreSetParentGroupSetTermChildSet",
"Method": "GET",
- "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/set",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSiteTermStoreSetParentGroupSetTermChildSet",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": null,
- "Command": "Get-MgSiteTermStoreSetParentGroupSetTermCount",
"Method": "GET",
- "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSiteTermStoreSetParentGroupSetTermCount",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}",
+ "OutputType": "IMicrosoftGraphTermStoreRelation",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphTermStoreRelation",
- "Command": "Get-MgSiteTermStoreSetParentGroupSetTermRelation",
"Method": "GET",
- "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSiteTermStoreSetParentGroupSetTermRelation",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations",
+ "OutputType": "IMicrosoftGraphTermStoreRelation",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List",
"List1"
],
- "OutputType": "IMicrosoftGraphTermStoreRelation",
- "Command": "Get-MgSiteTermStoreSetParentGroupSetTermRelation",
"Method": "GET",
- "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSiteTermStoreSetParentGroupSetTermRelation",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": null,
- "Command": "Get-MgSiteTermStoreSetParentGroupSetTermRelationCount",
"Method": "GET",
- "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSiteTermStoreSetParentGroupSetTermRelationCount",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm",
+ "OutputType": "IMicrosoftGraphTermStoreTerm",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Command": "Get-MgSiteTermStoreSetParentGroupSetTermRelationFromTerm",
"Method": "GET",
- "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSiteTermStoreSetParentGroupSetTermRelationFromTerm",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set",
+ "OutputType": "IMicrosoftGraphTermStoreSet",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphTermStoreSet",
- "Command": "Get-MgSiteTermStoreSetParentGroupSetTermRelationSet",
"Method": "GET",
- "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSiteTermStoreSetParentGroupSetTermRelationSet",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm",
+ "OutputType": "IMicrosoftGraphTermStoreTerm",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Command": "Get-MgSiteTermStoreSetParentGroupSetTermRelationToTerm",
"Method": "GET",
- "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSiteTermStoreSetParentGroupSetTermRelationToTerm",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set",
+ "OutputType": "IMicrosoftGraphTermStoreSet",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphTermStoreSet",
- "Command": "Get-MgSiteTermStoreSetParentGroupSetTermSet",
"Method": "GET",
- "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSiteTermStoreSetParentGroupSetTermSet",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}",
+ "OutputType": "IMicrosoftGraphTermStoreRelation",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphTermStoreRelation",
- "Command": "Get-MgSiteTermStoreSetRelation",
"Method": "GET",
- "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSiteTermStoreSetRelation",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
- "Variants": [
- "List",
- "List1"
- ],
- "OutputType": "IMicrosoftGraphTermStoreRelation",
- "Command": "Get-MgSiteTermStoreSetRelation",
- "Method": "GET",
"Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations",
+ "OutputType": "IMicrosoftGraphTermStoreRelation",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -288252,20 +300994,19 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Sites",
+ ],
"Variants": [
- "Get",
- "Get1",
- "GetViaIdentity",
- "GetViaIdentity1"
+ "List",
+ "List1"
],
- "OutputType": null,
- "Command": "Get-MgSiteTermStoreSetRelationCount",
"Method": "GET",
+ "Command": "Get-MgSiteTermStoreSetRelation",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-term-list-relations?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Sites",
"Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -288284,65 +301025,69 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Sites",
+ ],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Command": "Get-MgSiteTermStoreSetRelationFromTerm",
"Method": "GET",
- "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/fromTerm",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSiteTermStoreSetRelationCount",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/fromTerm",
+ "OutputType": "IMicrosoftGraphTermStoreTerm",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphTermStoreSet",
- "Command": "Get-MgSiteTermStoreSetRelationSet",
"Method": "GET",
- "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/set",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSiteTermStoreSetRelationFromTerm",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/set",
+ "OutputType": "IMicrosoftGraphTermStoreSet",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Command": "Get-MgSiteTermStoreSetRelationToTerm",
"Method": "GET",
- "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/toTerm",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSiteTermStoreSetRelationSet",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/toTerm",
+ "OutputType": "IMicrosoftGraphTermStoreTerm",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Command": "Get-MgSiteTermStoreSetTerm",
"Method": "GET",
+ "Command": "Get-MgSiteTermStoreSetRelationToTerm",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Sites",
"Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}",
+ "OutputType": "IMicrosoftGraphTermStoreTerm",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -288361,46 +301106,51 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "Get1",
+ "GetViaIdentity",
+ "GetViaIdentity1"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgSiteTermStoreSetTerm",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-term-get?view=graph-rest-1.0"
},
{
"Module": "Sites",
+ "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms",
+ "OutputType": "IMicrosoftGraphTermStoreTerm",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List",
"List1"
],
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Command": "Get-MgSiteTermStoreSetTerm",
"Method": "GET",
- "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSiteTermStoreSetTerm",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}",
+ "OutputType": "IMicrosoftGraphTermStoreTerm",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Command": "Get-MgSiteTermStoreSetTermChild",
"Method": "GET",
- "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSiteTermStoreSetTermChild",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
- "Variants": [
- "List",
- "List1"
- ],
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Command": "Get-MgSiteTermStoreSetTermChild",
- "Method": "GET",
"Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children",
+ "OutputType": "IMicrosoftGraphTermStoreTerm",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -288419,20 +301169,19 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Sites",
+ ],
"Variants": [
- "Get",
- "Get1",
- "GetViaIdentity",
- "GetViaIdentity1"
+ "List",
+ "List1"
],
- "OutputType": null,
- "Command": "Get-MgSiteTermStoreSetTermChildCount",
"Method": "GET",
+ "Command": "Get-MgSiteTermStoreSetTermChild",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Sites",
"Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -288451,151 +301200,163 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "Get1",
+ "GetViaIdentity",
+ "GetViaIdentity1"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgSiteTermStoreSetTermChildCount",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}",
+ "OutputType": "IMicrosoftGraphTermStoreRelation",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphTermStoreRelation",
- "Command": "Get-MgSiteTermStoreSetTermChildRelation",
"Method": "GET",
- "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSiteTermStoreSetTermChildRelation",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations",
+ "OutputType": "IMicrosoftGraphTermStoreRelation",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List",
"List1"
],
- "OutputType": "IMicrosoftGraphTermStoreRelation",
- "Command": "Get-MgSiteTermStoreSetTermChildRelation",
"Method": "GET",
- "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSiteTermStoreSetTermChildRelation",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": null,
- "Command": "Get-MgSiteTermStoreSetTermChildRelationCount",
"Method": "GET",
- "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSiteTermStoreSetTermChildRelationCount",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm",
+ "OutputType": "IMicrosoftGraphTermStoreTerm",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Command": "Get-MgSiteTermStoreSetTermChildRelationFromTerm",
"Method": "GET",
- "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSiteTermStoreSetTermChildRelationFromTerm",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set",
+ "OutputType": "IMicrosoftGraphTermStoreSet",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphTermStoreSet",
- "Command": "Get-MgSiteTermStoreSetTermChildRelationSet",
"Method": "GET",
- "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSiteTermStoreSetTermChildRelationSet",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm",
+ "OutputType": "IMicrosoftGraphTermStoreTerm",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Command": "Get-MgSiteTermStoreSetTermChildRelationToTerm",
"Method": "GET",
- "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSiteTermStoreSetTermChildRelationToTerm",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/set",
+ "OutputType": "IMicrosoftGraphTermStoreSet",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphTermStoreSet",
- "Command": "Get-MgSiteTermStoreSetTermChildSet",
"Method": "GET",
- "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/set",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSiteTermStoreSetTermChildSet",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": null,
- "Command": "Get-MgSiteTermStoreSetTermCount",
"Method": "GET",
- "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSiteTermStoreSetTermCount",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}",
+ "OutputType": "IMicrosoftGraphTermStoreRelation",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphTermStoreRelation",
- "Command": "Get-MgSiteTermStoreSetTermRelation",
"Method": "GET",
- "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSiteTermStoreSetTermRelation",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
- "Variants": [
- "List",
- "List1"
- ],
- "OutputType": "IMicrosoftGraphTermStoreRelation",
- "Command": "Get-MgSiteTermStoreSetTermRelation",
- "Method": "GET",
"Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations",
+ "OutputType": "IMicrosoftGraphTermStoreRelation",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -288614,20 +301375,19 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Sites",
+ ],
"Variants": [
- "Get",
- "Get1",
- "GetViaIdentity",
- "GetViaIdentity1"
+ "List",
+ "List1"
],
- "OutputType": null,
- "Command": "Get-MgSiteTermStoreSetTermRelationCount",
"Method": "GET",
+ "Command": "Get-MgSiteTermStoreSetTermRelation",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Sites",
"Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -288646,78 +301406,85 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Sites",
+ ],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Command": "Get-MgSiteTermStoreSetTermRelationFromTerm",
"Method": "GET",
- "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSiteTermStoreSetTermRelationCount",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm",
+ "OutputType": "IMicrosoftGraphTermStoreTerm",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphTermStoreSet",
- "Command": "Get-MgSiteTermStoreSetTermRelationSet",
"Method": "GET",
- "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSiteTermStoreSetTermRelationFromTerm",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set",
+ "OutputType": "IMicrosoftGraphTermStoreSet",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphTermStoreTerm",
- "Command": "Get-MgSiteTermStoreSetTermRelationToTerm",
"Method": "GET",
- "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSiteTermStoreSetTermRelationSet",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
+ "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm",
+ "OutputType": "IMicrosoftGraphTermStoreTerm",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphTermStoreSet",
- "Command": "Get-MgSiteTermStoreSetTermSet",
"Method": "GET",
- "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/set",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSiteTermStoreSetTermRelationToTerm",
+ "ApiReferenceLink": null
},
{
- "Module": "Identity.DirectoryManagement",
+ "Module": "Sites",
+ "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/set",
+ "OutputType": "IMicrosoftGraphTermStoreSet",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
- "GetViaIdentity"
+ "Get1",
+ "GetViaIdentity",
+ "GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphSubscribedSku",
- "Command": "Get-MgSubscribedSku",
"Method": "GET",
+ "Command": "Get-MgSiteTermStoreSetTermSet",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Identity.DirectoryManagement",
"Uri": "/subscribedSkus/{subscribedSku-id}",
+ "OutputType": "IMicrosoftGraphSubscribedSku",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -288752,17 +301519,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.DirectoryManagement",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSubscribedSku",
- "Command": "Get-MgSubscribedSku",
"Method": "GET",
+ "Command": "Get-MgSubscribedSku",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscribedsku-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Identity.DirectoryManagement",
"Uri": "/subscribedSkus",
+ "OutputType": "IMicrosoftGraphSubscribedSku",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -288797,55 +301566,59 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgSubscribedSku",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscribedsku-list?view=graph-rest-1.0"
},
{
"Module": "ChangeNotifications",
+ "Uri": "/subscriptions/{subscription-id}",
+ "OutputType": "IMicrosoftGraphSubscription",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSubscription",
- "Command": "Get-MgSubscription",
"Method": "GET",
- "Uri": "/subscriptions/{subscription-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSubscription",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-get?view=graph-rest-1.0"
},
{
"Module": "ChangeNotifications",
+ "Uri": "/subscriptions",
+ "OutputType": "IMicrosoftGraphSubscription",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphSubscription",
- "Command": "Get-MgSubscription",
"Method": "GET",
- "Uri": "/subscriptions",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSubscription",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-list?view=graph-rest-1.0"
},
{
"Module": "Sites",
+ "Uri": "/sites/{site-id}/sites/{site-id1}",
+ "OutputType": "IMicrosoftGraphSite",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get1",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphSite",
- "Command": "Get-MgSubSite",
"Method": "GET",
- "Uri": "/sites/{site-id}/sites/{site-id1}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgSubSite",
+ "ApiReferenceLink": null
},
{
"Module": "Sites",
- "Variants": [
- "List2"
- ],
- "OutputType": "IMicrosoftGraphSite",
- "Command": "Get-MgSubSite",
- "Method": "GET",
"Uri": "/sites/{site-id}/sites",
+ "OutputType": "IMicrosoftGraphSite",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -288864,18 +301637,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Sites",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List2"
],
- "OutputType": null,
- "Command": "Get-MgSubSiteCount",
"Method": "GET",
+ "Command": "Get-MgSubSite",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-list-subsites?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Sites",
"Uri": "/sites/{site-id}/sites/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -288894,18 +301667,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Teams",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTeam",
- "Command": "Get-MgTeam",
"Method": "GET",
+ "Command": "Get-MgSubSiteCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Teams",
"Uri": "/teams/{team-id}",
+ "OutputType": "IMicrosoftGraphTeam",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -288980,17 +301754,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Teams",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTeam",
- "Command": "Get-MgTeam",
"Method": "GET",
+ "Command": "Get-MgTeam",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Teams",
"Uri": "/teams",
+ "OutputType": "IMicrosoftGraphTeam",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -289017,103 +301793,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Teams",
+ ],
"Variants": [
- "Get1",
- "GetViaIdentity1"
+ "List"
],
- "OutputType": "IMicrosoftGraphChannel",
- "Command": "Get-MgTeamChannel",
"Method": "GET",
- "Uri": "/teams/{team-id}/channels/{channel-id}",
- "ApiVersion": "v1.0",
- "Permissions": [
- {
- "Name": "ChannelSettings.Read.Group",
- "Description": "Consent name unavailable",
- "FullDescription": "Consent description unavailable",
- "IsAdmin": false,
- "PermissionType": "Application",
- "IsLeastPrivilege": true
- },
- {
- "Name": "Group.ReadWrite.All",
- "Description": "Read and write all groups",
- "FullDescription": "Allows the app to create groups, read all group properties and memberships, update group properties and memberships, and delete groups. Also allows the app to read and write conversations. All of these operations can be performed by the app without a signed-in user.",
- "IsAdmin": false,
- "PermissionType": "Application",
- "IsLeastPrivilege": false
- },
- {
- "Name": "Group.Read.All",
- "Description": "Read all groups",
- "FullDescription": "Allows the app to read group properties and memberships, and read conversations for all groups, without a signed-in user.",
- "IsAdmin": false,
- "PermissionType": "Application",
- "IsLeastPrivilege": false
- },
- {
- "Name": "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": "ChannelSettings.ReadWrite.Group",
- "Description": "Consent name unavailable",
- "FullDescription": "Consent description unavailable",
- "IsAdmin": false,
- "PermissionType": "Application",
- "IsLeastPrivilege": false
- },
- {
- "Name": "ChannelSettings.ReadWrite.All",
- "Description": "Read and write the names, descriptions, and settings of all channels",
- "FullDescription": "Read and write the names, descriptions, and settings of all channels, without a signed-in user.",
- "IsAdmin": false,
- "PermissionType": "Application",
- "IsLeastPrivilege": false
- },
- {
- "Name": "ChannelSettings.Read.All",
- "Description": "Read the names, descriptions, and settings of all channels",
- "FullDescription": "Read all channel names, channel descriptions, and channel settings, without a signed-in user.",
- "IsAdmin": false,
- "PermissionType": "Application",
- "IsLeastPrivilege": false
- },
- {
- "Name": "Channel.ReadBasic.All",
- "Description": "Read the names and descriptions of all channels",
- "FullDescription": "Read all channel names and channel descriptions, without a signed-in user.",
- "IsAdmin": false,
- "PermissionType": "Application",
- "IsLeastPrivilege": false
- }
- ]
+ "Command": "Get-MgTeam",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teams-list?view=graph-rest-1.0"
},
{
"Module": "Teams",
- "Variants": [
- "List1"
- ],
+ "Uri": "/teams/{team-id}/channels/{channel-id}",
"OutputType": "IMicrosoftGraphChannel",
- "Command": "Get-MgTeamChannel",
- "Method": "GET",
- "Uri": "/teams/{team-id}/channels",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -289188,18 +301879,105 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get1",
+ "GetViaIdentity1"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgTeamChannel",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-get?view=graph-rest-1.0"
},
{
"Module": "Teams",
+ "Uri": "/teams/{team-id}/channels",
+ "OutputType": "IMicrosoftGraphChannel",
+ "ApiVersion": "v1.0",
+ "Permissions": [
+ {
+ "Name": "ChannelSettings.Read.Group",
+ "Description": "Consent name unavailable",
+ "FullDescription": "Consent description unavailable",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": true
+ },
+ {
+ "Name": "Group.ReadWrite.All",
+ "Description": "Read and write all groups",
+ "FullDescription": "Allows the app to create groups, read all group properties and memberships, update group properties and memberships, and delete groups. Also allows the app to read and write conversations. All of these operations can be performed by the app without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "Group.Read.All",
+ "Description": "Read all groups",
+ "FullDescription": "Allows the app to read group properties and memberships, and read conversations for all groups, without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "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": "ChannelSettings.ReadWrite.Group",
+ "Description": "Consent name unavailable",
+ "FullDescription": "Consent description unavailable",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "ChannelSettings.ReadWrite.All",
+ "Description": "Read and write the names, descriptions, and settings of all channels",
+ "FullDescription": "Read and write the names, descriptions, and settings of all channels, without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "ChannelSettings.Read.All",
+ "Description": "Read the names, descriptions, and settings of all channels",
+ "FullDescription": "Read all channel names, channel descriptions, and channel settings, without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "Channel.ReadBasic.All",
+ "Description": "Read the names and descriptions of all channels",
+ "FullDescription": "Read all channel names and channel descriptions, without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ }
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List1"
],
- "OutputType": null,
- "Command": "Get-MgTeamChannelCount",
"Method": "GET",
+ "Command": "Get-MgTeamChannel",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-list?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Teams",
"Uri": "/teams/{team-id}/channels/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -289274,18 +302052,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Teams",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDriveItem",
- "Command": "Get-MgTeamChannelFileFolder",
"Method": "GET",
+ "Command": "Get-MgTeamChannelCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Teams",
"Uri": "/teams/{team-id}/channels/{channel-id}/filesFolder",
+ "OutputType": "IMicrosoftGraphDriveItem",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -289360,31 +302139,33 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Teams",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgTeamChannelFileFolderContent",
"Method": "GET",
- "Uri": "/teams/{team-id}/channels/{channel-id}/filesFolder/content",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgTeamChannelFileFolder",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-get-filesfolder?view=graph-rest-1.0"
},
{
"Module": "Teams",
+ "Uri": "/teams/{team-id}/channels/{channel-id}/filesFolder/content",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphConversationMember",
- "Command": "Get-MgTeamChannelMember",
"Method": "GET",
+ "Command": "Get-MgTeamChannelFileFolderContent",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-get-filesfolder?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Teams",
"Uri": "/teams/{team-id}/channels/{channel-id}/members/{conversationMember-id}",
+ "OutputType": "IMicrosoftGraphConversationMember",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -289419,17 +302200,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Teams",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphConversationMember",
- "Command": "Get-MgTeamChannelMember",
"Method": "GET",
+ "Command": "Get-MgTeamChannelMember",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-get-members?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Teams",
"Uri": "/teams/{team-id}/channels/{channel-id}/members",
+ "OutputType": "IMicrosoftGraphConversationMember",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -289456,18 +302239,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Teams",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgTeamChannelMemberCount",
"Method": "GET",
+ "Command": "Get-MgTeamChannelMember",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-list-members?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Teams",
"Uri": "/teams/{team-id}/channels/{channel-id}/members/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -289494,20 +302277,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Teams",
+ ],
"Variants": [
"Get",
- "Get1",
- "GetViaIdentity",
- "GetViaIdentity1"
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphChatMessage",
- "Command": "Get-MgTeamChannelMessage",
"Method": "GET",
+ "Command": "Get-MgTeamChannelMemberCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Teams",
"Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}",
+ "OutputType": "IMicrosoftGraphChatMessage",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -289542,17 +302324,21 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Teams",
+ ],
"Variants": [
- "List"
+ "Get",
+ "Get1",
+ "GetViaIdentity",
+ "GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphChatMessage",
- "Command": "Get-MgTeamChannelMessage",
"Method": "GET",
+ "Command": "Get-MgTeamChannelMessage",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Teams",
"Uri": "/teams/{team-id}/channels/{channel-id}/messages",
+ "OutputType": "IMicrosoftGraphChatMessage",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -289587,18 +302373,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Teams",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgTeamChannelMessageCount",
"Method": "GET",
+ "Command": "Get-MgTeamChannelMessage",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-list-messages?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Teams",
"Uri": "/teams/{team-id}/channels/{channel-id}/messages/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -289633,18 +302419,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Teams",
+ ],
"Variants": [
- "Delta",
- "DeltaViaIdentity"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphChatMessage",
- "Command": "Get-MgTeamChannelMessageDelta",
"Method": "GET",
+ "Command": "Get-MgTeamChannelMessageCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Teams",
"Uri": "/teams/{team-id}/channels/{channel-id}/messages/delta",
+ "OutputType": "IMicrosoftGraphChatMessage",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -289679,20 +302466,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Teams",
+ ],
"Variants": [
- "Get",
- "Get1",
- "GetViaIdentity",
- "GetViaIdentity1"
+ "Delta",
+ "DeltaViaIdentity"
],
- "OutputType": "IMicrosoftGraphChatMessageHostedContent",
- "Command": "Get-MgTeamChannelMessageHostedContent",
"Method": "GET",
+ "Command": "Get-MgTeamChannelMessageDelta",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Teams",
"Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}",
+ "OutputType": "IMicrosoftGraphChatMessageHostedContent",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -289727,17 +302513,21 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Teams",
+ ],
"Variants": [
- "List"
+ "Get",
+ "Get1",
+ "GetViaIdentity",
+ "GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphChatMessageHostedContent",
- "Command": "Get-MgTeamChannelMessageHostedContent",
"Method": "GET",
+ "Command": "Get-MgTeamChannelMessageHostedContent",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessagehostedcontent-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Teams",
"Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents",
+ "OutputType": "IMicrosoftGraphChatMessageHostedContent",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -289772,18 +302562,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Teams",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgTeamChannelMessageHostedContentCount",
"Method": "GET",
+ "Command": "Get-MgTeamChannelMessageHostedContent",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-list-hostedcontents?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Teams",
"Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -289818,18 +302608,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Teams",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphChatMessage",
- "Command": "Get-MgTeamChannelMessageReply",
"Method": "GET",
+ "Command": "Get-MgTeamChannelMessageHostedContentCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Teams",
"Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}",
+ "OutputType": "IMicrosoftGraphChatMessage",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -289864,17 +302655,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Teams",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphChatMessage",
- "Command": "Get-MgTeamChannelMessageReply",
"Method": "GET",
+ "Command": "Get-MgTeamChannelMessageReply",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Teams",
"Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies",
+ "OutputType": "IMicrosoftGraphChatMessage",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -289909,18 +302702,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Teams",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgTeamChannelMessageReplyCount",
"Method": "GET",
+ "Command": "Get-MgTeamChannelMessageReply",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-list-replies?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Teams",
"Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -289955,18 +302748,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Teams",
+ ],
"Variants": [
- "Delta",
- "DeltaViaIdentity"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphChatMessage",
- "Command": "Get-MgTeamChannelMessageReplyDelta",
"Method": "GET",
+ "Command": "Get-MgTeamChannelMessageReplyCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Teams",
"Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/delta",
+ "OutputType": "IMicrosoftGraphChatMessage",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -290001,20 +302795,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Teams",
+ ],
"Variants": [
- "Get",
- "Get1",
- "GetViaIdentity",
- "GetViaIdentity1"
+ "Delta",
+ "DeltaViaIdentity"
],
- "OutputType": "IMicrosoftGraphChatMessageHostedContent",
- "Command": "Get-MgTeamChannelMessageReplyHostedContent",
"Method": "GET",
+ "Command": "Get-MgTeamChannelMessageReplyDelta",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Teams",
"Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}",
+ "OutputType": "IMicrosoftGraphChatMessageHostedContent",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -290049,17 +302842,21 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Teams",
+ ],
"Variants": [
- "List"
+ "Get",
+ "Get1",
+ "GetViaIdentity",
+ "GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphChatMessageHostedContent",
- "Command": "Get-MgTeamChannelMessageReplyHostedContent",
"Method": "GET",
+ "Command": "Get-MgTeamChannelMessageReplyHostedContent",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessagehostedcontent-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Teams",
"Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents",
+ "OutputType": "IMicrosoftGraphChatMessageHostedContent",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -290094,18 +302891,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Teams",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgTeamChannelMessageReplyHostedContentCount",
"Method": "GET",
+ "Command": "Get-MgTeamChannelMessageReplyHostedContent",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-list-hostedcontents?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Teams",
"Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -290140,20 +302937,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Teams",
+ ],
"Variants": [
"Get",
- "Get1",
- "GetViaIdentity",
- "GetViaIdentity1"
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo",
- "Command": "Get-MgTeamChannelSharedWithTeam",
"Method": "GET",
+ "Command": "Get-MgTeamChannelMessageReplyHostedContentCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Teams",
"Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}",
+ "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -290172,17 +302968,21 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Teams",
+ ],
"Variants": [
- "List"
+ "Get",
+ "Get1",
+ "GetViaIdentity",
+ "GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo",
- "Command": "Get-MgTeamChannelSharedWithTeam",
"Method": "GET",
+ "Command": "Get-MgTeamChannelSharedWithTeam",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sharedwithchannelteaminfo-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Teams",
"Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams",
+ "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -290201,30 +303001,32 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgTeamChannelSharedWithTeam",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sharedwithchannelteaminfo-list?view=graph-rest-1.0"
},
{
"Module": "Teams",
+ "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}",
+ "OutputType": "IMicrosoftGraphConversationMember",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphConversationMember",
- "Command": "Get-MgTeamChannelSharedWithTeamAllowedMember",
"Method": "GET",
- "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgTeamChannelSharedWithTeamAllowedMember",
+ "ApiReferenceLink": null
},
{
"Module": "Teams",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphConversationMember",
- "Command": "Get-MgTeamChannelSharedWithTeamAllowedMember",
- "Method": "GET",
"Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers",
+ "OutputType": "IMicrosoftGraphConversationMember",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -290243,18 +303045,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Teams",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgTeamChannelSharedWithTeamAllowedMemberCount",
"Method": "GET",
+ "Command": "Get-MgTeamChannelSharedWithTeamAllowedMember",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sharedwithchannelteaminfo-list-allowedmembers?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Teams",
"Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -290273,18 +303075,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Teams",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgTeamChannelSharedWithTeamCount",
"Method": "GET",
+ "Command": "Get-MgTeamChannelSharedWithTeamAllowedMemberCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Teams",
"Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -290303,18 +303106,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Teams",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTeamsTab",
- "Command": "Get-MgTeamChannelTab",
"Method": "GET",
+ "Command": "Get-MgTeamChannelSharedWithTeamCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Teams",
"Uri": "/teams/{team-id}/channels/{channel-id}/tabs/{teamsTab-id}",
+ "OutputType": "IMicrosoftGraphTeamsTab",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -290413,17 +303217,129 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgTeamChannelTab",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-get-tabs?view=graph-rest-1.0"
},
{
"Module": "Teams",
+ "Uri": "/teams/{team-id}/channels/{channel-id}/tabs",
+ "OutputType": "IMicrosoftGraphTeamsTab",
+ "ApiVersion": "v1.0",
+ "Permissions": [
+ {
+ "Name": "TeamsTab.Read.Group",
+ "Description": "Consent name unavailable",
+ "FullDescription": "Consent description unavailable",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": true
+ },
+ {
+ "Name": "TeamsTab.ReadWriteSelfForTeam",
+ "Description": "Allow the Teams app to manage only its own tabs in teams",
+ "FullDescription": "Allows a Teams app to read, install, upgrade, and uninstall its own tabs to teams you can access.",
+ "IsAdmin": true,
+ "PermissionType": "DelegatedWork",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "TeamsTab.ReadWriteForTeam",
+ "Description": "Allow the app to manage all tabs in teams",
+ "FullDescription": "Allows a Teams app to read, install, upgrade, and uninstall all tabs to teams you can access.",
+ "IsAdmin": true,
+ "PermissionType": "DelegatedWork",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "TeamsTab.ReadWriteSelfForTeam.All",
+ "Description": "Allow the Teams app to manage only its own tabs for all teams",
+ "FullDescription": "Allows a Teams app to read, install, upgrade, and uninstall its own tabs in any team, without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "TeamsTab.ReadWriteForTeam.All",
+ "Description": "Allow the Teams app to manage all tabs for all teams",
+ "FullDescription": "Allows a Teams app to read, install, upgrade, and uninstall all tabs in any team, without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "TeamsTab.ReadWrite.Group",
+ "Description": "Consent name unavailable",
+ "FullDescription": "Consent description unavailable",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "TeamsTab.ReadWrite.All",
+ "Description": "Read and write tabs in Microsoft Teams.",
+ "FullDescription": "Read and write tabs in any team in Microsoft Teams, without a signed-in user. This does not give access to the content inside the tabs.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "TeamsTab.Read.All",
+ "Description": "Read tabs in Microsoft Teams.",
+ "FullDescription": "Read the names and settings of tabs inside any team in Microsoft Teams, without a signed-in user. This does not give access to the content inside the tabs. ",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "Group.ReadWrite.All",
+ "Description": "Read and write all groups",
+ "FullDescription": "Allows the app to create groups, read all group properties and memberships, update group properties and memberships, and delete groups. Also allows the app to read and write conversations. All of these operations can be performed by the app without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "Group.Read.All",
+ "Description": "Read all groups",
+ "FullDescription": "Allows the app to read group properties and memberships, and read conversations for all groups, without a signed-in user.",
+ "IsAdmin": false,
+ "PermissionType": "Application",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "Directory.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
+ }
+ ],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphTeamsTab",
- "Command": "Get-MgTeamChannelTab",
"Method": "GET",
- "Uri": "/teams/{team-id}/channels/{channel-id}/tabs",
+ "Command": "Get-MgTeamChannelTab",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-list-tabs?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Teams",
+ "Uri": "/teams/{team-id}/channels/{channel-id}/tabs/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -290522,140 +303438,33 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Teams",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgTeamChannelTabCount",
"Method": "GET",
- "Uri": "/teams/{team-id}/channels/{channel-id}/tabs/$count",
- "ApiVersion": "v1.0",
- "Permissions": [
- {
- "Name": "TeamsTab.Read.Group",
- "Description": "Consent name unavailable",
- "FullDescription": "Consent description unavailable",
- "IsAdmin": false,
- "PermissionType": "Application",
- "IsLeastPrivilege": true
- },
- {
- "Name": "TeamsTab.ReadWriteSelfForTeam",
- "Description": "Allow the Teams app to manage only its own tabs in teams",
- "FullDescription": "Allows a Teams app to read, install, upgrade, and uninstall its own tabs to teams you can access.",
- "IsAdmin": true,
- "PermissionType": "DelegatedWork",
- "IsLeastPrivilege": false
- },
- {
- "Name": "TeamsTab.ReadWriteForTeam",
- "Description": "Allow the app to manage all tabs in teams",
- "FullDescription": "Allows a Teams app to read, install, upgrade, and uninstall all tabs to teams you can access.",
- "IsAdmin": true,
- "PermissionType": "DelegatedWork",
- "IsLeastPrivilege": false
- },
- {
- "Name": "TeamsTab.ReadWriteSelfForTeam.All",
- "Description": "Allow the Teams app to manage only its own tabs for all teams",
- "FullDescription": "Allows a Teams app to read, install, upgrade, and uninstall its own tabs in any team, without a signed-in user.",
- "IsAdmin": false,
- "PermissionType": "Application",
- "IsLeastPrivilege": false
- },
- {
- "Name": "TeamsTab.ReadWriteForTeam.All",
- "Description": "Allow the Teams app to manage all tabs for all teams",
- "FullDescription": "Allows a Teams app to read, install, upgrade, and uninstall all tabs in any team, without a signed-in user.",
- "IsAdmin": false,
- "PermissionType": "Application",
- "IsLeastPrivilege": false
- },
- {
- "Name": "TeamsTab.ReadWrite.Group",
- "Description": "Consent name unavailable",
- "FullDescription": "Consent description unavailable",
- "IsAdmin": false,
- "PermissionType": "Application",
- "IsLeastPrivilege": false
- },
- {
- "Name": "TeamsTab.ReadWrite.All",
- "Description": "Read and write tabs in Microsoft Teams.",
- "FullDescription": "Read and write tabs in any team in Microsoft Teams, without a signed-in user. This does not give access to the content inside the tabs.",
- "IsAdmin": false,
- "PermissionType": "Application",
- "IsLeastPrivilege": false
- },
- {
- "Name": "TeamsTab.Read.All",
- "Description": "Read tabs in Microsoft Teams.",
- "FullDescription": "Read the names and settings of tabs inside any team in Microsoft Teams, without a signed-in user. This does not give access to the content inside the tabs. ",
- "IsAdmin": false,
- "PermissionType": "Application",
- "IsLeastPrivilege": false
- },
- {
- "Name": "Group.ReadWrite.All",
- "Description": "Read and write all groups",
- "FullDescription": "Allows the app to create groups, read all group properties and memberships, update group properties and memberships, and delete groups. Also allows the app to read and write conversations. All of these operations can be performed by the app without a signed-in user.",
- "IsAdmin": false,
- "PermissionType": "Application",
- "IsLeastPrivilege": false
- },
- {
- "Name": "Group.Read.All",
- "Description": "Read all groups",
- "FullDescription": "Allows the app to read group properties and memberships, and read conversations for all groups, without a signed-in user.",
- "IsAdmin": false,
- "PermissionType": "Application",
- "IsLeastPrivilege": false
- },
- {
- "Name": "Directory.ReadWrite.All",
- "Description": "Read and write directory data",
- "FullDescription": "Allows the app to read and write data in your organization's directory, such as users, and groups, without a signed-in user. Does not allow user or group deletion.",
- "IsAdmin": false,
- "PermissionType": "Application",
- "IsLeastPrivilege": false
- },
- {
- "Name": "Directory.Read.All",
- "Description": "Read directory data",
- "FullDescription": "Allows the app to read data in your organization's directory, such as users, groups and apps, without a signed-in user.",
- "IsAdmin": false,
- "PermissionType": "Application",
- "IsLeastPrivilege": false
- }
- ]
+ "Command": "Get-MgTeamChannelTabCount",
+ "ApiReferenceLink": null
},
{
"Module": "Teams",
+ "Uri": "/teams/{team-id}/channels/{channel-id}/tabs/{teamsTab-id}/teamsApp",
+ "OutputType": "IMicrosoftGraphTeamsApp",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTeamsApp",
- "Command": "Get-MgTeamChannelTabTeamApp",
"Method": "GET",
- "Uri": "/teams/{team-id}/channels/{channel-id}/tabs/{teamsTab-id}/teamsApp",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgTeamChannelTabTeamApp",
+ "ApiReferenceLink": null
},
{
"Module": "Teams",
- "Variants": [
- "Get"
- ],
- "OutputType": null,
- "Command": "Get-MgTeamCount",
- "Method": "GET",
"Uri": "/teams/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -290682,55 +303491,59 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgTeamCount",
+ "ApiReferenceLink": null
},
{
"Module": "Teams",
+ "Uri": "/teams/{team-id}/group/serviceProvisioningErrors",
+ "OutputType": "IMicrosoftGraphServiceProvisioningError",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Command": "Get-MgTeamGroupServiceProvisioningError",
"Method": "GET",
- "Uri": "/teams/{team-id}/group/serviceProvisioningErrors",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgTeamGroupServiceProvisioningError",
+ "ApiReferenceLink": null
},
{
"Module": "Teams",
+ "Uri": "/teams/{team-id}/group/serviceProvisioningErrors/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgTeamGroupServiceProvisioningErrorCount",
"Method": "GET",
- "Uri": "/teams/{team-id}/group/serviceProvisioningErrors/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgTeamGroupServiceProvisioningErrorCount",
+ "ApiReferenceLink": null
},
{
"Module": "Teams",
+ "Uri": "/teams/{team-id}/incomingChannels/{channel-id}",
+ "OutputType": "IMicrosoftGraphChannel",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphChannel",
- "Command": "Get-MgTeamIncomingChannel",
"Method": "GET",
- "Uri": "/teams/{team-id}/incomingChannels/{channel-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgTeamIncomingChannel",
+ "ApiReferenceLink": null
},
{
"Module": "Teams",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphChannel",
- "Command": "Get-MgTeamIncomingChannel",
- "Method": "GET",
"Uri": "/teams/{team-id}/incomingChannels",
+ "OutputType": "IMicrosoftGraphChannel",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -290757,18 +303570,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Teams",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgTeamIncomingChannelCount",
"Method": "GET",
+ "Command": "Get-MgTeamIncomingChannel",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-list-incomingchannels?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Teams",
"Uri": "/teams/{team-id}/incomingChannels/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -290795,18 +303608,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Teams",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTeamsAppInstallation",
- "Command": "Get-MgTeamInstalledApp",
"Method": "GET",
+ "Command": "Get-MgTeamIncomingChannelCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Teams",
"Uri": "/teams/{team-id}/installedApps/{teamsAppInstallation-id}",
+ "OutputType": "IMicrosoftGraphTeamsAppInstallation",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -290937,17 +303751,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Teams",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTeamsAppInstallation",
- "Command": "Get-MgTeamInstalledApp",
"Method": "GET",
+ "Command": "Get-MgTeamInstalledApp",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-get-installedapps?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Teams",
"Uri": "/teams/{team-id}/installedApps",
+ "OutputType": "IMicrosoftGraphTeamsAppInstallation",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -291070,18 +303886,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Teams",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgTeamInstalledAppCount",
"Method": "GET",
+ "Command": "Get-MgTeamInstalledApp",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-list-installedapps?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Teams",
"Uri": "/teams/{team-id}/installedApps/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -291204,44 +304020,47 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Teams",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTeamsApp",
- "Command": "Get-MgTeamInstalledAppTeamApp",
"Method": "GET",
- "Uri": "/teams/{team-id}/installedApps/{teamsAppInstallation-id}/teamsApp",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgTeamInstalledAppCount",
+ "ApiReferenceLink": null
},
{
"Module": "Teams",
+ "Uri": "/teams/{team-id}/installedApps/{teamsAppInstallation-id}/teamsApp",
+ "OutputType": "IMicrosoftGraphTeamsApp",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTeamsAppDefinition",
- "Command": "Get-MgTeamInstalledAppTeamAppDefinition",
"Method": "GET",
- "Uri": "/teams/{team-id}/installedApps/{teamsAppInstallation-id}/teamsAppDefinition",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgTeamInstalledAppTeamApp",
+ "ApiReferenceLink": null
},
{
"Module": "Teams",
+ "Uri": "/teams/{team-id}/installedApps/{teamsAppInstallation-id}/teamsAppDefinition",
+ "OutputType": "IMicrosoftGraphTeamsAppDefinition",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphConversationMember",
- "Command": "Get-MgTeamMember",
"Method": "GET",
+ "Command": "Get-MgTeamInstalledAppTeamAppDefinition",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Teams",
"Uri": "/teams/{team-id}/members/{conversationMember-id}",
+ "OutputType": "IMicrosoftGraphConversationMember",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -291268,17 +304087,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Teams",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphConversationMember",
- "Command": "Get-MgTeamMember",
"Method": "GET",
+ "Command": "Get-MgTeamMember",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-get-members?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Teams",
"Uri": "/teams/{team-id}/members",
+ "OutputType": "IMicrosoftGraphConversationMember",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -291305,18 +304126,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Teams",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgTeamMemberCount",
"Method": "GET",
+ "Command": "Get-MgTeamMember",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-list-members?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Teams",
"Uri": "/teams/{team-id}/members/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -291343,68 +304164,74 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgTeamMemberCount",
+ "ApiReferenceLink": null
},
{
"Module": "Teams",
+ "Uri": "/teams/{team-id}/operations/{teamsAsyncOperation-id}",
+ "OutputType": "IMicrosoftGraphTeamsAsyncOperation",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTeamsAsyncOperation",
- "Command": "Get-MgTeamOperation",
"Method": "GET",
- "Uri": "/teams/{team-id}/operations/{teamsAsyncOperation-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgTeamOperation",
+ "ApiReferenceLink": null
},
{
"Module": "Teams",
+ "Uri": "/teams/{team-id}/operations",
+ "OutputType": "IMicrosoftGraphTeamsAsyncOperation",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphTeamsAsyncOperation",
- "Command": "Get-MgTeamOperation",
"Method": "GET",
- "Uri": "/teams/{team-id}/operations",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgTeamOperation",
+ "ApiReferenceLink": null
},
{
"Module": "Teams",
+ "Uri": "/teams/{team-id}/operations/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgTeamOperationCount",
"Method": "GET",
- "Uri": "/teams/{team-id}/operations/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgTeamOperationCount",
+ "ApiReferenceLink": null
},
{
"Module": "Teams",
+ "Uri": "/teams/{team-id}/permissionGrants/{resourceSpecificPermissionGrant-id}",
+ "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant",
- "Command": "Get-MgTeamPermissionGrant",
"Method": "GET",
- "Uri": "/teams/{team-id}/permissionGrants/{resourceSpecificPermissionGrant-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgTeamPermissionGrant",
+ "ApiReferenceLink": null
},
{
"Module": "Teams",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant",
- "Command": "Get-MgTeamPermissionGrant",
- "Method": "GET",
"Uri": "/teams/{team-id}/permissionGrants",
+ "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -291471,18 +304298,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Teams",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgTeamPermissionGrantCount",
"Method": "GET",
+ "Command": "Get-MgTeamPermissionGrant",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-list-permissiongrants?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Teams",
"Uri": "/teams/{team-id}/permissionGrants/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -291549,44 +304376,47 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Teams",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphProfilePhoto",
- "Command": "Get-MgTeamPhoto",
"Method": "GET",
- "Uri": "/teams/{team-id}/photo",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgTeamPermissionGrantCount",
+ "ApiReferenceLink": null
},
{
"Module": "Teams",
+ "Uri": "/teams/{team-id}/photo",
+ "OutputType": "IMicrosoftGraphProfilePhoto",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgTeamPhotoContent",
"Method": "GET",
- "Uri": "/teams/{team-id}/photo/$value",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgTeamPhoto",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/profilephoto-get?view=graph-rest-1.0"
},
{
"Module": "Teams",
+ "Uri": "/teams/{team-id}/photo/$value",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphChannel",
- "Command": "Get-MgTeamPrimaryChannel",
"Method": "GET",
+ "Command": "Get-MgTeamPhotoContent",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/profilephoto-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Teams",
"Uri": "/teams/{team-id}/primaryChannel",
+ "OutputType": "IMicrosoftGraphChannel",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -291629,393 +304459,423 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgTeamPrimaryChannel",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-get-primarychannel?view=graph-rest-1.0"
},
{
"Module": "Teams",
+ "Uri": "/teams/{team-id}/primaryChannel/filesFolder",
+ "OutputType": "IMicrosoftGraphDriveItem",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDriveItem",
- "Command": "Get-MgTeamPrimaryChannelFileFolder",
"Method": "GET",
- "Uri": "/teams/{team-id}/primaryChannel/filesFolder",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgTeamPrimaryChannelFileFolder",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-get-filesfolder?view=graph-rest-1.0"
},
{
"Module": "Teams",
+ "Uri": "/teams/{team-id}/primaryChannel/filesFolder/content",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgTeamPrimaryChannelFileFolderContent",
"Method": "GET",
- "Uri": "/teams/{team-id}/primaryChannel/filesFolder/content",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgTeamPrimaryChannelFileFolderContent",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-get-filesfolder?view=graph-rest-1.0"
},
{
"Module": "Teams",
+ "Uri": "/teams/{team-id}/primaryChannel/members/{conversationMember-id}",
+ "OutputType": "IMicrosoftGraphConversationMember",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphConversationMember",
- "Command": "Get-MgTeamPrimaryChannelMember",
"Method": "GET",
- "Uri": "/teams/{team-id}/primaryChannel/members/{conversationMember-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgTeamPrimaryChannelMember",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-get-members?view=graph-rest-1.0"
},
{
"Module": "Teams",
+ "Uri": "/teams/{team-id}/primaryChannel/members",
+ "OutputType": "IMicrosoftGraphConversationMember",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphConversationMember",
- "Command": "Get-MgTeamPrimaryChannelMember",
"Method": "GET",
- "Uri": "/teams/{team-id}/primaryChannel/members",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgTeamPrimaryChannelMember",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-list-members?view=graph-rest-1.0"
},
{
"Module": "Teams",
+ "Uri": "/teams/{team-id}/primaryChannel/members/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgTeamPrimaryChannelMemberCount",
"Method": "GET",
- "Uri": "/teams/{team-id}/primaryChannel/members/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgTeamPrimaryChannelMemberCount",
+ "ApiReferenceLink": null
},
{
"Module": "Teams",
+ "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}",
+ "OutputType": "IMicrosoftGraphChatMessage",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphChatMessage",
- "Command": "Get-MgTeamPrimaryChannelMessage",
"Method": "GET",
- "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgTeamPrimaryChannelMessage",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-get?view=graph-rest-1.0"
},
{
"Module": "Teams",
+ "Uri": "/teams/{team-id}/primaryChannel/messages",
+ "OutputType": "IMicrosoftGraphChatMessage",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphChatMessage",
- "Command": "Get-MgTeamPrimaryChannelMessage",
"Method": "GET",
- "Uri": "/teams/{team-id}/primaryChannel/messages",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgTeamPrimaryChannelMessage",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-list-messages?view=graph-rest-1.0"
},
{
"Module": "Teams",
+ "Uri": "/teams/{team-id}/primaryChannel/messages/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgTeamPrimaryChannelMessageCount",
"Method": "GET",
- "Uri": "/teams/{team-id}/primaryChannel/messages/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgTeamPrimaryChannelMessageCount",
+ "ApiReferenceLink": null
},
{
"Module": "Teams",
+ "Uri": "/teams/{team-id}/primaryChannel/messages/delta",
+ "OutputType": "IMicrosoftGraphChatMessage",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Delta",
"DeltaViaIdentity"
],
- "OutputType": "IMicrosoftGraphChatMessage",
- "Command": "Get-MgTeamPrimaryChannelMessageDelta",
"Method": "GET",
- "Uri": "/teams/{team-id}/primaryChannel/messages/delta",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgTeamPrimaryChannelMessageDelta",
+ "ApiReferenceLink": null
},
{
"Module": "Teams",
+ "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}",
+ "OutputType": "IMicrosoftGraphChatMessageHostedContent",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphChatMessageHostedContent",
- "Command": "Get-MgTeamPrimaryChannelMessageHostedContent",
"Method": "GET",
- "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgTeamPrimaryChannelMessageHostedContent",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessagehostedcontent-get?view=graph-rest-1.0"
},
{
"Module": "Teams",
+ "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents",
+ "OutputType": "IMicrosoftGraphChatMessageHostedContent",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphChatMessageHostedContent",
- "Command": "Get-MgTeamPrimaryChannelMessageHostedContent",
"Method": "GET",
- "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgTeamPrimaryChannelMessageHostedContent",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-list-hostedcontents?view=graph-rest-1.0"
},
{
"Module": "Teams",
+ "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgTeamPrimaryChannelMessageHostedContentCount",
"Method": "GET",
- "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgTeamPrimaryChannelMessageHostedContentCount",
+ "ApiReferenceLink": null
},
{
"Module": "Teams",
+ "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}",
+ "OutputType": "IMicrosoftGraphChatMessage",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphChatMessage",
- "Command": "Get-MgTeamPrimaryChannelMessageReply",
"Method": "GET",
- "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgTeamPrimaryChannelMessageReply",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-get?view=graph-rest-1.0"
},
{
"Module": "Teams",
+ "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies",
+ "OutputType": "IMicrosoftGraphChatMessage",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphChatMessage",
- "Command": "Get-MgTeamPrimaryChannelMessageReply",
"Method": "GET",
- "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgTeamPrimaryChannelMessageReply",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-list-replies?view=graph-rest-1.0"
},
{
"Module": "Teams",
+ "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgTeamPrimaryChannelMessageReplyCount",
"Method": "GET",
- "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgTeamPrimaryChannelMessageReplyCount",
+ "ApiReferenceLink": null
},
{
"Module": "Teams",
+ "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/delta",
+ "OutputType": "IMicrosoftGraphChatMessage",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Delta",
"DeltaViaIdentity"
],
- "OutputType": "IMicrosoftGraphChatMessage",
- "Command": "Get-MgTeamPrimaryChannelMessageReplyDelta",
"Method": "GET",
- "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/delta",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgTeamPrimaryChannelMessageReplyDelta",
+ "ApiReferenceLink": null
},
{
"Module": "Teams",
+ "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}",
+ "OutputType": "IMicrosoftGraphChatMessageHostedContent",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphChatMessageHostedContent",
- "Command": "Get-MgTeamPrimaryChannelMessageReplyHostedContent",
"Method": "GET",
- "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgTeamPrimaryChannelMessageReplyHostedContent",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessagehostedcontent-get?view=graph-rest-1.0"
},
{
"Module": "Teams",
+ "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents",
+ "OutputType": "IMicrosoftGraphChatMessageHostedContent",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphChatMessageHostedContent",
- "Command": "Get-MgTeamPrimaryChannelMessageReplyHostedContent",
"Method": "GET",
- "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgTeamPrimaryChannelMessageReplyHostedContent",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-list-hostedcontents?view=graph-rest-1.0"
},
{
"Module": "Teams",
+ "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgTeamPrimaryChannelMessageReplyHostedContentCount",
"Method": "GET",
- "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgTeamPrimaryChannelMessageReplyHostedContentCount",
+ "ApiReferenceLink": null
},
{
"Module": "Teams",
+ "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}",
+ "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo",
- "Command": "Get-MgTeamPrimaryChannelSharedWithTeam",
"Method": "GET",
- "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgTeamPrimaryChannelSharedWithTeam",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sharedwithchannelteaminfo-get?view=graph-rest-1.0"
},
{
"Module": "Teams",
+ "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams",
+ "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo",
- "Command": "Get-MgTeamPrimaryChannelSharedWithTeam",
"Method": "GET",
- "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgTeamPrimaryChannelSharedWithTeam",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sharedwithchannelteaminfo-list?view=graph-rest-1.0"
},
{
"Module": "Teams",
+ "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}",
+ "OutputType": "IMicrosoftGraphConversationMember",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphConversationMember",
- "Command": "Get-MgTeamPrimaryChannelSharedWithTeamAllowedMember",
"Method": "GET",
- "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgTeamPrimaryChannelSharedWithTeamAllowedMember",
+ "ApiReferenceLink": null
},
{
"Module": "Teams",
+ "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers",
+ "OutputType": "IMicrosoftGraphConversationMember",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphConversationMember",
- "Command": "Get-MgTeamPrimaryChannelSharedWithTeamAllowedMember",
"Method": "GET",
- "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgTeamPrimaryChannelSharedWithTeamAllowedMember",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sharedwithchannelteaminfo-list-allowedmembers?view=graph-rest-1.0"
},
{
"Module": "Teams",
+ "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgTeamPrimaryChannelSharedWithTeamAllowedMemberCount",
"Method": "GET",
- "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgTeamPrimaryChannelSharedWithTeamAllowedMemberCount",
+ "ApiReferenceLink": null
},
{
"Module": "Teams",
+ "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgTeamPrimaryChannelSharedWithTeamCount",
"Method": "GET",
- "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgTeamPrimaryChannelSharedWithTeamCount",
+ "ApiReferenceLink": null
},
{
"Module": "Teams",
+ "Uri": "/teams/{team-id}/primaryChannel/tabs/{teamsTab-id}",
+ "OutputType": "IMicrosoftGraphTeamsTab",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTeamsTab",
- "Command": "Get-MgTeamPrimaryChannelTab",
"Method": "GET",
- "Uri": "/teams/{team-id}/primaryChannel/tabs/{teamsTab-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgTeamPrimaryChannelTab",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-get-tabs?view=graph-rest-1.0"
},
{
"Module": "Teams",
+ "Uri": "/teams/{team-id}/primaryChannel/tabs",
+ "OutputType": "IMicrosoftGraphTeamsTab",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphTeamsTab",
- "Command": "Get-MgTeamPrimaryChannelTab",
"Method": "GET",
- "Uri": "/teams/{team-id}/primaryChannel/tabs",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgTeamPrimaryChannelTab",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-list-tabs?view=graph-rest-1.0"
},
{
"Module": "Teams",
+ "Uri": "/teams/{team-id}/primaryChannel/tabs/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgTeamPrimaryChannelTabCount",
"Method": "GET",
- "Uri": "/teams/{team-id}/primaryChannel/tabs/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgTeamPrimaryChannelTabCount",
+ "ApiReferenceLink": null
},
{
"Module": "Teams",
+ "Uri": "/teams/{team-id}/primaryChannel/tabs/{teamsTab-id}/teamsApp",
+ "OutputType": "IMicrosoftGraphTeamsApp",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTeamsApp",
- "Command": "Get-MgTeamPrimaryChannelTabTeamApp",
"Method": "GET",
- "Uri": "/teams/{team-id}/primaryChannel/tabs/{teamsTab-id}/teamsApp",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgTeamPrimaryChannelTabTeamApp",
+ "ApiReferenceLink": null
},
{
"Module": "Teams",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphSchedule",
- "Command": "Get-MgTeamSchedule",
- "Method": "GET",
"Uri": "/teams/{team-id}/schedule",
+ "OutputType": "IMicrosoftGraphSchedule",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -292050,18 +304910,19 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Teams",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphOfferShiftRequest",
- "Command": "Get-MgTeamScheduleOfferShiftRequest",
"Method": "GET",
+ "Command": "Get-MgTeamSchedule",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schedule-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Teams",
"Uri": "/teams/{team-id}/schedule/offerShiftRequests/{offerShiftRequest-id}",
+ "OutputType": "IMicrosoftGraphOfferShiftRequest",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -292096,17 +304957,19 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Teams",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphOfferShiftRequest",
- "Command": "Get-MgTeamScheduleOfferShiftRequest",
"Method": "GET",
+ "Command": "Get-MgTeamScheduleOfferShiftRequest",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/offershiftrequest-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Teams",
"Uri": "/teams/{team-id}/schedule/offerShiftRequests",
+ "OutputType": "IMicrosoftGraphOfferShiftRequest",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -292125,18 +304988,18 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Teams",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgTeamScheduleOfferShiftRequestCount",
"Method": "GET",
+ "Command": "Get-MgTeamScheduleOfferShiftRequest",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/offershiftrequest-list?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Teams",
"Uri": "/teams/{team-id}/schedule/offerShiftRequests/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -292155,63 +305018,19 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Teams",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphOpenShift",
- "Command": "Get-MgTeamScheduleOpenShift",
"Method": "GET",
- "Uri": "/teams/{team-id}/schedule/openShifts/{openShift-id}",
- "ApiVersion": "v1.0",
- "Permissions": [
- {
- "Name": "Schedule.Read.All",
- "Description": "Read your schedule items",
- "FullDescription": "Allows the app to read schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.",
- "IsAdmin": true,
- "PermissionType": "DelegatedWork",
- "IsLeastPrivilege": true
- },
- {
- "Name": "Schedule.ReadWrite.All",
- "Description": "Read and write your schedule items",
- "FullDescription": "Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.",
- "IsAdmin": true,
- "PermissionType": "DelegatedWork",
- "IsLeastPrivilege": false
- },
- {
- "Name": "Group.ReadWrite.All",
- "Description": "Read and write all groups",
- "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.",
- "IsAdmin": true,
- "PermissionType": "DelegatedWork",
- "IsLeastPrivilege": false
- },
- {
- "Name": "Group.Read.All",
- "Description": "Read all groups",
- "FullDescription": "Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ",
- "IsAdmin": true,
- "PermissionType": "DelegatedWork",
- "IsLeastPrivilege": false
- }
- ]
+ "Command": "Get-MgTeamScheduleOfferShiftRequestCount",
+ "ApiReferenceLink": null
},
{
"Module": "Teams",
- "Variants": [
- "List"
- ],
+ "Uri": "/teams/{team-id}/schedule/openShifts/{openShift-id}",
"OutputType": "IMicrosoftGraphOpenShift",
- "Command": "Get-MgTeamScheduleOpenShift",
- "Method": "GET",
- "Uri": "/teams/{team-id}/schedule/openShifts",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -292246,18 +305065,19 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Teams",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphOpenShiftChangeRequest",
- "Command": "Get-MgTeamScheduleOpenShiftChangeRequest",
"Method": "GET",
- "Uri": "/teams/{team-id}/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}",
+ "Command": "Get-MgTeamScheduleOpenShift",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/openshift-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Teams",
+ "Uri": "/teams/{team-id}/schedule/openShifts",
+ "OutputType": "IMicrosoftGraphOpenShift",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -292292,17 +305112,18 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Teams",
+ ],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphOpenShiftChangeRequest",
- "Command": "Get-MgTeamScheduleOpenShiftChangeRequest",
"Method": "GET",
- "Uri": "/teams/{team-id}/schedule/openShiftChangeRequests",
+ "Command": "Get-MgTeamScheduleOpenShift",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/openshift-list?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Teams",
+ "Uri": "/teams/{team-id}/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}",
+ "OutputType": "IMicrosoftGraphOpenShiftChangeRequest",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -292337,18 +305158,19 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Teams",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgTeamScheduleOpenShiftChangeRequestCount",
"Method": "GET",
- "Uri": "/teams/{team-id}/schedule/openShiftChangeRequests/$count",
+ "Command": "Get-MgTeamScheduleOpenShiftChangeRequest",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/openshiftchangerequest-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Teams",
+ "Uri": "/teams/{team-id}/schedule/openShiftChangeRequests",
+ "OutputType": "IMicrosoftGraphOpenShiftChangeRequest",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -292383,18 +305205,18 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgTeamScheduleOpenShiftChangeRequest",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/openshiftchangerequest-list?view=graph-rest-1.0"
},
{
"Module": "Teams",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
+ "Uri": "/teams/{team-id}/schedule/openShiftChangeRequests/$count",
"OutputType": null,
- "Command": "Get-MgTeamScheduleOpenShiftCount",
- "Method": "GET",
- "Uri": "/teams/{team-id}/schedule/openShifts/$count",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -292429,18 +305251,19 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Teams",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSchedulingGroup",
- "Command": "Get-MgTeamScheduleSchedulingGroup",
"Method": "GET",
- "Uri": "/teams/{team-id}/schedule/schedulingGroups/{schedulingGroup-id}",
+ "Command": "Get-MgTeamScheduleOpenShiftChangeRequestCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Teams",
+ "Uri": "/teams/{team-id}/schedule/openShifts/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -292475,17 +305298,19 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgTeamScheduleOpenShiftCount",
+ "ApiReferenceLink": null
},
{
"Module": "Teams",
- "Variants": [
- "List"
- ],
+ "Uri": "/teams/{team-id}/schedule/schedulingGroups/{schedulingGroup-id}",
"OutputType": "IMicrosoftGraphSchedulingGroup",
- "Command": "Get-MgTeamScheduleSchedulingGroup",
- "Method": "GET",
- "Uri": "/teams/{team-id}/schedule/schedulingGroups",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -292520,18 +305345,19 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Teams",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgTeamScheduleSchedulingGroupCount",
"Method": "GET",
- "Uri": "/teams/{team-id}/schedule/schedulingGroups/$count",
+ "Command": "Get-MgTeamScheduleSchedulingGroup",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schedulinggroup-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Teams",
+ "Uri": "/teams/{team-id}/schedule/schedulingGroups",
+ "OutputType": "IMicrosoftGraphSchedulingGroup",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -292566,18 +305392,65 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgTeamScheduleSchedulingGroup",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schedule-list-schedulinggroups?view=graph-rest-1.0"
},
{
"Module": "Teams",
+ "Uri": "/teams/{team-id}/schedule/schedulingGroups/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [
+ {
+ "Name": "Schedule.Read.All",
+ "Description": "Read your schedule items",
+ "FullDescription": "Allows the app to read schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.",
+ "IsAdmin": true,
+ "PermissionType": "DelegatedWork",
+ "IsLeastPrivilege": true
+ },
+ {
+ "Name": "Schedule.ReadWrite.All",
+ "Description": "Read and write your schedule items",
+ "FullDescription": "Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.",
+ "IsAdmin": true,
+ "PermissionType": "DelegatedWork",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "Group.ReadWrite.All",
+ "Description": "Read and write all groups",
+ "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.",
+ "IsAdmin": true,
+ "PermissionType": "DelegatedWork",
+ "IsLeastPrivilege": false
+ },
+ {
+ "Name": "Group.Read.All",
+ "Description": "Read all groups",
+ "FullDescription": "Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ",
+ "IsAdmin": true,
+ "PermissionType": "DelegatedWork",
+ "IsLeastPrivilege": false
+ }
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphShift",
- "Command": "Get-MgTeamScheduleShift",
"Method": "GET",
+ "Command": "Get-MgTeamScheduleSchedulingGroupCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Teams",
"Uri": "/teams/{team-id}/schedule/shifts/{shift-id}",
+ "OutputType": "IMicrosoftGraphShift",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -292612,17 +305485,19 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Teams",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphShift",
- "Command": "Get-MgTeamScheduleShift",
"Method": "GET",
+ "Command": "Get-MgTeamScheduleShift",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/shift-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Teams",
"Uri": "/teams/{team-id}/schedule/shifts",
+ "OutputType": "IMicrosoftGraphShift",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -292657,18 +305532,18 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Teams",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgTeamScheduleShiftCount",
"Method": "GET",
+ "Command": "Get-MgTeamScheduleShift",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schedule-list-shifts?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Teams",
"Uri": "/teams/{team-id}/schedule/shifts/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -292703,30 +305578,33 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Teams",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest",
- "Command": "Get-MgTeamScheduleSwapShiftChangeRequest",
"Method": "GET",
- "Uri": "/teams/{team-id}/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgTeamScheduleShiftCount",
+ "ApiReferenceLink": null
},
{
"Module": "Teams",
+ "Uri": "/teams/{team-id}/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}",
+ "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest",
- "Command": "Get-MgTeamScheduleSwapShiftChangeRequest",
"Method": "GET",
+ "Command": "Get-MgTeamScheduleSwapShiftChangeRequest",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/swapshiftschangerequest-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Teams",
"Uri": "/teams/{team-id}/schedule/swapShiftsChangeRequests",
+ "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -292761,18 +305639,18 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Teams",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgTeamScheduleSwapShiftChangeRequestCount",
"Method": "GET",
+ "Command": "Get-MgTeamScheduleSwapShiftChangeRequest",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/swapshiftschangerequest-list?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Teams",
"Uri": "/teams/{team-id}/schedule/swapShiftsChangeRequests/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -292807,18 +305685,19 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Teams",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTimeOff",
- "Command": "Get-MgTeamScheduleTimeOff",
"Method": "GET",
+ "Command": "Get-MgTeamScheduleSwapShiftChangeRequestCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Teams",
"Uri": "/teams/{team-id}/schedule/timesOff/{timeOff-id}",
+ "OutputType": "IMicrosoftGraphTimeOff",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -292853,17 +305732,19 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Teams",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTimeOff",
- "Command": "Get-MgTeamScheduleTimeOff",
"Method": "GET",
+ "Command": "Get-MgTeamScheduleTimeOff",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timeoff-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Teams",
"Uri": "/teams/{team-id}/schedule/timesOff",
+ "OutputType": "IMicrosoftGraphTimeOff",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -292898,18 +305779,18 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Teams",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgTeamScheduleTimeOffCount",
"Method": "GET",
+ "Command": "Get-MgTeamScheduleTimeOff",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schedule-list-timesoff?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Teams",
"Uri": "/teams/{team-id}/schedule/timesOff/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -292944,18 +305825,19 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Teams",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTimeOffReason",
- "Command": "Get-MgTeamScheduleTimeOffReason",
"Method": "GET",
+ "Command": "Get-MgTeamScheduleTimeOffCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Teams",
"Uri": "/teams/{team-id}/schedule/timeOffReasons/{timeOffReason-id}",
+ "OutputType": "IMicrosoftGraphTimeOffReason",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -292990,17 +305872,19 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Teams",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTimeOffReason",
- "Command": "Get-MgTeamScheduleTimeOffReason",
"Method": "GET",
+ "Command": "Get-MgTeamScheduleTimeOffReason",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timeoffreason-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Teams",
"Uri": "/teams/{team-id}/schedule/timeOffReasons",
+ "OutputType": "IMicrosoftGraphTimeOffReason",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -293035,18 +305919,18 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Teams",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgTeamScheduleTimeOffReasonCount",
"Method": "GET",
+ "Command": "Get-MgTeamScheduleTimeOffReason",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schedule-list-timeoffreasons?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Teams",
"Uri": "/teams/{team-id}/schedule/timeOffReasons/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -293081,18 +305965,19 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Teams",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTimeOffRequest",
- "Command": "Get-MgTeamScheduleTimeOffRequest",
"Method": "GET",
+ "Command": "Get-MgTeamScheduleTimeOffReasonCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Teams",
"Uri": "/teams/{team-id}/schedule/timeOffRequests/{timeOffRequest-id}",
+ "OutputType": "IMicrosoftGraphTimeOffRequest",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -293127,17 +306012,19 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Teams",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTimeOffRequest",
- "Command": "Get-MgTeamScheduleTimeOffRequest",
"Method": "GET",
+ "Command": "Get-MgTeamScheduleTimeOffRequest",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timeoffrequest-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Teams",
"Uri": "/teams/{team-id}/schedule/timeOffRequests",
+ "OutputType": "IMicrosoftGraphTimeOffRequest",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -293172,18 +306059,18 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Teams",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgTeamScheduleTimeOffRequestCount",
"Method": "GET",
+ "Command": "Get-MgTeamScheduleTimeOffRequest",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timeoffrequest-list?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Teams",
"Uri": "/teams/{team-id}/schedule/timeOffRequests/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -293218,18 +306105,19 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Teams",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTeamworkTag",
- "Command": "Get-MgTeamTag",
"Method": "GET",
+ "Command": "Get-MgTeamScheduleTimeOffRequestCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Teams",
"Uri": "/teams/{team-id}/tags/{teamworkTag-id}",
+ "OutputType": "IMicrosoftGraphTeamworkTag",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -293264,17 +306152,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Teams",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTeamworkTag",
- "Command": "Get-MgTeamTag",
"Method": "GET",
+ "Command": "Get-MgTeamTag",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworktag-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Teams",
"Uri": "/teams/{team-id}/tags",
+ "OutputType": "IMicrosoftGraphTeamworkTag",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -293309,18 +306199,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Teams",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgTeamTagCount",
"Method": "GET",
+ "Command": "Get-MgTeamTag",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworktag-list?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Teams",
"Uri": "/teams/{team-id}/tags/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -293355,18 +306245,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Teams",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTeamworkTagMember",
- "Command": "Get-MgTeamTagMember",
"Method": "GET",
+ "Command": "Get-MgTeamTagCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Teams",
"Uri": "/teams/{team-id}/tags/{teamworkTag-id}/members/{teamworkTagMember-id}",
+ "OutputType": "IMicrosoftGraphTeamworkTagMember",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -293401,17 +306292,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Teams",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTeamworkTagMember",
- "Command": "Get-MgTeamTagMember",
"Method": "GET",
+ "Command": "Get-MgTeamTagMember",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworktagmember-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Teams",
"Uri": "/teams/{team-id}/tags/{teamworkTag-id}/members",
+ "OutputType": "IMicrosoftGraphTeamworkTagMember",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -293446,18 +306339,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Teams",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgTeamTagMemberCount",
"Method": "GET",
+ "Command": "Get-MgTeamTagMember",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworktagmember-list?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Teams",
"Uri": "/teams/{team-id}/tags/{teamworkTag-id}/members/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -293492,531 +306385,573 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgTeamTagMemberCount",
+ "ApiReferenceLink": null
},
{
"Module": "Teams",
+ "Uri": "/teams/{team-id}/template",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgTeamTemplate",
"Method": "GET",
- "Uri": "/teams/{team-id}/template",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgTeamTemplate",
+ "ApiReferenceLink": null
},
{
"Module": "Teams",
+ "Uri": "/teamwork",
+ "OutputType": "IMicrosoftGraphTeamwork",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": "IMicrosoftGraphTeamwork",
- "Command": "Get-MgTeamwork",
"Method": "GET",
- "Uri": "/teamwork",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgTeamwork",
+ "ApiReferenceLink": null
},
{
"Module": "Teams",
+ "Uri": "/teamwork/deletedChats/{deletedChat-id}",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgTeamworkDeletedChat",
"Method": "GET",
- "Uri": "/teamwork/deletedChats/{deletedChat-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgTeamworkDeletedChat",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/deletedchat-get?view=graph-rest-1.0"
},
{
"Module": "Teams",
+ "Uri": "/teamwork/deletedChats",
+ "OutputType": "IMicrosoftGraphDeletedChat",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphDeletedChat",
- "Command": "Get-MgTeamworkDeletedChat",
"Method": "GET",
- "Uri": "/teamwork/deletedChats",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgTeamworkDeletedChat",
+ "ApiReferenceLink": null
},
{
"Module": "Teams",
+ "Uri": "/teamwork/deletedChats/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgTeamworkDeletedChatCount",
"Method": "GET",
- "Uri": "/teamwork/deletedChats/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgTeamworkDeletedChatCount",
+ "ApiReferenceLink": null
},
{
"Module": "Teams",
+ "Uri": "/teamwork/deletedTeams/{deletedTeam-id}",
+ "OutputType": "IMicrosoftGraphDeletedTeam",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDeletedTeam",
- "Command": "Get-MgTeamworkDeletedTeam",
"Method": "GET",
- "Uri": "/teamwork/deletedTeams/{deletedTeam-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgTeamworkDeletedTeam",
+ "ApiReferenceLink": null
},
{
"Module": "Teams",
+ "Uri": "/teamwork/deletedTeams",
+ "OutputType": "IMicrosoftGraphDeletedTeam",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphDeletedTeam",
- "Command": "Get-MgTeamworkDeletedTeam",
"Method": "GET",
- "Uri": "/teamwork/deletedTeams",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgTeamworkDeletedTeam",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamwork-list-deletedteams?view=graph-rest-1.0"
},
{
"Module": "Teams",
+ "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}",
+ "OutputType": "IMicrosoftGraphChannel",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphChannel",
- "Command": "Get-MgTeamworkDeletedTeamChannel",
"Method": "GET",
- "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgTeamworkDeletedTeamChannel",
+ "ApiReferenceLink": null
},
{
"Module": "Teams",
+ "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels",
+ "OutputType": "IMicrosoftGraphChannel",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphChannel",
- "Command": "Get-MgTeamworkDeletedTeamChannel",
"Method": "GET",
- "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgTeamworkDeletedTeamChannel",
+ "ApiReferenceLink": null
},
{
"Module": "Teams",
+ "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgTeamworkDeletedTeamChannelCount",
"Method": "GET",
- "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgTeamworkDeletedTeamChannelCount",
+ "ApiReferenceLink": null
},
{
"Module": "Teams",
+ "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/filesFolder",
+ "OutputType": "IMicrosoftGraphDriveItem",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDriveItem",
- "Command": "Get-MgTeamworkDeletedTeamChannelFileFolder",
"Method": "GET",
- "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/filesFolder",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgTeamworkDeletedTeamChannelFileFolder",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-get-filesfolder?view=graph-rest-1.0"
},
{
"Module": "Teams",
+ "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/filesFolder/content",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgTeamworkDeletedTeamChannelFileFolderContent",
"Method": "GET",
- "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/filesFolder/content",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgTeamworkDeletedTeamChannelFileFolderContent",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-get-filesfolder?view=graph-rest-1.0"
},
{
"Module": "Teams",
+ "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members/{conversationMember-id}",
+ "OutputType": "IMicrosoftGraphConversationMember",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphConversationMember",
- "Command": "Get-MgTeamworkDeletedTeamChannelMember",
"Method": "GET",
- "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members/{conversationMember-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgTeamworkDeletedTeamChannelMember",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-get-members?view=graph-rest-1.0"
},
{
"Module": "Teams",
+ "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members",
+ "OutputType": "IMicrosoftGraphConversationMember",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphConversationMember",
- "Command": "Get-MgTeamworkDeletedTeamChannelMember",
"Method": "GET",
- "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgTeamworkDeletedTeamChannelMember",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-list-members?view=graph-rest-1.0"
},
{
"Module": "Teams",
+ "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgTeamworkDeletedTeamChannelMemberCount",
"Method": "GET",
- "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgTeamworkDeletedTeamChannelMemberCount",
+ "ApiReferenceLink": null
},
{
"Module": "Teams",
+ "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}",
+ "OutputType": "IMicrosoftGraphChatMessage",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphChatMessage",
- "Command": "Get-MgTeamworkDeletedTeamChannelMessage",
"Method": "GET",
- "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgTeamworkDeletedTeamChannelMessage",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-get?view=graph-rest-1.0"
},
{
"Module": "Teams",
+ "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages",
+ "OutputType": "IMicrosoftGraphChatMessage",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphChatMessage",
- "Command": "Get-MgTeamworkDeletedTeamChannelMessage",
"Method": "GET",
- "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgTeamworkDeletedTeamChannelMessage",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-list-messages?view=graph-rest-1.0"
},
{
"Module": "Teams",
+ "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgTeamworkDeletedTeamChannelMessageCount",
"Method": "GET",
- "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgTeamworkDeletedTeamChannelMessageCount",
+ "ApiReferenceLink": null
},
{
"Module": "Teams",
+ "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/delta",
+ "OutputType": "IMicrosoftGraphChatMessage",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Delta",
"DeltaViaIdentity"
],
- "OutputType": "IMicrosoftGraphChatMessage",
- "Command": "Get-MgTeamworkDeletedTeamChannelMessageDelta",
"Method": "GET",
- "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/delta",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgTeamworkDeletedTeamChannelMessageDelta",
+ "ApiReferenceLink": null
},
{
"Module": "Teams",
+ "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}",
+ "OutputType": "IMicrosoftGraphChatMessageHostedContent",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphChatMessageHostedContent",
- "Command": "Get-MgTeamworkDeletedTeamChannelMessageHostedContent",
"Method": "GET",
- "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgTeamworkDeletedTeamChannelMessageHostedContent",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessagehostedcontent-get?view=graph-rest-1.0"
},
{
"Module": "Teams",
+ "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents",
+ "OutputType": "IMicrosoftGraphChatMessageHostedContent",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphChatMessageHostedContent",
- "Command": "Get-MgTeamworkDeletedTeamChannelMessageHostedContent",
"Method": "GET",
- "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgTeamworkDeletedTeamChannelMessageHostedContent",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-list-hostedcontents?view=graph-rest-1.0"
},
{
"Module": "Teams",
+ "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgTeamworkDeletedTeamChannelMessageHostedContentCount",
"Method": "GET",
- "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgTeamworkDeletedTeamChannelMessageHostedContentCount",
+ "ApiReferenceLink": null
},
{
"Module": "Teams",
+ "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}",
+ "OutputType": "IMicrosoftGraphChatMessage",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphChatMessage",
- "Command": "Get-MgTeamworkDeletedTeamChannelMessageReply",
"Method": "GET",
- "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgTeamworkDeletedTeamChannelMessageReply",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-get?view=graph-rest-1.0"
},
{
"Module": "Teams",
+ "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies",
+ "OutputType": "IMicrosoftGraphChatMessage",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphChatMessage",
- "Command": "Get-MgTeamworkDeletedTeamChannelMessageReply",
"Method": "GET",
- "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgTeamworkDeletedTeamChannelMessageReply",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-list-replies?view=graph-rest-1.0"
},
{
"Module": "Teams",
+ "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgTeamworkDeletedTeamChannelMessageReplyCount",
"Method": "GET",
- "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgTeamworkDeletedTeamChannelMessageReplyCount",
+ "ApiReferenceLink": null
},
{
"Module": "Teams",
+ "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/delta",
+ "OutputType": "IMicrosoftGraphChatMessage",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Delta",
"DeltaViaIdentity"
],
- "OutputType": "IMicrosoftGraphChatMessage",
- "Command": "Get-MgTeamworkDeletedTeamChannelMessageReplyDelta",
"Method": "GET",
- "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/delta",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgTeamworkDeletedTeamChannelMessageReplyDelta",
+ "ApiReferenceLink": null
},
{
"Module": "Teams",
+ "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}",
+ "OutputType": "IMicrosoftGraphChatMessageHostedContent",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphChatMessageHostedContent",
- "Command": "Get-MgTeamworkDeletedTeamChannelMessageReplyHostedContent",
"Method": "GET",
- "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgTeamworkDeletedTeamChannelMessageReplyHostedContent",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessagehostedcontent-get?view=graph-rest-1.0"
},
{
"Module": "Teams",
+ "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents",
+ "OutputType": "IMicrosoftGraphChatMessageHostedContent",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphChatMessageHostedContent",
- "Command": "Get-MgTeamworkDeletedTeamChannelMessageReplyHostedContent",
"Method": "GET",
- "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgTeamworkDeletedTeamChannelMessageReplyHostedContent",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-list-hostedcontents?view=graph-rest-1.0"
},
{
"Module": "Teams",
+ "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgTeamworkDeletedTeamChannelMessageReplyHostedContentCount",
"Method": "GET",
- "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgTeamworkDeletedTeamChannelMessageReplyHostedContentCount",
+ "ApiReferenceLink": null
},
{
"Module": "Teams",
+ "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}",
+ "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo",
- "Command": "Get-MgTeamworkDeletedTeamChannelSharedWithTeam",
"Method": "GET",
- "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgTeamworkDeletedTeamChannelSharedWithTeam",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sharedwithchannelteaminfo-get?view=graph-rest-1.0"
},
{
"Module": "Teams",
+ "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams",
+ "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo",
- "Command": "Get-MgTeamworkDeletedTeamChannelSharedWithTeam",
"Method": "GET",
- "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgTeamworkDeletedTeamChannelSharedWithTeam",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sharedwithchannelteaminfo-list?view=graph-rest-1.0"
},
{
"Module": "Teams",
+ "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}",
+ "OutputType": "IMicrosoftGraphConversationMember",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphConversationMember",
- "Command": "Get-MgTeamworkDeletedTeamChannelSharedWithTeamAllowedMember",
"Method": "GET",
- "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgTeamworkDeletedTeamChannelSharedWithTeamAllowedMember",
+ "ApiReferenceLink": null
},
{
"Module": "Teams",
+ "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers",
+ "OutputType": "IMicrosoftGraphConversationMember",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphConversationMember",
- "Command": "Get-MgTeamworkDeletedTeamChannelSharedWithTeamAllowedMember",
"Method": "GET",
- "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgTeamworkDeletedTeamChannelSharedWithTeamAllowedMember",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sharedwithchannelteaminfo-list-allowedmembers?view=graph-rest-1.0"
},
{
"Module": "Teams",
+ "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgTeamworkDeletedTeamChannelSharedWithTeamAllowedMemberCount",
"Method": "GET",
- "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgTeamworkDeletedTeamChannelSharedWithTeamAllowedMemberCount",
+ "ApiReferenceLink": null
},
{
"Module": "Teams",
+ "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgTeamworkDeletedTeamChannelSharedWithTeamCount",
"Method": "GET",
- "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgTeamworkDeletedTeamChannelSharedWithTeamCount",
+ "ApiReferenceLink": null
},
{
"Module": "Teams",
+ "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs/{teamsTab-id}",
+ "OutputType": "IMicrosoftGraphTeamsTab",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTeamsTab",
- "Command": "Get-MgTeamworkDeletedTeamChannelTab",
"Method": "GET",
- "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs/{teamsTab-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgTeamworkDeletedTeamChannelTab",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-get-tabs?view=graph-rest-1.0"
},
{
"Module": "Teams",
+ "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs",
+ "OutputType": "IMicrosoftGraphTeamsTab",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphTeamsTab",
- "Command": "Get-MgTeamworkDeletedTeamChannelTab",
"Method": "GET",
- "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgTeamworkDeletedTeamChannelTab",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-list-tabs?view=graph-rest-1.0"
},
{
"Module": "Teams",
+ "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgTeamworkDeletedTeamChannelTabCount",
"Method": "GET",
- "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgTeamworkDeletedTeamChannelTabCount",
+ "ApiReferenceLink": null
},
{
"Module": "Teams",
+ "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs/{teamsTab-id}/teamsApp",
+ "OutputType": "IMicrosoftGraphTeamsApp",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTeamsApp",
- "Command": "Get-MgTeamworkDeletedTeamChannelTabTeamApp",
"Method": "GET",
- "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs/{teamsTab-id}/teamsApp",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgTeamworkDeletedTeamChannelTabTeamApp",
+ "ApiReferenceLink": null
},
{
"Module": "Teams",
+ "Uri": "/teamwork/deletedTeams/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get"
],
- "OutputType": null,
- "Command": "Get-MgTeamworkDeletedTeamCount",
"Method": "GET",
- "Uri": "/teamwork/deletedTeams/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgTeamworkDeletedTeamCount",
+ "ApiReferenceLink": null
},
{
"Module": "Teams",
- "Variants": [
- "Get"
- ],
- "OutputType": "IMicrosoftGraphTeamsAppSettings",
- "Command": "Get-MgTeamworkTeamAppSetting",
- "Method": "GET",
"Uri": "/teamwork/teamsAppSettings",
+ "OutputType": "IMicrosoftGraphTeamsAppSettings",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -294035,18 +306970,18 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Teams",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphWorkforceIntegration",
- "Command": "Get-MgTeamworkWorkforceIntegration",
"Method": "GET",
+ "Command": "Get-MgTeamworkTeamAppSetting",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamsappsettings-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Teams",
"Uri": "/teamwork/workforceIntegrations/{workforceIntegration-id}",
+ "OutputType": "IMicrosoftGraphWorkforceIntegration",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -294065,17 +307000,19 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Teams",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphWorkforceIntegration",
- "Command": "Get-MgTeamworkWorkforceIntegration",
"Method": "GET",
+ "Command": "Get-MgTeamworkWorkforceIntegration",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/workforceintegration-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Teams",
"Uri": "/teamwork/workforceIntegrations",
+ "OutputType": "IMicrosoftGraphWorkforceIntegration",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -294094,17 +307031,18 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Teams",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgTeamworkWorkforceIntegrationCount",
"Method": "GET",
+ "Command": "Get-MgTeamworkWorkforceIntegration",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/workforceintegration-list?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Teams",
"Uri": "/teamwork/workforceIntegrations/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -294123,18 +307061,18 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.Partner",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphDelegatedAdminCustomer",
- "Command": "Get-MgTenantRelationshipDelegatedAdminCustomer",
"Method": "GET",
+ "Command": "Get-MgTeamworkWorkforceIntegrationCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Identity.Partner",
"Uri": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}",
+ "OutputType": "IMicrosoftGraphDelegatedAdminCustomer",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -294153,17 +307091,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.Partner",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDelegatedAdminCustomer",
- "Command": "Get-MgTenantRelationshipDelegatedAdminCustomer",
"Method": "GET",
+ "Command": "Get-MgTenantRelationshipDelegatedAdminCustomer",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadmincustomer-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Identity.Partner",
"Uri": "/tenantRelationships/delegatedAdminCustomers",
+ "OutputType": "IMicrosoftGraphDelegatedAdminCustomer",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -294182,17 +307122,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.Partner",
+ ],
"Variants": [
- "Get"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgTenantRelationshipDelegatedAdminCustomerCount",
"Method": "GET",
+ "Command": "Get-MgTenantRelationshipDelegatedAdminCustomer",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tenantrelationship-list-delegatedadmincustomers?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Identity.Partner",
"Uri": "/tenantRelationships/delegatedAdminCustomers/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -294211,30 +307152,32 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgTenantRelationshipDelegatedAdminCustomerCount",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Partner",
+ "Uri": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}/serviceManagementDetails/{delegatedAdminServiceManagementDetail-id}",
+ "OutputType": "IMicrosoftGraphDelegatedAdminServiceManagementDetail",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDelegatedAdminServiceManagementDetail",
- "Command": "Get-MgTenantRelationshipDelegatedAdminCustomerServiceManagementDetail",
"Method": "GET",
- "Uri": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}/serviceManagementDetails/{delegatedAdminServiceManagementDetail-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgTenantRelationshipDelegatedAdminCustomerServiceManagementDetail",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Partner",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphDelegatedAdminServiceManagementDetail",
- "Command": "Get-MgTenantRelationshipDelegatedAdminCustomerServiceManagementDetail",
- "Method": "GET",
"Uri": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}/serviceManagementDetails",
+ "OutputType": "IMicrosoftGraphDelegatedAdminServiceManagementDetail",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -294253,18 +307196,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.Partner",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgTenantRelationshipDelegatedAdminCustomerServiceManagementDetailCount",
"Method": "GET",
+ "Command": "Get-MgTenantRelationshipDelegatedAdminCustomerServiceManagementDetail",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadmincustomer-list-servicemanagementdetails?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Identity.Partner",
"Uri": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}/serviceManagementDetails/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -294283,18 +307226,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.Partner",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDelegatedAdminRelationship",
- "Command": "Get-MgTenantRelationshipDelegatedAdminRelationship",
"Method": "GET",
+ "Command": "Get-MgTenantRelationshipDelegatedAdminCustomerServiceManagementDetailCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Identity.Partner",
"Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}",
+ "OutputType": "IMicrosoftGraphDelegatedAdminRelationship",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -294313,17 +307257,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.Partner",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDelegatedAdminRelationship",
- "Command": "Get-MgTenantRelationshipDelegatedAdminRelationship",
"Method": "GET",
+ "Command": "Get-MgTenantRelationshipDelegatedAdminRelationship",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadminrelationship-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Identity.Partner",
"Uri": "/tenantRelationships/delegatedAdminRelationships",
+ "OutputType": "IMicrosoftGraphDelegatedAdminRelationship",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -294342,18 +307288,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.Partner",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": "IMicrosoftGraphDelegatedAdminAccessAssignment",
- "Command": "Get-MgTenantRelationshipDelegatedAdminRelationshipAccessAssignment",
"Method": "GET",
+ "Command": "Get-MgTenantRelationshipDelegatedAdminRelationship",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tenantrelationship-list-delegatedadminrelationships?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Identity.Partner",
"Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/accessAssignments/{delegatedAdminAccessAssignment-id}",
+ "OutputType": "IMicrosoftGraphDelegatedAdminAccessAssignment",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -294372,17 +307318,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.Partner",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDelegatedAdminAccessAssignment",
- "Command": "Get-MgTenantRelationshipDelegatedAdminRelationshipAccessAssignment",
"Method": "GET",
+ "Command": "Get-MgTenantRelationshipDelegatedAdminRelationshipAccessAssignment",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadminaccessassignment-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Identity.Partner",
"Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/accessAssignments",
+ "OutputType": "IMicrosoftGraphDelegatedAdminAccessAssignment",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -294401,18 +307349,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.Partner",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgTenantRelationshipDelegatedAdminRelationshipAccessAssignmentCount",
"Method": "GET",
+ "Command": "Get-MgTenantRelationshipDelegatedAdminRelationshipAccessAssignment",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadminrelationship-list-accessassignments?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Identity.Partner",
"Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/accessAssignments/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -294431,17 +307379,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.Partner",
+ ],
"Variants": [
- "Get"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgTenantRelationshipDelegatedAdminRelationshipCount",
"Method": "GET",
+ "Command": "Get-MgTenantRelationshipDelegatedAdminRelationshipAccessAssignmentCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Identity.Partner",
"Uri": "/tenantRelationships/delegatedAdminRelationships/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -294460,18 +307410,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.Partner",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Get"
],
- "OutputType": "IMicrosoftGraphDelegatedAdminRelationshipOperation",
- "Command": "Get-MgTenantRelationshipDelegatedAdminRelationshipOperation",
"Method": "GET",
+ "Command": "Get-MgTenantRelationshipDelegatedAdminRelationshipCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Identity.Partner",
"Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/operations/{delegatedAdminRelationshipOperation-id}",
+ "OutputType": "IMicrosoftGraphDelegatedAdminRelationshipOperation",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -294490,17 +307440,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.Partner",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDelegatedAdminRelationshipOperation",
- "Command": "Get-MgTenantRelationshipDelegatedAdminRelationshipOperation",
"Method": "GET",
+ "Command": "Get-MgTenantRelationshipDelegatedAdminRelationshipOperation",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadminrelationshipoperation-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Identity.Partner",
"Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/operations",
+ "OutputType": "IMicrosoftGraphDelegatedAdminRelationshipOperation",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -294519,18 +307471,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.Partner",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgTenantRelationshipDelegatedAdminRelationshipOperationCount",
"Method": "GET",
+ "Command": "Get-MgTenantRelationshipDelegatedAdminRelationshipOperation",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadminrelationship-list-operations?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Identity.Partner",
"Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/operations/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -294549,18 +307501,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.Partner",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDelegatedAdminRelationshipRequest",
- "Command": "Get-MgTenantRelationshipDelegatedAdminRelationshipRequest",
"Method": "GET",
+ "Command": "Get-MgTenantRelationshipDelegatedAdminRelationshipOperationCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Identity.Partner",
"Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/requests/{delegatedAdminRelationshipRequest-id}",
+ "OutputType": "IMicrosoftGraphDelegatedAdminRelationshipRequest",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -294579,17 +307532,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.Partner",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDelegatedAdminRelationshipRequest",
- "Command": "Get-MgTenantRelationshipDelegatedAdminRelationshipRequest",
"Method": "GET",
+ "Command": "Get-MgTenantRelationshipDelegatedAdminRelationshipRequest",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadminrelationshiprequest-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Identity.Partner",
"Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/requests",
+ "OutputType": "IMicrosoftGraphDelegatedAdminRelationshipRequest",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -294608,18 +307563,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.Partner",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgTenantRelationshipDelegatedAdminRelationshipRequestCount",
"Method": "GET",
+ "Command": "Get-MgTenantRelationshipDelegatedAdminRelationshipRequest",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadminrelationship-list-requests?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Identity.Partner",
"Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/requests/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -294638,18 +307593,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Users",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUser",
- "Command": "Get-MgUser",
"Method": "GET",
+ "Command": "Get-MgTenantRelationshipDelegatedAdminRelationshipRequestCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Users",
"Uri": "/users/{user-id}",
+ "OutputType": "IMicrosoftGraphUser",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -294772,17 +307728,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Users",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUser",
- "Command": "Get-MgUser",
"Method": "GET",
+ "Command": "Get-MgUser",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-onboarding-user-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Users",
"Uri": "/users",
+ "OutputType": "IMicrosoftGraphUser",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -294889,119 +307847,128 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgUser",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-onboarding-user-list?view=graph-rest-1.0"
},
{
"Module": "CrossDeviceExperiences",
+ "Uri": "/users/{user-id}/activities/{userActivity-id}",
+ "OutputType": "IMicrosoftGraphUserActivity",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUserActivity",
- "Command": "Get-MgUserActivity",
"Method": "GET",
- "Uri": "/users/{user-id}/activities/{userActivity-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserActivity",
+ "ApiReferenceLink": null
},
{
"Module": "CrossDeviceExperiences",
+ "Uri": "/users/{user-id}/activities",
+ "OutputType": "IMicrosoftGraphUserActivity",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphUserActivity",
- "Command": "Get-MgUserActivity",
"Method": "GET",
- "Uri": "/users/{user-id}/activities",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserActivity",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/projectrome-get-activities?view=graph-rest-1.0"
},
{
"Module": "CrossDeviceExperiences",
+ "Uri": "/users/{user-id}/activities/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgUserActivityCount",
"Method": "GET",
- "Uri": "/users/{user-id}/activities/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserActivityCount",
+ "ApiReferenceLink": null
},
{
"Module": "CrossDeviceExperiences",
+ "Uri": "/users/{user-id}/activities/{userActivity-id}/historyItems/{activityHistoryItem-id}",
+ "OutputType": "IMicrosoftGraphActivityHistoryItem",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphActivityHistoryItem",
- "Command": "Get-MgUserActivityHistoryItem",
"Method": "GET",
- "Uri": "/users/{user-id}/activities/{userActivity-id}/historyItems/{activityHistoryItem-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserActivityHistoryItem",
+ "ApiReferenceLink": null
},
{
"Module": "CrossDeviceExperiences",
+ "Uri": "/users/{user-id}/activities/{userActivity-id}/historyItems",
+ "OutputType": "IMicrosoftGraphActivityHistoryItem",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphActivityHistoryItem",
- "Command": "Get-MgUserActivityHistoryItem",
"Method": "GET",
- "Uri": "/users/{user-id}/activities/{userActivity-id}/historyItems",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserActivityHistoryItem",
+ "ApiReferenceLink": null
},
{
"Module": "CrossDeviceExperiences",
+ "Uri": "/users/{user-id}/activities/{userActivity-id}/historyItems/{activityHistoryItem-id}/activity",
+ "OutputType": "IMicrosoftGraphUserActivity",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUserActivity",
- "Command": "Get-MgUserActivityHistoryItemActivity",
"Method": "GET",
- "Uri": "/users/{user-id}/activities/{userActivity-id}/historyItems/{activityHistoryItem-id}/activity",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserActivityHistoryItemActivity",
+ "ApiReferenceLink": null
},
{
"Module": "CrossDeviceExperiences",
+ "Uri": "/users/{user-id}/activities/{userActivity-id}/historyItems/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgUserActivityHistoryItemCount",
"Method": "GET",
- "Uri": "/users/{user-id}/activities/{userActivity-id}/historyItems/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserActivityHistoryItemCount",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
+ "Uri": "/users/{user-id}/agreementAcceptances/{agreementAcceptance-id}",
+ "OutputType": "IMicrosoftGraphAgreementAcceptance",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAgreementAcceptance",
- "Command": "Get-MgUserAgreementAcceptance",
"Method": "GET",
- "Uri": "/users/{user-id}/agreementAcceptances/{agreementAcceptance-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserAgreementAcceptance",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.Governance",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphAgreementAcceptance",
- "Command": "Get-MgUserAgreementAcceptance",
- "Method": "GET",
"Uri": "/users/{user-id}/agreementAcceptances",
+ "OutputType": "IMicrosoftGraphAgreementAcceptance",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -295020,18 +307987,18 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.Governance",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgUserAgreementAcceptanceCount",
"Method": "GET",
+ "Command": "Get-MgUserAgreementAcceptance",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-list-agreementacceptances?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Identity.Governance",
"Uri": "/users/{user-id}/agreementAcceptances/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -295050,30 +308017,33 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Applications",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAppRoleAssignment",
- "Command": "Get-MgUserAppRoleAssignment",
"Method": "GET",
- "Uri": "/users/{user-id}/appRoleAssignments/{appRoleAssignment-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserAgreementAcceptanceCount",
+ "ApiReferenceLink": null
},
{
"Module": "Applications",
+ "Uri": "/users/{user-id}/appRoleAssignments/{appRoleAssignment-id}",
+ "OutputType": "IMicrosoftGraphAppRoleAssignment",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAppRoleAssignment",
- "Command": "Get-MgUserAppRoleAssignment",
"Method": "GET",
+ "Command": "Get-MgUserAppRoleAssignment",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Applications",
"Uri": "/users/{user-id}/appRoleAssignments",
+ "OutputType": "IMicrosoftGraphAppRoleAssignment",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -295092,18 +308062,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Applications",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgUserAppRoleAssignmentCount",
"Method": "GET",
+ "Command": "Get-MgUserAppRoleAssignment",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-list-approleassignments?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Applications",
"Uri": "/users/{user-id}/appRoleAssignments/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -295122,18 +308092,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.SignIns",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphEmailAuthenticationMethod",
- "Command": "Get-MgUserAuthenticationEmailMethod",
"Method": "GET",
+ "Command": "Get-MgUserAppRoleAssignmentCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Identity.SignIns",
"Uri": "/users/{user-id}/authentication/emailMethods/{emailAuthenticationMethod-id}",
+ "OutputType": "IMicrosoftGraphEmailAuthenticationMethod",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -295168,17 +308139,19 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.SignIns",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphEmailAuthenticationMethod",
- "Command": "Get-MgUserAuthenticationEmailMethod",
"Method": "GET",
+ "Command": "Get-MgUserAuthenticationEmailMethod",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/emailauthenticationmethod-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Identity.SignIns",
"Uri": "/users/{user-id}/authentication/emailMethods",
+ "OutputType": "IMicrosoftGraphEmailAuthenticationMethod",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -295213,18 +308186,18 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.SignIns",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgUserAuthenticationEmailMethodCount",
"Method": "GET",
+ "Command": "Get-MgUserAuthenticationEmailMethod",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authentication-list-emailmethods?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Identity.SignIns",
"Uri": "/users/{user-id}/authentication/emailMethods/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -295259,18 +308232,19 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.SignIns",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphFido2AuthenticationMethod",
- "Command": "Get-MgUserAuthenticationFido2Method",
"Method": "GET",
+ "Command": "Get-MgUserAuthenticationEmailMethodCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Identity.SignIns",
"Uri": "/users/{user-id}/authentication/fido2Methods/{fido2AuthenticationMethod-id}",
+ "OutputType": "IMicrosoftGraphFido2AuthenticationMethod",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -295305,17 +308279,19 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.SignIns",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphFido2AuthenticationMethod",
- "Command": "Get-MgUserAuthenticationFido2Method",
"Method": "GET",
+ "Command": "Get-MgUserAuthenticationFido2Method",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/fido2authenticationmethod-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Identity.SignIns",
"Uri": "/users/{user-id}/authentication/fido2Methods",
+ "OutputType": "IMicrosoftGraphFido2AuthenticationMethod",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -295350,18 +308326,18 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.SignIns",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgUserAuthenticationFido2MethodCount",
"Method": "GET",
+ "Command": "Get-MgUserAuthenticationFido2Method",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/fido2authenticationmethod-list?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Identity.SignIns",
"Uri": "/users/{user-id}/authentication/fido2Methods/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -295396,18 +308372,19 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.SignIns",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgUserAuthenticationMethod",
"Method": "GET",
+ "Command": "Get-MgUserAuthenticationFido2MethodCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Identity.SignIns",
"Uri": "/users/{user-id}/authentication/methods/{authenticationMethod-id}",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -295442,17 +308419,19 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.SignIns",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphAuthenticationMethod",
- "Command": "Get-MgUserAuthenticationMethod",
"Method": "GET",
+ "Command": "Get-MgUserAuthenticationMethod",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationmethod-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Identity.SignIns",
"Uri": "/users/{user-id}/authentication/methods",
+ "OutputType": "IMicrosoftGraphAuthenticationMethod",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -295487,18 +308466,18 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.SignIns",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgUserAuthenticationMethodCount",
"Method": "GET",
+ "Command": "Get-MgUserAuthenticationMethod",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authentication-list-methods?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Identity.SignIns",
"Uri": "/users/{user-id}/authentication/methods/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -295533,18 +308512,19 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.SignIns",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMicrosoftAuthenticatorAuthenticationMethod",
- "Command": "Get-MgUserAuthenticationMicrosoftAuthenticatorMethod",
"Method": "GET",
+ "Command": "Get-MgUserAuthenticationMethodCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Identity.SignIns",
"Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}",
+ "OutputType": "IMicrosoftGraphMicrosoftAuthenticatorAuthenticationMethod",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -295579,17 +308559,19 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.SignIns",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMicrosoftAuthenticatorAuthenticationMethod",
- "Command": "Get-MgUserAuthenticationMicrosoftAuthenticatorMethod",
"Method": "GET",
+ "Command": "Get-MgUserAuthenticationMicrosoftAuthenticatorMethod",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/microsoftauthenticatorauthenticationmethod-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Identity.SignIns",
"Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods",
+ "OutputType": "IMicrosoftGraphMicrosoftAuthenticatorAuthenticationMethod",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -295624,18 +308606,18 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.SignIns",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgUserAuthenticationMicrosoftAuthenticatorMethodCount",
"Method": "GET",
+ "Command": "Get-MgUserAuthenticationMicrosoftAuthenticatorMethod",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/microsoftauthenticatorauthenticationmethod-list?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Identity.SignIns",
"Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -295670,31 +308652,33 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.SignIns",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDevice",
- "Command": "Get-MgUserAuthenticationMicrosoftAuthenticatorMethodDevice",
"Method": "GET",
- "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}/device",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserAuthenticationMicrosoftAuthenticatorMethodCount",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.SignIns",
+ "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}/device",
+ "OutputType": "IMicrosoftGraphDevice",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphLongRunningOperation",
- "Command": "Get-MgUserAuthenticationOperation",
"Method": "GET",
+ "Command": "Get-MgUserAuthenticationMicrosoftAuthenticatorMethodDevice",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Identity.SignIns",
"Uri": "/users/{user-id}/authentication/operations/{longRunningOperation-id}",
+ "OutputType": "IMicrosoftGraphLongRunningOperation",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -295729,43 +308713,46 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgUserAuthenticationOperation",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/longrunningoperation-get?view=graph-rest-1.0"
},
{
"Module": "Identity.SignIns",
+ "Uri": "/users/{user-id}/authentication/operations",
+ "OutputType": "IMicrosoftGraphLongRunningOperation",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphLongRunningOperation",
- "Command": "Get-MgUserAuthenticationOperation",
"Method": "GET",
- "Uri": "/users/{user-id}/authentication/operations",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserAuthenticationOperation",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.SignIns",
+ "Uri": "/users/{user-id}/authentication/operations/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgUserAuthenticationOperationCount",
"Method": "GET",
- "Uri": "/users/{user-id}/authentication/operations/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserAuthenticationOperationCount",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.SignIns",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphPasswordAuthenticationMethod",
- "Command": "Get-MgUserAuthenticationPasswordMethod",
- "Method": "GET",
"Uri": "/users/{user-id}/authentication/passwordMethods/{passwordAuthenticationMethod-id}",
+ "OutputType": "IMicrosoftGraphPasswordAuthenticationMethod",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -295800,17 +308787,19 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.SignIns",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphPasswordAuthenticationMethod",
- "Command": "Get-MgUserAuthenticationPasswordMethod",
"Method": "GET",
+ "Command": "Get-MgUserAuthenticationPasswordMethod",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/passwordauthenticationmethod-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Identity.SignIns",
"Uri": "/users/{user-id}/authentication/passwordMethods",
+ "OutputType": "IMicrosoftGraphPasswordAuthenticationMethod",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -295845,18 +308834,18 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.SignIns",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgUserAuthenticationPasswordMethodCount",
"Method": "GET",
+ "Command": "Get-MgUserAuthenticationPasswordMethod",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authentication-list-passwordmethods?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Identity.SignIns",
"Uri": "/users/{user-id}/authentication/passwordMethods/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -295891,18 +308880,19 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.SignIns",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphPhoneAuthenticationMethod",
- "Command": "Get-MgUserAuthenticationPhoneMethod",
"Method": "GET",
+ "Command": "Get-MgUserAuthenticationPasswordMethodCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Identity.SignIns",
"Uri": "/users/{user-id}/authentication/phoneMethods/{phoneAuthenticationMethod-id}",
+ "OutputType": "IMicrosoftGraphPhoneAuthenticationMethod",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -295937,17 +308927,19 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.SignIns",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphPhoneAuthenticationMethod",
- "Command": "Get-MgUserAuthenticationPhoneMethod",
"Method": "GET",
+ "Command": "Get-MgUserAuthenticationPhoneMethod",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/phoneauthenticationmethod-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Identity.SignIns",
"Uri": "/users/{user-id}/authentication/phoneMethods",
+ "OutputType": "IMicrosoftGraphPhoneAuthenticationMethod",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -295982,18 +308974,18 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.SignIns",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgUserAuthenticationPhoneMethodCount",
"Method": "GET",
+ "Command": "Get-MgUserAuthenticationPhoneMethod",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authentication-list-phonemethods?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Identity.SignIns",
"Uri": "/users/{user-id}/authentication/phoneMethods/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -296028,18 +309020,19 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.SignIns",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSoftwareOathAuthenticationMethod",
- "Command": "Get-MgUserAuthenticationSoftwareOathMethod",
"Method": "GET",
+ "Command": "Get-MgUserAuthenticationPhoneMethodCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Identity.SignIns",
"Uri": "/users/{user-id}/authentication/softwareOathMethods/{softwareOathAuthenticationMethod-id}",
+ "OutputType": "IMicrosoftGraphSoftwareOathAuthenticationMethod",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -296074,17 +309067,112 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgUserAuthenticationSoftwareOathMethod",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/softwareoathauthenticationmethod-get?view=graph-rest-1.0"
},
{
"Module": "Identity.SignIns",
+ "Uri": "/users/{user-id}/authentication/softwareOathMethods",
+ "OutputType": "IMicrosoftGraphSoftwareOathAuthenticationMethod",
+ "ApiVersion": "v1.0",
+ "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
+ }
+ ],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphSoftwareOathAuthenticationMethod",
+ "Method": "GET",
"Command": "Get-MgUserAuthenticationSoftwareOathMethod",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authentication-list-softwareoathmethods?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Identity.SignIns",
+ "Uri": "/users/{user-id}/authentication/softwareOathMethods/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "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
+ }
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
"Method": "GET",
- "Uri": "/users/{user-id}/authentication/softwareOathMethods",
+ "Command": "Get-MgUserAuthenticationSoftwareOathMethodCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Identity.SignIns",
+ "Uri": "/users/{user-id}/authentication/temporaryAccessPassMethods/{temporaryAccessPassAuthenticationMethod-id}",
+ "OutputType": "IMicrosoftGraphTemporaryAccessPassAuthenticationMethod",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -296119,64 +309207,19 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.SignIns",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgUserAuthenticationSoftwareOathMethodCount",
"Method": "GET",
- "Uri": "/users/{user-id}/authentication/softwareOathMethods/$count",
- "ApiVersion": "v1.0",
- "Permissions": [
- {
- "Name": "UserAuthenticationMethod.Read",
- "Description": "Read your authentication methods.",
- "FullDescription": "Allows the app to read your authentication methods, including phone numbers and Authenticator app settings. This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.",
- "IsAdmin": true,
- "PermissionType": "DelegatedWork",
- "IsLeastPrivilege": true
- },
- {
- "Name": "UserAuthenticationMethod.ReadWrite.All",
- "Description": "Read and write all users' authentication methods",
- "FullDescription": "Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user’s phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.",
- "IsAdmin": true,
- "PermissionType": "DelegatedWork",
- "IsLeastPrivilege": false
- },
- {
- "Name": "UserAuthenticationMethod.ReadWrite",
- "Description": "Read and write your authentication methods",
- "FullDescription": "Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.",
- "IsAdmin": true,
- "PermissionType": "DelegatedWork",
- "IsLeastPrivilege": false
- },
- {
- "Name": "UserAuthenticationMethod.Read.All",
- "Description": "Read all users' authentication methods",
- "FullDescription": "Allows the app to read authentication methods of all users you have access to in your organization. Authentication methods include things like a user’s phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.",
- "IsAdmin": true,
- "PermissionType": "DelegatedWork",
- "IsLeastPrivilege": false
- }
- ]
+ "Command": "Get-MgUserAuthenticationTemporaryAccessPassMethod",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/temporaryaccesspassauthenticationmethod-get?view=graph-rest-1.0"
},
{
"Module": "Identity.SignIns",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
+ "Uri": "/users/{user-id}/authentication/temporaryAccessPassMethods",
"OutputType": "IMicrosoftGraphTemporaryAccessPassAuthenticationMethod",
- "Command": "Get-MgUserAuthenticationTemporaryAccessPassMethod",
- "Method": "GET",
- "Uri": "/users/{user-id}/authentication/temporaryAccessPassMethods/{temporaryAccessPassAuthenticationMethod-id}",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -296211,17 +309254,18 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.SignIns",
+ ],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphTemporaryAccessPassAuthenticationMethod",
- "Command": "Get-MgUserAuthenticationTemporaryAccessPassMethod",
"Method": "GET",
- "Uri": "/users/{user-id}/authentication/temporaryAccessPassMethods",
+ "Command": "Get-MgUserAuthenticationTemporaryAccessPassMethod",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authentication-list-temporaryaccesspassmethods?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Identity.SignIns",
+ "Uri": "/users/{user-id}/authentication/temporaryAccessPassMethods/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -296256,18 +309300,19 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.SignIns",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgUserAuthenticationTemporaryAccessPassMethodCount",
"Method": "GET",
- "Uri": "/users/{user-id}/authentication/temporaryAccessPassMethods/$count",
+ "Command": "Get-MgUserAuthenticationTemporaryAccessPassMethodCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Identity.SignIns",
+ "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}",
+ "OutputType": "IMicrosoftGraphWindowsHelloForBusinessAuthenticationMethod",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -296302,18 +309347,19 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.SignIns",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphWindowsHelloForBusinessAuthenticationMethod",
- "Command": "Get-MgUserAuthenticationWindowsHelloForBusinessMethod",
"Method": "GET",
- "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}",
+ "Command": "Get-MgUserAuthenticationWindowsHelloForBusinessMethod",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowshelloforbusinessauthenticationmethod-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Identity.SignIns",
+ "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods",
+ "OutputType": "IMicrosoftGraphWindowsHelloForBusinessAuthenticationMethod",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -296348,17 +309394,18 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.SignIns",
+ ],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphWindowsHelloForBusinessAuthenticationMethod",
- "Command": "Get-MgUserAuthenticationWindowsHelloForBusinessMethod",
"Method": "GET",
- "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods",
+ "Command": "Get-MgUserAuthenticationWindowsHelloForBusinessMethod",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowshelloforbusinessauthenticationmethod-list?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Identity.SignIns",
+ "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -296393,102 +309440,61 @@
"PermissionType": "DelegatedWork",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Identity.SignIns",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgUserAuthenticationWindowsHelloForBusinessMethodCount",
"Method": "GET",
- "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/$count",
- "ApiVersion": "v1.0",
- "Permissions": [
- {
- "Name": "UserAuthenticationMethod.Read",
- "Description": "Read your authentication methods.",
- "FullDescription": "Allows the app to read your authentication methods, including phone numbers and Authenticator app settings. This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.",
- "IsAdmin": true,
- "PermissionType": "DelegatedWork",
- "IsLeastPrivilege": true
- },
- {
- "Name": "UserAuthenticationMethod.ReadWrite.All",
- "Description": "Read and write all users' authentication methods",
- "FullDescription": "Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user’s phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.",
- "IsAdmin": true,
- "PermissionType": "DelegatedWork",
- "IsLeastPrivilege": false
- },
- {
- "Name": "UserAuthenticationMethod.ReadWrite",
- "Description": "Read and write your authentication methods",
- "FullDescription": "Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.",
- "IsAdmin": true,
- "PermissionType": "DelegatedWork",
- "IsLeastPrivilege": false
- },
- {
- "Name": "UserAuthenticationMethod.Read.All",
- "Description": "Read all users' authentication methods",
- "FullDescription": "Allows the app to read authentication methods of all users you have access to in your organization. Authentication methods include things like a user’s phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.",
- "IsAdmin": true,
- "PermissionType": "DelegatedWork",
- "IsLeastPrivilege": false
- }
- ]
+ "Command": "Get-MgUserAuthenticationWindowsHelloForBusinessMethodCount",
+ "ApiReferenceLink": null
},
{
"Module": "Identity.SignIns",
+ "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}/device",
+ "OutputType": "IMicrosoftGraphDevice",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDevice",
- "Command": "Get-MgUserAuthenticationWindowsHelloForBusinessMethodDevice",
"Method": "GET",
- "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}/device",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserAuthenticationWindowsHelloForBusinessMethodDevice",
+ "ApiReferenceLink": null
},
{
"Module": "Users.Actions",
+ "Uri": "/users/getByIds",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetExpanded"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgUserById",
"Method": "POST",
- "Uri": "/users/getByIds",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserById",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0"
},
{
"Module": "Calendar",
+ "Uri": "/users/{user-id}/calendars/{calendar-id}",
+ "OutputType": "IMicrosoftGraphCalendar",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get1",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphCalendar",
- "Command": "Get-MgUserCalendar",
"Method": "GET",
- "Uri": "/users/{user-id}/calendars/{calendar-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserCalendar",
+ "ApiReferenceLink": null
},
{
"Module": "Calendar",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphCalendar",
- "Command": "Get-MgUserCalendar",
- "Method": "GET",
"Uri": "/users/{user-id}/calendars",
+ "OutputType": "IMicrosoftGraphCalendar",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -296523,18 +309529,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Calendar",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgUserCalendarCount",
"Method": "GET",
+ "Command": "Get-MgUserCalendar",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-list-calendars?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Calendar",
"Uri": "/users/{user-id}/calendars/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -296569,17 +309575,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Calendar",
+ ],
"Variants": [
- "List1"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphEvent",
- "Command": "Get-MgUserCalendarEvent",
"Method": "GET",
+ "Command": "Get-MgUserCalendarCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Calendar",
"Uri": "/users/{user-id}/calendars/{calendar-id}/events",
+ "OutputType": "IMicrosoftGraphEvent",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -296606,20 +309614,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Users.Functions",
+ ],
"Variants": [
- "Delta",
- "Delta1",
- "DeltaViaIdentity",
- "DeltaViaIdentity1"
+ "List1"
],
- "OutputType": "IMicrosoftGraphEvent",
- "Command": "Get-MgUserCalendarEventDelta",
"Method": "GET",
+ "Command": "Get-MgUserCalendarEvent",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calendar-list-events?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Users.Functions",
"Uri": "/users/{user-id}/calendar/events/delta",
+ "OutputType": "IMicrosoftGraphEvent",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -296646,18 +309652,21 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Calendar",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "Delta",
+ "Delta1",
+ "DeltaViaIdentity",
+ "DeltaViaIdentity1"
],
- "OutputType": "IMicrosoftGraphCalendarGroup",
- "Command": "Get-MgUserCalendarGroup",
"Method": "GET",
+ "Command": "Get-MgUserCalendarEventDelta",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Calendar",
"Uri": "/users/{user-id}/calendarGroups/{calendarGroup-id}",
+ "OutputType": "IMicrosoftGraphCalendarGroup",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -296676,17 +309685,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Calendar",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphCalendarGroup",
- "Command": "Get-MgUserCalendarGroup",
"Method": "GET",
+ "Command": "Get-MgUserCalendarGroup",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calendargroup-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Calendar",
"Uri": "/users/{user-id}/calendarGroups",
+ "OutputType": "IMicrosoftGraphCalendarGroup",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -296713,17 +309724,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Calendar",
+ ],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphCalendar",
- "Command": "Get-MgUserCalendarGroupCalendar",
"Method": "GET",
+ "Command": "Get-MgUserCalendarGroup",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-list-calendargroups?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Calendar",
"Uri": "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars",
+ "OutputType": "IMicrosoftGraphCalendar",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -296758,18 +309770,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Calendar",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgUserCalendarGroupCount",
"Method": "GET",
+ "Command": "Get-MgUserCalendarGroupCalendar",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calendargroup-list-calendars?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Calendar",
"Uri": "/users/{user-id}/calendarGroups/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -296796,76 +309808,81 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgUserCalendarGroupCount",
+ "ApiReferenceLink": null
},
{
"Module": "Calendar",
+ "Uri": "/users/{user-id}/calendar/calendarPermissions/{calendarPermission-id}",
+ "OutputType": "IMicrosoftGraphCalendarPermission",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphCalendarPermission",
- "Command": "Get-MgUserCalendarPermission",
"Method": "GET",
- "Uri": "/users/{user-id}/calendar/calendarPermissions/{calendarPermission-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserCalendarPermission",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calendarpermission-get?view=graph-rest-1.0"
},
{
"Module": "Calendar",
+ "Uri": "/users/{user-id}/calendar/calendarPermissions",
+ "OutputType": "IMicrosoftGraphCalendarPermission",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List",
"List1"
],
- "OutputType": "IMicrosoftGraphCalendarPermission",
- "Command": "Get-MgUserCalendarPermission",
"Method": "GET",
- "Uri": "/users/{user-id}/calendar/calendarPermissions",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserCalendarPermission",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calendar-list-calendarpermissions?view=graph-rest-1.0"
},
{
"Module": "Calendar",
+ "Uri": "/users/{user-id}/calendar/calendarPermissions/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": null,
- "Command": "Get-MgUserCalendarPermissionCount",
"Method": "GET",
- "Uri": "/users/{user-id}/calendar/calendarPermissions/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserCalendarPermissionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Users.Actions",
+ "Uri": "/users/{user-id}/calendars/{calendar-id}/getSchedule",
+ "OutputType": "IMicrosoftGraphScheduleInformation",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get1",
"GetExpanded1",
"GetViaIdentity1",
"GetViaIdentityExpanded1"
],
- "OutputType": "IMicrosoftGraphScheduleInformation",
- "Command": "Get-MgUserCalendarSchedule",
"Method": "POST",
- "Uri": "/users/{user-id}/calendars/{calendar-id}/getSchedule",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserCalendarSchedule",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calendar-getschedule?view=graph-rest-1.0"
},
{
"Module": "Calendar",
- "Variants": [
- "List",
- "List1"
- ],
- "OutputType": "IMicrosoftGraphEvent",
- "Command": "Get-MgUserCalendarView",
- "Method": "GET",
"Uri": "/users/{user-id}/calendar/calendarView",
+ "OutputType": "IMicrosoftGraphEvent",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -296892,18 +309909,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Teams",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List",
+ "List1"
],
- "OutputType": "IMicrosoftGraphChat",
- "Command": "Get-MgUserChat",
"Method": "GET",
+ "Command": "Get-MgUserCalendarView",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calendar-list-calendarview?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Teams",
"Uri": "/users/{user-id}/chats/{chat-id}",
+ "OutputType": "IMicrosoftGraphChat",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -296986,17 +310004,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Teams",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphChat",
- "Command": "Get-MgUserChat",
"Method": "GET",
+ "Command": "Get-MgUserChat",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Teams",
"Uri": "/users/{user-id}/chats",
+ "OutputType": "IMicrosoftGraphChat",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -297039,18 +310059,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Teams",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgUserChatCount",
"Method": "GET",
+ "Command": "Get-MgUserChat",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-list?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Teams",
"Uri": "/users/{user-id}/chats/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -297093,95 +310113,102 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgUserChatCount",
+ "ApiReferenceLink": null
},
{
"Module": "Teams",
+ "Uri": "/users/{user-id}/chats/{chat-id}/installedApps/{teamsAppInstallation-id}",
+ "OutputType": "IMicrosoftGraphTeamsAppInstallation",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTeamsAppInstallation",
- "Command": "Get-MgUserChatInstalledApp",
"Method": "GET",
- "Uri": "/users/{user-id}/chats/{chat-id}/installedApps/{teamsAppInstallation-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserChatInstalledApp",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-get-installedapps?view=graph-rest-1.0"
},
{
"Module": "Teams",
+ "Uri": "/users/{user-id}/chats/{chat-id}/installedApps",
+ "OutputType": "IMicrosoftGraphTeamsAppInstallation",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphTeamsAppInstallation",
- "Command": "Get-MgUserChatInstalledApp",
"Method": "GET",
- "Uri": "/users/{user-id}/chats/{chat-id}/installedApps",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserChatInstalledApp",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-list-installedapps?view=graph-rest-1.0"
},
{
"Module": "Teams",
+ "Uri": "/users/{user-id}/chats/{chat-id}/installedApps/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgUserChatInstalledAppCount",
"Method": "GET",
- "Uri": "/users/{user-id}/chats/{chat-id}/installedApps/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserChatInstalledAppCount",
+ "ApiReferenceLink": null
},
{
"Module": "Teams",
+ "Uri": "/users/{user-id}/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/teamsApp",
+ "OutputType": "IMicrosoftGraphTeamsApp",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTeamsApp",
- "Command": "Get-MgUserChatInstalledAppTeamApp",
"Method": "GET",
- "Uri": "/users/{user-id}/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/teamsApp",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserChatInstalledAppTeamApp",
+ "ApiReferenceLink": null
},
{
"Module": "Teams",
+ "Uri": "/users/{user-id}/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/teamsAppDefinition",
+ "OutputType": "IMicrosoftGraphTeamsAppDefinition",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTeamsAppDefinition",
- "Command": "Get-MgUserChatInstalledAppTeamAppDefinition",
"Method": "GET",
- "Uri": "/users/{user-id}/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/teamsAppDefinition",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserChatInstalledAppTeamAppDefinition",
+ "ApiReferenceLink": null
},
{
"Module": "Teams",
+ "Uri": "/users/{user-id}/chats/{chat-id}/lastMessagePreview",
+ "OutputType": "IMicrosoftGraphChatMessageInfo",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphChatMessageInfo",
- "Command": "Get-MgUserChatLastMessagePreview",
"Method": "GET",
- "Uri": "/users/{user-id}/chats/{chat-id}/lastMessagePreview",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserChatLastMessagePreview",
+ "ApiReferenceLink": null
},
{
"Module": "Teams",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphConversationMember",
- "Command": "Get-MgUserChatMember",
- "Method": "GET",
"Uri": "/users/{user-id}/chats/{chat-id}/members/{conversationMember-id}",
+ "OutputType": "IMicrosoftGraphConversationMember",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -297280,17 +310307,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Teams",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphConversationMember",
- "Command": "Get-MgUserChatMember",
"Method": "GET",
+ "Command": "Get-MgUserChatMember",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversationmember-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Teams",
"Uri": "/users/{user-id}/chats/{chat-id}/members",
+ "OutputType": "IMicrosoftGraphConversationMember",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -297389,18 +310418,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Teams",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgUserChatMemberCount",
"Method": "GET",
+ "Command": "Get-MgUserChatMember",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversationmember-list?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Teams",
"Uri": "/users/{user-id}/chats/{chat-id}/members/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -297499,18 +310528,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Teams",
+ ],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphChatMessage",
- "Command": "Get-MgUserChatMessage",
"Method": "GET",
+ "Command": "Get-MgUserChatMemberCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Teams",
"Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}",
+ "OutputType": "IMicrosoftGraphChatMessage",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -297569,17 +310599,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Teams",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphChatMessage",
- "Command": "Get-MgUserChatMessage",
"Method": "GET",
+ "Command": "Get-MgUserChatMessage",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Teams",
"Uri": "/users/{user-id}/chats/{chat-id}/messages",
+ "OutputType": "IMicrosoftGraphChatMessage",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -297622,18 +310654,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Teams",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgUserChatMessageCount",
"Method": "GET",
+ "Command": "Get-MgUserChatMessage",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-list-messages?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Teams",
"Uri": "/users/{user-id}/chats/{chat-id}/messages/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -297676,18 +310708,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Users.Functions",
+ ],
"Variants": [
- "Delta",
- "DeltaViaIdentity"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphChatMessage",
- "Command": "Get-MgUserChatMessageDelta",
"Method": "GET",
+ "Command": "Get-MgUserChatMessageCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Users.Functions",
"Uri": "/users/{user-id}/chats/{chat-id}/messages/delta",
+ "OutputType": "IMicrosoftGraphChatMessage",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -297746,20 +310779,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Teams",
+ ],
"Variants": [
- "Get",
- "Get1",
- "GetViaIdentity",
- "GetViaIdentity1"
+ "Delta",
+ "DeltaViaIdentity"
],
- "OutputType": "IMicrosoftGraphChatMessageHostedContent",
- "Command": "Get-MgUserChatMessageHostedContent",
"Method": "GET",
+ "Command": "Get-MgUserChatMessageDelta",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Teams",
"Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}",
+ "OutputType": "IMicrosoftGraphChatMessageHostedContent",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -297818,17 +310850,21 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Teams",
+ ],
"Variants": [
- "List"
+ "Get",
+ "Get1",
+ "GetViaIdentity",
+ "GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphChatMessageHostedContent",
- "Command": "Get-MgUserChatMessageHostedContent",
"Method": "GET",
+ "Command": "Get-MgUserChatMessageHostedContent",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessagehostedcontent-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Teams",
"Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents",
+ "OutputType": "IMicrosoftGraphChatMessageHostedContent",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -297887,18 +310923,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Teams",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgUserChatMessageHostedContentCount",
"Method": "GET",
+ "Command": "Get-MgUserChatMessageHostedContent",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-list-hostedcontents?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Teams",
"Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -297957,238 +310993,256 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgUserChatMessageHostedContentCount",
+ "ApiReferenceLink": null
},
{
"Module": "Teams",
+ "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}",
+ "OutputType": "IMicrosoftGraphChatMessage",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphChatMessage",
- "Command": "Get-MgUserChatMessageReply",
"Method": "GET",
- "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserChatMessageReply",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-get?view=graph-rest-1.0"
},
{
"Module": "Teams",
+ "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies",
+ "OutputType": "IMicrosoftGraphChatMessage",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphChatMessage",
- "Command": "Get-MgUserChatMessageReply",
"Method": "GET",
- "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserChatMessageReply",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-list-replies?view=graph-rest-1.0"
},
{
"Module": "Teams",
+ "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgUserChatMessageReplyCount",
"Method": "GET",
- "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserChatMessageReplyCount",
+ "ApiReferenceLink": null
},
{
"Module": "Users.Functions",
+ "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/delta",
+ "OutputType": "IMicrosoftGraphChatMessage",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Delta",
"DeltaViaIdentity"
],
- "OutputType": "IMicrosoftGraphChatMessage",
- "Command": "Get-MgUserChatMessageReplyDelta",
"Method": "GET",
- "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/delta",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserChatMessageReplyDelta",
+ "ApiReferenceLink": null
},
{
"Module": "Teams",
+ "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}",
+ "OutputType": "IMicrosoftGraphChatMessageHostedContent",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphChatMessageHostedContent",
- "Command": "Get-MgUserChatMessageReplyHostedContent",
"Method": "GET",
- "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserChatMessageReplyHostedContent",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessagehostedcontent-get?view=graph-rest-1.0"
},
{
"Module": "Teams",
+ "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents",
+ "OutputType": "IMicrosoftGraphChatMessageHostedContent",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphChatMessageHostedContent",
- "Command": "Get-MgUserChatMessageReplyHostedContent",
"Method": "GET",
- "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserChatMessageReplyHostedContent",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-list-hostedcontents?view=graph-rest-1.0"
},
{
"Module": "Teams",
+ "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgUserChatMessageReplyHostedContentCount",
"Method": "GET",
- "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserChatMessageReplyHostedContentCount",
+ "ApiReferenceLink": null
},
{
"Module": "Teams",
+ "Uri": "/users/{user-id}/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}",
+ "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant",
- "Command": "Get-MgUserChatPermissionGrant",
"Method": "GET",
- "Uri": "/users/{user-id}/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserChatPermissionGrant",
+ "ApiReferenceLink": null
},
{
"Module": "Teams",
+ "Uri": "/users/{user-id}/chats/{chat-id}/permissionGrants",
+ "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant",
- "Command": "Get-MgUserChatPermissionGrant",
"Method": "GET",
- "Uri": "/users/{user-id}/chats/{chat-id}/permissionGrants",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserChatPermissionGrant",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-list-permissiongrants?view=graph-rest-1.0"
},
{
"Module": "Teams",
+ "Uri": "/users/{user-id}/chats/{chat-id}/permissionGrants/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgUserChatPermissionGrantCount",
"Method": "GET",
- "Uri": "/users/{user-id}/chats/{chat-id}/permissionGrants/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserChatPermissionGrantCount",
+ "ApiReferenceLink": null
},
{
"Module": "Teams",
+ "Uri": "/users/{user-id}/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}",
+ "OutputType": "IMicrosoftGraphPinnedChatMessageInfo",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphPinnedChatMessageInfo",
- "Command": "Get-MgUserChatPinnedMessage",
"Method": "GET",
- "Uri": "/users/{user-id}/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserChatPinnedMessage",
+ "ApiReferenceLink": null
},
{
"Module": "Teams",
+ "Uri": "/users/{user-id}/chats/{chat-id}/pinnedMessages",
+ "OutputType": "IMicrosoftGraphPinnedChatMessageInfo",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphPinnedChatMessageInfo",
- "Command": "Get-MgUserChatPinnedMessage",
"Method": "GET",
- "Uri": "/users/{user-id}/chats/{chat-id}/pinnedMessages",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserChatPinnedMessage",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-list-pinnedmessages?view=graph-rest-1.0"
},
{
"Module": "Teams",
+ "Uri": "/users/{user-id}/chats/{chat-id}/pinnedMessages/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgUserChatPinnedMessageCount",
"Method": "GET",
- "Uri": "/users/{user-id}/chats/{chat-id}/pinnedMessages/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserChatPinnedMessageCount",
+ "ApiReferenceLink": null
},
{
"Module": "Teams",
+ "Uri": "/users/{user-id}/chats/{chat-id}/tabs/{teamsTab-id}",
+ "OutputType": "IMicrosoftGraphTeamsTab",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTeamsTab",
- "Command": "Get-MgUserChatTab",
"Method": "GET",
- "Uri": "/users/{user-id}/chats/{chat-id}/tabs/{teamsTab-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserChatTab",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-get-tabs?view=graph-rest-1.0"
},
{
"Module": "Teams",
+ "Uri": "/users/{user-id}/chats/{chat-id}/tabs",
+ "OutputType": "IMicrosoftGraphTeamsTab",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphTeamsTab",
- "Command": "Get-MgUserChatTab",
"Method": "GET",
- "Uri": "/users/{user-id}/chats/{chat-id}/tabs",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserChatTab",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-list-tabs?view=graph-rest-1.0"
},
{
"Module": "Teams",
+ "Uri": "/users/{user-id}/chats/{chat-id}/tabs/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgUserChatTabCount",
"Method": "GET",
- "Uri": "/users/{user-id}/chats/{chat-id}/tabs/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserChatTabCount",
+ "ApiReferenceLink": null
},
{
"Module": "Teams",
+ "Uri": "/users/{user-id}/chats/{chat-id}/tabs/{teamsTab-id}/teamsApp",
+ "OutputType": "IMicrosoftGraphTeamsApp",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphTeamsApp",
- "Command": "Get-MgUserChatTabTeamApp",
"Method": "GET",
- "Uri": "/users/{user-id}/chats/{chat-id}/tabs/{teamsTab-id}/teamsApp",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserChatTabTeamApp",
+ "ApiReferenceLink": null
},
{
"Module": "PersonalContacts",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphContact",
- "Command": "Get-MgUserContact",
- "Method": "GET",
"Uri": "/users/{user-id}/contacts/{contact-id}",
+ "OutputType": "IMicrosoftGraphContact",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -298207,17 +311261,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "PersonalContacts",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphContact",
- "Command": "Get-MgUserContact",
"Method": "GET",
+ "Command": "Get-MgUserContact",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contact-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "PersonalContacts",
"Uri": "/users/{user-id}/contacts",
+ "OutputType": "IMicrosoftGraphContact",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -298236,18 +311292,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "PersonalContacts",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgUserContactCount",
"Method": "GET",
+ "Command": "Get-MgUserContact",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-list-contacts?view=graph-rest-1.0"
+ },
+ {
+ "Module": "PersonalContacts",
"Uri": "/users/{user-id}/contacts/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -298266,18 +311322,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Users.Functions",
+ ],
"Variants": [
- "Delta",
- "DeltaViaIdentity"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphContact",
- "Command": "Get-MgUserContactDelta",
"Method": "GET",
+ "Command": "Get-MgUserContactCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Users.Functions",
"Uri": "/users/{user-id}/contacts/delta",
+ "OutputType": "IMicrosoftGraphContact",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -298296,56 +311353,60 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Delta",
+ "DeltaViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgUserContactDelta",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contact-delta?view=graph-rest-1.0"
},
{
"Module": "PersonalContacts",
+ "Uri": "/users/{user-id}/contacts/{contact-id}/extensions/{extension-id}",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgUserContactExtension",
"Method": "GET",
- "Uri": "/users/{user-id}/contacts/{contact-id}/extensions/{extension-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserContactExtension",
+ "ApiReferenceLink": null
},
{
"Module": "PersonalContacts",
+ "Uri": "/users/{user-id}/contacts/{contact-id}/extensions",
+ "OutputType": "IMicrosoftGraphExtension",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphExtension",
- "Command": "Get-MgUserContactExtension",
"Method": "GET",
- "Uri": "/users/{user-id}/contacts/{contact-id}/extensions",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserContactExtension",
+ "ApiReferenceLink": null
},
{
"Module": "PersonalContacts",
+ "Uri": "/users/{user-id}/contacts/{contact-id}/extensions/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgUserContactExtensionCount",
"Method": "GET",
- "Uri": "/users/{user-id}/contacts/{contact-id}/extensions/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserContactExtensionCount",
+ "ApiReferenceLink": null
},
{
"Module": "PersonalContacts",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphContactFolder",
- "Command": "Get-MgUserContactFolder",
- "Method": "GET",
"Uri": "/users/{user-id}/contactFolders/{contactFolder-id}",
+ "OutputType": "IMicrosoftGraphContactFolder",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -298364,17 +311425,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "PersonalContacts",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphContactFolder",
- "Command": "Get-MgUserContactFolder",
"Method": "GET",
+ "Command": "Get-MgUserContactFolder",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contactfolder-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "PersonalContacts",
"Uri": "/users/{user-id}/contactFolders",
+ "OutputType": "IMicrosoftGraphContactFolder",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -298393,30 +311456,32 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgUserContactFolder",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-list-contactfolders?view=graph-rest-1.0"
},
{
"Module": "PersonalContacts",
+ "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}",
+ "OutputType": "IMicrosoftGraphContactFolder",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphContactFolder",
- "Command": "Get-MgUserContactFolderChildFolder",
"Method": "GET",
- "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserContactFolderChildFolder",
+ "ApiReferenceLink": null
},
{
"Module": "PersonalContacts",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphContactFolder",
- "Command": "Get-MgUserContactFolderChildFolder",
- "Method": "GET",
"Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders",
+ "OutputType": "IMicrosoftGraphContactFolder",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -298435,18 +311500,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "PersonalContacts",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": "IMicrosoftGraphContact",
- "Command": "Get-MgUserContactFolderChildFolderContact",
"Method": "GET",
+ "Command": "Get-MgUserContactFolderChildFolder",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contactfolder-list-childfolders?view=graph-rest-1.0"
+ },
+ {
+ "Module": "PersonalContacts",
"Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}",
+ "OutputType": "IMicrosoftGraphContact",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -298465,17 +311530,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "PersonalContacts",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphContact",
- "Command": "Get-MgUserContactFolderChildFolderContact",
"Method": "GET",
+ "Command": "Get-MgUserContactFolderChildFolderContact",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "PersonalContacts",
"Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts",
+ "OutputType": "IMicrosoftGraphContact",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -298494,18 +311561,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "PersonalContacts",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgUserContactFolderChildFolderContactCount",
"Method": "GET",
+ "Command": "Get-MgUserContactFolderChildFolderContact",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contactfolder-list-contacts?view=graph-rest-1.0"
+ },
+ {
+ "Module": "PersonalContacts",
"Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -298524,18 +311591,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Users.Functions",
+ ],
"Variants": [
- "Delta",
- "DeltaViaIdentity"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphContact",
- "Command": "Get-MgUserContactFolderChildFolderContactDelta",
"Method": "GET",
+ "Command": "Get-MgUserContactFolderChildFolderContactCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Users.Functions",
"Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/delta",
+ "OutputType": "IMicrosoftGraphContact",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -298554,82 +311622,88 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Delta",
+ "DeltaViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgUserContactFolderChildFolderContactDelta",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contact-delta?view=graph-rest-1.0"
},
{
"Module": "PersonalContacts",
+ "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions/{extension-id}",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgUserContactFolderChildFolderContactExtension",
"Method": "GET",
- "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions/{extension-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserContactFolderChildFolderContactExtension",
+ "ApiReferenceLink": null
},
{
"Module": "PersonalContacts",
+ "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions",
+ "OutputType": "IMicrosoftGraphExtension",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphExtension",
- "Command": "Get-MgUserContactFolderChildFolderContactExtension",
"Method": "GET",
- "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserContactFolderChildFolderContactExtension",
+ "ApiReferenceLink": null
},
{
"Module": "PersonalContacts",
+ "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgUserContactFolderChildFolderContactExtensionCount",
"Method": "GET",
- "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserContactFolderChildFolderContactExtensionCount",
+ "ApiReferenceLink": null
},
{
"Module": "PersonalContacts",
+ "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/photo",
+ "OutputType": "IMicrosoftGraphProfilePhoto",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphProfilePhoto",
- "Command": "Get-MgUserContactFolderChildFolderContactPhoto",
"Method": "GET",
- "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/photo",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserContactFolderChildFolderContactPhoto",
+ "ApiReferenceLink": null
},
{
"Module": "PersonalContacts",
+ "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/photo/$value",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgUserContactFolderChildFolderContactPhotoContent",
"Method": "GET",
- "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/photo/$value",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserContactFolderChildFolderContactPhotoContent",
+ "ApiReferenceLink": null
},
{
"Module": "PersonalContacts",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": null,
- "Command": "Get-MgUserContactFolderChildFolderCount",
- "Method": "GET",
"Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -298648,31 +311722,33 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgUserContactFolderChildFolderCount",
+ "ApiReferenceLink": null
},
{
"Module": "Users.Functions",
+ "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/delta",
+ "OutputType": "IMicrosoftGraphContactFolder",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Delta",
"DeltaViaIdentity"
],
- "OutputType": "IMicrosoftGraphContactFolder",
- "Command": "Get-MgUserContactFolderChildFolderDelta",
"Method": "GET",
- "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/delta",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserContactFolderChildFolderDelta",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contactfolder-delta?view=graph-rest-1.0"
},
{
"Module": "PersonalContacts",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": "IMicrosoftGraphContact",
- "Command": "Get-MgUserContactFolderContact",
- "Method": "GET",
"Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}",
+ "OutputType": "IMicrosoftGraphContact",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -298691,17 +311767,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "PersonalContacts",
+ ],
"Variants": [
- "List"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphContact",
- "Command": "Get-MgUserContactFolderContact",
"Method": "GET",
+ "Command": "Get-MgUserContactFolderContact",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "PersonalContacts",
"Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts",
+ "OutputType": "IMicrosoftGraphContact",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -298720,18 +311798,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "PersonalContacts",
+ ],
"Variants": [
- "Get",
- "GetViaIdentity"
+ "List"
],
- "OutputType": null,
- "Command": "Get-MgUserContactFolderContactCount",
"Method": "GET",
+ "Command": "Get-MgUserContactFolderContact",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contactfolder-list-contacts?view=graph-rest-1.0"
+ },
+ {
+ "Module": "PersonalContacts",
"Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -298750,18 +311828,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Users.Functions",
+ ],
"Variants": [
- "Delta",
- "DeltaViaIdentity"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphContact",
- "Command": "Get-MgUserContactFolderContactDelta",
"Method": "GET",
+ "Command": "Get-MgUserContactFolderContactCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Users.Functions",
"Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/delta",
+ "OutputType": "IMicrosoftGraphContact",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -298780,82 +311859,88 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Delta",
+ "DeltaViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgUserContactFolderContactDelta",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contact-delta?view=graph-rest-1.0"
},
{
"Module": "PersonalContacts",
+ "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions/{extension-id}",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgUserContactFolderContactExtension",
"Method": "GET",
- "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions/{extension-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserContactFolderContactExtension",
+ "ApiReferenceLink": null
},
{
"Module": "PersonalContacts",
+ "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions",
+ "OutputType": "IMicrosoftGraphExtension",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphExtension",
- "Command": "Get-MgUserContactFolderContactExtension",
"Method": "GET",
- "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserContactFolderContactExtension",
+ "ApiReferenceLink": null
},
{
"Module": "PersonalContacts",
+ "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgUserContactFolderContactExtensionCount",
"Method": "GET",
- "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserContactFolderContactExtensionCount",
+ "ApiReferenceLink": null
},
{
"Module": "PersonalContacts",
+ "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/photo",
+ "OutputType": "IMicrosoftGraphProfilePhoto",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphProfilePhoto",
- "Command": "Get-MgUserContactFolderContactPhoto",
"Method": "GET",
- "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/photo",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserContactFolderContactPhoto",
+ "ApiReferenceLink": null
},
{
"Module": "PersonalContacts",
+ "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/photo/$value",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgUserContactFolderContactPhotoContent",
"Method": "GET",
- "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/photo/$value",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserContactFolderContactPhotoContent",
+ "ApiReferenceLink": null
},
{
"Module": "PersonalContacts",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": null,
- "Command": "Get-MgUserContactFolderCount",
- "Method": "GET",
"Uri": "/users/{user-id}/contactFolders/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -298874,18 +311959,19 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Users.Functions",
+ ],
"Variants": [
- "Delta",
- "DeltaViaIdentity"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphContactFolder",
- "Command": "Get-MgUserContactFolderDelta",
"Method": "GET",
+ "Command": "Get-MgUserContactFolderCount",
+ "ApiReferenceLink": null
+ },
+ {
+ "Module": "Users.Functions",
"Uri": "/users/{user-id}/contactFolders/delta",
+ "OutputType": "IMicrosoftGraphContactFolder",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -298904,43 +311990,47 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Delta",
+ "DeltaViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgUserContactFolderDelta",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contactfolder-delta?view=graph-rest-1.0"
},
{
"Module": "PersonalContacts",
+ "Uri": "/users/{user-id}/contacts/{contact-id}/photo",
+ "OutputType": "IMicrosoftGraphProfilePhoto",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphProfilePhoto",
- "Command": "Get-MgUserContactPhoto",
"Method": "GET",
- "Uri": "/users/{user-id}/contacts/{contact-id}/photo",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserContactPhoto",
+ "ApiReferenceLink": null
},
{
"Module": "PersonalContacts",
+ "Uri": "/users/{user-id}/contacts/{contact-id}/photo/$value",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgUserContactPhotoContent",
"Method": "GET",
- "Uri": "/users/{user-id}/contacts/{contact-id}/photo/$value",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserContactPhotoContent",
+ "ApiReferenceLink": null
},
{
"Module": "Users",
- "Variants": [
- "Get"
- ],
- "OutputType": null,
- "Command": "Get-MgUserCount",
- "Method": "GET",
"Uri": "/users/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -299047,30 +312137,32 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgUserCount",
+ "ApiReferenceLink": null
},
{
"Module": "Users",
+ "Uri": "/users/{user-id}/createdObjects/{directoryObject-id}",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgUserCreatedObject",
"Method": "GET",
- "Uri": "/users/{user-id}/createdObjects/{directoryObject-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserCreatedObject",
+ "ApiReferenceLink": null
},
{
"Module": "Users",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgUserCreatedObject",
- "Method": "GET",
"Uri": "/users/{user-id}/createdObjects",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -299121,43 +312213,45 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgUserCreatedObject",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-list-createdobjects?view=graph-rest-1.0"
},
{
"Module": "Users",
+ "Uri": "/users/{user-id}/createdObjects/{directoryObject-id}/servicePrincipal",
+ "OutputType": "IMicrosoftGraphServicePrincipal",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphServicePrincipal",
- "Command": "Get-MgUserCreatedObjectAsServicePrincipal",
"Method": "GET",
- "Uri": "/users/{user-id}/createdObjects/{directoryObject-id}/servicePrincipal",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserCreatedObjectAsServicePrincipal",
+ "ApiReferenceLink": null
},
{
"Module": "Users",
+ "Uri": "/users/{user-id}/createdObjects/servicePrincipal",
+ "OutputType": "IMicrosoftGraphServicePrincipal",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphServicePrincipal",
- "Command": "Get-MgUserCreatedObjectAsServicePrincipal",
"Method": "GET",
- "Uri": "/users/{user-id}/createdObjects/servicePrincipal",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserCreatedObjectAsServicePrincipal",
+ "ApiReferenceLink": null
},
{
"Module": "Users",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": null,
- "Command": "Get-MgUserCreatedObjectCount",
- "Method": "GET",
"Uri": "/users/{user-id}/createdObjects/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -299208,43 +312302,47 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgUserCreatedObjectCount",
+ "ApiReferenceLink": null
},
{
"Module": "Users",
+ "Uri": "/users/{user-id}/createdObjects/servicePrincipal/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgUserCreatedObjectCountAsServicePrincipal",
"Method": "GET",
- "Uri": "/users/{user-id}/createdObjects/servicePrincipal/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserCreatedObjectCountAsServicePrincipal",
+ "ApiReferenceLink": null
},
{
"Module": "Calendar",
+ "Uri": "/users/{user-id}/calendar",
+ "OutputType": "IMicrosoftGraphCalendar",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphCalendar",
- "Command": "Get-MgUserDefaultCalendar",
"Method": "GET",
- "Uri": "/users/{user-id}/calendar",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserDefaultCalendar",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calendar-get?view=graph-rest-1.0"
},
{
"Module": "Calendar",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphEvent",
- "Command": "Get-MgUserDefaultCalendarEvent",
- "Method": "GET",
"Uri": "/users/{user-id}/calendar/events",
+ "OutputType": "IMicrosoftGraphEvent",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -299271,20 +312369,18 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgUserDefaultCalendarEvent",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calendar-list-events?view=graph-rest-1.0"
},
{
"Module": "Users.Actions",
- "Variants": [
- "Get",
- "GetExpanded",
- "GetViaIdentity",
- "GetViaIdentityExpanded"
- ],
- "OutputType": "IMicrosoftGraphScheduleInformation",
- "Command": "Get-MgUserDefaultCalendarSchedule",
- "Method": "POST",
"Uri": "/users/{user-id}/calendar/getSchedule",
+ "OutputType": "IMicrosoftGraphScheduleInformation",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -299311,18 +312407,21 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Files",
+ ],
"Variants": [
"Get",
- "GetViaIdentity"
+ "GetExpanded",
+ "GetViaIdentity",
+ "GetViaIdentityExpanded"
],
- "OutputType": "IMicrosoftGraphDrive",
- "Command": "Get-MgUserDefaultDrive",
- "Method": "GET",
+ "Method": "POST",
+ "Command": "Get-MgUserDefaultCalendarSchedule",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calendar-getschedule?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Files",
"Uri": "/users/{user-id}/drive",
+ "OutputType": "IMicrosoftGraphDrive",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -299373,17 +312472,19 @@
"PermissionType": "DelegatedPersonal",
"IsLeastPrivilege": false
}
- ]
- },
- {
- "Module": "Users.Functions",
+ ],
"Variants": [
- "Delta"
+ "Get",
+ "GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUser",
- "Command": "Get-MgUserDelta",
"Method": "GET",
+ "Command": "Get-MgUserDefaultDrive",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/drive-get?view=graph-rest-1.0"
+ },
+ {
+ "Module": "Users.Functions",
"Uri": "/users/delta",
+ "OutputType": "IMicrosoftGraphUser",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -299418,68 +312519,73 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Delta"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgUserDelta",
+ "ApiReferenceLink": null
},
{
"Module": "Devices.CorporateManagement",
+ "Uri": "/users/{user-id}/deviceManagementTroubleshootingEvents/{deviceManagementTroubleshootingEvent-id}",
+ "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent",
- "Command": "Get-MgUserDeviceManagementTroubleshootingEvent",
"Method": "GET",
- "Uri": "/users/{user-id}/deviceManagementTroubleshootingEvents/{deviceManagementTroubleshootingEvent-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserDeviceManagementTroubleshootingEvent",
+ "ApiReferenceLink": null
},
{
"Module": "Devices.CorporateManagement",
+ "Uri": "/users/{user-id}/deviceManagementTroubleshootingEvents",
+ "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent",
- "Command": "Get-MgUserDeviceManagementTroubleshootingEvent",
"Method": "GET",
- "Uri": "/users/{user-id}/deviceManagementTroubleshootingEvents",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserDeviceManagementTroubleshootingEvent",
+ "ApiReferenceLink": null
},
{
"Module": "Devices.CorporateManagement",
+ "Uri": "/users/{user-id}/deviceManagementTroubleshootingEvents/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgUserDeviceManagementTroubleshootingEventCount",
"Method": "GET",
- "Uri": "/users/{user-id}/deviceManagementTroubleshootingEvents/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserDeviceManagementTroubleshootingEventCount",
+ "ApiReferenceLink": null
},
{
"Module": "Users",
+ "Uri": "/users/{user-id}/directReports/{directoryObject-id}",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgUserDirectReport",
"Method": "GET",
- "Uri": "/users/{user-id}/directReports/{directoryObject-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserDirectReport",
+ "ApiReferenceLink": null
},
{
"Module": "Users",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphDirectoryObject",
- "Command": "Get-MgUserDirectReport",
- "Method": "GET",
"Uri": "/users/{user-id}/directReports",
+ "OutputType": "IMicrosoftGraphDirectoryObject",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -299522,68 +312628,72 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgUserDirectReport",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-list-directreports?view=graph-rest-1.0"
},
{
"Module": "Users",
+ "Uri": "/users/{user-id}/directReports/{directoryObject-id}/orgContact",
+ "OutputType": "IMicrosoftGraphOrgContact",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphOrgContact",
- "Command": "Get-MgUserDirectReportAsOrgContact",
"Method": "GET",
- "Uri": "/users/{user-id}/directReports/{directoryObject-id}/orgContact",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserDirectReportAsOrgContact",
+ "ApiReferenceLink": null
},
{
"Module": "Users",
+ "Uri": "/users/{user-id}/directReports/orgContact",
+ "OutputType": "IMicrosoftGraphOrgContact",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphOrgContact",
- "Command": "Get-MgUserDirectReportAsOrgContact",
"Method": "GET",
- "Uri": "/users/{user-id}/directReports/orgContact",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserDirectReportAsOrgContact",
+ "ApiReferenceLink": null
},
{
"Module": "Users",
+ "Uri": "/users/{user-id}/directReports/{directoryObject-id}/user",
+ "OutputType": "IMicrosoftGraphUser",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUser",
- "Command": "Get-MgUserDirectReportAsUser",
"Method": "GET",
- "Uri": "/users/{user-id}/directReports/{directoryObject-id}/user",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserDirectReportAsUser",
+ "ApiReferenceLink": null
},
{
"Module": "Users",
+ "Uri": "/users/{user-id}/directReports/user",
+ "OutputType": "IMicrosoftGraphUser",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphUser",
- "Command": "Get-MgUserDirectReportAsUser",
"Method": "GET",
- "Uri": "/users/{user-id}/directReports/user",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserDirectReportAsUser",
+ "ApiReferenceLink": null
},
{
"Module": "Users",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": null,
- "Command": "Get-MgUserDirectReportCount",
- "Method": "GET",
"Uri": "/users/{user-id}/directReports/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -299626,56 +312736,61 @@
"PermissionType": "Application",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgUserDirectReportCount",
+ "ApiReferenceLink": null
},
{
"Module": "Users",
+ "Uri": "/users/{user-id}/directReports/orgContact/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgUserDirectReportCountAsOrgContact",
"Method": "GET",
- "Uri": "/users/{user-id}/directReports/orgContact/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserDirectReportCountAsOrgContact",
+ "ApiReferenceLink": null
},
{
"Module": "Users",
+ "Uri": "/users/{user-id}/directReports/user/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgUserDirectReportCountAsUser",
"Method": "GET",
- "Uri": "/users/{user-id}/directReports/user/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserDirectReportCountAsUser",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}",
+ "OutputType": "IMicrosoftGraphDrive",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get1",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphDrive",
- "Command": "Get-MgUserDrive",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserDrive",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
- "Variants": [
- "List"
- ],
- "OutputType": "IMicrosoftGraphDrive",
- "Command": "Get-MgUserDrive",
- "Method": "GET",
"Uri": "/users/{user-id}/drives",
+ "OutputType": "IMicrosoftGraphDrive",
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -299726,120 +312841,128 @@
"PermissionType": "DelegatedPersonal",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "List"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgUserDrive",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/drive-list?view=graph-rest-1.0"
},
{
"Module": "Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/bundles/{driveItem-id}",
+ "OutputType": "IMicrosoftGraphDriveItem",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDriveItem",
- "Command": "Get-MgUserDriveBundle",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/bundles/{driveItem-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserDriveBundle",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bundle-get?view=graph-rest-1.0"
},
{
"Module": "Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/bundles",
+ "OutputType": "IMicrosoftGraphDriveItem",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphDriveItem",
- "Command": "Get-MgUserDriveBundle",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/bundles",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserDriveBundle",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bundle-list?view=graph-rest-1.0"
},
{
"Module": "Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/bundles/{driveItem-id}/content",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgUserDriveBundleContent",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/bundles/{driveItem-id}/content",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserDriveBundleContent",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bundle-list?view=graph-rest-1.0"
},
{
"Module": "Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/bundles/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgUserDriveBundleCount",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/bundles/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserDriveBundleCount",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/base",
+ "OutputType": "IMicrosoftGraphContentType",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphContentType",
- "Command": "Get-MgUserDriveContentTypeBase",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/base",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserDriveContentTypeBase",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes/{contentType-id1}",
+ "OutputType": "IMicrosoftGraphContentType",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphContentType",
- "Command": "Get-MgUserDriveContentTypeBaseType",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes/{contentType-id1}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserDriveContentTypeBaseType",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes",
+ "OutputType": "IMicrosoftGraphContentType",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphContentType",
- "Command": "Get-MgUserDriveContentTypeBaseType",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserDriveContentTypeBaseType",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgUserDriveContentTypeBaseTypeCount",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserDriveContentTypeBaseTypeCount",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
- "Variants": [
- "Get",
- "GetViaIdentity"
- ],
- "OutputType": null,
- "Command": "Get-MgUserDriveCount",
- "Method": "GET",
"Uri": "/users/{user-id}/drives/$count",
+ "OutputType": null,
"ApiVersion": "v1.0",
"Permissions": [
{
@@ -299890,2408 +313013,2594 @@
"PermissionType": "DelegatedPersonal",
"IsLeastPrivilege": false
}
- ]
+ ],
+ "Variants": [
+ "Get",
+ "GetViaIdentity"
+ ],
+ "Method": "GET",
+ "Command": "Get-MgUserDriveCount",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/createdByUser",
+ "OutputType": "IMicrosoftGraphUser",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUser",
- "Command": "Get-MgUserDriveCreatedByUser",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/createdByUser",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserDriveCreatedByUser",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/createdByUser/mailboxSettings",
+ "OutputType": "IMicrosoftGraphMailboxSettings",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Command": "Get-MgUserDriveCreatedByUserMailboxSetting",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/createdByUser/mailboxSettings",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserDriveCreatedByUserMailboxSetting",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/createdByUser/serviceProvisioningErrors",
+ "OutputType": "IMicrosoftGraphServiceProvisioningError",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Command": "Get-MgUserDriveCreatedByUserServiceProvisioningError",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/createdByUser/serviceProvisioningErrors",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserDriveCreatedByUserServiceProvisioningError",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/createdByUser/serviceProvisioningErrors/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgUserDriveCreatedByUserServiceProvisioningErrorCount",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/createdByUser/serviceProvisioningErrors/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserDriveCreatedByUserServiceProvisioningErrorCount",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/following/{driveItem-id}",
+ "OutputType": "IMicrosoftGraphDriveItem",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDriveItem",
- "Command": "Get-MgUserDriveFollowing",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/following/{driveItem-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserDriveFollowing",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/following",
+ "OutputType": "IMicrosoftGraphDriveItem",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphDriveItem",
- "Command": "Get-MgUserDriveFollowing",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/following",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserDriveFollowing",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/drive-list-following?view=graph-rest-1.0"
},
{
"Module": "Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/following/{driveItem-id}/content",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgUserDriveFollowingContent",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/following/{driveItem-id}/content",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserDriveFollowingContent",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/drive-list-following?view=graph-rest-1.0"
},
{
"Module": "Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/following/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgUserDriveFollowingCount",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/following/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserDriveFollowingCount",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}",
+ "OutputType": "IMicrosoftGraphDriveItem",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDriveItem",
- "Command": "Get-MgUserDriveItem",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserDriveItem",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bundle-get?view=graph-rest-1.0"
},
{
"Module": "Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/items",
+ "OutputType": "IMicrosoftGraphDriveItem",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphDriveItem",
- "Command": "Get-MgUserDriveItem",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/items",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserDriveItem",
+ "ApiReferenceLink": null
},
{
"Module": "Users.Functions",
+ "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/getActivitiesByInterval",
+ "OutputType": "IMicrosoftGraphItemActivityStat",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphItemActivityStat",
- "Command": "Get-MgUserDriveItemActivityByInterval",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/getActivitiesByInterval",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserDriveItemActivityByInterval",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics",
+ "OutputType": "IMicrosoftGraphItemAnalytics",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphItemAnalytics",
- "Command": "Get-MgUserDriveItemAnalytic",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserDriveItemAnalytic",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}",
+ "OutputType": "IMicrosoftGraphItemActivityStat",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphItemActivityStat",
- "Command": "Get-MgUserDriveItemAnalyticItemActivityStat",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserDriveItemAnalyticItemActivityStat",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats",
+ "OutputType": "IMicrosoftGraphItemActivityStat",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphItemActivityStat",
- "Command": "Get-MgUserDriveItemAnalyticItemActivityStat",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserDriveItemAnalyticItemActivityStat",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities",
+ "OutputType": "IMicrosoftGraphItemActivity",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphItemActivity",
- "Command": "Get-MgUserDriveItemAnalyticItemActivityStatActivity",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserDriveItemAnalyticItemActivityStatActivity",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgUserDriveItemAnalyticItemActivityStatCount",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserDriveItemAnalyticItemActivityStatCount",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/lastSevenDays",
+ "OutputType": "IMicrosoftGraphItemActivityStat",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphItemActivityStat",
- "Command": "Get-MgUserDriveItemAnalyticLastSevenDay",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/lastSevenDays",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserDriveItemAnalyticLastSevenDay",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/allTime",
+ "OutputType": "IMicrosoftGraphItemActivityStat",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphItemActivityStat",
- "Command": "Get-MgUserDriveItemAnalyticTime",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/allTime",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserDriveItemAnalyticTime",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itemanalytics-get?view=graph-rest-1.0"
},
{
"Module": "Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}",
+ "OutputType": "IMicrosoftGraphDriveItem",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDriveItem",
- "Command": "Get-MgUserDriveItemChild",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserDriveItemChild",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children",
+ "OutputType": "IMicrosoftGraphDriveItem",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphDriveItem",
- "Command": "Get-MgUserDriveItemChild",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserDriveItemChild",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-list-children?view=graph-rest-1.0"
},
{
"Module": "Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgUserDriveItemChildContent",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserDriveItemChildContent",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-list-children?view=graph-rest-1.0"
},
{
"Module": "Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgUserDriveItemChildCount",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserDriveItemChildCount",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/content",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgUserDriveItemContent",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/content",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserDriveItemContent",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/items/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgUserDriveItemCount",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/items/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserDriveItemCount",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser",
+ "OutputType": "IMicrosoftGraphUser",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUser",
- "Command": "Get-MgUserDriveItemCreatedByUser",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserDriveItemCreatedByUser",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/mailboxSettings",
+ "OutputType": "IMicrosoftGraphMailboxSettings",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Command": "Get-MgUserDriveItemCreatedByUserMailboxSetting",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/mailboxSettings",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserDriveItemCreatedByUserMailboxSetting",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/serviceProvisioningErrors",
+ "OutputType": "IMicrosoftGraphServiceProvisioningError",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Command": "Get-MgUserDriveItemCreatedByUserServiceProvisioningError",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/serviceProvisioningErrors",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserDriveItemCreatedByUserServiceProvisioningError",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/serviceProvisioningErrors/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgUserDriveItemCreatedByUserServiceProvisioningErrorCount",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/serviceProvisioningErrors/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserDriveItemCreatedByUserServiceProvisioningErrorCount",
+ "ApiReferenceLink": null
},
{
"Module": "Users.Functions",
+ "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/delta",
+ "OutputType": "IMicrosoftGraphDriveItem",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Delta",
"Delta1",
"DeltaViaIdentity",
"DeltaViaIdentity1"
],
- "OutputType": "IMicrosoftGraphDriveItem",
- "Command": "Get-MgUserDriveItemDelta",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/delta",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserDriveItemDelta",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser",
+ "OutputType": "IMicrosoftGraphUser",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUser",
- "Command": "Get-MgUserDriveItemItemLastModifiedByUser",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserDriveItemItemLastModifiedByUser",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/mailboxSettings",
+ "OutputType": "IMicrosoftGraphMailboxSettings",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Command": "Get-MgUserDriveItemItemLastModifiedByUserMailboxSetting",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/mailboxSettings",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserDriveItemItemLastModifiedByUserMailboxSetting",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/serviceProvisioningErrors",
+ "OutputType": "IMicrosoftGraphServiceProvisioningError",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Command": "Get-MgUserDriveItemItemLastModifiedByUserServiceProvisioningError",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/serviceProvisioningErrors",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserDriveItemItemLastModifiedByUserServiceProvisioningError",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/serviceProvisioningErrors/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgUserDriveItemItemLastModifiedByUserServiceProvisioningErrorCount",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/serviceProvisioningErrors/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserDriveItemItemLastModifiedByUserServiceProvisioningErrorCount",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser",
+ "OutputType": "IMicrosoftGraphUser",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphUser",
- "Command": "Get-MgUserDriveItemLastModifiedByUser",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserDriveItemLastModifiedByUser",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/mailboxSettings",
+ "OutputType": "IMicrosoftGraphMailboxSettings",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Command": "Get-MgUserDriveItemLastModifiedByUserMailboxSetting",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/mailboxSettings",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserDriveItemLastModifiedByUserMailboxSetting",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/serviceProvisioningErrors",
+ "OutputType": "IMicrosoftGraphServiceProvisioningError",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List",
"List1"
],
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Command": "Get-MgUserDriveItemLastModifiedByUserServiceProvisioningError",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/serviceProvisioningErrors",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserDriveItemLastModifiedByUserServiceProvisioningError",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": null,
- "Command": "Get-MgUserDriveItemLastModifiedByUserServiceProvisioningErrorCount",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserDriveItemLastModifiedByUserServiceProvisioningErrorCount",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem",
+ "OutputType": "IMicrosoftGraphListItem",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphListItem",
- "Command": "Get-MgUserDriveItemListItem",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserDriveItemListItem",
+ "ApiReferenceLink": null
},
{
"Module": "Users.Functions",
+ "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/getActivitiesByInterval",
+ "OutputType": "IMicrosoftGraphItemActivityStat",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphItemActivityStat",
- "Command": "Get-MgUserDriveItemListItemActivityByInterval",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/getActivitiesByInterval",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserDriveItemListItemActivityByInterval",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/analytics",
+ "OutputType": "IMicrosoftGraphItemAnalytics",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphItemAnalytics",
- "Command": "Get-MgUserDriveItemListItemAnalytic",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/analytics",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserDriveItemListItemAnalytic",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser",
+ "OutputType": "IMicrosoftGraphUser",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUser",
- "Command": "Get-MgUserDriveItemListItemCreatedByUser",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserDriveItemListItemCreatedByUser",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/mailboxSettings",
+ "OutputType": "IMicrosoftGraphMailboxSettings",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Command": "Get-MgUserDriveItemListItemCreatedByUserMailboxSetting",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/mailboxSettings",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserDriveItemListItemCreatedByUserMailboxSetting",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/serviceProvisioningErrors",
+ "OutputType": "IMicrosoftGraphServiceProvisioningError",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Command": "Get-MgUserDriveItemListItemCreatedByUserServiceProvisioningError",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/serviceProvisioningErrors",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserDriveItemListItemCreatedByUserServiceProvisioningError",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/serviceProvisioningErrors/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgUserDriveItemListItemCreatedByUserServiceProvisioningErrorCount",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/serviceProvisioningErrors/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserDriveItemListItemCreatedByUserServiceProvisioningErrorCount",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}",
+ "OutputType": "IMicrosoftGraphDocumentSetVersion",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDocumentSetVersion",
- "Command": "Get-MgUserDriveItemListItemDocumentSetVersion",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserDriveItemListItemDocumentSetVersion",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-get?view=graph-rest-1.0"
},
{
"Module": "Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions",
+ "OutputType": "IMicrosoftGraphDocumentSetVersion",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphDocumentSetVersion",
- "Command": "Get-MgUserDriveItemListItemDocumentSetVersion",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserDriveItemListItemDocumentSetVersion",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-list-documentsetversions?view=graph-rest-1.0"
},
{
"Module": "Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgUserDriveItemListItemDocumentSetVersionCount",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserDriveItemListItemDocumentSetVersionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgUserDriveItemListItemDocumentSetVersionField",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserDriveItemListItemDocumentSetVersionField",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem",
+ "OutputType": "IMicrosoftGraphDriveItem",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDriveItem",
- "Command": "Get-MgUserDriveItemListItemDriveItem",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserDriveItemListItemDriveItem",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgUserDriveItemListItemDriveItemContent",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserDriveItemListItemDriveItemContent",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/fields",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgUserDriveItemListItemField",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/fields",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserDriveItemListItemField",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}",
+ "OutputType": "IMicrosoftGraphListItemVersion",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphListItemVersion",
- "Command": "Get-MgUserDriveItemListItemVersion",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserDriveItemListItemVersion",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitemversion-get?view=graph-rest-1.0"
},
{
"Module": "Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions",
+ "OutputType": "IMicrosoftGraphListItemVersion",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphListItemVersion",
- "Command": "Get-MgUserDriveItemListItemVersion",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserDriveItemListItemVersion",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-list-versions?view=graph-rest-1.0"
},
{
"Module": "Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgUserDriveItemListItemVersionCount",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserDriveItemListItemVersionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgUserDriveItemListItemVersionField",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserDriveItemListItemVersionField",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}",
+ "OutputType": "IMicrosoftGraphPermission",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphPermission",
- "Command": "Get-MgUserDriveItemPermission",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserDriveItemPermission",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-get?view=graph-rest-1.0"
},
{
"Module": "Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions",
+ "OutputType": "IMicrosoftGraphPermission",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphPermission",
- "Command": "Get-MgUserDriveItemPermission",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserDriveItemPermission",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-list-permissions?view=graph-rest-1.0"
},
{
"Module": "Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgUserDriveItemPermissionCount",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserDriveItemPermissionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/retentionLabel",
+ "OutputType": "IMicrosoftGraphItemRetentionLabel",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphItemRetentionLabel",
- "Command": "Get-MgUserDriveItemRetentionLabel",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/retentionLabel",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserDriveItemRetentionLabel",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}",
+ "OutputType": "IMicrosoftGraphSubscription",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSubscription",
- "Command": "Get-MgUserDriveItemSubscription",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserDriveItemSubscription",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions",
+ "OutputType": "IMicrosoftGraphSubscription",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphSubscription",
- "Command": "Get-MgUserDriveItemSubscription",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserDriveItemSubscription",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgUserDriveItemSubscriptionCount",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserDriveItemSubscriptionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}",
+ "OutputType": "IMicrosoftGraphThumbnailSet",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphThumbnailSet",
- "Command": "Get-MgUserDriveItemThumbnail",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserDriveItemThumbnail",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails",
+ "OutputType": "IMicrosoftGraphThumbnailSet",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphThumbnailSet",
- "Command": "Get-MgUserDriveItemThumbnail",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserDriveItemThumbnail",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-list-thumbnails?view=graph-rest-1.0"
},
{
"Module": "Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgUserDriveItemThumbnailCount",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserDriveItemThumbnailCount",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}",
+ "OutputType": "IMicrosoftGraphDriveItemVersion",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDriveItemVersion",
- "Command": "Get-MgUserDriveItemVersion",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserDriveItemVersion",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitemversion-get?view=graph-rest-1.0"
},
{
"Module": "Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions",
+ "OutputType": "IMicrosoftGraphDriveItemVersion",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphDriveItemVersion",
- "Command": "Get-MgUserDriveItemVersion",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserDriveItemVersion",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-list-versions?view=graph-rest-1.0"
},
{
"Module": "Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgUserDriveItemVersionContent",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserDriveItemVersionContent",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-list-versions?view=graph-rest-1.0"
},
{
"Module": "Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgUserDriveItemVersionCount",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserDriveItemVersionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/lastModifiedByUser",
+ "OutputType": "IMicrosoftGraphUser",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphUser",
- "Command": "Get-MgUserDriveLastModifiedByUser",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/lastModifiedByUser",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserDriveLastModifiedByUser",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/lastModifiedByUser/mailboxSettings",
+ "OutputType": "IMicrosoftGraphMailboxSettings",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Command": "Get-MgUserDriveLastModifiedByUserMailboxSetting",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/lastModifiedByUser/mailboxSettings",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserDriveLastModifiedByUserMailboxSetting",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/lastModifiedByUser/serviceProvisioningErrors",
+ "OutputType": "IMicrosoftGraphServiceProvisioningError",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List",
"List1"
],
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Command": "Get-MgUserDriveLastModifiedByUserServiceProvisioningError",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/lastModifiedByUser/serviceProvisioningErrors",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserDriveLastModifiedByUserServiceProvisioningError",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/lastModifiedByUser/serviceProvisioningErrors/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": null,
- "Command": "Get-MgUserDriveLastModifiedByUserServiceProvisioningErrorCount",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/lastModifiedByUser/serviceProvisioningErrors/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserDriveLastModifiedByUserServiceProvisioningErrorCount",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/list",
+ "OutputType": "IMicrosoftGraphList",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphList",
- "Command": "Get-MgUserDriveList",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/list",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserDriveList",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/list/columns/{columnDefinition-id}",
+ "OutputType": "IMicrosoftGraphColumnDefinition",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphColumnDefinition",
- "Command": "Get-MgUserDriveListColumn",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/list/columns/{columnDefinition-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserDriveListColumn",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/list/columns",
+ "OutputType": "IMicrosoftGraphColumnDefinition",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphColumnDefinition",
- "Command": "Get-MgUserDriveListColumn",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/list/columns",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserDriveListColumn",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/list-list-columns?view=graph-rest-1.0"
},
{
"Module": "Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/list/columns/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgUserDriveListColumnCount",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/list/columns/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserDriveListColumnCount",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/list/columns/{columnDefinition-id}/sourceColumn",
+ "OutputType": "IMicrosoftGraphColumnDefinition",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphColumnDefinition",
- "Command": "Get-MgUserDriveListColumnSourceColumn",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/list/columns/{columnDefinition-id}/sourceColumn",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserDriveListColumnSourceColumn",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}",
+ "OutputType": "IMicrosoftGraphContentType",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphContentType",
- "Command": "Get-MgUserDriveListContentType",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserDriveListContentType",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes",
+ "OutputType": "IMicrosoftGraphContentType",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphContentType",
- "Command": "Get-MgUserDriveListContentType",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserDriveListContentType",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/list-list-contenttypes?view=graph-rest-1.0"
},
{
"Module": "Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}",
+ "OutputType": "IMicrosoftGraphColumnDefinition",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphColumnDefinition",
- "Command": "Get-MgUserDriveListContentTypeColumn",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserDriveListContentTypeColumn",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/columndefinition-get?view=graph-rest-1.0"
},
{
"Module": "Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns",
+ "OutputType": "IMicrosoftGraphColumnDefinition",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphColumnDefinition",
- "Command": "Get-MgUserDriveListContentTypeColumn",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserDriveListContentTypeColumn",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-list-columns?view=graph-rest-1.0"
},
{
"Module": "Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgUserDriveListContentTypeColumnCount",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserDriveListContentTypeColumnCount",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}",
+ "OutputType": "IMicrosoftGraphColumnLink",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphColumnLink",
- "Command": "Get-MgUserDriveListContentTypeColumnLink",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserDriveListContentTypeColumnLink",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks",
+ "OutputType": "IMicrosoftGraphColumnLink",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphColumnLink",
- "Command": "Get-MgUserDriveListContentTypeColumnLink",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserDriveListContentTypeColumnLink",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgUserDriveListContentTypeColumnLinkCount",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserDriveListContentTypeColumnLinkCount",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}",
+ "OutputType": "IMicrosoftGraphColumnDefinition",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphColumnDefinition",
- "Command": "Get-MgUserDriveListContentTypeColumnPosition",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserDriveListContentTypeColumnPosition",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions",
+ "OutputType": "IMicrosoftGraphColumnDefinition",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphColumnDefinition",
- "Command": "Get-MgUserDriveListContentTypeColumnPosition",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserDriveListContentTypeColumnPosition",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgUserDriveListContentTypeColumnPositionCount",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserDriveListContentTypeColumnPositionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn",
+ "OutputType": "IMicrosoftGraphColumnDefinition",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphColumnDefinition",
- "Command": "Get-MgUserDriveListContentTypeColumnSourceColumn",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserDriveListContentTypeColumnSourceColumn",
+ "ApiReferenceLink": null
},
{
"Module": "Users.Functions",
+ "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/getCompatibleHubContentTypes",
+ "OutputType": "IMicrosoftGraphContentType",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphContentType",
- "Command": "Get-MgUserDriveListContentTypeCompatibleHubContentType",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/getCompatibleHubContentTypes",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserDriveListContentTypeCompatibleHubContentType",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgUserDriveListContentTypeCount",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserDriveListContentTypeCount",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/list/createdByUser",
+ "OutputType": "IMicrosoftGraphUser",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUser",
- "Command": "Get-MgUserDriveListCreatedByUser",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/list/createdByUser",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserDriveListCreatedByUser",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/list/createdByUser/mailboxSettings",
+ "OutputType": "IMicrosoftGraphMailboxSettings",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Command": "Get-MgUserDriveListCreatedByUserMailboxSetting",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/list/createdByUser/mailboxSettings",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserDriveListCreatedByUserMailboxSetting",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/list/createdByUser/serviceProvisioningErrors",
+ "OutputType": "IMicrosoftGraphServiceProvisioningError",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Command": "Get-MgUserDriveListCreatedByUserServiceProvisioningError",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/list/createdByUser/serviceProvisioningErrors",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserDriveListCreatedByUserServiceProvisioningError",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/list/createdByUser/serviceProvisioningErrors/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgUserDriveListCreatedByUserServiceProvisioningErrorCount",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/list/createdByUser/serviceProvisioningErrors/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserDriveListCreatedByUserServiceProvisioningErrorCount",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/list/drive",
+ "OutputType": "IMicrosoftGraphDrive",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDrive",
- "Command": "Get-MgUserDriveListDrive",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/list/drive",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserDriveListDrive",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}",
+ "OutputType": "IMicrosoftGraphListItem",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphListItem",
- "Command": "Get-MgUserDriveListItem",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserDriveListItem",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-get?view=graph-rest-1.0"
},
{
"Module": "Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/list/items",
+ "OutputType": "IMicrosoftGraphListItem",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphListItem",
- "Command": "Get-MgUserDriveListItem",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/list/items",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserDriveListItem",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-list?view=graph-rest-1.0"
},
{
"Module": "Users.Functions",
+ "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/getActivitiesByInterval",
+ "OutputType": "IMicrosoftGraphItemActivityStat",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphItemActivityStat",
- "Command": "Get-MgUserDriveListItemActivityByInterval",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/getActivitiesByInterval",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserDriveListItemActivityByInterval",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/analytics",
+ "OutputType": "IMicrosoftGraphItemAnalytics",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphItemAnalytics",
- "Command": "Get-MgUserDriveListItemAnalytic",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/analytics",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserDriveListItemAnalytic",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser",
+ "OutputType": "IMicrosoftGraphUser",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUser",
- "Command": "Get-MgUserDriveListItemCreatedByUser",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserDriveListItemCreatedByUser",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/mailboxSettings",
+ "OutputType": "IMicrosoftGraphMailboxSettings",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Command": "Get-MgUserDriveListItemCreatedByUserMailboxSetting",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/mailboxSettings",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserDriveListItemCreatedByUserMailboxSetting",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors",
+ "OutputType": "IMicrosoftGraphServiceProvisioningError",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Command": "Get-MgUserDriveListItemCreatedByUserServiceProvisioningError",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserDriveListItemCreatedByUserServiceProvisioningError",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgUserDriveListItemCreatedByUserServiceProvisioningErrorCount",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserDriveListItemCreatedByUserServiceProvisioningErrorCount",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}",
+ "OutputType": "IMicrosoftGraphDocumentSetVersion",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDocumentSetVersion",
- "Command": "Get-MgUserDriveListItemDocumentSetVersion",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserDriveListItemDocumentSetVersion",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-get?view=graph-rest-1.0"
},
{
"Module": "Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions",
+ "OutputType": "IMicrosoftGraphDocumentSetVersion",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphDocumentSetVersion",
- "Command": "Get-MgUserDriveListItemDocumentSetVersion",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserDriveListItemDocumentSetVersion",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-list-documentsetversions?view=graph-rest-1.0"
},
{
"Module": "Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgUserDriveListItemDocumentSetVersionCount",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserDriveListItemDocumentSetVersionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgUserDriveListItemDocumentSetVersionField",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserDriveListItemDocumentSetVersionField",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem",
+ "OutputType": "IMicrosoftGraphDriveItem",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDriveItem",
- "Command": "Get-MgUserDriveListItemDriveItem",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserDriveListItemDriveItem",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/content",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgUserDriveListItemDriveItemContent",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/content",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserDriveListItemDriveItemContent",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/fields",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgUserDriveListItemField",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/fields",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserDriveListItemField",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}",
+ "OutputType": "IMicrosoftGraphListItemVersion",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphListItemVersion",
- "Command": "Get-MgUserDriveListItemVersion",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserDriveListItemVersion",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitemversion-get?view=graph-rest-1.0"
},
{
"Module": "Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions",
+ "OutputType": "IMicrosoftGraphListItemVersion",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphListItemVersion",
- "Command": "Get-MgUserDriveListItemVersion",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserDriveListItemVersion",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-list-versions?view=graph-rest-1.0"
},
{
"Module": "Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgUserDriveListItemVersionCount",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserDriveListItemVersionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgUserDriveListItemVersionField",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserDriveListItemVersionField",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/list/operations/{richLongRunningOperation-id}",
+ "OutputType": "IMicrosoftGraphRichLongRunningOperation",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphRichLongRunningOperation",
- "Command": "Get-MgUserDriveListOperation",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/list/operations/{richLongRunningOperation-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserDriveListOperation",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/list/operations",
+ "OutputType": "IMicrosoftGraphRichLongRunningOperation",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphRichLongRunningOperation",
- "Command": "Get-MgUserDriveListOperation",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/list/operations",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserDriveListOperation",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/list/operations/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgUserDriveListOperationCount",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/list/operations/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserDriveListOperationCount",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/list/subscriptions/{subscription-id}",
+ "OutputType": "IMicrosoftGraphSubscription",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSubscription",
- "Command": "Get-MgUserDriveListSubscription",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/list/subscriptions/{subscription-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserDriveListSubscription",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/list/subscriptions",
+ "OutputType": "IMicrosoftGraphSubscription",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphSubscription",
- "Command": "Get-MgUserDriveListSubscription",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/list/subscriptions",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserDriveListSubscription",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/list/subscriptions/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgUserDriveListSubscriptionCount",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/list/subscriptions/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserDriveListSubscriptionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/root",
+ "OutputType": "IMicrosoftGraphDriveItem",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDriveItem",
- "Command": "Get-MgUserDriveRoot",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/root",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserDriveRoot",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-get?view=graph-rest-1.0"
},
{
"Module": "Users.Functions",
+ "Uri": "/users/{user-id}/drives/{drive-id}/root/getActivitiesByInterval",
+ "OutputType": "IMicrosoftGraphItemActivityStat",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphItemActivityStat",
- "Command": "Get-MgUserDriveRootActivityByInterval",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/root/getActivitiesByInterval",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserDriveRootActivityByInterval",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics",
+ "OutputType": "IMicrosoftGraphItemAnalytics",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphItemAnalytics",
- "Command": "Get-MgUserDriveRootAnalytic",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserDriveRootAnalytic",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}",
+ "OutputType": "IMicrosoftGraphItemActivityStat",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphItemActivityStat",
- "Command": "Get-MgUserDriveRootAnalyticItemActivityStat",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserDriveRootAnalyticItemActivityStat",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats",
+ "OutputType": "IMicrosoftGraphItemActivityStat",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphItemActivityStat",
- "Command": "Get-MgUserDriveRootAnalyticItemActivityStat",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserDriveRootAnalyticItemActivityStat",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}/activities",
+ "OutputType": "IMicrosoftGraphItemActivity",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphItemActivity",
- "Command": "Get-MgUserDriveRootAnalyticItemActivityStatActivity",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}/activities",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserDriveRootAnalyticItemActivityStatActivity",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgUserDriveRootAnalyticItemActivityStatCount",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserDriveRootAnalyticItemActivityStatCount",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/lastSevenDays",
+ "OutputType": "IMicrosoftGraphItemActivityStat",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphItemActivityStat",
- "Command": "Get-MgUserDriveRootAnalyticLastSevenDay",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/lastSevenDays",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserDriveRootAnalyticLastSevenDay",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/allTime",
+ "OutputType": "IMicrosoftGraphItemActivityStat",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphItemActivityStat",
- "Command": "Get-MgUserDriveRootAnalyticTime",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/allTime",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserDriveRootAnalyticTime",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itemanalytics-get?view=graph-rest-1.0"
},
{
"Module": "Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/root/children/{driveItem-id}",
+ "OutputType": "IMicrosoftGraphDriveItem",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDriveItem",
- "Command": "Get-MgUserDriveRootChild",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/root/children/{driveItem-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserDriveRootChild",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/root/children",
+ "OutputType": "IMicrosoftGraphDriveItem",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphDriveItem",
- "Command": "Get-MgUserDriveRootChild",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/root/children",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserDriveRootChild",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-list-children?view=graph-rest-1.0"
},
{
"Module": "Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/root/children/{driveItem-id}/content",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgUserDriveRootChildContent",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/root/children/{driveItem-id}/content",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserDriveRootChildContent",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-list-children?view=graph-rest-1.0"
},
{
"Module": "Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/root/children/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgUserDriveRootChildCount",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/root/children/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserDriveRootChildCount",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/root/content",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgUserDriveRootContent",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/root/content",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserDriveRootContent",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-get?view=graph-rest-1.0"
},
{
"Module": "Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/root/createdByUser",
+ "OutputType": "IMicrosoftGraphUser",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUser",
- "Command": "Get-MgUserDriveRootCreatedByUser",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/root/createdByUser",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserDriveRootCreatedByUser",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/root/createdByUser/mailboxSettings",
+ "OutputType": "IMicrosoftGraphMailboxSettings",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Command": "Get-MgUserDriveRootCreatedByUserMailboxSetting",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/root/createdByUser/mailboxSettings",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserDriveRootCreatedByUserMailboxSetting",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/root/createdByUser/serviceProvisioningErrors",
+ "OutputType": "IMicrosoftGraphServiceProvisioningError",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Command": "Get-MgUserDriveRootCreatedByUserServiceProvisioningError",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/root/createdByUser/serviceProvisioningErrors",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserDriveRootCreatedByUserServiceProvisioningError",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/root/createdByUser/serviceProvisioningErrors/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgUserDriveRootCreatedByUserServiceProvisioningErrorCount",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/root/createdByUser/serviceProvisioningErrors/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserDriveRootCreatedByUserServiceProvisioningErrorCount",
+ "ApiReferenceLink": null
},
{
"Module": "Users.Functions",
+ "Uri": "/users/{user-id}/drives/{drive-id}/root/delta",
+ "OutputType": "IMicrosoftGraphDriveItem",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Delta",
"Delta1",
"DeltaViaIdentity",
"DeltaViaIdentity1"
],
- "OutputType": "IMicrosoftGraphDriveItem",
- "Command": "Get-MgUserDriveRootDelta",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/root/delta",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserDriveRootDelta",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/lastModifiedByUser",
+ "OutputType": "IMicrosoftGraphUser",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUser",
- "Command": "Get-MgUserDriveRootItemLastModifiedByUser",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/lastModifiedByUser",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserDriveRootItemLastModifiedByUser",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/mailboxSettings",
+ "OutputType": "IMicrosoftGraphMailboxSettings",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Command": "Get-MgUserDriveRootItemLastModifiedByUserMailboxSetting",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/mailboxSettings",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserDriveRootItemLastModifiedByUserMailboxSetting",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/serviceProvisioningErrors",
+ "OutputType": "IMicrosoftGraphServiceProvisioningError",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Command": "Get-MgUserDriveRootItemLastModifiedByUserServiceProvisioningError",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/serviceProvisioningErrors",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserDriveRootItemLastModifiedByUserServiceProvisioningError",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/serviceProvisioningErrors/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgUserDriveRootItemLastModifiedByUserServiceProvisioningErrorCount",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/serviceProvisioningErrors/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserDriveRootItemLastModifiedByUserServiceProvisioningErrorCount",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/root/lastModifiedByUser",
+ "OutputType": "IMicrosoftGraphUser",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUser",
- "Command": "Get-MgUserDriveRootLastModifiedByUser",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/root/lastModifiedByUser",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserDriveRootLastModifiedByUser",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/root/lastModifiedByUser/mailboxSettings",
+ "OutputType": "IMicrosoftGraphMailboxSettings",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Command": "Get-MgUserDriveRootLastModifiedByUserMailboxSetting",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/root/lastModifiedByUser/mailboxSettings",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserDriveRootLastModifiedByUserMailboxSetting",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/root/lastModifiedByUser/serviceProvisioningErrors",
+ "OutputType": "IMicrosoftGraphServiceProvisioningError",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Command": "Get-MgUserDriveRootLastModifiedByUserServiceProvisioningError",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/root/lastModifiedByUser/serviceProvisioningErrors",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserDriveRootLastModifiedByUserServiceProvisioningError",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/root/lastModifiedByUser/serviceProvisioningErrors/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgUserDriveRootLastModifiedByUserServiceProvisioningErrorCount",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/root/lastModifiedByUser/serviceProvisioningErrors/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserDriveRootLastModifiedByUserServiceProvisioningErrorCount",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem",
+ "OutputType": "IMicrosoftGraphListItem",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphListItem",
- "Command": "Get-MgUserDriveRootListItem",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserDriveRootListItem",
+ "ApiReferenceLink": null
},
{
"Module": "Users.Functions",
+ "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/getActivitiesByInterval",
+ "OutputType": "IMicrosoftGraphItemActivityStat",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"Get1",
"GetViaIdentity",
"GetViaIdentity1"
],
- "OutputType": "IMicrosoftGraphItemActivityStat",
- "Command": "Get-MgUserDriveRootListItemActivityByInterval",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/getActivitiesByInterval",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserDriveRootListItemActivityByInterval",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/analytics",
+ "OutputType": "IMicrosoftGraphItemAnalytics",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphItemAnalytics",
- "Command": "Get-MgUserDriveRootListItemAnalytic",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/analytics",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserDriveRootListItemAnalytic",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/createdByUser",
+ "OutputType": "IMicrosoftGraphUser",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphUser",
- "Command": "Get-MgUserDriveRootListItemCreatedByUser",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/createdByUser",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserDriveRootListItemCreatedByUser",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/createdByUser/mailboxSettings",
+ "OutputType": "IMicrosoftGraphMailboxSettings",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphMailboxSettings",
- "Command": "Get-MgUserDriveRootListItemCreatedByUserMailboxSetting",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/createdByUser/mailboxSettings",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserDriveRootListItemCreatedByUserMailboxSetting",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/createdByUser/serviceProvisioningErrors",
+ "OutputType": "IMicrosoftGraphServiceProvisioningError",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphServiceProvisioningError",
- "Command": "Get-MgUserDriveRootListItemCreatedByUserServiceProvisioningError",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/createdByUser/serviceProvisioningErrors",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserDriveRootListItemCreatedByUserServiceProvisioningError",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/createdByUser/serviceProvisioningErrors/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgUserDriveRootListItemCreatedByUserServiceProvisioningErrorCount",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/createdByUser/serviceProvisioningErrors/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserDriveRootListItemCreatedByUserServiceProvisioningErrorCount",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}",
+ "OutputType": "IMicrosoftGraphDocumentSetVersion",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDocumentSetVersion",
- "Command": "Get-MgUserDriveRootListItemDocumentSetVersion",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserDriveRootListItemDocumentSetVersion",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-get?view=graph-rest-1.0"
},
{
"Module": "Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions",
+ "OutputType": "IMicrosoftGraphDocumentSetVersion",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphDocumentSetVersion",
- "Command": "Get-MgUserDriveRootListItemDocumentSetVersion",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserDriveRootListItemDocumentSetVersion",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-list-documentsetversions?view=graph-rest-1.0"
},
{
"Module": "Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgUserDriveRootListItemDocumentSetVersionCount",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserDriveRootListItemDocumentSetVersionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgUserDriveRootListItemDocumentSetVersionField",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserDriveRootListItemDocumentSetVersionField",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/driveItem",
+ "OutputType": "IMicrosoftGraphDriveItem",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDriveItem",
- "Command": "Get-MgUserDriveRootListItemDriveItem",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/driveItem",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserDriveRootListItemDriveItem",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/driveItem/content",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgUserDriveRootListItemDriveItemContent",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/driveItem/content",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserDriveRootListItemDriveItemContent",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/fields",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgUserDriveRootListItemField",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/fields",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserDriveRootListItemField",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}",
+ "OutputType": "IMicrosoftGraphListItemVersion",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphListItemVersion",
- "Command": "Get-MgUserDriveRootListItemVersion",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserDriveRootListItemVersion",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitemversion-get?view=graph-rest-1.0"
},
{
"Module": "Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions",
+ "OutputType": "IMicrosoftGraphListItemVersion",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphListItemVersion",
- "Command": "Get-MgUserDriveRootListItemVersion",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserDriveRootListItemVersion",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-list-versions?view=graph-rest-1.0"
},
{
"Module": "Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgUserDriveRootListItemVersionCount",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserDriveRootListItemVersionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgUserDriveRootListItemVersionField",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserDriveRootListItemVersionField",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/root/permissions/{permission-id}",
+ "OutputType": "IMicrosoftGraphPermission",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphPermission",
- "Command": "Get-MgUserDriveRootPermission",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/root/permissions/{permission-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserDriveRootPermission",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-get?view=graph-rest-1.0"
},
{
"Module": "Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/root/permissions",
+ "OutputType": "IMicrosoftGraphPermission",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphPermission",
- "Command": "Get-MgUserDriveRootPermission",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/root/permissions",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserDriveRootPermission",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-list-permissions?view=graph-rest-1.0"
},
{
"Module": "Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/root/permissions/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgUserDriveRootPermissionCount",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/root/permissions/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserDriveRootPermissionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/root/retentionLabel",
+ "OutputType": "IMicrosoftGraphItemRetentionLabel",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphItemRetentionLabel",
- "Command": "Get-MgUserDriveRootRetentionLabel",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/root/retentionLabel",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserDriveRootRetentionLabel",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/root/subscriptions/{subscription-id}",
+ "OutputType": "IMicrosoftGraphSubscription",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphSubscription",
- "Command": "Get-MgUserDriveRootSubscription",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/root/subscriptions/{subscription-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserDriveRootSubscription",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/root/subscriptions",
+ "OutputType": "IMicrosoftGraphSubscription",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphSubscription",
- "Command": "Get-MgUserDriveRootSubscription",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/root/subscriptions",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserDriveRootSubscription",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/root/subscriptions/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgUserDriveRootSubscriptionCount",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/root/subscriptions/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserDriveRootSubscriptionCount",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}",
+ "OutputType": "IMicrosoftGraphThumbnailSet",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphThumbnailSet",
- "Command": "Get-MgUserDriveRootThumbnail",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserDriveRootThumbnail",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/root/thumbnails",
+ "OutputType": "IMicrosoftGraphThumbnailSet",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"List"
],
- "OutputType": "IMicrosoftGraphThumbnailSet",
- "Command": "Get-MgUserDriveRootThumbnail",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/root/thumbnails",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserDriveRootThumbnail",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-list-thumbnails?view=graph-rest-1.0"
},
{
"Module": "Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/root/thumbnails/$count",
+ "OutputType": null,
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": null,
- "Command": "Get-MgUserDriveRootThumbnailCount",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/root/thumbnails/$count",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserDriveRootThumbnailCount",
+ "ApiReferenceLink": null
},
{
"Module": "Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}",
+ "OutputType": "IMicrosoftGraphDriveItemVersion",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"Variants": [
"Get",
"GetViaIdentity"
],
- "OutputType": "IMicrosoftGraphDriveItemVersion",
- "Command": "Get-MgUserDriveRootVersion",
"Method": "GET",
- "Uri": "/users/{user-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}",
- "ApiVersion": "v1.0",
- "Permissions": []
+ "Command": "Get-MgUserDriveRootVersion",
+ "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitemversion-get?view=graph-rest-1.0"
},
{
"Module": "Files",
+ "Uri": "/users/{user-id}/drives/{drive-id}/root/versions",
+ "OutputType": "IMicrosoftGraphDriveItemVersion",
+ "ApiVersion": "v1.0",
+ "Permissions": [],
"V